diff --git a/lib/src/english/ParseEng.gf b/lib/src/english/ParseEng.gf new file mode 100644 index 000000000..e0323b99d --- /dev/null +++ b/lib/src/english/ParseEng.gf @@ -0,0 +1,97 @@ +--# -path=.:alltenses:/home/krasimir/www.grammaticalframework.org/lib/src/english +concrete PennTreebankCnc of PennTreebank = + TenseX - [Pol, PNeg, PPos], + CatEng, + NounEng, + AdjectiveEng, + NumeralEng, + SymbolEng, + ConjunctionEng, + VerbEng - [SlashV2V, PassV2], + AdverbEng, + PhraseEng, + SentenceEng, + RelativeEng, + IdiomEng [VP, Tense, ProgrVP], + ExtraEng [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash], + DictEng ** +open MorphoEng, ResEng, ParadigmsEng, Prelude in { + +flags + literal=Symb ; + +lin + myself_NP = regNP "myself" singular ; + yourselfSg_NP = regNP "yourself" singular ; + himself_NP = regNP "himself" singular ; + herself_NP = regNP "herself" singular ; + itself_NP = regNP "itself" singular ; + ourself_NP = regNP "ourself" plural ; + yourselfPl_NP = regNP "yourself" plural ; + themself_NP = regNP "themself" plural ; + + CompoundCN num noun cn = { + s = \\n,c => num.s ! Nom ++ noun.s ! num.n ! Nom ++ cn.s ! n ! c ; + g = cn.g + } ; + + DashCN noun1 noun2 = { + s = \\n,c => noun1.s ! Sg ! Nom ++ "-" ++ noun2.s ! n ! c ; + g = noun2.g + } ; + + GerundN v = { + s = \\n,c => v.s ! VPresPart ; + g = Neutr + } ; + + GerundAP v = { + s = \\agr => v.s ! VPresPart ; + isPre = True + } ; + + PastPartAP v = { + s = \\agr => v.s ! VPPart ; + isPre = True + } ; + + OrdCompar a = {s = \\c => a.s ! AAdj Compar c } ; + + PositAdVAdj a = {s = a.s ! AAdv} ; + + UseQuantPN q pn = {s = \\c => q.s ! False ! Sg ++ pn.s ! npcase2case c ; a = agrgP3 Sg pn.g} ; + + SlashV2V v p vp = insertObjc (\\a => p.s ++ case p.p of {CPos => ""; _ => "not"} ++ + v.c3 ++ + infVP v.typ vp a) + (predVc v) ; + + ComplPredVP np vp = { + s = \\t,a,b,o => + let + verb = vp.s ! t ! a ! b ! o ! np.a ; + compl = vp.s2 ! np.a + in + case o of { + ODir => compl ++ "," ++ np.s ! npNom ++ verb.aux ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ; + OQuest => verb.aux ++ compl ++ "," ++ np.s ! npNom ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf + } + } ; + + that_RP = { + s = \\_ => "that" ; + a = RNoAg + } ; + no_RP = { + s = \\_ => "" ; + a = RNoAg + } ; + + CompS s = {s = \\_ => "that" ++ s.s} ; + CompVP vp = {s = \\a => infVP VVInf vp a} ; + +lin + PPos = {s = [] ; p = CPos} ; + PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't + +} diff --git a/lib/src/english/ParseEngAbs.gf b/lib/src/english/ParseEngAbs.gf new file mode 100644 index 000000000..9001897c7 --- /dev/null +++ b/lib/src/english/ParseEngAbs.gf @@ -0,0 +1,46 @@ +abstract PennTreebank = + Tense, + Cat, + Noun, + Adjective, + Numeral, + Symbol, + Conjunction, + Verb - [SlashV2V, PassV2], + Adverb, + Phrase, + Sentence, + Relative, + Idiom [VP, ProgrVP], + Extra [NP, Quant, VPSlash, VP, GenNP, PassVPSlash], + DictEngAbs ** { + +fun CompoundCN : Num -> N -> CN -> CN ; + DashCN : N -> N -> N ; + GerundN : V -> N ; + GerundAP : V -> AP ; + PastPartAP : V2 -> AP ; + myself_NP : NP ; + yourselfSg_NP : NP ; + himself_NP : NP ; + herself_NP : NP ; + itself_NP : NP ; + ourself_NP : NP ; + yourselfPl_NP : NP ; + themself_NP : NP ; + OrdCompar : A -> Ord ; + + PositAdVAdj : A -> AdV ; + + UseQuantPN : Quant -> PN -> NP; + + SlashV2V : V2V -> Pol -> VP -> VPSlash ; + + ComplPredVP : NP -> VP -> Cl ; + + that_RP, no_RP : RP ; + + CompS : S -> Comp ; + CompVP : VP -> Comp ; + +} diff --git a/lib/src/english/ParseEngAbs.probs b/lib/src/english/ParseEngAbs.probs new file mode 100644 index 000000000..c4f8e7e3a --- /dev/null +++ b/lib/src/english/ParseEngAbs.probs @@ -0,0 +1,14460 @@ +AAnter 6.80224221092426e-2 +ASimul 0.9319775778907574 +AdAP 2.8268789637026042e-2 +AdNum 3.2918032786885244e-2 +AdVVP 5.344901041868391e-2 +AdjCN 0.2175416407421385 +AdvNP 0.15632702442225274 +AdvS 4.875455207574654e-2 +AdvVP 0.2018474766644719 +AdvVPSlash 0.1612186889323148 +BaseAdv 1.0 +BaseNP 0.825300615895982 +BaseS 1.0 +CompAP 0.3751364222641135 +CompAdv 0.13146145450937594 +CompNP 0.43248338128782615 +CompS 3.7305288223038e-2 +CompVP 2.3613453715646392e-2 +ComplPredVP 1.3228178219066172e-2 +ComplSlash 0.2864653937023123 +ComplVA 6.661760718850459e-3 +ComplVS 0.13131802161199116 +ComplVV 7.443162012471435e-2 +CompoundCN 0.11339133627767975 +ConjAdv 4.856775708026834e-4 +ConjNP 3.4621772920212436e-2 +ConjS 2.404952658412236e-2 +ConsNP 0.174699384104018 +D_0 0.19553003642649874 +D_1 0.18688646045563995 +D_2 7.661912699882695e-2 +D_3 5.2602333765512134e-2 +D_4 5.365191084768784e-2 +D_5 6.637031549052294e-2 +D_6 5.0750138914613815e-2 +D_7 5.186145582515281e-2 +D_8 0.10822991912082484 +D_9 0.15749830215472002 +DashCN 8.977117604868004e-3 +DefArt 0.3583384029825136 +DetCN 0.44145836323743515 +DetNP 2.4254106260380996e-2 +DetQuant 0.9698286632161343 +DetQuantOrd 9.004104943780117e-3 +GenNP 5.03377166300092e-2 +GerundN 1.5067906804562596e-2 +IDig 0.30764956473421 +IIDig 0.69235043526579 +IdRP 0.49297951822748937 +IndefArt 0.4852512206155334 +MassNP 9.65776037074251e-2 +MkSymb 1.0 +NumCard 6.549324600900532e-2 +NumDigits 0.6535081967213114 +NumNumeral 0.3135737704918033 +NumPl 0.3267536877852064 +NumSg 0.6077530662057883 +OrdSuperl 1.0 +PNeg 3.670769291168561e-2 +PPos 0.9632923070883144 +PassVPSlash 3.475153956388706e-2 +PastPartAP 2.422075293482661e-2 +PositA 0.9475104574281473 +PositAdAAdj 0.7438345266507558 +PositAdVAdj 0.6536731634182908 +PositAdvAdj 2.603434145156884e-2 +PossPron 6.222409409268879e-2 +PredVP 0.9867718217809338 +PredetNP 9.924744191769023e-4 +PrepNP 0.8338173245236818 +ProgrVP 2.360664626825206e-2 +RelNP 1.1122275309122973e-2 +RelSlash 0.153023598820059 +RelVP 0.846976401179941 +SlashV2V 2.082963226150293e-2 +SlashV2a 0.8179516788061822 +SlashVP 1.0 +SymbPN 1.0 +TCond 2.9045967720908405e-2 +TFut 4.109196151539645e-2 +TPast 0.416994759210492 +TPres 0.5128673115532031 +TTAnt 1.0 +UseCl 0.9271959213401311 +UseComp 9.759285797281073e-2 +UseN 0.6690670229801817 +UsePN 0.14208788730083868 +UsePron 6.747595710213874e-2 +UseQuantPN 2.302376607131872e-2 +UseRCl 1.0 +UseV 8.98756729540261e-2 +aback_Adv 1.0118282725055903e-5 +abacus_N 5.78422526086856e-6 +abandon_V2 1.123183982419729e-3 +abandoned_A 1.862717705131787e-5 +abandonment_N 5.78422526086856e-6 +abate_V 1.5074770863482875e-4 +abate_V2 2.4417043096081066e-5 +abatement_N 2.313690104347424e-5 +abdicate_V2 2.4417043096081066e-5 +abduction_N 1.156845052173712e-5 +aberration_N 5.78422526086856e-6 +abet_V 6.02990834539315e-5 +abet_V2 2.4417043096081066e-5 +abide_V 3.014954172696575e-5 +ability_N 5.032275976955647e-4 +able_A 3.259755983980628e-3 +abnormal_A 7.450870820527148e-5 +aboard_Adv 1.0118282725055903e-5 +aboard_Prep 6.347728571126299e-5 +abolish_V2 3.174215602490538e-4 +abolition_N 1.156845052173712e-5 +abominable_A 1.862717705131787e-5 +abort_V 3.014954172696575e-5 +abort_V2 2.4417043096081066e-5 +abortion_N 8.097915365215983e-4 +abortive_A 1.862717705131787e-5 +abound_V 1.20598166907863e-4 +about_AdN 1.0 +about_Adv 5.119851058878288e-3 +about_Prep 1.353124140411756e-2 +above_Prep 1.4705571189775925e-3 +above_board_A 2.794076557697681e-4 +abrasive_A 3.725435410263574e-5 +abrasive_N 2.313690104347424e-5 +abroad_Adv 4.6544100535257155e-4 +abrupt_A 2.4215330166713235e-4 +absence_N 1.2146873047823974e-4 +absent_A 1.862717705131787e-5 +absenteeism_N 1.735267578260568e-5 +absolute_A 4.2842507218031106e-4 +absolutism_N 1.156845052173712e-5 +absolve_V2 2.4417043096081066e-5 +absorb_V2 5.371749481137834e-4 +absorbent_A 1.862717705131787e-5 +absorption_N 5.78422526086856e-6 +abstain_V 6.02990834539315e-5 +abstention_N 5.78422526086856e-6 +abstinence_N 5.78422526086856e-6 +abstract_A 3.725435410263574e-5 +abstract_N 5.78422526086856e-6 +absurd_A 9.313588525658937e-5 +absurdity_N 5.78422526086856e-6 +abundant_A 1.303902393592251e-4 +abuse_N 1.4460563152171398e-4 +abuse_V2 1.2208521548040532e-4 +abusive_A 5.588153115395362e-5 +academic_A 4.097978951289932e-4 +academic_N 1.156845052173712e-5 +academy_N 2.313690104347424e-5 +accede_V 6.02990834539315e-5 +accelerate_V 5.125422093584177e-4 +accelerate_V2 1.2208521548040532e-4 +acceleration_N 2.8921126304342795e-5 +accent_N 1.156845052173712e-5 +accept_V 4.5224312590448623e-4 +accept_V2 2.5149554388963495e-3 +accept_VS 3.686771862557145e-4 +acceptable_A 2.9803483282108594e-4 +acceptance_N 8.676337891302839e-5 +access_N 3.41269290391245e-4 +access_V2 4.883408619216213e-5 +accessible_A 1.1176306230790724e-4 +accessory_N 4.627380208694848e-5 +accident_N 1.272529557391083e-4 +accidental_A 1.862717705131787e-5 +acclaim_N 5.78422526086856e-6 +acclaim_V2 2.4417043096081066e-5 +accolade_N 1.735267578260568e-5 +accommodate_V 9.044862518089724e-5 +accommodate_V2 3.66255646441216e-4 +accommodation_N 1.156845052173712e-5 +accompaniment_N 1.156845052173712e-5 +accompanist_N 5.78422526086856e-6 +accompany_V2 7.32511292882432e-4 +accomplish_V2 3.418386033451349e-4 +accomplished_A 1.862717705131787e-5 +accomplishment_N 4.0489576826079914e-5 +accord_N 3.0656393882603366e-4 +accord_V 1.2331162566328992e-2 +accord_V2 2.4417043096081066e-5 +accordingly_Adv 4.0473130900223614e-5 +account_N 1.272529557391083e-3 +account_V 4.251085383502171e-3 +account_V2 2.4417043096081066e-5 +accountable_A 5.588153115395362e-5 +accountant_N 7.519492839129126e-5 +accrue_V 1.808972503617945e-4 +accrue_V2 2.9300451715297276e-4 +accumulate_V 9.044862518089724e-5 +accumulate_V2 1.4650225857648638e-4 +accumulation_N 1.735267578260568e-5 +accuracy_N 2.8921126304342795e-5 +accurate_A 2.607804787184502e-4 +accusation_N 6.362647786955415e-5 +accuse_V2 1.5871078012452693e-3 +accuser_N 5.78422526086856e-6 +accustom_V2 7.325112928824319e-5 +accustomed_A 3.725435410263574e-5 +ace_N 1.156845052173712e-5 +acetylene_N 5.78422526086856e-6 +ache_V 3.014954172696575e-5 +achievable_A 3.725435410263574e-5 +achieve_V2 1.2696862409962153e-3 +achievement_N 2.8921126304342795e-5 +acid_N 2.313690104347424e-5 +acknowledge_V 2.1104679208876025e-4 +acknowledge_V2 2.197533878647296e-4 +acknowledge_VS 2.728211178292287e-3 +acknowledgement_N 5.78422526086856e-6 +acorn_N 5.78422526086856e-6 +acquaint_V2 2.4417043096081066e-5 +acquiesce_V 3.014954172696575e-5 +acquire_V2 7.080942497863509e-3 +acquisition_N 1.4229194141736656e-3 +acquisitive_A 3.725435410263574e-5 +acquit_V2 1.4650225857648638e-4 +acquittal_N 5.78422526086856e-6 +acre_N 1.2146873047823974e-4 +acrimonious_A 3.725435410263574e-5 +acrimony_N 1.156845052173712e-5 +acronym_N 5.78422526086856e-6 +across_Adv 1.0118282725055903e-5 +across_Prep 7.299887856795244e-4 +act_N 2.949954883042965e-4 +act_V 1.959720212252774e-3 +act_VA 1.4534883720930232e-3 +acting_A 3.725435410263574e-5 +acting_N 1.156845052173712e-5 +action_N 1.2089030795215288e-3 +actionable_A 1.862717705131787e-5 +activate_V2 4.883408619216213e-5 +active_A 2.1607525379528734e-3 +activist_N 2.0244788413039958e-4 +activity_N 1.116355475347632e-3 +actor_N 1.5038985678258253e-4 +actress_N 2.8921126304342795e-5 +actual_A 3.464654931545124e-3 +actuarial_A 1.862717705131787e-5 +actuary_N 1.156845052173712e-5 +acute_A 3.725435410263574e-5 +ad_N 3.644061914347192e-4 +adamant_A 5.588153115395362e-5 +adapt_V 2.1104679208876025e-4 +adapt_V2 1.7091930167256744e-4 +adaptable_A 1.862717705131787e-5 +adaptation_N 1.735267578260568e-5 +add_V 4.462132175590931e-3 +add_V2 4.248565498718105e-3 +add_VS 1.880253649904144e-2 +addict_N 2.313690104347424e-5 +addict_V2 4.883408619216213e-5 +addiction_N 1.156845052173712e-5 +addictive_A 1.862717705131787e-5 +addition_N 1.1741977279563175e-3 +additional_A 3.3156375151345814e-3 +additive_N 1.156845052173712e-5 +address_N 9.83318294347655e-5 +address_V2 8.545965083628373e-4 +adept_A 3.725435410263574e-5 +adept_N 5.78422526086856e-6 +adequacy_N 1.156845052173712e-5 +adequate_A 5.401881344882183e-4 +adhere_V 3.014954172696575e-5 +adhesive_A 1.862717705131787e-5 +adhesive_N 3.470535156521136e-5 +adjacent_A 1.1176306230790724e-4 +adjective_N 5.78422526086856e-6 +adjourn_V2 2.4417043096081066e-5 +adjournment_N 1.735267578260568e-5 +adjudicator_N 2.313690104347424e-5 +adjust_V 1.0552339604438014e-3 +adjust_V2 8.545965083628373e-4 +adjustable_A 3.911707180776753e-4 +adjuster_N 1.3303718099997685e-4 +adjustment_N 2.255847851738738e-4 +administer_V 6.02990834539315e-5 +administer_V2 1.4650225857648638e-4 +administration_N 1.104787024825895e-3 +administrative_A 7.078327279500792e-4 +administrator_N 8.097915365215983e-5 +admirable_A 9.313588525658937e-5 +admiral_N 5.78422526086856e-6 +admire_V2 4.883408619216213e-5 +admirer_N 1.156845052173712e-5 +admissible_A 1.862717705131787e-5 +admission_N 8.676337891302839e-5 +admit_V 4.220935841775205e-4 +admit_V2 2.9300451715297276e-4 +admit_VS 1.6959150567762867e-3 +admittedly_Adv 4.0473130900223614e-5 +admonition_N 1.156845052173712e-5 +adolescent_A 1.862717705131787e-5 +adolescent_N 5.78422526086856e-6 +adopt_V2 1.6115248443413503e-3 +adoption_N 5.784225260868559e-5 +adoptive_A 1.862717705131787e-5 +adorn_V2 7.325112928824319e-5 +adroit_A 3.725435410263574e-5 +adult_A 1.862717705131787e-5 +adult_N 1.3882140626084543e-4 +advance_N 3.354850651303764e-4 +advance_V 9.044862518089725e-4 +advance_V2 1.172018068611891e-3 +advanced_A 4.097978951289932e-4 +advancement_N 5.78422526086856e-6 +advantage_N 3.5862196617385066e-4 +advantageous_A 1.862717705131787e-5 +advent_N 2.313690104347424e-5 +adventure_N 1.735267578260568e-5 +adversary_N 5.205802734781703e-5 +adverse_A 3.539163639750396e-4 +advert_N 5.78422526086856e-6 +advertise_V 4.2812349252291364e-3 +advertise_V2 1.9533634476864853e-4 +advertisement_N 5.205802734781703e-5 +advertiser_N 3.41269290391245e-4 +advice_N 1.96663658869531e-4 +advisable_A 1.862717705131787e-5 +advise_V 7.23589001447178e-4 +advise_V2 7.080942497863508e-4 +advise_VS 5.161480607580003e-4 +adviser_N 5.090118229564332e-4 +advisory_A 2.4215330166713235e-4 +advocacy_N 2.8921126304342795e-5 +advocate_N 1.4460563152171398e-4 +advocate_V2 1.2208521548040532e-4 +advocate_VS 1.474708745022858e-4 +aegis_N 5.78422526086856e-6 +aerial_A 1.862717705131787e-5 +aerodynamic_A 1.862717705131787e-5 +aerospace_N 1.5038985678258253e-4 +aesthetic_A 5.588153115395362e-5 +aesthetic_N 5.78422526086856e-6 +affable_A 1.862717705131787e-5 +affair_N 2.7185858726082226e-4 +affect_V2 2.9056281284336465e-3 +affected_A 2.794076557697681e-4 +affection_N 5.78422526086856e-6 +affectionate_A 1.862717705131787e-5 +affidavit_N 1.3303718099997685e-4 +affiliate_V 6.02990834539315e-5 +affiliate_V2 9.766817238432426e-5 +affiliation_N 1.156845052173712e-5 +affinity_N 5.78422526086856e-6 +affirm_V2 7.325112928824319e-5 +affirm_VS 7.37354372511429e-5 +affirmation_N 1.156845052173712e-5 +affirmative_A 3.725435410263574e-5 +affirmative_N 1.735267578260568e-5 +afflict_V2 7.325112928824319e-5 +affliction_N 5.78422526086856e-6 +affluent_A 2.4215330166713235e-4 +afford_V2 4.6392381882554023e-4 +afghan_A 1.4901741641054297e-4 +afraid_A 2.9803483282108594e-4 +after_Adv 1.4165595815078264e-4 +after_Prep 1.0759399928059077e-2 +aftereffect_N 1.156845052173712e-5 +aftermath_N 9.83318294347655e-5 +afternoon_N 3.41269290391245e-4 +afterwards_Adv 4.0473130900223614e-5 +again_Adv 1.8111726077850068e-3 +against_Prep 5.0358646664268635e-3 +age_N 5.205802734781703e-4 +age_V 4.5224312590448623e-4 +age_V2 2.4417043096081066e-5 +agency_N 2.070752643390944e-3 +agenda_N 1.0990027995650263e-4 +agent_N 2.1401633465213668e-4 +agent_provocateur_N 2.255847851738738e-4 +aggravate_V2 1.7091930167256744e-4 +aggregate_N 4.0489576826079914e-5 +aggressive_A 1.2666480394896153e-3 +aggressiveness_N 5.78422526086856e-6 +agility_N 1.156845052173712e-5 +aging_N 5.78422526086856e-6 +agitate_V2 2.4417043096081066e-5 +ago_Adv 3.339033299268448e-3 +ago_Prep 1.1531706904212777e-3 +agonize_V 3.014954172696575e-5 +agonizing_A 1.862717705131787e-5 +agree_V 3.497346840328027e-3 +agree_V2 2.4417043096081066e-5 +agree_VS 4.497861672319717e-3 +agree_VV 2.6408221672954337e-2 +agreeable_A 1.862717705131787e-5 +agreement_N 1.972420813956179e-3 +agricultural_A 2.4215330166713235e-4 +agriculture_N 6.362647786955415e-5 +ahead_Adv 1.1130110997561494e-3 +aid_N 5.784225260868559e-4 +aid_V 2.1104679208876025e-4 +aid_V2 4.883408619216213e-4 +ail_V 1.5074770863482875e-4 +ailment_N 2.313690104347424e-5 +aim_N 7.519492839129126e-5 +aim_V 5.125422093584177e-4 +aim_V2 1.2696862409962153e-3 +aim_VV 1.4309873812930923e-3 +aimless_A 3.725435410263574e-5 +air_N 5.552856250433817e-4 +air_V 2.1104679208876025e-4 +air_V2 2.9300451715297276e-4 +air_conditioned_A 5.588153115395362e-5 +airborne_A 5.588153115395362e-5 +aircraft_N 3.8754309247819346e-4 +airing_N 1.735267578260568e-5 +airline_N 9.428287175215752e-4 +airliner_N 1.156845052173712e-5 +airman_N 5.78422526086856e-6 +airplane_N 5.784225260868559e-5 +airport_N 1.7352675782605678e-4 +aisle_N 2.313690104347424e-5 +akin_A 5.588153115395362e-5 +alarm_N 5.784225260868559e-5 +alarm_V2 1.2208521548040532e-4 +alarming_A 5.588153115395362e-5 +albanian_N 5.78422526086856e-6 +album_N 2.313690104347424e-5 +alchemist_N 5.78422526086856e-6 +alcohol_N 4.0489576826079914e-5 +alcoholic_A 3.725435410263574e-5 +alcoholism_N 5.78422526086856e-6 +ale_N 5.78422526086856e-6 +alert_A 7.450870820527148e-5 +alert_N 1.156845052173712e-5 +alert_V2 1.7091930167256744e-4 +alfalfa_N 5.78422526086856e-6 +alfresco_Adv 1.0118282725055903e-5 +alien_A 7.450870820527148e-5 +alien_N 4.0489576826079914e-5 +alienate_V2 7.325112928824319e-5 +align_V2 1.4650225857648638e-4 +alike_Adv 1.0118282725055904e-4 +alimony_N 1.156845052173712e-5 +alive_A 2.4215330166713235e-4 +all_Predet 0.5654761904761905 +allay_V2 7.325112928824319e-5 +allegation_N 2.1980055991300526e-4 +allege_V2 5.127579050177024e-4 +allege_VS 2.3595339920365727e-3 +allegedly_Adv 2.3272050267628578e-4 +allegiance_N 2.313690104347424e-5 +allegory_N 1.156845052173712e-5 +allergic_A 1.862717705131787e-5 +allergy_N 2.8921126304342795e-5 +alleviate_V2 1.4650225857648638e-4 +alliance_N 2.660743619999537e-4 +alligator_N 1.156845052173712e-5 +allocate_V 9.044862518089724e-5 +allocate_V2 2.685874740568917e-4 +allocation_N 7.519492839129126e-5 +allotment_N 3.470535156521136e-5 +allow_V 1.085383502170767e-3 +allow_V2 1.0255158100354047e-3 +allow_V2V 0.1513859275053305 +allow_VS 6.636189352602861e-4 +allowable_A 3.725435410263574e-5 +allowance_N 5.205802734781703e-5 +alloy_N 1.156845052173712e-5 +allude_V 6.02990834539315e-5 +allure_N 1.735267578260568e-5 +alluring_A 1.862717705131787e-5 +allusion_N 1.156845052173712e-5 +alluvial_A 1.862717705131787e-5 +ally_N 2.4293746095647948e-4 +ally_V2 7.325112928824319e-5 +alma_mater_N 5.78422526086856e-6 +almanac_N 5.78422526086856e-6 +almost_Adv 1.9528285659357893e-3 +aloft_Adv 2.0236565450111807e-5 +alone_A 7.450870820527148e-5 +alone_Adv 6.37451811678522e-4 +along_Adv 2.833119163015653e-4 +along_Prep 1.1002729523285585e-3 +alongside_Adv 1.0118282725055903e-5 +alongside_Prep 5.289773809271916e-5 +aloud_Adv 1.0118282725055903e-5 +alpha_N 5.78422526086856e-6 +alphabet_N 5.78422526086856e-6 +already_AdV 4.680992836914876e-2 +already_Adv 2.1248393722617397e-4 +also_AdV 0.2368815592203898 +also_Adv 3.440216126519007e-4 +alter_V 1.5074770863482875e-4 +alter_V2 4.6392381882554023e-4 +alternate_A 5.588153115395362e-5 +alternate_V2 4.883408619216213e-5 +alternative_A 4.4705224923162896e-4 +alternative_N 3.239166146086393e-4 +altitude_N 1.156845052173712e-5 +altogether_Adv 1.5177424087583856e-4 +altruism_N 5.78422526086856e-6 +alumnus_N 2.313690104347424e-5 +always_AdV 1.699150424787606e-2 +amah_N 5.78422526086856e-6 +amalgamate_V2 2.4417043096081066e-5 +amalgamation_N 1.735267578260568e-5 +amass_V2 2.4417043096081065e-4 +amateur_N 5.78422526086856e-6 +amateurish_A 1.862717705131787e-5 +amaze_V2 2.4417043096081066e-5 +amazement_N 1.735267578260568e-5 +amazing_A 1.8627177051317874e-4 +ambassador_N 4.627380208694848e-5 +ambiguity_N 2.313690104347424e-5 +ambiguous_A 9.313588525658937e-5 +ambition_N 4.0489576826079914e-5 +ambitious_A 3.3528918692372173e-4 +ambivalence_N 1.156845052173712e-5 +ambivalent_A 7.450870820527148e-5 +amble_V 3.014954172696575e-5 +ambulance_N 2.8921126304342795e-5 +ambush_V2 4.883408619216213e-5 +amenable_A 1.862717705131787e-5 +amend_V 2.1104679208876025e-4 +amend_V2 2.4417043096081065e-4 +amend_V2V 1.0660980810234541e-3 +amendment_N 2.7764281252169086e-4 +amenity_N 1.735267578260568e-5 +americanize_V2 2.4417043096081066e-5 +amiable_A 3.725435410263574e-5 +amicable_A 1.862717705131787e-5 +amid_Prep 6.453524047311737e-4 +amiss_A 1.862717705131787e-5 +ammonia_N 5.78422526086856e-6 +ammunition_N 1.735267578260568e-5 +amnesty_N 5.78422526086856e-6 +amok_Adv 2.0236565450111807e-5 +among_Prep 4.25297814265462e-3 +amongst_Prep 1.057954761854383e-5 +amortization_N 2.8921126304342795e-5 +amortize_V2 2.4417043096081066e-5 +amount_N 1.3997825131301914e-3 +amount_V 9.044862518089725e-4 +amp_Conj 5.3273904276769604e-2 +ample_A 1.6764459346186087e-4 +amplifier_N 1.735267578260568e-5 +amplify_V2 7.325112928824319e-5 +amputation_N 5.78422526086856e-6 +amuse_V2 2.4417043096081066e-5 +amusement_N 1.156845052173712e-5 +amusing_A 7.450870820527148e-5 +anachronism_N 1.156845052173712e-5 +analog_N 5.78422526086856e-6 +analogous_A 1.862717705131787e-5 +analogy_N 1.156845052173712e-5 +analysis_N 1.677425325651882e-4 +analyst_N 4.453853450868791e-3 +analytic_A 1.862717705131787e-5 +analytical_A 1.862717705131787e-5 +analyze_V2 3.66255646441216e-4 +anarchy_N 5.78422526086856e-6 +anathema_N 1.156845052173712e-5 +anatomical_A 1.862717705131787e-5 +ancestral_A 1.862717705131787e-5 +anchor_N 1.156845052173712e-5 +anchor_V 3.014954172696575e-5 +anchor_V2 2.4417043096081066e-5 +anchorman_N 5.78422526086856e-6 +ancient_A 7.450870820527148e-5 +ancillary_A 1.862717705131787e-5 +and_Conj 0.8182638225618168 +anecdotal_A 3.725435410263574e-5 +anew_Adv 1.0118282725055903e-5 +angel_N 5.78422526086856e-6 +anger_N 5.784225260868559e-5 +anger_V2 1.9533634476864853e-4 +angina_N 5.78422526086856e-6 +angle_N 1.156845052173712e-5 +angling_N 5.78422526086856e-6 +angora_N 5.78422526086856e-6 +angry_A 3.539163639750396e-4 +angst_N 5.78422526086856e-6 +anguish_N 1.156845052173712e-5 +animal_N 1.9087943360866246e-4 +animate_V2 2.4417043096081066e-5 +animation_N 2.313690104347424e-5 +animosity_N 1.156845052173712e-5 +ankle_N 5.78422526086856e-6 +annex_N 5.78422526086856e-6 +anniversary_N 5.205802734781703e-5 +announce_V2 5.811256256867293e-3 +announce_VS 3.4655655508037163e-3 +announcement_N 6.420490039564101e-4 +announcer_N 3.470535156521136e-5 +annoying_A 1.862717705131787e-5 +annual_A 5.997951010524355e-3 +annuity_N 7.519492839129126e-5 +anoint_V2 2.4417043096081066e-5 +anomalous_A 3.725435410263574e-5 +anonymity_N 2.313690104347424e-5 +anonymous_A 7.450870820527148e-5 +another_Quant 2.8312040806776173e-3 +answer_N 2.0244788413039958e-4 +answer_V 3.3164495899662324e-4 +answer_V2 3.174215602490538e-4 +answerable_A 1.862717705131787e-5 +ant_N 1.156845052173712e-5 +antagonist_N 5.78422526086856e-6 +antagonistic_A 1.862717705131787e-5 +antagonize_V2 7.325112928824319e-5 +ante_N 1.735267578260568e-5 +anthem_N 5.78422526086856e-6 +anther_N 2.313690104347424e-5 +anthology_N 5.78422526086856e-6 +anthrax_N 3.470535156521136e-5 +anti_aircraft_A 1.862717705131787e-5 +anti_semitic_A 3.725435410263574e-5 +antibiotic_A 3.725435410263574e-5 +antibody_N 7.519492839129126e-5 +antic_N 5.78422526086856e-6 +anticipate_V 2.1104679208876025e-4 +anticipate_V2 9.766817238432426e-4 +anticipate_VS 2.949417490045716e-4 +anticipate_VV 6.504488096786782e-4 +anticipation_N 1.272529557391083e-4 +antidote_N 5.78422526086856e-6 +antifreeze_N 5.78422526086856e-6 +antiquated_A 3.725435410263574e-5 +antique_A 1.862717705131787e-5 +antique_N 5.78422526086856e-6 +antiquity_N 1.156845052173712e-5 +antisocial_A 1.862717705131787e-5 +antithetical_A 3.725435410263574e-5 +anxiety_N 9.254760417389695e-5 +anxious_A 2.794076557697681e-4 +anyPl_Det 6.389434231661609e-3 +anybody_NP 9.432608116144114e-5 +anyone_NP 2.1736010006766872e-4 +anything_NP 3.5679865482805996e-4 +anyway_Adv 2.1248393722617397e-4 +anywhere_Adv 1.7201080632595035e-4 +apart_Adv 2.7319363357650937e-4 +apartheid_N 9.83318294347655e-5 +apartment_N 1.850952083477939e-4 +apathetic_A 1.862717705131787e-5 +apiece_Adv 1.4165595815078264e-4 +aplomb_N 5.78422526086856e-6 +apocalyptic_A 1.862717705131787e-5 +apologetically_Adv 1.0118282725055903e-5 +apologist_N 1.156845052173712e-5 +apologize_V 9.044862518089724e-5 +apology_N 1.735267578260568e-5 +appal_V2 9.766817238432426e-5 +appalling_A 5.588153115395362e-5 +apparatus_N 2.8921126304342795e-5 +apparel_N 1.272529557391083e-4 +apparent_A 2.0676166526962837e-3 +apparition_N 5.78422526086856e-6 +appeal_N 4.2803266930427336e-4 +appeal_V 8.140376266280753e-4 +appeal_V2 1.7091930167256744e-4 +appealing_A 1.862717705131787e-5 +appear_V 1.567776169802219e-3 +appear_V2 9.766817238432426e-5 +appear_VA 5.6686046511627904e-2 +appear_VS 1.1060315587671434e-3 +appear_VV 1.0927540002601795e-2 +appearance_N 1.1568450521737118e-4 +appease_V2 7.325112928824319e-5 +append_V2 7.325112928824319e-5 +appendage_N 5.78422526086856e-6 +appetite_N 5.784225260868559e-5 +applaud_V 9.044862518089724e-5 +applaud_V2 1.4650225857648638e-4 +applause_N 3.470535156521136e-5 +apple_N 2.1401633465213668e-4 +appliance_N 6.362647786955415e-5 +applicable_A 1.1176306230790724e-4 +applicant_N 5.205802734781703e-5 +application_N 2.660743619999537e-4 +applied_A 1.862717705131787e-5 +apply_V 1.4773275446213218e-3 +apply_V2 4.6392381882554023e-4 +appoint_V2 7.813453790745941e-4 +appoint_VS 5.161480607580003e-4 +appointee_N 2.313690104347424e-5 +appointment_N 1.561740820434511e-4 +appraisal_N 3.470535156521136e-5 +appraise_V2 4.883408619216213e-5 +appreciable_A 5.588153115395362e-5 +appreciate_V 2.41196333815726e-4 +appreciate_V2 1.4650225857648638e-4 +appreciation_N 1.561740820434511e-4 +apprehension_N 1.156845052173712e-5 +apprise_V2 2.4417043096081066e-5 +approach_N 3.817588672173249e-4 +approach_V 2.7134587554269177e-4 +approach_V2 7.813453790745941e-4 +appropriate_A 6.705783738474435e-4 +appropriate_V2 9.766817238432426e-5 +appropriation_N 1.677425325651882e-4 +approval_N 8.502811133476782e-4 +approve_V 1.5376266280752533e-3 +approve_V2 2.954462214625809e-3 +approximate_A 5.588153115395362e-4 +approximate_V2 2.4417043096081066e-5 +apt_A 1.1176306230790724e-4 +aquamarine_N 5.78422526086856e-6 +aquarium_N 1.735267578260568e-5 +arab_N 5.78422526086856e-6 +arable_A 1.862717705131787e-5 +arbitrary_A 1.1176306230790724e-4 +arbitrate_V2 2.4417043096081066e-5 +arbitration_N 4.0489576826079914e-5 +arbitrator_N 4.627380208694848e-5 +arcade_N 5.78422526086856e-6 +arcane_A 3.725435410263574e-5 +arch_N 5.78422526086856e-6 +arch_V 3.014954172696575e-5 +arch_V2 2.4417043096081066e-5 +archaeological_A 1.862717705131787e-5 +archaic_A 1.862717705131787e-5 +architect_N 9.83318294347655e-5 +architectural_A 1.1176306230790724e-4 +architecture_N 6.941070313042272e-5 +ardent_A 7.450870820527148e-5 +area_N 1.7931098308692534e-3 +arena_N 5.784225260868559e-5 +arguable_A 3.725435410263574e-5 +argue_V 3.9194404245055476e-4 +argue_V2 7.325112928824319e-5 +argue_VS 7.742220911370005e-3 +argument_N 2.949954883042965e-4 +aria_N 5.78422526086856e-6 +arise_V 3.9194404245055476e-4 +arise_VS 2.949417490045716e-4 +aristocracy_N 5.78422526086856e-6 +aristocratic_A 1.862717705131787e-5 +arithmetic_N 5.78422526086856e-6 +arm_N 2.7185858726082226e-4 +arm_V 6.02990834539315e-5 +arm_V2 7.325112928824319e-5 +armadillo_N 1.156845052173712e-5 +armpit_N 5.78422526086856e-6 +army_N 1.3882140626084543e-4 +aroma_N 1.156845052173712e-5 +around_Adv 5.059141362527952e-4 +around_Prep 1.7985230951524512e-3 +arouse_V2 1.9533634476864853e-4 +arouse_V2V 1.0660980810234541e-3 +arpeggio_N 5.78422526086856e-6 +arrange_V 6.02990834539315e-5 +arrange_V2 6.836772066902698e-4 +arrangement_N 2.6029013673908516e-4 +array_N 7.519492839129126e-5 +arrest_N 8.676337891302839e-5 +arrest_V2 4.395067757294592e-4 +arrival_N 4.0489576826079914e-5 +arrive_V 9.044862518089725e-4 +arrive_V2 2.4417043096081066e-5 +arrogance_N 5.78422526086856e-6 +arrogant_A 1.1176306230790724e-4 +arrow_N 5.78422526086856e-6 +arsenal_N 4.627380208694848e-5 +arsenic_N 5.78422526086856e-6 +arson_N 1.156845052173712e-5 +artery_N 8.676337891302839e-5 +artful_A 1.862717705131787e-5 +arthritic_A 1.862717705131787e-5 +arthritis_N 5.78422526086856e-6 +article_N 5.957752018694616e-4 +articulate_V2 4.883408619216213e-5 +artifact_N 1.735267578260568e-5 +artificial_A 1.6764459346186087e-4 +artillery_N 1.735267578260568e-5 +artist_N 1.561740820434511e-4 +artistic_A 1.4901741641054297e-4 +artistry_N 5.78422526086856e-6 +asbestos_N 9.83318294347655e-5 +ascend_V 6.02990834539315e-5 +ascent_N 5.78422526086856e-6 +ascribe_V2 2.4417043096081066e-5 +ash_N 5.78422526086856e-6 +ashamed_A 1.862717705131787e-5 +ashore_Adv 2.0236565450111807e-5 +ashtray_N 5.78422526086856e-6 +aside_Adv 2.833119163015653e-4 +ask_V 5.457067052580801e-3 +ask_V2 1.0743498962275668e-3 +ask_V2V 4.2643923240938165e-3 +ask_VS 2.4332694292877157e-3 +ask_VV 1.170807857421621e-3 +asking_N 1.156845052173712e-5 +asleep_A 1.862717705131787e-5 +aspect_N 2.0823210939126813e-4 +aspen_N 5.78422526086856e-6 +asphalt_N 1.735267578260568e-5 +aspiration_N 2.313690104347424e-5 +aspire_V 9.044862518089724e-5 +aspirin_N 5.78422526086856e-6 +ass_N 5.78422526086856e-6 +assail_V2 4.883408619216213e-5 +assailant_N 5.78422526086856e-6 +assassin_N 5.78422526086856e-6 +assassinate_V2 9.766817238432426e-5 +assassination_N 1.272529557391083e-4 +assault_N 5.205802734781703e-5 +assemblage_N 5.78422526086856e-6 +assemble_V 1.808972503617945e-4 +assemble_V2 1.9533634476864853e-4 +assembly_N 1.7931098308692533e-4 +assent_N 1.156845052173712e-5 +assert_V 3.014954172696575e-5 +assert_V2 1.2208521548040532e-4 +assert_VS 1.6221796195251437e-3 +assertion_N 2.313690104347424e-5 +assertive_A 1.862717705131787e-5 +assess_V2 5.860090343059455e-4 +assessment_N 1.3882140626084543e-4 +asset_N 2.20957404965179e-3 +assiduous_A 1.862717705131787e-5 +assign_V2 3.9067268953729706e-4 +assignment_N 2.8921126304342795e-5 +assimilate_V 3.014954172696575e-5 +assimilate_V2 2.4417043096081066e-5 +assist_V 3.3164495899662324e-4 +assist_V2 4.150897326333781e-4 +assistance_N 2.3136901043474236e-4 +assistant_N 1.4460563152171398e-4 +associate_A 3.1666200987240384e-4 +associate_N 1.7352675782605678e-4 +associate_V 2.41196333815726e-4 +associate_V2 9.766817238432426e-4 +association_N 3.1813238934777076e-4 +assorted_A 3.725435410263574e-5 +assortment_N 2.313690104347424e-5 +assuage_V2 4.883408619216213e-5 +assume_V 3.61794500723589e-4 +assume_V2 1.0255158100354047e-3 +assume_VS 3.096888364548002e-3 +assumption_N 1.9087943360866246e-4 +assurance_N 1.0990027995650263e-4 +assure_V2 4.150897326333781e-4 +assure_VS 7.37354372511429e-5 +assured_A 1.862717705131787e-5 +asteroid_N 5.78422526086856e-6 +asthma_N 1.735267578260568e-5 +astonishing_A 5.588153115395362e-5 +astonishment_N 5.78422526086856e-6 +astound_V2 2.4417043096081066e-5 +astray_Adv 1.0118282725055903e-5 +astride_Prep 2.115909523708766e-5 +astringency_N 5.78422526086856e-6 +astronaut_N 2.8921126304342795e-5 +astronomer_N 1.156845052173712e-5 +astronomical_A 1.862717705131787e-5 +astute_A 3.725435410263574e-5 +asylum_N 1.156845052173712e-5 +at_Prep 4.808404392628171e-2 +athenian_A 1.862717705131787e-5 +athlete_N 7.519492839129126e-5 +athletic_A 1.1176306230790724e-4 +athletics_N 4.0489576826079914e-5 +atlas_N 5.78422526086856e-6 +atmosphere_N 9.254760417389695e-5 +atmospheric_A 1.1176306230790724e-4 +atoll_N 5.78422526086856e-6 +atom_N 2.8921126304342795e-5 +atomic_A 1.862717705131787e-5 +atonal_A 1.862717705131787e-5 +atone_V 3.014954172696575e-5 +atop_Prep 4.231819047417532e-5 +atrocious_A 1.862717705131787e-5 +attach_V 9.044862518089724e-5 +attach_V2 6.348431204981076e-4 +attachment_N 5.78422526086856e-6 +attack_N 2.660743619999537e-4 +attack_V2 5.371749481137834e-4 +attacker_N 1.156845052173712e-5 +attain_V 3.014954172696575e-5 +attain_V2 2.4417043096081066e-5 +attainable_A 1.862717705131787e-5 +attempt_N 5.437171745216445e-4 +attempt_V2 3.174215602490538e-4 +attempt_VV 5.203590477429426e-3 +attend_V 2.7134587554269177e-4 +attend_V2 6.348431204981076e-4 +attendance_N 5.205802734781703e-5 +attendant_A 3.725435410263574e-5 +attendant_N 1.0411605469563407e-4 +attention_N 3.7597464195645637e-4 +attest_V 3.014954172696575e-5 +attest_VS 2.212063117534287e-4 +attic_A 3.725435410263574e-5 +attic_N 1.156845052173712e-5 +attitude_N 2.255847851738738e-4 +attorney_N 9.543971680433123e-4 +attract_V2 1.9777804907825662e-3 +attraction_N 5.205802734781703e-5 +attractive_A 7.078327279500792e-4 +attributable_A 1.1176306230790724e-4 +attribute_N 2.313690104347424e-5 +attribute_V2 1.953363447686485e-3 +attrition_N 1.735267578260568e-5 +auction_N 6.709701302607528e-4 +auction_V2 4.150897326333781e-4 +auctioneer_N 1.156845052173712e-5 +audacious_A 3.725435410263574e-5 +audacity_N 5.78422526086856e-6 +audible_A 1.862717705131787e-5 +audience_N 3.41269290391245e-4 +audit_N 1.3303718099997685e-4 +audit_V2 9.766817238432426e-5 +audition_N 5.78422526086856e-6 +audition_V 6.02990834539315e-5 +auditor_N 5.784225260868559e-5 +augment_V 3.014954172696575e-5 +augment_V2 2.4417043096081066e-5 +august_A 1.862717705131787e-5 +aunt_N 1.156845052173712e-5 +aura_N 5.78422526086856e-6 +aural_A 1.862717705131787e-5 +auspicious_A 3.725435410263574e-5 +austere_A 5.588153115395362e-5 +austerity_N 2.313690104347424e-5 +australian_A 9.313588525658936e-4 +austrian_A 3.725435410263574e-5 +authentic_A 1.862717705131787e-5 +authenticity_N 1.735267578260568e-5 +author_N 2.255847851738738e-4 +authore_V2 2.4417043096081066e-5 +authoritarian_A 5.588153115395362e-5 +authoritative_A 1.862717705131787e-5 +authority_N 5.090118229564332e-4 +authorization_N 7.519492839129126e-5 +authorize_V2 5.371749481137834e-4 +authorize_V2V 4.2643923240938165e-3 +authorship_N 5.78422526086856e-6 +auto_N 1.0469447722172092e-3 +autobiography_N 1.156845052173712e-5 +autocrat_N 5.78422526086856e-6 +autocratic_A 1.862717705131787e-5 +autograph_N 1.156845052173712e-5 +autograph_V2 7.325112928824319e-5 +automate_V2 1.7091930167256744e-4 +automatic_A 1.8627177051317874e-4 +automatically_Adv 1.4165595815078264e-4 +automation_N 1.735267578260568e-5 +automobile_N 1.5038985678258253e-4 +autonomous_A 5.588153115395362e-5 +autonomy_N 2.313690104347424e-5 +autumn_N 5.205802734781703e-5 +auxiliary_A 5.588153115395362e-5 +avail_N 1.156845052173712e-5 +availability_N 6.941070313042272e-5 +available_A 2.6636863183384556e-3 +avalanche_N 1.156845052173712e-5 +avaricious_A 3.725435410263574e-5 +avenue_N 1.735267578260568e-5 +average_A 3.650926702058303e-3 +average_N 9.948867448693922e-4 +average_V 3.3164495899662324e-4 +average_V2 4.6392381882554023e-4 +averr_VS 7.37354372511429e-5 +avert_V2 1.7091930167256744e-4 +aviation_N 4.627380208694848e-5 +avid_A 1.862717705131787e-5 +avoid_V2 2.0266145769747283e-3 +avoid_VV 1.6911669051645636e-3 +avoidance_N 1.735267578260568e-5 +avuncular_A 3.725435410263574e-5 +await_V2 5.615919912098645e-4 +awake_A 1.862717705131787e-5 +awake_V 3.014954172696575e-5 +award_N 1.561740820434511e-4 +award_V2 9.522646807471615e-4 +aware_A 5.77442488590854e-4 +awareness_N 4.0489576826079914e-5 +away_Adv 1.2850219060820997e-3 +awesome_A 5.588153115395362e-5 +awful_A 2.048989475644966e-4 +awhile_Adv 1.0118282725055903e-5 +awkward_A 7.450870820527148e-5 +awry_A 1.862717705131787e-5 +awry_Adv 2.0236565450111807e-5 +ax_N 1.156845052173712e-5 +axiom_N 1.735267578260568e-5 +axiomatic_A 1.862717705131787e-5 +axle_N 5.78422526086856e-6 +azure_A 1.862717705131787e-5 +b_ed_N 3.470535156521136e-5 +baby_N 1.1568450521737118e-4 +baby_faced_A 1.862717705131787e-5 +baccalaureate_N 1.156845052173712e-5 +bachelor_N 5.78422526086856e-6 +bacillus_N 1.156845052173712e-5 +back_Adv 2.924183707541156e-3 +back_N 3.5862196617385066e-4 +back_V 1.1456825856246986e-3 +back_V2 1.855695275302161e-3 +backbone_N 1.156845052173712e-5 +backdrop_N 2.8921126304342795e-5 +backer_N 4.627380208694848e-5 +backfire_V 1.808972503617945e-4 +background_N 9.83318294347655e-5 +backing_N 8.676337891302839e-5 +backlash_N 2.313690104347424e-5 +backlog_N 1.1568450521737118e-4 +backside_N 5.78422526086856e-6 +backstage_Adv 1.0118282725055903e-5 +backward_Adv 2.0236565450111807e-5 +backwards_Adv 1.0118282725055903e-5 +backwater_N 5.78422526086856e-6 +bacon_N 1.156845052173712e-5 +bacterial_A 5.588153115395362e-5 +bacterium_N 1.0411605469563407e-4 +bad_A 2.6636863183384556e-3 +bad_N 5.78422526086856e-6 +badge_N 1.156845052173712e-5 +bag_N 1.0990027995650263e-4 +baggage_N 1.156845052173712e-5 +bagpipe_N 5.78422526086856e-6 +bail_N 5.78422526086856e-6 +bail_V 2.1104679208876025e-4 +bail_V2 4.883408619216213e-5 +bailiff_N 1.156845052173712e-5 +bait_N 5.78422526086856e-6 +baker_N 5.78422526086856e-6 +bakery_N 2.8921126304342795e-5 +baksheesh_N 5.78422526086856e-6 +balance_N 3.0656393882603366e-4 +balance_V 1.20598166907863e-4 +balance_V2 1.7091930167256744e-4 +balcony_N 1.156845052173712e-5 +bald_A 3.725435410263574e-5 +bale_N 1.156845052173712e-5 +balk_V 3.9194404245055476e-4 +ball_N 7.519492839129126e-5 +ballistic_A 3.725435410263574e-5 +balloon_N 8.676337891302839e-5 +balloon_V 3.9194404245055476e-4 +balloon_V2 2.4417043096081066e-5 +balloonist_N 1.735267578260568e-5 +ballot_N 5.205802734781703e-5 +ballot_V 1.20598166907863e-4 +ballroom_N 1.156845052173712e-5 +balm_N 5.78422526086856e-6 +baloney_N 5.78422526086856e-6 +ban_N 1.9087943360866246e-4 +ban_V2 1.123183982419729e-3 +banal_A 3.725435410263574e-5 +banana_N 2.313690104347424e-5 +band_N 8.097915365215983e-5 +band_V 6.02990834539315e-5 +bandage_N 1.156845052173712e-5 +bandwagon_N 2.8921126304342795e-5 +bandy_V2 2.4417043096081066e-5 +bang_N 1.735267578260568e-5 +bang_V 3.014954172696575e-5 +banish_V2 7.325112928824319e-5 +banishment_N 5.78422526086856e-6 +bank_N 4.430716549825317e-3 +bank_V 4.220935841775205e-4 +bank_V2 4.883408619216213e-5 +banker_N 6.362647786955415e-4 +banking_N 7.750861849563869e-4 +bankrupt_A 5.588153115395362e-5 +bankrupt_V2 4.883408619216213e-5 +bankruptcy_N 5.957752018694616e-4 +banner_N 1.156845052173712e-5 +banquet_N 5.78422526086856e-6 +banshee_N 5.78422526086856e-6 +banter_N 5.78422526086856e-6 +baptism_N 5.78422526086856e-6 +bar_N 1.5038985678258253e-4 +bar_V2 4.395067757294592e-4 +barb_N 5.78422526086856e-6 +barbecue_N 5.78422526086856e-6 +barber_N 1.156845052173712e-5 +bare_A 5.215609574369004e-4 +bare_V2 2.4417043096081066e-5 +bargain_N 1.7931098308692533e-4 +bargain_V 3.61794500723589e-4 +barge_N 5.78422526086856e-6 +barge_V 3.014954172696575e-5 +baritone_N 5.78422526086856e-6 +barley_N 5.78422526086856e-6 +barn_N 2.8921126304342795e-5 +barometer_N 4.0489576826079914e-5 +baron_N 1.156845052173712e-5 +baroque_A 1.862717705131787e-5 +barrage_N 2.313690104347424e-5 +barrel_N 3.7597464195645637e-4 +barren_A 1.862717705131787e-5 +barricade_N 5.78422526086856e-6 +barrier_N 1.6195830730431966e-4 +bartender_N 1.156845052173712e-5 +barter_V 3.014954172696575e-5 +barter_V2 2.4417043096081066e-5 +base_A 2.2352612461581448e-4 +base_N 4.916591471738276e-4 +base_V 2.5024119633381575e-3 +base_V2 5.835673299963374e-3 +baseball_N 2.949954883042965e-4 +baseless_A 3.725435410263574e-5 +basement_N 4.0489576826079914e-5 +bash_N 5.78422526086856e-6 +bash_V2 7.325112928824319e-5 +basic_A 6.333240197448077e-4 +basically_Adv 1.5177424087583856e-4 +basis_N 8.213599870433354e-4 +basket_N 2.3715323569561093e-4 +basketball_N 1.0990027995650263e-4 +bass_N 1.735267578260568e-5 +bassoon_N 5.78422526086856e-6 +bastion_N 2.313690104347424e-5 +bat_N 1.735267578260568e-5 +batch_N 5.205802734781703e-5 +bath_N 5.78422526086856e-6 +bathing_N 5.78422526086856e-6 +bathroom_N 1.735267578260568e-5 +bathtub_N 5.78422526086856e-6 +battalion_N 5.78422526086856e-6 +batter_N 1.156845052173712e-5 +batter_V 6.02990834539315e-5 +batter_V2 2.197533878647296e-4 +battery_N 8.097915365215983e-5 +batting_N 5.78422526086856e-6 +battle_N 4.2803266930427336e-4 +battle_V 1.20598166907863e-4 +battle_V2 2.197533878647296e-4 +battlefield_N 1.156845052173712e-5 +battleground_N 5.78422526086856e-6 +bay_N 8.097915365215983e-5 +beach_N 8.676337891302839e-5 +beam_N 1.156845052173712e-5 +beam_V 3.014954172696575e-5 +beam_V2 2.4417043096081066e-5 +bean_N 1.735267578260568e-5 +bear_N 6.362647786955415e-5 +bear_V 3.014954172696575e-4 +bear_V2 9.278476376510805e-4 +bearable_A 1.862717705131787e-5 +bearer_N 1.156845052173712e-5 +bearing_N 8.097915365215983e-5 +bearish_A 3.539163639750396e-4 +beast_N 1.735267578260568e-5 +beat_A 1.862717705131787e-5 +beat_N 2.8921126304342795e-5 +beat_V 3.9194404245055476e-4 +beat_V2 3.418386033451349e-4 +beatific_A 1.862717705131787e-5 +beating_N 2.8921126304342795e-5 +beautiful_A 1.6764459346186087e-4 +beauty_N 6.941070313042272e-5 +become_V 2.8642064640617463e-3 +become_V2 4.053229153949457e-3 +become_VA 0.15988372093023256 +become_VS 7.37354372511429e-5 +bed_N 6.362647786955415e-5 +bedevil_V2 4.883408619216213e-5 +bedfellow_N 1.156845052173712e-5 +bedridden_A 1.862717705131787e-5 +bedrock_N 1.156845052173712e-5 +bedroom_N 5.78422526086856e-6 +bee_N 1.735267578260568e-5 +beef_N 6.941070313042272e-5 +beef_V 1.5074770863482875e-4 +beefy_A 1.862717705131787e-5 +beep_N 1.156845052173712e-5 +beer_N 2.3715323569561093e-4 +beeswax_N 5.78422526086856e-6 +beet_N 5.78422526086856e-6 +befall_V2 4.883408619216213e-5 +befitting_A 1.862717705131787e-5 +before_Adv 5.059141362527952e-4 +before_Prep 5.0993419521381264e-3 +beforehand_Adv 2.0236565450111807e-5 +befriend_V2 2.4417043096081066e-5 +beg_V 6.02990834539315e-5 +beg_V2 2.4417043096081066e-5 +beggar_N 5.78422526086856e-6 +begin_V 5.366618427399904e-3 +begin_V2 1.8068611891099988e-3 +begin_VV 1.938337452842461e-2 +beginning_N 2.3136901043474236e-4 +behalf_N 1.7352675782605678e-4 +behave_V 3.014954172696575e-4 +behead_V2 2.4417043096081066e-5 +behest_N 1.735267578260568e-5 +behind_Adv 9.106454452550313e-5 +behind_N 5.78422526086856e-6 +behind_Prep 8.040456190093312e-4 +beholden_A 1.862717705131787e-5 +being_N 1.0990027995650263e-4 +belated_A 3.725435410263574e-5 +belch_N 5.78422526086856e-6 +belgian_A 1.6764459346186087e-4 +belie_V2 4.883408619216213e-5 +belief_N 1.272529557391083e-4 +believe_V 8.743367100820067e-4 +believe_V2 2.197533878647296e-4 +believe_V2V 1.0660980810234541e-3 +believe_VS 1.8286388438283438e-2 +believer_N 5.78422526086856e-6 +bell_N 4.0489576826079914e-5 +bellwether_N 4.627380208694848e-5 +belong_V 6.02990834539315e-4 +beloved_A 5.588153115395362e-5 +below_Adv 1.7201080632595035e-4 +below_Prep 1.375341190410698e-3 +belt_N 3.470535156521136e-5 +bemoan_V2 2.4417043096081066e-5 +bemused_A 1.862717705131787e-5 +bench_N 1.0990027995650263e-4 +bend_V 9.044862518089724e-5 +beneath_Prep 1.0579547618543832e-4 +benefactor_N 1.156845052173712e-5 +beneficial_A 2.2352612461581448e-4 +beneficiary_N 9.83318294347655e-5 +benefit_N 7.461650586520442e-4 +benefit_V 1.3567293777134587e-3 +benefit_V2 4.395067757294592e-4 +benighted_A 3.725435410263574e-5 +benign_A 1.1176306230790724e-4 +bent_A 1.862717705131787e-5 +bent_N 1.156845052173712e-5 +bequeath_V2 2.4417043096081066e-5 +bequest_N 1.156845052173712e-5 +berate_V2 2.4417043096081066e-5 +beret_N 5.78422526086856e-6 +berry_N 1.156845052173712e-5 +beset_V2 4.883408619216213e-5 +beside_Prep 3.173864285563149e-5 +besides_Adv 1.0118282725055903e-5 +besides_Prep 3.068068809377711e-4 +besiege_V2 9.766817238432426e-5 +best_Adv 1.2141939270067085e-4 +best_V2 7.325112928824319e-5 +bestow_V2 7.325112928824319e-5 +bet_N 1.3303718099997685e-4 +bet_V 1.808972503617945e-4 +bet_V2 2.4417043096081066e-5 +bet_VS 7.37354372511429e-4 +beta_N 6.362647786955415e-5 +betray_V2 2.4417043096081066e-5 +better_Adv 2.7319363357650937e-4 +better_N 5.78422526086856e-6 +between_Prep 4.9300691902414255e-3 +beverage_N 4.0489576826079914e-5 +bevy_N 5.78422526086856e-6 +beware_V 6.02990834539315e-5 +beware_V2 2.4417043096081066e-5 +bewilder_V2 4.883408619216213e-5 +bewitch_V2 2.4417043096081066e-5 +beyond_Adv 1.0118282725055903e-5 +beyond_Prep 7.617274285351558e-4 +bias_N 8.676337891302839e-5 +bias_V2 2.4417043096081066e-5 +bible_N 5.78422526086856e-6 +bicentennial_A 1.862717705131787e-5 +bicentennial_N 5.78422526086856e-6 +bicker_V 9.044862518089724e-5 +bicycle_N 5.784225260868559e-5 +bicycle_V 3.014954172696575e-5 +bid_N 2.1980055991300527e-3 +bid_V 1.326579835986493e-3 +bid_V2 3.418386033451349e-4 +bidder_N 2.1401633465213668e-4 +bidding_N 2.8921126304342796e-4 +biennial_A 3.725435410263574e-5 +big_A 8.251839433733818e-3 +bigotry_N 1.735267578260568e-5 +bike_N 3.0077971356516506e-4 +bike_V 9.044862518089724e-5 +bikini_N 5.78422526086856e-6 +bilge_N 5.78422526086856e-6 +bill_N 2.573980241086509e-3 +bill_V 4.82392667631452e-4 +bill_V2 1.7091930167256744e-4 +billion_N 1.96663658869531e-4 +billow_V 3.014954172696575e-5 +bind_N 2.313690104347424e-5 +bind_V 1.20598166907863e-4 +binder_N 5.78422526086856e-6 +binding_A 3.725435410263574e-5 +binge_N 2.8921126304342795e-5 +biodegradable_A 1.862717705131787e-5 +biographer_N 1.156845052173712e-5 +biography_N 2.313690104347424e-5 +biological_A 9.313588525658937e-5 +biologist_N 1.735267578260568e-5 +biology_N 1.156845052173712e-5 +bipartisan_A 2.048989475644966e-4 +biped_N 5.78422526086856e-6 +bird's_eye_A 1.862717705131787e-5 +bird_N 4.627380208694848e-5 +birdcage_N 5.78422526086856e-6 +birth_N 7.519492839129126e-5 +birthday_N 4.0489576826079914e-5 +birthplace_N 5.78422526086856e-6 +bishop_N 2.313690104347424e-5 +bit_N 2.8921126304342796e-4 +bitch_N 5.78422526086856e-6 +bite_N 1.735267578260568e-5 +bite_V 6.02990834539315e-5 +bite_V2 9.766817238432426e-5 +biting_A 1.862717705131787e-5 +bitter_A 4.097978951289932e-4 +bitterness_N 1.156845052173712e-5 +biz_N 1.156845052173712e-5 +bizarre_A 9.313588525658937e-5 +black_A 2.01173512154233e-3 +black_N 2.6029013673908516e-4 +black_V2 2.4417043096081066e-5 +blackboard_N 5.78422526086856e-6 +blacken_V 3.014954172696575e-5 +blacken_V2 2.4417043096081066e-5 +blackmail_V2 7.325112928824319e-5 +blackout_N 5.78422526086856e-6 +bladder_N 1.735267578260568e-5 +blade_N 5.78422526086856e-6 +blame_N 5.205802734781703e-5 +blame_V 3.61794500723589e-4 +blame_V2 1.2696862409962153e-3 +bland_A 1.862717705131787e-5 +blandness_N 5.78422526086856e-6 +blank_A 1.6764459346186087e-4 +blanket_N 4.627380208694848e-5 +blanket_V2 4.883408619216213e-5 +blare_V 3.014954172696575e-5 +blarney_N 5.78422526086856e-6 +blasphemous_A 1.862717705131787e-5 +blast_N 5.784225260868559e-5 +blast_V 9.044862518089724e-5 +blast_V2 2.4417043096081066e-5 +blatant_A 3.725435410263574e-5 +blaze_N 5.78422526086856e-6 +blaze_V 6.02990834539315e-5 +bleach_N 5.78422526086856e-6 +bleak_A 1.8627177051317874e-4 +bleed_V 1.5074770863482875e-4 +bleed_VS 7.37354372511429e-5 +blemish_N 1.156845052173712e-5 +blend_N 1.735267578260568e-5 +blend_V 9.044862518089724e-5 +blend_V2 4.883408619216213e-5 +bless_V2 7.325112928824319e-5 +blessing_N 3.470535156521136e-5 +blind_A 9.313588525658937e-5 +blindfold_V2 2.4417043096081066e-5 +blindness_N 5.78422526086856e-6 +blink_N 1.735267578260568e-5 +blip_N 2.313690104347424e-5 +blithe_A 1.862717705131787e-5 +blitz_N 1.735267578260568e-5 +bloated_A 1.1176306230790724e-4 +bloc_N 1.3882140626084543e-4 +block_N 2.7185858726082226e-4 +block_V2 1.6359418874374314e-3 +blockade_N 1.735267578260568e-5 +blockbuster_N 1.156845052173712e-5 +blond_A 3.725435410263574e-5 +blonde_A 5.588153115395362e-5 +blonde_N 5.78422526086856e-6 +blood_N 1.850952083477939e-4 +bloody_A 1.1176306230790724e-4 +bloody_minded_A 1.862717705131787e-5 +bloom_V 3.014954172696575e-5 +blossom_N 5.78422526086856e-6 +blossom_V 6.02990834539315e-5 +blot_V2 4.883408619216213e-5 +blow_N 1.3882140626084543e-4 +blow_V 2.7134587554269177e-4 +blow_V2 4.883408619216213e-5 +blowtorch_N 5.78422526086856e-6 +bludgeon_V2 2.4417043096081066e-5 +blue_A 3.3528918692372173e-4 +blue_N 4.0489576826079914e-5 +blue_collar_A 9.313588525658937e-5 +blueprint_N 4.0489576826079914e-5 +bluish_A 1.862717705131787e-5 +blunder_N 1.735267578260568e-5 +blunder_V 6.02990834539315e-5 +blunt_A 7.450870820527148e-5 +blunt_V2 9.766817238432426e-5 +blur_V 3.014954172696575e-5 +blur_V2 2.4417043096081066e-5 +blurt_V2 2.4417043096081066e-5 +boa_N 5.78422526086856e-6 +board_N 1.9261470118692302e-3 +board_V2 2.4417043096081066e-5 +boardroom_N 2.313690104347424e-5 +boast_N 5.78422526086856e-6 +boast_V 2.41196333815726e-4 +boast_V2 9.766817238432426e-5 +boast_VS 5.161480607580003e-4 +boat_N 7.519492839129126e-5 +boat_V 3.014954172696575e-5 +boater_N 5.78422526086856e-6 +bode_V 9.044862518089724e-5 +bode_V2 2.4417043096081066e-5 +body_N 2.0823210939126813e-4 +bog_V 1.5074770863482875e-4 +bogus_A 7.450870820527148e-5 +boiler_N 9.254760417389695e-5 +bold_A 2.794076557697681e-4 +bolster_V 6.02990834539315e-5 +bolster_V2 8.790135514589183e-4 +bolt_N 2.313690104347424e-5 +bolt_V 3.014954172696575e-5 +bolt_V2 2.4417043096081066e-5 +bomb_N 4.0489576826079914e-5 +bomb_V 6.02990834539315e-5 +bomb_V2 7.325112928824319e-5 +bombard_V2 4.883408619216213e-5 +bombardment_N 5.78422526086856e-6 +bombast_N 5.78422526086856e-6 +bomber_N 2.8921126304342795e-5 +bombshell_N 2.313690104347424e-5 +bona_fide_A 3.725435410263574e-5 +bonanza_N 1.156845052173712e-5 +bond_N 5.408250618912103e-3 +bond_V2 2.4417043096081066e-5 +bone_N 2.8921126304342795e-5 +bone_V2 2.4417043096081066e-5 +bonfire_N 5.78422526086856e-6 +bonnet_N 5.78422526086856e-6 +bonus_N 1.7931098308692533e-4 +book_N 6.709701302607528e-4 +book_V2 9.766817238432426e-5 +booking_N 2.8921126304342795e-5 +bookkeeper_N 5.78422526086856e-6 +bookkeeping_N 1.156845052173712e-5 +booklet_N 5.78422526086856e-6 +boom_N 1.850952083477939e-4 +boom_V 1.808972503617945e-4 +boon_N 1.735267578260568e-5 +boorish_A 1.862717705131787e-5 +boost_N 2.3136901043474236e-4 +boost_V2 3.44280307654743e-3 +booster_N 5.78422526086856e-6 +boot_N 1.156845052173712e-5 +booth_N 4.0489576826079914e-5 +bootleg_V2 2.4417043096081066e-5 +booze_N 1.156845052173712e-5 +booze_V 3.014954172696575e-5 +border_N 1.0411605469563407e-4 +border_V 6.02990834539315e-5 +border_V2 2.4417043096081066e-5 +bore_V 1.808972503617945e-4 +boredom_N 1.156845052173712e-5 +borer_N 5.78422526086856e-6 +boring_A 1.1176306230790724e-4 +borough_N 6.362647786955415e-5 +borrow_V 1.2964302942595272e-3 +borrow_V2 6.592601635941887e-4 +borrow_VV 3.9026928580720695e-4 +borrower_N 9.83318294347655e-5 +bosom_N 5.78422526086856e-6 +boss_N 1.2146873047823974e-4 +botany_N 5.78422526086856e-6 +botch_V2 4.883408619216213e-5 +both_Det 3.730144565411387e-3 +bother_V 1.808972503617945e-4 +bother_V2 1.7091930167256744e-4 +bothersome_A 1.862717705131787e-5 +bottle_N 5.784225260868559e-5 +bottle_V2 1.2208521548040532e-4 +bottleneck_N 5.78422526086856e-6 +bottom_N 1.0990027995650263e-4 +bottom_V 1.5074770863482875e-4 +bottomless_A 1.862717705131787e-5 +boulevard_N 1.156845052173712e-5 +bounce_N 2.313690104347424e-5 +bounce_V 4.82392667631452e-4 +bounce_V2 4.883408619216213e-5 +bound_V 6.02990834539315e-5 +boundary_N 3.470535156521136e-5 +bounty_N 5.78422526086856e-6 +bourbon_N 9.83318294347655e-5 +bourse_N 5.78422526086856e-6 +bout_N 3.470535156521136e-5 +boutique_N 2.8921126304342795e-5 +bovine_A 3.725435410263574e-5 +bow_N 5.78422526086856e-6 +bow_V 2.7134587554269177e-4 +bowel_N 5.78422526086856e-6 +bowl_N 1.735267578260568e-5 +bowl_V 3.9194404245055476e-4 +box_N 1.3303718099997685e-4 +boxer_N 5.78422526086856e-6 +boycott_N 1.156845052173712e-5 +boycott_V2 2.4417043096081066e-5 +boyish_A 1.862717705131787e-5 +bra_N 1.735267578260568e-5 +brace_V 2.41196333815726e-4 +brace_V2 7.325112928824319e-5 +bracket_N 2.8921126304342795e-5 +brag_V 3.014954172696575e-5 +bragging_N 5.78422526086856e-6 +braid_N 5.78422526086856e-6 +brain_N 1.9087943360866246e-4 +brainchild_N 1.156845052173712e-5 +brake_N 2.8921126304342795e-5 +brake_V 3.014954172696575e-5 +bran_N 4.0489576826079914e-5 +branch_N 4.0489576826079917e-4 +branch_V 1.5074770863482875e-4 +brand_N 8.27144212304204e-4 +brand_V2 2.4417043096081066e-5 +brandy_N 1.156845052173712e-5 +brash_A 3.725435410263574e-5 +brass_N 1.735267578260568e-5 +brassiere_1_N 5.78422526086856e-6 +brat_N 5.78422526086856e-6 +brave_A 5.588153115395362e-5 +brave_V2 4.883408619216213e-5 +brawl_N 2.8921126304342795e-5 +brawny_A 1.862717705131787e-5 +brazen_V2 2.4417043096081066e-5 +brazilian_A 1.8627177051317874e-4 +brazilian_N 5.78422526086856e-6 +breach_N 5.784225260868559e-5 +breach_V2 1.2208521548040532e-4 +bread_N 4.627380208694848e-5 +breadth_N 2.313690104347424e-5 +break_N 1.5038985678258253e-4 +break_V 2.2009165460684997e-3 +break_V2 8.301794652667562e-4 +breakage_N 5.78422526086856e-6 +breakdown_N 6.362647786955415e-5 +breaker_N 9.254760417389695e-5 +breakfast_N 4.0489576826079914e-5 +breakthrough_N 3.470535156521136e-5 +breast_N 2.8921126304342795e-5 +breath_N 2.8921126304342795e-5 +breathe_V 1.5074770863482875e-4 +breathe_V2 2.4417043096081066e-5 +breather_N 5.78422526086856e-6 +breathing_N 1.156845052173712e-5 +breathless_A 1.862717705131787e-5 +breathtaking_A 5.588153115395362e-5 +breed_N 4.0489576826079914e-5 +breed_V 1.808972503617945e-4 +breed_V2 1.2208521548040532e-4 +breeder_N 2.8921126304342795e-5 +breeding_N 2.313690104347424e-5 +breeze_N 1.156845052173712e-5 +breezy_A 1.862717705131787e-5 +brew_N 1.156845052173712e-5 +brew_V 7.23589001447178e-4 +brew_V2 2.4417043096081066e-5 +brewer_N 4.627380208694848e-5 +brewery_N 2.8921126304342795e-5 +bribe_N 4.627380208694848e-5 +bribe_V 1.5074770863482875e-4 +bribe_V2 4.883408619216213e-5 +bribery_N 4.0489576826079914e-5 +brick_N 9.254760417389695e-5 +bride_N 5.78422526086856e-6 +bridge_N 2.3136901043474236e-4 +bridge_V2 4.883408619216213e-5 +brief_A 4.097978951289932e-4 +brief_N 8.097915365215983e-5 +brief_V2 4.883408619216213e-5 +briefcase_N 1.735267578260568e-5 +briefing_N 3.470535156521136e-5 +brigade_N 2.8921126304342795e-5 +bright_A 3.3528918692372173e-4 +brighten_V2 4.883408619216213e-5 +brilliant_A 9.313588525658937e-5 +brim_N 5.78422526086856e-6 +brim_V 3.014954172696575e-5 +brimstone_N 5.78422526086856e-6 +brine_N 5.78422526086856e-6 +bring_V2 5.347332438041753e-3 +bring_V2V 1.0660980810234541e-3 +brink_N 1.735267578260568e-5 +brisk_A 2.2352612461581448e-4 +bristle_V 6.02990834539315e-5 +brittle_A 1.862717705131787e-5 +broad_A 1.881344882183105e-3 +broadcast_N 9.254760417389695e-5 +broadcast_V 1.5074770863482875e-4 +broadcast_V2 7.325112928824319e-5 +broadcasting_N 8.676337891302839e-5 +broaden_V 1.20598166907863e-4 +broaden_V2 1.7091930167256744e-4 +broadside_N 5.78422526086856e-6 +brochure_N 2.8921126304342795e-5 +broiler_N 5.78422526086856e-6 +broker_N 9.428287175215752e-4 +brokerage_N 7.403808333911756e-4 +bronco_N 5.78422526086856e-6 +bronze_N 5.78422526086856e-6 +brooch_N 5.78422526086856e-6 +brood_N 5.78422526086856e-6 +brother_N 1.9087943360866246e-4 +brotherly_A 1.862717705131787e-5 +brouhaha_N 5.78422526086856e-6 +brow_N 2.313690104347424e-5 +browbeat_V2 2.4417043096081066e-5 +brown_A 5.588153115395362e-5 +bruise_N 5.78422526086856e-6 +bruise_V 6.02990834539315e-5 +brunch_N 5.78422526086856e-6 +brunt_N 2.8921126304342795e-5 +brush_N 2.8921126304342795e-5 +brush_V 1.808972503617945e-4 +brutal_A 9.313588525658937e-5 +brutality_N 1.156845052173712e-5 +brutish_A 1.862717705131787e-5 +bubble_N 1.156845052173712e-5 +buccaneer_N 5.78422526086856e-6 +buck_N 3.470535156521136e-5 +buck_V 6.02990834539315e-5 +buck_V2 1.2208521548040532e-4 +bucket_N 1.735267578260568e-5 +buckle_V 1.808972503617945e-4 +buckle_V2 2.4417043096081066e-5 +buckshot_N 5.78422526086856e-6 +bud_N 5.78422526086856e-6 +bud_V 9.044862518089724e-5 +budding_A 1.862717705131787e-5 +buddy_N 1.735267578260568e-5 +budge_V 1.5074770863482875e-4 +budget_N 9.543971680433123e-4 +budget_V 6.02990834539315e-5 +budget_V2 1.2208521548040532e-4 +budgetary_A 1.4901741641054297e-4 +buff_N 1.156845052173712e-5 +buffer_N 1.735267578260568e-5 +buffer_V2 4.883408619216213e-5 +buffet_N 1.735267578260568e-5 +buffet_V2 9.766817238432426e-5 +bug_N 1.1568450521737118e-4 +bugaboo_N 5.78422526086856e-6 +build_V 2.261215629522431e-3 +build_V2 4.834574533024051e-3 +builder_N 8.097915365215983e-5 +building_N 1.1452766016519747e-3 +built_in_A 5.588153115395362e-5 +bulb_N 1.735267578260568e-5 +bulge_V 3.014954172696575e-5 +bulk_N 1.272529557391083e-4 +bulkhead_N 5.78422526086856e-6 +bulky_A 1.862717705131787e-5 +bull_N 2.313690104347424e-5 +bulldoze_V2 2.4417043096081066e-5 +bulldozer_N 1.156845052173712e-5 +bullet_N 5.784225260868559e-5 +bulletin_N 2.313690104347424e-5 +bullion_N 3.470535156521136e-5 +bully_N 5.78422526086856e-6 +bully_V2 4.883408619216213e-5 +bulwark_N 5.78422526086856e-6 +bum_N 5.78422526086856e-6 +bump_N 1.156845052173712e-5 +bump_V 6.02990834539315e-5 +bump_V2 2.4417043096081066e-5 +bumper_N 1.156845052173712e-5 +bumpy_A 3.725435410263574e-5 +bunch_N 4.627380208694848e-5 +bundle_N 1.156845052173712e-5 +bundle_V2 4.883408619216213e-5 +bungle_V 3.014954172696575e-5 +bunny_N 1.735267578260568e-5 +buoy_V 9.044862518089724e-5 +buoy_V2 3.174215602490538e-4 +buoyant_A 5.588153115395362e-5 +burble_VS 7.37354372511429e-5 +burden_N 1.6195830730431966e-4 +burden_V2 1.4650225857648638e-4 +burdensome_A 5.588153115395362e-5 +bureau_N 1.7931098308692533e-4 +bureaucracy_N 1.2146873047823974e-4 +bureaucrat_N 1.2146873047823974e-4 +bureaucratic_A 1.8627177051317874e-4 +burg_N 5.78422526086856e-6 +burgeon_V 1.20598166907863e-4 +burglary_N 4.0489576826079914e-5 +burial_N 1.156845052173712e-5 +burly_A 1.862717705131787e-5 +burn_N 2.313690104347424e-5 +burn_V 5.125422093584177e-4 +burn_V2 7.325112928824319e-5 +burner_N 2.313690104347424e-5 +burnish_V2 2.4417043096081066e-5 +burst_N 8.097915365215983e-5 +burst_V 6.02990834539315e-5 +burst_V2 2.4417043096081066e-5 +bury_V 1.20598166907863e-4 +bury_V2 2.197533878647296e-4 +bus_N 1.3303718099997685e-4 +bush_N 5.78422526086856e-6 +bushel_N 6.941070313042272e-5 +bushy_A 1.862717705131787e-5 +business_N 6.426274264824969e-3 +businesslike_A 5.588153115395362e-5 +businessman_N 2.3136901043474236e-4 +bust_N 3.470535156521136e-5 +bust_V 3.014954172696575e-5 +bust_V2 4.883408619216213e-5 +buster_N 5.78422526086856e-6 +bustle_N 5.78422526086856e-6 +busy_A 7.45087082052715e-4 +but_Adv 4.0473130900223614e-5 +but_Prep 8.463638094835064e-5 +butane_N 5.78422526086856e-6 +butcher_N 2.313690104347424e-5 +butler_N 2.8921126304342795e-5 +butt_N 1.156845052173712e-5 +butt_V 3.014954172696575e-5 +butter_N 3.470535156521136e-5 +butterfly_N 1.156845052173712e-5 +button_N 3.470535156521136e-5 +buttoned_up_A 1.862717705131787e-5 +buttress_V2 9.766817238432426e-5 +buy_N 3.123481640869022e-4 +buy_V 1.1185479980704294e-2 +buy_V2 1.1085337565620803e-2 +buyer_N 9.196918164781009e-4 +buzz_N 1.156845052173712e-5 +buzz_V 6.02990834539315e-5 +buzzer_N 5.78422526086856e-6 +by_Adv 3.0354848175167712e-5 +by_Prep 4.688855504538626e-2 +bye_N 5.78422526086856e-6 +bylaw_N 5.78422526086856e-6 +bypass_N 5.78422526086856e-6 +bypass_V2 2.4417043096081066e-5 +bystander_N 5.78422526086856e-6 +c_of_e_N 6.362647786955415e-5 +cab_N 1.156845052173712e-5 +cabal_N 5.78422526086856e-6 +cabinet_N 6.941070313042272e-5 +cable_N 3.9911154299993056e-4 +cache_N 1.735267578260568e-5 +cachet_N 1.735267578260568e-5 +cadet_N 1.156845052173712e-5 +cadge_V2 2.4417043096081066e-5 +cafeteria_N 4.0489576826079914e-5 +cage_N 1.156845052173712e-5 +cake_N 5.78422526086856e-6 +calamitous_A 1.862717705131787e-5 +calamity_N 1.735267578260568e-5 +calcium_N 1.156845052173712e-5 +calculate_V 2.1104679208876025e-4 +calculate_V2 5.860090343059455e-4 +calculate_VS 4.424126235068574e-4 +calculation_N 1.3882140626084543e-4 +calculator_N 2.313690104347424e-5 +calendar_N 4.627380208694848e-5 +calf_N 1.156845052173712e-5 +californian_N 1.156845052173712e-5 +call_N 5.89990976608593e-4 +call_V 4.341534008683068e-3 +call_V2 1.0743498962275668e-3 +call_V2V 1.0660980810234541e-3 +call_VS 2.138327680283144e-2 +caller_N 6.362647786955415e-5 +calling_N 3.470535156521136e-5 +calm_A 7.450870820527148e-5 +calm_N 1.156845052173712e-5 +calm_V 6.02990834539315e-5 +calm_V2 4.883408619216213e-5 +calmness_N 5.78422526086856e-6 +camaraderie_N 5.78422526086856e-6 +cambodian_A 5.588153115395362e-5 +camera_N 1.1568450521737118e-4 +camouflage_N 5.78422526086856e-6 +camouflage_V2 2.4417043096081066e-5 +camp_N 7.519492839129126e-5 +campaign_N 6.941070313042271e-4 +campaign_V 1.20598166907863e-4 +camper_N 5.78422526086856e-6 +campus_N 4.627380208694848e-5 +can_N 6.362647786955415e-5 +can_V2 7.325112928824319e-5 +can_VV 0.23819435410433198 +canal_N 3.470535156521136e-5 +cancel_V 6.02990834539315e-5 +cancel_V2 2.4417043096081065e-4 +cancellation_N 2.313690104347424e-5 +cancer_N 5.668540755651188e-4 +cancerous_A 3.725435410263574e-5 +candid_A 5.588153115395362e-5 +candidate_N 3.93327317739062e-4 +candle_N 1.156845052173712e-5 +candlelight_N 5.78422526086856e-6 +candy_N 8.097915365215983e-5 +canned_A 1.862717705131787e-5 +cannon_N 5.78422526086856e-6 +canny_A 1.862717705131787e-5 +cant_N 5.78422526086856e-6 +canvas_N 2.8921126304342795e-5 +canvass_V 3.014954172696575e-5 +canyon_N 5.78422526086856e-6 +cap_N 1.1568450521737118e-4 +cap_V2 6.348431204981076e-4 +capability_N 8.097915365215983e-5 +capable_A 2.2352612461581448e-4 +capacity_N 4.7430647139122187e-4 +capital_A 1.303902393592251e-4 +capital_N 1.9145785613474931e-3 +capitalism_N 6.362647786955415e-5 +capitalist_N 5.205802734781703e-5 +capitalistic_A 7.450870820527148e-5 +capitalization_N 6.941070313042272e-5 +capitalize_V 3.3164495899662324e-4 +capitalize_V2 7.325112928824319e-5 +capitol_N 5.78422526086856e-6 +capitulate_V 3.014954172696575e-5 +capricious_A 1.862717705131787e-5 +capriciousness_N 5.78422526086856e-6 +capsule_N 5.78422526086856e-6 +captain_N 2.313690104347424e-5 +captain_V2 2.4417043096081066e-5 +captivate_V2 2.4417043096081066e-5 +captive_A 1.862717705131787e-5 +captive_N 5.78422526086856e-6 +capture_N 5.78422526086856e-6 +capture_V2 4.395067757294592e-4 +car_N 1.7526202540431735e-3 +carat_N 1.735267578260568e-5 +carbide_N 5.78422526086856e-6 +carbon_N 8.097915365215983e-5 +card_N 3.5862196617385066e-4 +cardiac_A 5.588153115395362e-5 +cardigan_N 5.78422526086856e-6 +cardinal_N 5.78422526086856e-6 +care_N 6.189121029129359e-4 +care_V 5.426917510853835e-4 +careen_V 1.20598166907863e-4 +career_N 2.255847851738738e-4 +careful_A 5.588153115395362e-4 +careless_A 3.725435410263574e-5 +cargo_N 1.0990027995650263e-4 +caricature_N 1.156845052173712e-5 +caricature_V2 2.4417043096081066e-5 +carnival_N 1.156845052173712e-5 +carnivore_N 5.78422526086856e-6 +carp_N 5.78422526086856e-6 +carp_V 6.02990834539315e-5 +carpenter_N 5.78422526086856e-6 +carpentry_N 5.78422526086856e-6 +carpet_N 9.254760417389695e-5 +carpetbagger_N 5.78422526086856e-6 +carrier_N 5.842067513477245e-4 +carrot_N 1.156845052173712e-5 +carry_N 5.784225260868559e-5 +carry_V 1.3567293777134587e-3 +carry_out_V2 2.661457697472836e-3 +cart_N 2.8921126304342795e-5 +cart_V2 7.325112928824319e-5 +cartel_N 2.313690104347424e-5 +carton_N 5.78422526086856e-6 +cartoon_N 4.0489576826079914e-5 +cartoonist_N 5.78422526086856e-6 +cartridge_N 2.313690104347424e-5 +carve_V 1.5074770863482875e-4 +cascade_N 1.156845052173712e-5 +case_N 2.533490664260429e-3 +cash_N 1.8683047592605447e-3 +cash_V 2.41196333815726e-4 +cashier_N 5.78422526086856e-6 +casing_N 1.156845052173712e-5 +casino_N 2.4293746095647948e-4 +casket_N 5.78422526086856e-6 +cassette_N 2.8921126304342795e-5 +cast_N 6.941070313042272e-5 +cast_V 1.808972503617945e-4 +cast_V2 4.395067757294592e-4 +cast_iron_A 1.862717705131787e-5 +caster_N 1.156845052173712e-5 +castigate_V2 9.766817238432426e-5 +casting_N 2.8921126304342795e-5 +castle_N 1.156845052173712e-5 +castle_V 3.014954172696575e-5 +castor_oil_N 1.156845052173712e-5 +casual_A 1.4901741641054297e-4 +casualty_N 6.941070313042272e-5 +casuistry_N 5.78422526086856e-6 +cat_N 2.313690104347424e-5 +catalogue_N 5.78422526086856e-6 +catalyst_N 5.784225260868559e-5 +catalytic_A 3.725435410263574e-5 +catamaran_N 5.78422526086856e-6 +catapult_V2 4.883408619216213e-5 +catastrophe_N 1.1568450521737118e-4 +catastrophic_A 2.2352612461581448e-4 +catch_N 1.735267578260568e-5 +catch_V 8.44187168355041e-4 +catch_V2 8.301794652667562e-4 +catch_VS 7.37354372511429e-5 +catcher_N 5.78422526086856e-6 +categorical_A 1.862717705131787e-5 +categorize_V2 4.883408619216213e-5 +category_N 2.3715323569561093e-4 +cater_V 3.3164495899662324e-4 +caterer_N 5.78422526086856e-6 +catfish_N 1.156845052173712e-5 +cathode_N 2.313690104347424e-5 +catholic_A 1.862717705131787e-5 +catsup_N 5.78422526086856e-6 +cause_N 2.255847851738738e-4 +cause_V2 3.784641679892565e-3 +cause_V2V 3.731343283582089e-2 +cause_VS 2.212063117534287e-4 +caustic_A 3.725435410263574e-5 +caution_N 9.254760417389695e-5 +caution_V 2.1104679208876025e-4 +caution_V2V 2.1321961620469083e-3 +caution_VS 1.2535024332694293e-3 +cautionary_A 1.862717705131787e-5 +cautious_A 7.26459905001397e-4 +cavalier_A 3.725435410263574e-5 +cave_N 5.78422526086856e-6 +cave_V 6.02990834539315e-5 +caveat_N 1.735267578260568e-5 +cavernous_A 1.862717705131787e-5 +cd_N 3.5862196617385066e-4 +cease_N 4.627380208694848e-5 +cease_V 1.5074770863482875e-4 +cease_V2 1.2208521548040532e-4 +ceaseless_A 3.725435410263574e-5 +cedar_N 1.156845052173712e-5 +cede_V2 9.766817238432426e-5 +ceiling_N 2.3715323569561093e-4 +celebrate_V2 2.685874740568917e-4 +celebrated_A 3.725435410263574e-5 +celebration_N 5.205802734781703e-5 +celebrity_N 2.313690104347424e-5 +cell_N 3.354850651303764e-4 +cellar_N 5.78422526086856e-6 +cellist_N 5.78422526086856e-6 +cellular_A 4.843066033342647e-4 +celluloid_N 5.78422526086856e-6 +cement_N 5.205802734781703e-5 +cement_V2 7.325112928824319e-5 +cemetery_N 2.8921126304342795e-5 +censor_V2 9.766817238432426e-5 +censorship_N 2.8921126304342795e-5 +census_N 2.313690104347424e-5 +cent_N 4.569537956086162e-3 +centenarian_N 1.156845052173712e-5 +centenary_A 1.862717705131787e-5 +centennial_A 7.450870820527148e-5 +centennial_N 5.784225260868559e-5 +center_V 1.5074770863482875e-4 +central_A 1.2852752165409332e-3 +central_N 5.78422526086856e-6 +centralize_V2 2.4417043096081066e-5 +centrifugal_A 3.725435410263574e-5 +centurion_N 5.78422526086856e-6 +century_N 3.123481640869022e-4 +ceramic_A 1.1176306230790724e-4 +ceramics_N 1.735267578260568e-5 +cereal_N 7.519492839129126e-5 +ceremonial_A 3.725435410263574e-5 +ceremony_N 2.313690104347424e-5 +certain_A 5.327372636676911e-3 +certainty_N 2.313690104347424e-5 +certificate_N 3.354850651303764e-4 +certification_N 5.78422526086856e-6 +certify_V 3.014954172696575e-5 +certify_V2 4.883408619216213e-5 +cervical_A 1.862717705131787e-5 +cervix_N 5.78422526086856e-6 +cessation_N 1.156845052173712e-5 +chafe_V 6.02990834539315e-5 +chain_N 6.998912565650957e-4 +chain_V2 2.4417043096081066e-5 +chair_N 1.0411605469563407e-4 +chair_V2 1.4650225857648638e-4 +chairman_N 2.6202540431734572e-3 +chairmanship_N 1.735267578260568e-5 +chalk_N 5.78422526086856e-6 +chalk_V2 4.883408619216213e-5 +challenge_N 2.545059114782166e-4 +challenge_V 2.41196333815726e-4 +challenge_V2 7.56928335978513e-4 +challenger_N 1.735267578260568e-5 +chamber_N 1.2146873047823974e-4 +champ_N 1.156845052173712e-5 +champagne_N 1.735267578260568e-5 +champion_A 1.862717705131787e-5 +champion_N 5.784225260868559e-5 +champion_V2 7.325112928824319e-5 +championship_N 3.470535156521136e-5 +chance_N 5.090118229564332e-4 +chancellor_N 4.627380208694848e-5 +chandelier_N 1.156845052173712e-5 +change_N 1.903010110825756e-3 +change_V 2.984804630969609e-3 +change_V2 2.685874740568917e-3 +changeover_N 5.78422526086856e-6 +channel_N 9.83318294347655e-5 +channel_V2 9.766817238432426e-5 +chant_V 9.044862518089724e-5 +chant_V2 4.883408619216213e-5 +chaos_N 4.0489576826079914e-5 +chaotic_A 5.588153115395362e-5 +chap_N 5.78422526086856e-6 +chapman_N 5.78422526086856e-6 +chapter_N 2.7185858726082226e-4 +char_V2 2.4417043096081066e-5 +character_N 2.7764281252169086e-4 +characteristic_A 9.313588525658937e-5 +characteristic_N 1.735267578260568e-5 +characteristically_Adv 2.0236565450111807e-5 +characterization_N 5.78422526086856e-6 +characterize_V2 3.174215602490538e-4 +characterless_A 1.862717705131787e-5 +charge_N 1.758404479304042e-3 +charge_V 9.044862518089725e-4 +charge_V2 1.6359418874374314e-3 +charge_VS 1.7696504940274296e-3 +charger_N 5.78422526086856e-6 +charisma_N 5.78422526086856e-6 +charismatic_A 1.862717705131787e-5 +charitable_A 1.8627177051317874e-4 +charity_N 2.4872168621734806e-4 +charlatan_N 5.78422526086856e-6 +charm_N 1.735267578260568e-5 +charming_A 5.588153115395362e-5 +chart_N 7.519492839129126e-5 +chart_V2 9.766817238432426e-5 +charter_N 1.0411605469563407e-4 +charter_V2 1.2208521548040532e-4 +chase_N 1.735267578260568e-5 +chase_V 3.014954172696575e-5 +chase_V2 1.7091930167256744e-4 +chaser_N 1.735267578260568e-5 +chassis_N 1.156845052173712e-5 +chaste_A 1.862717705131787e-5 +chastise_V2 4.883408619216213e-5 +chat_V 6.02990834539315e-5 +chatter_N 5.78422526086856e-6 +chauffeur_N 1.156845052173712e-5 +chauffeur_V2 2.4417043096081066e-5 +chauvinism_N 1.156845052173712e-5 +cheap_A 1.0431219148738008e-3 +cheapen_V2 2.4417043096081066e-5 +cheat_V 1.5074770863482875e-4 +cheat_V2 7.325112928824319e-5 +check_N 2.4872168621734806e-4 +check_V 4.5224312590448623e-4 +check_V2 2.197533878647296e-4 +checkbook_N 1.156845052173712e-5 +checkout_N 5.78422526086856e-6 +checkpoint_N 5.78422526086856e-6 +cheek_N 1.156845052173712e-5 +cheeky_A 1.862717705131787e-5 +cheer_N 2.8921126304342795e-5 +cheer_V 1.20598166907863e-4 +cheer_V2 9.766817238432426e-5 +cheerful_A 1.862717705131787e-5 +cheery_A 1.862717705131787e-5 +cheese_N 2.313690104347424e-5 +cheetah_N 5.78422526086856e-6 +chef_N 4.627380208694848e-5 +chemical_A 2.048989475644966e-4 +chemical_N 7.114597070868328e-4 +chemist_N 4.627380208694848e-5 +chemistry_N 4.627380208694848e-5 +chenille_N 5.78422526086856e-6 +cherish_V2 7.325112928824319e-5 +cherry_A 3.725435410263574e-5 +cherry_N 1.156845052173712e-5 +cherub_N 5.78422526086856e-6 +chess_N 1.735267578260568e-5 +chest_N 2.313690104347424e-5 +chew_N 5.78422526086856e-6 +chew_V 9.044862518089724e-5 +chew_V2 4.883408619216213e-5 +chic_A 5.588153115395362e-5 +chicanery_N 5.78422526086856e-6 +chicken_N 5.205802734781703e-5 +chide_V 3.014954172696575e-5 +chide_V2 7.325112928824319e-5 +chief_A 5.811679240011176e-3 +chief_N 1.3708613868258486e-3 +child_N 7.403808333911756e-4 +childhood_N 2.8921126304342795e-5 +chill_N 5.78422526086856e-6 +chill_V 6.02990834539315e-5 +chilly_A 5.588153115395362e-5 +chime_V 3.014954172696575e-5 +chimney_N 1.156845052173712e-5 +chimpanzee_N 5.78422526086856e-6 +chin_N 5.78422526086856e-6 +china_N 1.156845052173712e-5 +chip_N 5.784225260868559e-4 +chip_V 6.02990834539315e-5 +chirpy_A 1.862717705131787e-5 +chisel_V2 2.4417043096081066e-5 +chit_N 5.78422526086856e-6 +chloride_N 1.735267578260568e-5 +chlorine_N 1.735267578260568e-5 +chocolate_N 2.313690104347424e-5 +choice_N 3.354850651303764e-4 +choir_N 5.78422526086856e-6 +choke_V 1.5074770863482875e-4 +choke_V2 4.883408619216213e-5 +choose_V 3.61794500723589e-4 +choose_V2 7.56928335978513e-4 +choose_VS 2.212063117534287e-4 +chop_N 5.78422526086856e-6 +chop_V 9.044862518089724e-5 +chop_V2 2.4417043096081066e-5 +choppy_A 7.450870820527148e-5 +chord_N 2.313690104347424e-5 +chore_N 4.627380208694848e-5 +chortle_V 3.014954172696575e-5 +chorus_N 4.0489576826079914e-5 +christian_A 1.1176306230790724e-4 +christian_N 1.156845052173712e-5 +chromosome_N 6.941070313042272e-5 +chronic_A 5.588153115395362e-5 +chronically_Adv 2.0236565450111807e-5 +chronicle_N 1.735267578260568e-5 +chuck_V2 2.4417043096081066e-5 +chuckle_V 3.014954172696575e-5 +chuckle_VS 7.37354372511429e-5 +chug_V 3.014954172696575e-5 +chunk_N 9.83318294347655e-5 +church_N 1.2146873047823974e-4 +churn_V 6.02990834539315e-5 +chute_N 5.78422526086856e-6 +cigar_N 5.78422526086856e-6 +cigarette_N 1.6195830730431966e-4 +cinch_V2 2.4417043096081066e-5 +cinema_N 1.156845052173712e-5 +cinematic_A 1.862717705131787e-5 +circle_N 1.0411605469563407e-4 +circle_V 3.014954172696575e-5 +circle_V2 2.4417043096081066e-5 +circuit_N 1.561740820434511e-4 +circuitous_A 1.862717705131787e-5 +circular_A 1.862717705131787e-5 +circular_N 1.156845052173712e-5 +circulate_V 2.7134587554269177e-4 +circulate_V2 1.4650225857648638e-4 +circulation_N 1.0990027995650263e-4 +circumlocution_N 5.78422526086856e-6 +circumspect_A 7.450870820527148e-5 +circumstance_N 2.0823210939126813e-4 +circumvent_V2 1.2208521548040532e-4 +circus_N 1.735267578260568e-5 +citation_N 1.156845052173712e-5 +cite_V2 3.1253815162983764e-3 +citizen_N 1.7931098308692533e-4 +citizenship_N 5.78422526086856e-6 +city_N 1.3014506836954258e-3 +civic_A 9.313588525658937e-5 +civics_N 5.78422526086856e-6 +civil_A 1.3970382788488405e-3 +civilian_A 9.313588525658937e-5 +civilian_N 2.313690104347424e-5 +civilization_N 5.78422526086856e-6 +clad_V 3.014954172696575e-5 +clad_V2 2.4417043096081066e-5 +claim_N 1.0180236459128664e-3 +claim_V 2.41196333815726e-4 +claim_V2 5.371749481137834e-4 +claim_VS 5.08774517032886e-3 +claim_VV 1.0407180954858852e-3 +claimant_N 4.627380208694848e-5 +clamber_V 3.014954172696575e-5 +clammy_A 1.862717705131787e-5 +clamp_N 5.78422526086856e-6 +clamp_V 9.044862518089724e-5 +clan_N 1.156845052173712e-5 +clandestine_A 1.862717705131787e-5 +clang_V 6.02990834539315e-5 +clank_V 3.014954172696575e-5 +claptrap_N 5.78422526086856e-6 +clarification_N 3.470535156521136e-5 +clarify_V2 1.2208521548040532e-4 +clarinet_N 1.735267578260568e-5 +clarinetist_N 1.735267578260568e-5 +clash_N 4.627380208694848e-5 +clash_V 9.044862518089724e-5 +class_N 4.3381689456514197e-4 +classic_A 2.2352612461581448e-4 +classic_N 1.156845052173712e-5 +classical_A 9.313588525658937e-5 +classics_N 1.735267578260568e-5 +classification_N 2.313690104347424e-5 +classified_A 5.588153115395362e-5 +classify_V2 1.9533634476864853e-4 +classmate_N 1.156845052173712e-5 +classroom_N 2.8921126304342795e-5 +classy_A 1.862717705131787e-5 +clause_N 6.362647786955415e-5 +claustrophobic_A 1.862717705131787e-5 +clean_A 3.3528918692372173e-4 +clean_N 1.156845052173712e-5 +clean_V 6.632899179932465e-4 +clean_V2 4.883408619216213e-5 +cleaner_N 2.313690104347424e-5 +cleanse_V2 2.4417043096081066e-5 +cleanser_N 1.156845052173712e-5 +clear_A 3.259755983980628e-3 +clear_Adv 3.0354848175167712e-5 +clear_V 5.728412928123493e-4 +clear_V2 7.56928335978513e-4 +clearance_N 9.254760417389695e-5 +clearing_N 4.627380208694848e-5 +clergyman_N 1.156845052173712e-5 +clerical_A 3.725435410263574e-5 +clerk_N 7.519492839129126e-5 +clever_A 1.4901741641054297e-4 +click_N 5.78422526086856e-6 +client_N 1.0122394206519979e-3 +clientele_N 1.156845052173712e-5 +cliff_N 1.156845052173712e-5 +climate_N 1.3303718099997685e-4 +climatic_A 3.725435410263574e-5 +climb_N 5.784225260868559e-5 +climb_V 1.4773275446213218e-3 +climb_V2 1.0987669393236479e-3 +climber_N 5.78422526086856e-6 +clinch_V2 2.4417043096081066e-5 +cling_V 6.02990834539315e-5 +clinic_N 5.784225260868559e-5 +clinical_A 2.607804787184502e-4 +clinker_N 5.78422526086856e-6 +clip_N 2.8921126304342795e-5 +clip_V2 4.883408619216213e-5 +clipping_N 5.78422526086856e-6 +cloak_N 5.78422526086856e-6 +cloak_V2 2.4417043096081066e-5 +clobber_V2 1.4650225857648638e-4 +clock_N 3.470535156521136e-5 +clock_V2 2.4417043096081066e-5 +clog_V 9.044862518089724e-5 +clone_N 1.156845052173712e-5 +clone_V2 2.4417043096081066e-5 +close_A 2.9989755052621777e-3 +close_Adv 6.678066598536897e-4 +close_N 4.511695703477476e-4 +close_V 1.3205499276410999e-2 +close_V2 2.0021975338786473e-3 +close_VA 1.5988372093023256e-2 +close_VS 9.585606842648577e-4 +closeness_N 5.78422526086856e-6 +closet_N 2.8921126304342795e-5 +closure_N 2.8921126304342795e-5 +clot_N 5.78422526086856e-6 +cloth_N 5.78422526086856e-6 +clothe_V2 2.4417043096081066e-5 +clothier_N 1.156845052173712e-5 +clothing_N 9.254760417389695e-5 +cloud_N 5.784225260868559e-5 +cloud_V 3.014954172696575e-5 +cloud_V2 7.325112928824319e-5 +clout_N 6.362647786955415e-5 +clown_N 5.78422526086856e-6 +club_N 1.850952083477939e-4 +club_V 3.014954172696575e-5 +clue_N 6.362647786955415e-5 +clump_N 1.735267578260568e-5 +clumsy_A 3.725435410263574e-5 +cluster_N 1.156845052173712e-5 +cluster_V2 4.883408619216213e-5 +clutch_N 5.78422526086856e-6 +clutch_V 9.044862518089724e-5 +clutch_V2 2.4417043096081066e-5 +clutter_N 5.784225260868559e-5 +clutter_V2 2.4417043096081066e-5 +co_N 1.850952083477939e-4 +co_edit_V2 2.4417043096081066e-5 +co_exist_V 3.014954172696575e-5 +co_found_V2 7.325112928824319e-5 +co_manage_V2 4.883408619216213e-5 +co_sponsor_V2 2.4417043096081066e-5 +coach_N 8.097915365215983e-5 +coach_V 6.02990834539315e-5 +coal_N 2.0823210939126813e-4 +coalition_N 1.1568450521737118e-4 +coarse_A 1.862717705131787e-5 +coast_N 1.0990027995650263e-4 +coast_V 3.014954172696575e-5 +coastal_A 7.450870820527148e-5 +coaster_N 6.362647786955415e-5 +coastline_N 5.78422526086856e-6 +coat_N 4.0489576826079914e-5 +coat_V2 2.4417043096081066e-5 +coating_N 6.362647786955415e-5 +coax_V 3.014954172696575e-5 +coax_V2 2.4417043096081066e-5 +cobble_V2 2.4417043096081066e-5 +cocaine_N 3.470535156521136e-5 +cockatoo_N 5.78422526086856e-6 +cockpit_N 1.735267578260568e-5 +cockroach_N 5.78422526086856e-6 +cocktail_N 3.470535156521136e-5 +cocoa_N 1.0990027995650263e-4 +coconut_N 5.78422526086856e-6 +cod_N 5.78422526086856e-6 +coddle_V2 2.4417043096081066e-5 +code_V2 4.883408619216213e-5 +codification_N 5.78422526086856e-6 +codify_V2 2.4417043096081066e-5 +codpiece_N 5.78422526086856e-6 +coerce_V2 2.4417043096081066e-5 +coercion_N 5.78422526086856e-6 +coextrude_V2 2.4417043096081066e-5 +coffee_N 2.3136901043474236e-4 +coffer_N 2.313690104347424e-5 +coffin_N 1.735267578260568e-5 +cohere_V 3.014954172696575e-5 +coherence_N 5.78422526086856e-6 +coherent_A 5.588153115395362e-5 +cohesion_N 5.78422526086856e-6 +cohesive_A 1.862717705131787e-5 +cohort_N 5.78422526086856e-6 +coil_N 5.78422526086856e-6 +coin_N 8.097915365215983e-5 +coin_V2 2.4417043096081066e-5 +coincide_V 6.02990834539315e-5 +coincidence_N 2.8921126304342795e-5 +coincident_A 1.862717705131787e-5 +coincidental_A 1.862717705131787e-5 +coke_N 1.735267578260568e-5 +cola_N 3.470535156521136e-5 +cold_A 5.77442488590854e-4 +cold_N 2.313690104347424e-5 +collaborate_V 1.20598166907863e-4 +collaboration_N 4.0489576826079914e-5 +collaborator_N 5.78422526086856e-6 +collage_N 1.156845052173712e-5 +collapse_N 3.2970083986950786e-4 +collapse_V 1.1155330438977328e-3 +collapse_V2 9.766817238432426e-5 +collar_N 4.0489576826079914e-5 +collateral_A 3.725435410263574e-5 +collateral_N 1.0411605469563407e-4 +colleague_N 2.3136901043474236e-4 +collect_V 3.014954172696575e-4 +collect_V2 5.860090343059455e-4 +collection_N 2.3715323569561093e-4 +collective_A 2.607804787184502e-4 +collector_N 6.941070313042272e-5 +college_N 3.123481640869022e-4 +collegiate_A 1.862717705131787e-5 +collision_N 5.78422526086856e-6 +colloquy_N 5.78422526086856e-6 +colombian_A 2.4215330166713235e-4 +colon_N 5.784225260868559e-5 +colonel_N 1.156845052173712e-5 +colonial_A 3.725435410263574e-5 +colonial_N 1.735267578260568e-5 +colonialist_N 5.78422526086856e-6 +colonist_N 5.78422526086856e-6 +colony_N 1.0411605469563407e-4 +color_code_V2 4.883408619216213e-5 +coloratura_N 5.78422526086856e-6 +colossus_N 5.78422526086856e-6 +column_N 1.850952083477939e-4 +columnist_N 9.83318294347655e-5 +comb_V 9.044862518089724e-5 +comb_V2 2.4417043096081066e-5 +combat_N 5.784225260868559e-5 +combat_V 9.044862518089724e-5 +combat_V2 9.766817238432426e-5 +combination_N 1.7931098308692533e-4 +combine_N 5.78422526086856e-6 +combine_V 5.728412928123493e-4 +combine_V2 1.2452691979001342e-3 +combustion_N 2.313690104347424e-5 +come_V 1.546671490593343e-2 +come_V2 2.9300451715297276e-4 +come_VA 1.308139534883721e-2 +come_VS 3.3180946763014304e-3 +come_VV 1.4309873812930923e-3 +comeback_N 5.784225260868559e-5 +comedian_N 1.156845052173712e-5 +comedy_N 1.0990027995650263e-4 +comet_N 5.78422526086856e-6 +comfort_N 6.362647786955415e-5 +comfort_V2 2.4417043096081066e-5 +comfortable_A 6.146968426934898e-4 +comic_A 2.4215330166713235e-4 +comic_N 5.78422526086856e-6 +comical_A 1.862717705131787e-5 +coming_A 4.097978951289932e-4 +comity_N 5.78422526086856e-6 +command_N 5.784225260868559e-5 +command_V 6.02990834539315e-5 +command_V2 2.4417043096081066e-5 +commander_N 3.470535156521136e-5 +commanding_A 7.450870820527148e-5 +commandment_N 5.78422526086856e-6 +commando_N 5.78422526086856e-6 +commemorate_V2 4.883408619216213e-5 +commemorative_A 3.725435410263574e-5 +commence_V 3.014954172696575e-5 +commence_V2 2.4417043096081066e-5 +commencement_N 5.78422526086856e-6 +commend_V2 4.883408619216213e-5 +commendable_A 5.588153115395362e-5 +commensurate_A 1.862717705131787e-5 +comment_N 7.288123828694384e-4 +comment_V 3.7083936324167873e-3 +comment_V2 2.4417043096081066e-5 +comment_VS 2.949417490045716e-4 +commentary_N 5.205802734781703e-5 +commentator_N 4.0489576826079914e-5 +commerce_N 2.313690104347424e-5 +commercial_A 3.1293657446214026e-3 +commercial_N 1.7352675782605678e-4 +commercialize_V2 1.2208521548040532e-4 +commission_N 5.726383008259874e-4 +commission_V2 2.197533878647296e-4 +commissioner_N 1.272529557391083e-4 +commit_V2 1.0010987669393236e-3 +commitment_N 4.5695379560861617e-4 +committee_N 8.444968880868096e-4 +commodity_N 4.511695703477476e-4 +common_A 6.3332401974480765e-3 +common_N 8.097915365215983e-5 +commonplace_A 3.725435410263574e-5 +commonplace_N 1.156845052173712e-5 +commonwealth_N 1.735267578260568e-5 +commotion_N 5.78422526086856e-6 +communal_A 1.862717705131787e-5 +communicate_V 9.044862518089724e-5 +communication_N 3.0656393882603366e-4 +communism_N 1.735267578260568e-5 +communist_A 4.2842507218031106e-4 +communist_N 6.362647786955415e-5 +community_N 4.800906966520904e-4 +commute_V 3.014954172696575e-5 +commuter_N 1.1568450521737118e-4 +compact_A 1.303902393592251e-4 +compact_N 1.156845052173712e-5 +compact_V2 2.4417043096081066e-5 +companion_N 5.205802734781703e-5 +company_N 1.871196871890979e-2 +comparability_N 5.78422526086856e-6 +comparable_A 8.941044984632579e-4 +comparative_A 1.1176306230790724e-4 +compare_V 7.778581765557163e-3 +compare_V2 1.0987669393236479e-3 +comparison_N 2.0244788413039958e-4 +compartment_N 5.78422526086856e-6 +compatibility_N 1.156845052173712e-5 +compatible_A 1.303902393592251e-4 +compatriot_N 1.156845052173712e-5 +compel_VV 5.203590477429426e-4 +compensate_V 1.5074770863482875e-4 +compensate_V2 1.4650225857648638e-4 +compensation_N 1.9087943360866246e-4 +compensatory_A 1.862717705131787e-5 +compete_V 1.8692715870718766e-3 +competence_N 2.313690104347424e-5 +competent_A 1.1176306230790724e-4 +competition_N 6.594016797390157e-4 +competitive_A 1.0617490919251188e-3 +competitiveness_N 3.470535156521136e-5 +competitor_N 5.205802734781703e-4 +compilation_N 5.78422526086856e-6 +compile_V2 5.127579050177024e-4 +compiler_N 5.78422526086856e-6 +complacency_N 5.78422526086856e-6 +complacent_A 1.862717705131787e-5 +complain_V 1.085383502170767e-3 +complain_VS 2.80194661554343e-3 +complainant_N 5.78422526086856e-6 +complaint_N 2.6029013673908516e-4 +complement_V2 7.325112928824319e-5 +complementary_A 3.725435410263574e-5 +complete_A 1.154884977181708e-3 +complete_V 1.0552339604438014e-3 +complete_V2 3.1742156024905386e-3 +completion_N 1.0990027995650263e-4 +complex_A 7.823414361553506e-4 +complex_N 1.0411605469563407e-4 +complexity_N 2.313690104347424e-5 +compliance_N 1.0990027995650263e-4 +complicate_V2 3.9067268953729706e-4 +complicated_A 1.1176306230790724e-4 +complication_N 2.8921126304342795e-5 +complicity_N 1.735267578260568e-5 +compliment_N 2.313690104347424e-5 +compliment_V2 2.4417043096081066e-5 +comply_V 5.426917510853835e-4 +component_N 1.4460563152171398e-4 +compose_V2 1.7091930167256744e-4 +composer_N 3.470535156521136e-5 +composite_A 3.464654931545124e-3 +composition_N 1.156845052173712e-5 +compound_A 5.588153115395362e-5 +compound_N 5.784225260868559e-5 +compound_V 1.20598166907863e-4 +compound_V2 1.9533634476864853e-4 +comprehension_N 5.78422526086856e-6 +comprehensive_A 2.794076557697681e-4 +comprehensiveness_N 5.78422526086856e-6 +compress_V2 2.4417043096081066e-5 +compressor_N 5.78422526086856e-6 +comprise_V2 2.197533878647296e-4 +compromise_N 2.255847851738738e-4 +compromise_V 1.20598166907863e-4 +compromise_V2 7.325112928824319e-5 +comptroller_N 1.1568450521737118e-4 +compulsion_N 1.156845052173712e-5 +compulsive_A 3.725435410263574e-5 +computation_N 5.78422526086856e-6 +compute_V 5.125422093584177e-4 +compute_V2 2.4417043096081066e-5 +computer_N 2.8400546030864626e-3 +computerize_V2 1.4650225857648638e-4 +comrade_N 1.735267578260568e-5 +con_V2 2.4417043096081066e-5 +conceal_V2 1.4650225857648638e-4 +conceale_V 3.014954172696575e-5 +concede_V 1.808972503617945e-4 +concede_V2 4.883408619216213e-5 +concede_VS 3.3180946763014304e-3 +conceit_N 1.156845052173712e-5 +conceivable_A 3.725435410263574e-5 +conceive_V 9.044862518089724e-5 +conceive_V2 2.4417043096081066e-5 +concentrate_N 5.78422526086856e-6 +concentrate_V 1.085383502170767e-3 +concentrate_V2 1.9533634476864853e-4 +concentrated_A 7.450870820527148e-5 +concentration_N 4.627380208694848e-5 +concept_N 1.6195830730431966e-4 +conception_N 4.0489576826079914e-5 +conceptual_A 9.313588525658937e-5 +concern_N 2.4872168621734806e-3 +concern_V 8.743367100820067e-4 +concern_V2 5.860090343059455e-4 +concern_VS 7.37354372511429e-5 +concerned_A 4.843066033342647e-4 +concert_N 4.627380208694848e-5 +concerted_A 3.725435410263574e-5 +concerto_N 5.78422526086856e-6 +concession_N 1.272529557391083e-4 +conciliatory_A 5.588153115395362e-5 +conclude_V 2.7134587554269177e-4 +conclude_V2 2.9300451715297276e-4 +conclude_VS 3.096888364548002e-3 +conclusion_N 1.1568450521737118e-4 +conclusive_A 1.862717705131787e-5 +concoct_V2 7.325112928824319e-5 +concoction_N 5.78422526086856e-6 +concomitant_A 1.862717705131787e-5 +concomitant_N 5.78422526086856e-6 +concrete_A 2.794076557697681e-4 +concrete_N 6.941070313042272e-5 +concur_V 3.014954172696575e-5 +concurrence_N 1.735267578260568e-5 +concurrent_A 5.588153115395362e-5 +condemn_V2 3.174215602490538e-4 +condemnation_N 1.735267578260568e-5 +condenser_N 5.78422526086856e-6 +condescension_N 5.78422526086856e-6 +condition_N 7.230281576085699e-4 +condition_V2 7.325112928824319e-5 +conditional_A 9.313588525658937e-5 +conditioner_N 2.313690104347424e-5 +condominium_N 2.8921126304342795e-5 +condone_V2 7.325112928824319e-5 +conducive_A 1.862717705131787e-5 +conduct_N 6.941070313042272e-5 +conduct_V 3.61794500723589e-4 +conduct_V2 1.2208521548040532e-3 +conductor_N 1.156845052173712e-5 +conduit_N 4.0489576826079914e-5 +cone_N 1.156845052173712e-5 +confederation_N 1.156845052173712e-5 +confer_V 1.20598166907863e-4 +confer_V2 9.766817238432426e-5 +conference_N 6.131278776520673e-4 +confess_V 1.5074770863482875e-4 +confess_V2 2.4417043096081066e-5 +confess_VS 4.424126235068574e-4 +confession_N 1.735267578260568e-5 +confidant_N 1.735267578260568e-5 +confide_V 9.044862518089724e-5 +confide_VS 7.37354372511429e-5 +confidence_N 2.834270377825594e-4 +confident_A 6.146968426934898e-4 +confidential_A 7.450870820527148e-5 +confidentiality_N 1.735267578260568e-5 +configuration_N 1.156845052173712e-5 +confine_V2 9.766817238432426e-5 +confinement_N 1.156845052173712e-5 +confirm_V2 1.1964351117079721e-3 +confirm_VS 1.9171213685297154e-3 +confirmation_N 8.097915365215983e-5 +confiscate_V2 2.4417043096081065e-4 +confiscation_N 5.78422526086856e-6 +conflict_N 1.677425325651882e-4 +conflict_V 3.014954172696575e-5 +conflicting_A 3.725435410263574e-5 +confluence_N 5.78422526086856e-6 +conform_V 3.014954172696575e-4 +confront_V2 3.174215602490538e-4 +confrontation_N 8.097915365215983e-5 +confuse_V2 2.9300451715297276e-4 +confusion_N 1.1568450521737118e-4 +congenial_A 1.862717705131787e-5 +congestion_N 1.156845052173712e-5 +conglomerate_A 3.725435410263574e-5 +conglomerate_N 1.2146873047823974e-4 +congolese_A 1.862717705131787e-5 +congratulate_V2 7.325112928824319e-5 +congratulatory_A 1.862717705131787e-5 +congress_N 2.8921126304342795e-5 +congressional_A 1.918599236285741e-3 +congressman_N 1.3882140626084543e-4 +conjecture_N 5.78422526086856e-6 +conjunction_N 2.8921126304342795e-5 +conjure_V 3.014954172696575e-5 +connect_V 1.5074770863482875e-4 +connect_V2 5.371749481137834e-4 +connection_N 2.1401633465213668e-4 +connoisseur_N 5.78422526086856e-6 +connotation_N 1.156845052173712e-5 +connote_V2 2.4417043096081066e-5 +conquer_V2 4.883408619216213e-5 +conquest_N 5.78422526086856e-6 +conscience_N 1.735267578260568e-5 +conscientious_A 5.588153115395362e-5 +conscious_A 7.450870820527148e-5 +consciousness_N 2.313690104347424e-5 +conscript_N 5.78422526086856e-6 +consecutive_A 7.078327279500792e-4 +consensus_N 1.7352675782605678e-4 +consent_N 1.3303718099997685e-4 +consent_V 3.014954172696575e-5 +consequence_N 1.561740820434511e-4 +consequent_A 2.048989475644966e-4 +conservation_N 3.470535156521136e-5 +conservatism_N 1.735267578260568e-5 +conservative_A 1.3597839247462048e-3 +conservative_N 1.6195830730431966e-4 +conservatory_N 5.78422526086856e-6 +conserve_V2 7.325112928824319e-5 +consider_V 1.7185238784370477e-3 +consider_V2 2.4661213527041874e-3 +consider_V2V 2.1321961620469083e-3 +consider_VA 1.4534883720930232e-3 +consider_VS 7.447279162365433e-3 +consider_VV 3.772603096136334e-3 +considerable_A 8.941044984632579e-4 +consideration_N 2.0823210939126813e-4 +consign_V2 2.4417043096081066e-5 +consist_V 1.2662807525325615e-3 +consistency_N 5.78422526086856e-6 +consistent_A 6.705783738474435e-4 +consolation_N 5.78422526086856e-6 +console_V2 4.883408619216213e-5 +consolidate_V 1.20598166907863e-4 +consolidate_V2 4.395067757294592e-4 +consolidation_N 1.0411605469563407e-4 +consort_V 3.014954172696575e-5 +consortium_N 9.254760417389695e-5 +conspicuous_A 1.862717705131787e-5 +conspiracy_N 1.272529557391083e-4 +conspirator_N 1.735267578260568e-5 +conspire_V 1.20598166907863e-4 +constant_A 5.215609574369004e-4 +constituency_N 6.362647786955415e-5 +constituent_A 1.862717705131787e-5 +constituent_N 7.519492839129126e-5 +constitute_V2 3.9067268953729706e-4 +constitution_N 2.8921126304342795e-5 +constitutional_A 6.892055508987613e-4 +constrain_V2 1.2208521548040532e-4 +constraint_N 4.0489576826079914e-5 +constrict_V2 2.4417043096081066e-5 +construct_V2 3.66255646441216e-4 +construction_N 8.676337891302839e-4 +constructive_A 5.588153115395362e-5 +construe_V2 4.883408619216213e-5 +construe_V2V 1.0660980810234541e-3 +consul_N 5.78422526086856e-6 +consult_V 1.3868789194404244e-3 +consult_V2 1.9533634476864853e-4 +consultant_N 6.709701302607528e-4 +consultation_N 2.313690104347424e-5 +consume_V 9.044862518089724e-5 +consume_V2 3.9067268953729706e-4 +consumer_N 1.469193216260614e-3 +consummate_A 1.862717705131787e-5 +consummate_V2 7.325112928824319e-5 +consumption_N 1.96663658869531e-4 +contact_N 1.3882140626084543e-4 +contact_V2 1.4650225857648638e-4 +contagious_A 3.725435410263574e-5 +contain_V2 1.2941032840922964e-3 +container_N 5.205802734781703e-5 +containment_N 1.735267578260568e-5 +contaminate_V2 9.766817238432426e-5 +contamination_N 2.313690104347424e-5 +contemplate_V 6.02990834539315e-5 +contemplate_V2 2.685874740568917e-4 +contemplate_VS 7.37354372511429e-5 +contemplation_N 5.78422526086856e-6 +contemporary_A 1.1176306230790724e-4 +contemporary_N 5.78422526086856e-6 +contempt_N 2.313690104347424e-5 +contemptuous_A 1.862717705131787e-5 +contend_V 1.808972503617945e-4 +contend_VS 5.9725704173425745e-3 +contender_N 2.8921126304342795e-5 +content_A 5.588153115395362e-5 +content_N 5.784225260868559e-5 +content_V2 2.4417043096081066e-5 +contented_A 1.862717705131787e-5 +contention_N 3.470535156521136e-5 +contentious_A 1.1176306230790724e-4 +contest_N 1.0411605469563407e-4 +contest_V 3.014954172696575e-5 +contest_V2 1.2208521548040532e-4 +contestant_N 5.78422526086856e-6 +context_N 6.362647786955415e-5 +contiguous_A 5.588153115395362e-5 +continent_N 2.8921126304342795e-5 +continental_A 1.1176306230790724e-4 +contingency_N 4.627380208694848e-5 +contingent_A 9.313588525658937e-5 +continual_A 1.303902393592251e-4 +continuation_N 2.313690104347424e-5 +continue_V 5.879160636758321e-3 +continue_V2 1.9777804907825662e-3 +continue_VS 1.0322961215160006e-3 +continue_VV 3.5124235722648625e-2 +continuity_N 1.156845052173712e-5 +continuous_A 7.450870820527148e-5 +contraceptive_A 7.450870820527148e-5 +contraceptive_N 1.735267578260568e-5 +contract_N 2.6029013673908516e-3 +contract_V 3.9194404245055476e-4 +contract_V2 1.2208521548040532e-4 +contraction_N 4.627380208694848e-5 +contractor_N 2.3715323569561093e-4 +contractual_A 5.588153115395362e-5 +contradict_V2 4.883408619216213e-5 +contradiction_N 1.156845052173712e-5 +contradictory_A 3.725435410263574e-5 +contraption_N 5.78422526086856e-6 +contrary_A 1.6764459346186087e-4 +contrary_N 2.313690104347424e-5 +contrast_N 2.6029013673908516e-4 +contrast_V 2.1104679208876025e-4 +contrast_V2 2.4417043096081066e-5 +contravene_V2 2.4417043096081066e-5 +contribute_V 2.532561505065123e-3 +contribute_V2 4.395067757294592e-4 +contribution_N 3.0656393882603366e-4 +contributor_N 2.313690104347424e-5 +control_N 1.2493926563476089e-3 +control_V 2.7134587554269177e-4 +control_V2 2.8079599560493222e-3 +controller_N 4.0489576826079914e-5 +controversial_A 7.26459905001397e-4 +controversy_N 1.561740820434511e-4 +conundrum_N 5.78422526086856e-6 +convene_V 1.20598166907863e-4 +convene_V2 1.7091930167256744e-4 +convenience_N 5.784225260868559e-5 +convenient_A 9.313588525658937e-5 +convent_N 1.735267578260568e-5 +convention_N 8.676337891302839e-5 +conventional_A 8.941044984632579e-4 +converge_V 3.014954172696575e-5 +conversation_N 1.5038985678258253e-4 +converse_A 3.725435410263574e-5 +conversion_N 1.1568450521737118e-4 +convert_N 5.78422526086856e-6 +convert_V 4.82392667631452e-4 +convert_V2 1.0743498962275668e-3 +converted_A 3.725435410263574e-5 +converter_N 4.627380208694848e-5 +convertibility_N 5.78422526086856e-6 +convertible_A 1.7137002887212443e-3 +convertible_N 5.205802734781703e-5 +convexity_N 5.78422526086856e-6 +convey_V2 1.4650225857648638e-4 +conveyor_N 5.78422526086856e-6 +convict_V2 7.56928335978513e-4 +conviction_N 1.6195830730431966e-4 +convince_V2 5.615919912098645e-4 +convince_V2V 4.2643923240938165e-3 +convincing_A 7.450870820527148e-5 +convocation_N 5.78422526086856e-6 +convoluted_A 1.862717705131787e-5 +convoy_N 1.156845052173712e-5 +convulsion_N 1.156845052173712e-5 +cook_N 1.156845052173712e-5 +cook_V 6.02990834539315e-5 +cook_V2 7.325112928824319e-5 +cookbook_N 2.8921126304342795e-5 +cookie_N 5.78422526086856e-6 +cooking_N 2.313690104347424e-5 +cooky_N 1.156845052173712e-5 +cool_A 2.048989475644966e-4 +cool_N 5.78422526086856e-6 +cool_V 3.9194404245055476e-4 +cool_V2 1.9533634476864853e-4 +coolant_N 1.156845052173712e-5 +cooler_N 5.78422526086856e-6 +cooperate_V 5.426917510853835e-4 +cooperation_N 2.0244788413039958e-4 +cooperative_A 2.048989475644966e-4 +cooperative_N 7.519492839129126e-5 +coordinate_V 6.02990834539315e-5 +coordinate_V2 3.418386033451349e-4 +coordination_N 2.8921126304342795e-5 +coordinator_N 2.8921126304342795e-5 +cop_N 1.156845052173712e-5 +cope_V 5.125422093584177e-4 +copious_A 1.862717705131787e-5 +copper_N 3.354850651303764e-4 +copy_N 2.3715323569561093e-4 +copy_V 2.1104679208876025e-4 +copy_V2 1.9533634476864853e-4 +copyright_N 6.362647786955415e-5 +copyright_V2 4.883408619216213e-5 +cord_N 1.735267578260568e-5 +core_N 2.7185858726082226e-4 +corinthian_A 1.862717705131787e-5 +corn_N 2.3136901043474236e-4 +cornea_N 1.156845052173712e-5 +corner_N 1.0411605469563407e-4 +corner_V 3.014954172696575e-5 +corner_V2 7.325112928824319e-5 +cornered_A 3.725435410263574e-5 +cornerstone_N 2.313690104347424e-5 +cornice_N 5.78422526086856e-6 +cornstarch_N 5.78422526086856e-6 +cornucopia_N 5.78422526086856e-6 +coronary_A 1.862717705131787e-5 +corporate_A 4.8989475644966e-3 +corporation_N 5.263644987390389e-4 +corpse_N 5.78422526086856e-6 +corral_V2 2.4417043096081066e-5 +correct_A 2.4215330166713235e-4 +correct_V 9.044862518089724e-5 +correct_V2 4.395067757294592e-4 +correct_VS 7.37354372511429e-5 +correction_N 7.519492839129126e-5 +corrective_A 3.725435410263574e-5 +correlation_N 1.156845052173712e-5 +correspond_V 9.044862518089724e-5 +correspondence_N 1.156845052173712e-5 +correspondent_N 2.8921126304342795e-5 +corresponding_A 1.303902393592251e-4 +corridor_N 2.313690104347424e-5 +corroborate_V2 2.4417043096081066e-5 +corrupt_A 9.313588525658937e-5 +corruption_N 7.519492839129126e-5 +corvette_N 5.78422526086856e-6 +cosmetic_A 7.450870820527148e-5 +cosmetic_N 1.96663658869531e-4 +cosmic_A 7.450870820527148e-5 +cost_N 3.059855162999468e-3 +cost_V 1.2662807525325615e-3 +cost_V2 1.2696862409962153e-3 +costa_rican_A 4.097978951289932e-4 +costa_rican_N 1.156845052173712e-5 +costly_A 7.637142591040328e-4 +costume_N 1.735267578260568e-5 +cot_N 5.78422526086856e-6 +coterie_N 5.78422526086856e-6 +cottage_N 1.156845052173712e-5 +cotton_N 1.0411605469563407e-4 +couch_N 1.156845052173712e-5 +couch_V 3.014954172696575e-5 +couch_V2 2.4417043096081066e-5 +cough_N 5.205802734781703e-5 +cough_V 1.20598166907863e-4 +council_N 1.3303718099997685e-4 +counsel_N 1.96663658869531e-4 +counsel_V2 2.4417043096081066e-5 +count_N 1.0990027995650263e-4 +count_V 6.632899179932465e-4 +count_V2 5.615919912098645e-4 +countenance_N 5.78422526086856e-6 +counter_Adv 4.0473130900223614e-5 +counter_N 5.784225260868559e-5 +counter_V 6.02990834539315e-5 +counter_V2 3.174215602490538e-4 +counter_VS 3.686771862557145e-4 +counteract_V2 4.883408619216213e-5 +counterclaim_N 2.8921126304342795e-5 +counterespionage_N 5.78422526086856e-6 +counterpart_N 1.3303718099997685e-4 +counterpoint_N 1.735267578260568e-5 +countervail_V 3.014954172696575e-5 +country_N 2.1459475717822353e-3 +countryman_N 1.735267578260568e-5 +countryside_N 2.313690104347424e-5 +county_N 9.83318294347655e-5 +coup_N 4.0489576826079914e-5 +coup_de_grace_N 2.4872168621734806e-4 +couple_N 4.3381689456514197e-4 +couple_V 6.02990834539315e-5 +couple_V2 1.4650225857648638e-4 +couplet_N 5.78422526086856e-6 +coupling_N 5.78422526086856e-6 +coupon_N 4.0489576826079917e-4 +courage_N 1.735267578260568e-5 +courageous_A 1.862717705131787e-5 +courier_N 2.8921126304342795e-5 +course_N 6.998912565650957e-4 +course_V 3.014954172696575e-5 +court_N 1.7931098308692534e-3 +court_V 3.014954172696575e-5 +court_V2 1.7091930167256744e-4 +courtesan_N 5.78422526086856e-6 +courtesy_N 1.735267578260568e-5 +courtroom_N 6.362647786955415e-5 +courtship_N 5.78422526086856e-6 +courtyard_N 1.156845052173712e-5 +cousin_N 2.8921126304342795e-5 +covenant_N 2.8921126304342795e-5 +cover_N 2.8921126304342795e-5 +cover_V2 3.393968990355268e-3 +cover_VS 7.37354372511429e-5 +coverage_N 2.7185858726082226e-4 +covering_N 2.8921126304342795e-5 +covert_A 2.9803483282108594e-4 +covert_N 5.78422526086856e-6 +covet_V2 4.883408619216213e-5 +covetous_A 1.862717705131787e-5 +cow_N 2.313690104347424e-5 +coward_N 1.735267578260568e-5 +cowardly_A 1.862717705131787e-5 +cowboy_N 2.313690104347424e-5 +coy_A 1.862717705131787e-5 +coyote_N 5.78422526086856e-6 +crab_N 5.78422526086856e-6 +crack_N 6.941070313042272e-5 +crack_V 1.5074770863482875e-4 +crack_V2 2.685874740568917e-4 +cracker_N 2.313690104347424e-5 +crackle_V 3.014954172696575e-5 +cradle_N 5.78422526086856e-6 +craft_N 2.8921126304342795e-5 +craft_V2 1.4650225857648638e-4 +craftsman_N 5.78422526086856e-6 +crafty_A 1.862717705131787e-5 +cram_V 6.02990834539315e-5 +cram_V2 4.883408619216213e-5 +cramp_N 5.78422526086856e-6 +crane_N 3.470535156521136e-5 +crane_V2 2.4417043096081066e-5 +crank_N 5.78422526086856e-6 +crank_V2 2.4417043096081066e-5 +crap_N 1.156845052173712e-5 +crash_N 5.37932949260776e-4 +crash_V 3.014954172696575e-4 +crash_V2 4.883408619216213e-5 +crate_N 1.156845052173712e-5 +crave_V2 2.4417043096081066e-5 +craving_N 1.156845052173712e-5 +crawl_N 5.78422526086856e-6 +crawl_V 1.5074770863482875e-4 +craze_N 1.735267578260568e-5 +crazy_A 2.4215330166713235e-4 +creak_V 3.014954172696575e-5 +cream_N 1.735267578260568e-5 +creamy_A 3.725435410263574e-5 +create_V 1.3567293777134587e-3 +create_V2 4.028812110853376e-3 +create_VV 3.9026928580720695e-4 +creation_N 1.0990027995650263e-4 +creative_A 5.401881344882183e-4 +creator_N 4.0489576826079914e-5 +creature_N 5.205802734781703e-5 +credibility_N 1.677425325651882e-4 +credible_A 1.303902393592251e-4 +credit_N 1.561740820434511e-3 +credit_V2 2.9300451715297276e-4 +creditor_N 6.8253858078249e-4 +credo_N 5.78422526086856e-6 +credulity_N 5.78422526086856e-6 +creed_N 5.78422526086856e-6 +creep_V 2.41196333815726e-4 +creepy_A 1.862717705131787e-5 +crematorium_N 5.78422526086856e-6 +crescendo_N 5.78422526086856e-6 +crest_N 1.156845052173712e-5 +crest_V 3.014954172696575e-5 +cretaceous_A 1.862717705131787e-5 +crevasse_N 1.156845052173712e-5 +crevice_N 5.78422526086856e-6 +crew_N 9.83318294347655e-5 +cricket_N 5.78422526086856e-6 +crime_N 4.3381689456514197e-4 +criminal_A 9.499860296172116e-4 +criminal_N 9.254760417389695e-5 +criminalize_V2 2.4417043096081066e-5 +criminology_N 5.78422526086856e-6 +crimp_V2 7.325112928824319e-5 +crimson_A 1.862717705131787e-5 +cringe_V 3.014954172696575e-5 +cripple_N 1.156845052173712e-5 +cripple_V2 4.883408619216213e-5 +crisis_N 3.0656393882603366e-4 +crisp_A 1.862717705131787e-5 +criss_cross_V2 2.4417043096081066e-5 +crisscross_V 3.014954172696575e-5 +critic_N 3.239166146086393e-4 +critical_A 8.382229673093043e-4 +criticism_N 2.660743619999537e-4 +criticize_V 1.5074770863482875e-4 +criticize_V2 6.592601635941887e-4 +critique_N 1.735267578260568e-5 +crony_N 1.156845052173712e-5 +crook_N 1.735267578260568e-5 +crooked_A 3.725435410263574e-5 +croon_V 3.014954172696575e-5 +crop_N 2.4293746095647948e-4 +crop_V 9.044862518089724e-5 +cross_A 3.725435410263574e-5 +cross_N 4.627380208694848e-5 +cross_V 2.7134587554269177e-4 +cross_V2 2.685874740568917e-4 +crossfire_N 5.78422526086856e-6 +crossroad_N 5.78422526086856e-6 +crotchety_A 1.862717705131787e-5 +crouch_V 3.014954172696575e-5 +crouch_V2 2.4417043096081066e-5 +crow_V 3.014954172696575e-5 +crow_VS 7.37354372511429e-5 +crowd_N 1.3303718099997685e-4 +crowd_V 1.808972503617945e-4 +crowd_V2 9.766817238432426e-5 +crowded_A 9.313588525658937e-5 +crown_N 2.313690104347424e-5 +crowning_A 1.862717705131787e-5 +crucial_A 5.029337803855825e-4 +crucible_N 1.156845052173712e-5 +crude_A 3.911707180776753e-4 +cruel_A 9.313588525658937e-5 +cruise_N 3.470535156521136e-5 +cruise_V 6.02990834539315e-5 +cruiser_N 1.156845052173712e-5 +crumble_V 3.61794500723589e-4 +crumble_V2 2.4417043096081066e-5 +crumple_V 3.014954172696575e-5 +crumple_V2 2.4417043096081066e-5 +crunch_N 7.519492839129126e-5 +crunch_V 6.02990834539315e-5 +crusade_N 2.8921126304342795e-5 +crush_N 3.470535156521136e-5 +crush_V 1.20598166907863e-4 +crush_V2 2.685874740568917e-4 +crust_N 1.156845052173712e-5 +crusty_A 1.862717705131787e-5 +crutch_N 5.78422526086856e-6 +cry_N 2.313690104347424e-5 +cry_V 6.02990834539315e-5 +crystal_N 2.8921126304342795e-5 +crystalline_A 1.862717705131787e-5 +cub_N 1.156845052173712e-5 +cuban_A 1.6764459346186087e-4 +cube_N 5.78422526086856e-6 +cubic_A 3.3528918692372173e-4 +cuckoo_N 2.8921126304342795e-5 +cucumber_N 5.78422526086856e-6 +cue_N 2.313690104347424e-5 +cuff_V2 2.4417043096081066e-5 +cuisine_N 1.156845052173712e-5 +culminate_V 3.014954172696575e-5 +culminate_V2 4.883408619216213e-5 +culmination_N 3.470535156521136e-5 +culpable_A 1.862717705131787e-5 +culprit_N 3.470535156521136e-5 +cult_N 1.735267578260568e-5 +cultivate_V2 7.325112928824319e-5 +cultural_A 2.607804787184502e-4 +culture_N 2.4293746095647948e-4 +cumbersome_A 5.588153115395362e-5 +cumulative_A 3.911707180776753e-4 +cunning_A 1.862717705131787e-5 +cup_N 5.205802734781703e-5 +cupboard_N 5.78422526086856e-6 +curator_N 2.313690104347424e-5 +curb_N 6.362647786955415e-5 +curb_V2 7.080942497863508e-4 +cure_1_N 2.313690104347424e-5 +cure_V2 1.7091930167256744e-4 +curiosity_N 5.78422526086856e-6 +curious_A 5.588153115395362e-5 +curl_V 6.02990834539315e-5 +currency_N 9.196918164781009e-4 +current_A 9.53711465027475e-3 +current_N 4.627380208694848e-5 +curriculum_vitae_N 1.156845052173712e-5 +curry_V2 7.325112928824319e-5 +curse_V 3.014954172696575e-5 +curt_A 1.862717705131787e-5 +curtail_V2 2.9300451715297276e-4 +curtain_N 5.78422526086856e-6 +curtness_N 5.78422526086856e-6 +curve_N 4.0489576826079914e-5 +cushion_N 2.8921126304342795e-5 +cushion_V2 1.2208521548040532e-4 +custodial_A 1.862717705131787e-5 +custody_N 3.470535156521136e-5 +custom_N 6.362647786955415e-5 +custom_made_A 1.862717705131787e-5 +customary_A 1.4901741641054297e-4 +customer_N 1.509682793086694e-3 +customize_V2 4.883408619216213e-5 +cut_N 7.34596608130307e-4 +cut_V 3.014954172696575e-3 +cut_V2 3.1253815162983764e-3 +cut_VS 1.474708745022858e-4 +cut_rate_A 1.862717705131787e-5 +cutback_N 4.627380208694848e-5 +cute_A 1.862717705131787e-5 +cutter_N 5.78422526086856e-6 +cutting_A 1.862717705131787e-5 +cutting_N 9.254760417389695e-5 +cycle_N 2.3136901043474236e-4 +cycle_V 1.20598166907863e-4 +cyclical_A 3.1666200987240384e-4 +cyclist_N 1.735267578260568e-5 +cylinder_N 5.78422526086856e-6 +cynical_A 9.313588525658937e-5 +cynicism_N 1.156845052173712e-5 +czar_N 2.8921126304342795e-5 +czech_A 5.588153115395362e-5 +czechoslovak_A 1.862717705131787e-5 +dab_V2 2.4417043096081066e-5 +dabble_V 9.044862518089724e-5 +dad_N 5.78422526086856e-6 +daily_A 1.4156654559001583e-3 +daily_Adv 2.0236565450111808e-4 +daily_N 4.627380208694848e-5 +dairy_N 3.470535156521136e-5 +dalliance_N 5.78422526086856e-6 +dam_N 2.313690104347424e-5 +damage_N 1.417135188912797e-3 +damage_V2 1.2696862409962153e-3 +damn_A 1.862717705131787e-5 +damn_Adv 3.0354848175167712e-5 +damn_N 5.78422526086856e-6 +damned_Adv 1.0118282725055903e-5 +damp_A 1.862717705131787e-5 +damp_V 9.044862518089724e-5 +damp_V2 2.4417043096081065e-4 +dampen_V2 4.883408619216213e-5 +damper_N 2.313690104347424e-5 +dance_V 1.20598166907863e-4 +dancer_N 1.735267578260568e-5 +dancing_N 1.156845052173712e-5 +dandy_A 1.862717705131787e-5 +danger_N 1.4460563152171398e-4 +dangerous_A 4.097978951289932e-4 +dangle_V 3.014954172696575e-5 +dangle_V2 2.4417043096081066e-5 +dare_VV 3.9026928580720695e-4 +daring_A 1.862717705131787e-5 +dark_A 2.4215330166713235e-4 +dark_N 2.313690104347424e-5 +darkness_N 5.78422526086856e-6 +darling_N 2.313690104347424e-5 +dart_N 5.78422526086856e-6 +dash_N 1.735267578260568e-5 +dash_V 6.02990834539315e-5 +dash_V2 7.325112928824319e-5 +dashboard_N 1.156845052173712e-5 +data_N 1.7352675782605678e-4 +date_N 4.396011198260105e-4 +date_V 5.728412928123493e-4 +date_V2 2.4417043096081066e-5 +dated_A 5.588153115395362e-5 +datum_N 6.594016797390157e-4 +daughter_N 1.272529557391083e-4 +daunt_V2 2.4417043096081066e-5 +dawdle_V 3.014954172696575e-5 +dawn_N 2.313690104347424e-5 +dawn_V 1.20598166907863e-4 +day_N 4.6563013349991906e-3 +daybreak_N 5.78422526086856e-6 +daylight_N 1.156845052173712e-5 +daze_N 5.78422526086856e-6 +dazzle_V2 2.4417043096081066e-5 +de_emphasize_V2 2.4417043096081066e-5 +de_facto_A 1.862717705131787e-5 +deactivate_V2 2.4417043096081066e-5 +dead_A 5.215609574369004e-4 +dead_Adv 2.0236565450111807e-5 +deadline_N 2.0823210939126813e-4 +deadlock_V 3.014954172696575e-5 +deadlocked_A 1.862717705131787e-5 +deadly_A 1.303902393592251e-4 +deaf_A 1.862717705131787e-5 +deal_N 1.428703639434534e-3 +deal_V 2.1104679208876027e-3 +deal_V2 1.2208521548040532e-4 +dealer_N 1.0527289974780777e-3 +dealing_N 1.4460563152171398e-4 +dean_N 5.78422526086856e-6 +dear_A 3.725435410263574e-5 +dear_Adv 1.0118282725055903e-5 +dearth_N 1.735267578260568e-5 +death_N 5.784225260868559e-4 +debasement_N 1.156845052173712e-5 +debatable_A 1.862717705131787e-5 +debate_N 3.7597464195645637e-4 +debate_V 6.02990834539315e-5 +debate_V2 7.325112928824319e-5 +debenture_N 4.4538534508687907e-4 +debris_1_N 4.627380208694848e-5 +debt_N 2.5392748895212976e-3 +debtor_N 1.735267578260568e-5 +debunk_V2 4.883408619216213e-5 +debut_1_N 7.519492839129126e-5 +debut_V2 2.4417043096081066e-5 +decade_N 5.957752018694616e-4 +decadence_N 1.156845052173712e-5 +decadent_A 1.862717705131787e-5 +decay_N 5.78422526086856e-6 +decease_V 3.014954172696575e-5 +deceive_V2 4.883408619216213e-5 +decelerate_V 6.02990834539315e-5 +decency_N 5.78422526086856e-6 +decent_A 2.4215330166713235e-4 +decentralization_N 5.78422526086856e-6 +decentralize_V2 4.883408619216213e-5 +deception_N 5.78422526086856e-6 +deceptive_A 1.303902393592251e-4 +decide_V 1.4170284611673902e-3 +decide_V2 3.66255646441216e-4 +decide_VS 4.129184486064003e-3 +decide_VV 5.333680239365162e-3 +decided_A 7.450870820527148e-5 +decimal_A 3.725435410263574e-5 +decimate_V2 2.4417043096081066e-5 +decision_N 1.353508711043243e-3 +decisive_A 7.450870820527148e-5 +deck_N 6.941070313042272e-5 +deck_V2 2.4417043096081066e-5 +declaration_N 4.627380208694848e-5 +declare_V 3.61794500723589e-4 +declare_V2 4.883408619216213e-4 +declare_V2V 1.0660980810234541e-3 +declare_VS 2.949417490045716e-3 +declassify_V2 2.4417043096081066e-5 +decline_N 1.3997825131301914e-3 +decline_V 4.9143753014954175e-3 +decline_V2 1.2452691979001342e-3 +decline_VS 2.212063117534287e-4 +decline_VV 1.743202809938858e-2 +decontaminate_V2 2.4417043096081066e-5 +decorate_V2 4.883408619216213e-5 +decoration_N 1.156845052173712e-5 +decorative_A 3.725435410263574e-5 +decorator_N 5.78422526086856e-6 +decorum_N 5.78422526086856e-6 +decrease_N 4.0489576826079914e-5 +decrease_V 3.3164495899662324e-4 +decrease_V2 1.7091930167256744e-4 +decree_V2 4.883408619216213e-5 +decree_nisi_N 1.735267578260568e-5 +decribe_V2 2.4417043096081066e-5 +decry_V2 4.883408619216213e-5 +dedicate_V2 1.7091930167256744e-4 +dedication_N 2.313690104347424e-5 +deduct_V2 1.2208521548040532e-4 +deductible_A 1.6764459346186087e-4 +deduction_N 1.5038985678258253e-4 +deed_N 1.156845052173712e-5 +deem_V2 7.325112928824319e-5 +deem_VS 4.424126235068574e-4 +deep_A 9.499860296172116e-4 +deep_Adv 3.0354848175167712e-5 +deep_seated_A 1.862717705131787e-5 +deepen_V 1.5074770863482875e-4 +deer_N 5.78422526086856e-6 +defamation_N 5.78422526086856e-6 +defamatory_A 3.725435410263574e-5 +default_N 2.8921126304342796e-4 +default_V 2.41196333815726e-4 +defeat_N 4.0489576826079914e-5 +defeat_V2 4.883408619216213e-4 +defect_N 9.254760417389695e-5 +defect_V 1.20598166907863e-4 +defection_N 2.313690104347424e-5 +defective_A 1.8627177051317874e-4 +defend_V 3.61794500723589e-4 +defend_V2 9.766817238432426e-4 +defendant_N 3.528377409129821e-4 +defender_N 4.627380208694848e-5 +defensible_A 3.725435410263574e-5 +defensive_A 4.656794262829468e-4 +defensive_N 3.470535156521136e-5 +defer_V 6.02990834539315e-5 +defer_V2 3.66255646441216e-4 +deference_N 5.78422526086856e-6 +defiance_N 5.78422526086856e-6 +defiant_A 1.862717705131787e-5 +deficiency_N 6.362647786955415e-5 +deficit_N 8.502811133476782e-4 +define_V 1.5074770863482875e-4 +define_V2 3.9067268953729706e-4 +definite_A 2.794076557697681e-4 +definition_N 1.3303718099997685e-4 +definitive_A 6.146968426934898e-4 +deflate_V2 4.883408619216213e-5 +deflationary_A 1.862717705131787e-5 +deflect_V2 7.325112928824319e-5 +deform_V2 2.4417043096081066e-5 +defraud_V2 2.197533878647296e-4 +deft_A 1.862717705131787e-5 +defunct_A 7.450870820527148e-5 +defy_V2 1.2208521548040532e-4 +defy_V2V 1.0660980810234541e-3 +degenerate_V 9.044862518089724e-5 +degradation_N 5.78422526086856e-6 +degree_N 1.6195830730431966e-4 +delay_N 3.123481640869022e-4 +delay_V 4.82392667631452e-4 +delay_V2 1.0010987669393236e-3 +delectable_A 3.725435410263574e-5 +delegate_N 4.627380208694848e-5 +delegate_V2 7.325112928824319e-5 +delegation_N 8.676337891302839e-5 +delete_V2 7.325112928824319e-5 +deleterious_A 1.862717705131787e-5 +deletion_N 1.156845052173712e-5 +deliberate_A 2.048989475644966e-4 +deliberate_V2 2.4417043096081066e-5 +deliberation_N 3.470535156521136e-5 +deliberative_A 1.862717705131787e-5 +delicacy_N 5.78422526086856e-6 +delicate_A 1.303902393592251e-4 +delicious_A 1.862717705131787e-5 +delight_N 1.156845052173712e-5 +delight_V 6.02990834539315e-5 +delight_V2 2.4417043096081066e-5 +delight_VS 7.37354372511429e-5 +delightful_A 1.862717705131787e-5 +delinquency_N 1.156845052173712e-5 +delinquent_A 7.450870820527148e-5 +delinquent_N 5.78422526086856e-6 +delirious_A 1.862717705131787e-5 +deliver_V 7.537385431741438e-4 +deliver_V2 1.172018068611891e-3 +delivery_N 5.957752018694616e-4 +delouse_V2 2.4417043096081066e-5 +delta_N 5.205802734781703e-5 +deluge_N 5.78422526086856e-6 +delusion_N 5.78422526086856e-6 +delve_V 9.044862518089724e-5 +demagogic_A 1.862717705131787e-5 +demagogue_N 5.78422526086856e-6 +demand_N 1.260961106869346e-3 +demand_V2 1.0743498962275668e-3 +demand_VS 8.848252470137148e-4 +demean_V2 2.4417043096081066e-5 +demilitarize_V2 2.4417043096081066e-5 +demise_N 4.627380208694848e-5 +demobilize_V2 4.883408619216213e-5 +democracy_N 2.1401633465213668e-4 +democrat_N 1.272529557391083e-4 +democratic_A 1.6950731116699264e-3 +democratically_Adv 1.0118282725055903e-5 +democratization_N 1.156845052173712e-5 +democratize_V2 4.883408619216213e-5 +demographic_A 5.588153115395362e-5 +demolish_V2 1.2208521548040532e-4 +demolition_N 5.78422526086856e-6 +demon_N 4.0489576826079914e-5 +demonic_A 3.725435410263574e-5 +demonize_V2 2.4417043096081066e-5 +demonstrate_V 2.7134587554269177e-4 +demonstrate_V2 1.4650225857648638e-4 +demonstrate_VS 8.110898097625719e-4 +demonstration_N 1.3303718099997685e-4 +demonstrator_N 5.205802734781703e-5 +demote_V2 4.883408619216213e-5 +demotion_N 5.78422526086856e-6 +demur_VS 7.37354372511429e-5 +den_N 1.156845052173712e-5 +denationalize_V2 2.4417043096081066e-5 +denial_N 1.735267578260568e-5 +denigration_N 5.78422526086856e-6 +denizen_N 5.78422526086856e-6 +denominate_V2 4.883408619216213e-5 +denomination_N 9.254760417389695e-5 +denounce_V2 2.4417043096081065e-4 +dense_A 3.725435410263574e-5 +density_N 1.156845052173712e-5 +dent_N 2.313690104347424e-5 +dental_A 3.725435410263574e-5 +dentist_N 3.470535156521136e-5 +denude_V2 2.4417043096081066e-5 +deny_V2 1.6603589305335125e-3 +deny_VS 1.1060315587671434e-3 +deodorant_N 5.78422526086856e-6 +depart_V 2.1104679208876025e-4 +department_N 8.907706901737581e-4 +departure_N 1.561740820434511e-4 +depend_V 1.8994211287988423e-3 +dependence_N 2.313690104347424e-5 +dependency_N 5.78422526086856e-6 +dependent_A 1.8627177051317874e-4 +dependent_N 3.470535156521136e-5 +depict_V2 3.418386033451349e-4 +depiction_N 5.78422526086856e-6 +deplete_V2 9.766817238432426e-5 +depletion_N 4.0489576826079914e-5 +deplorable_A 3.725435410263574e-5 +deplore_V2 4.883408619216213e-5 +deploy_V 6.02990834539315e-5 +deploy_V2 7.325112928824319e-5 +deployment_N 1.156845052173712e-5 +deport_V2 2.4417043096081066e-5 +deportation_N 1.156845052173712e-5 +depose_V2 4.883408619216213e-5 +deposit_N 4.8587492191295897e-4 +deposit_V2 9.766817238432426e-5 +deposition_N 2.313690104347424e-5 +depositor_N 2.313690104347424e-5 +depository_N 5.784225260868559e-5 +depreciation_N 8.676337891302839e-5 +depress_V2 5.127579050177024e-4 +depression_N 5.205802734781703e-5 +deprive_V2 3.174215602490538e-4 +depth_N 2.8921126304342795e-5 +deputy_N 2.0244788413039958e-4 +derail_V2 9.766817238432426e-5 +derby_N 5.78422526086856e-6 +deregulate_V2 2.4417043096081066e-5 +dereliction_N 5.78422526086856e-6 +deride_V2 4.883408619216213e-5 +derision_N 1.735267578260568e-5 +derisive_A 1.862717705131787e-5 +derivation_N 5.78422526086856e-6 +derivative_A 2.607804787184502e-4 +derivative_N 2.8921126304342795e-5 +derive_V 9.044862518089724e-5 +derive_V2 1.4650225857648638e-4 +derogation_N 5.78422526086856e-6 +derogatory_A 1.862717705131787e-5 +descend_V 1.20598166907863e-4 +descendant_N 1.735267578260568e-5 +descent_N 1.735267578260568e-5 +describe_V 3.3164495899662324e-4 +describe_V2 1.3185203271883774e-3 +describe_VS 1.474708745022858e-4 +description_N 1.735267578260568e-5 +descriptive_A 1.862717705131787e-5 +desecration_N 1.735267578260568e-5 +desert_N 7.519492839129126e-5 +desert_V 3.014954172696575e-5 +desert_V2 2.4417043096081066e-5 +deserve_V 9.044862518089724e-5 +deserve_V2 2.685874740568917e-4 +design_N 3.7597464195645637e-4 +design_V 8.44187168355041e-4 +design_V2 9.034305945549994e-4 +design_VS 2.212063117534287e-4 +design_VV 4.553141667750748e-3 +designate_A 1.862717705131787e-5 +designate_V 6.02990834539315e-5 +designate_V2 1.7091930167256744e-4 +designate_VS 7.37354372511429e-5 +designation_N 1.156845052173712e-5 +designer_N 9.83318294347655e-5 +desirable_A 2.048989475644966e-4 +desire_N 1.6195830730431966e-4 +desire_V2 7.325112928824319e-5 +desist_V 3.014954172696575e-5 +desk_N 1.6195830730431966e-4 +desolate_A 3.725435410263574e-5 +despair_N 2.313690104347424e-5 +despair_V 3.014954172696575e-5 +desperate_A 3.539163639750396e-4 +despicable_A 1.862717705131787e-5 +despite_Prep 2.1688072618014855e-3 +despot_N 5.78422526086856e-6 +dessert_N 1.156845052173712e-5 +destination_N 2.8921126304342795e-5 +destiny_N 1.156845052173712e-5 +destroy_V2 7.32511292882432e-4 +destruction_N 6.941070313042272e-5 +destructive_A 5.588153115395362e-5 +detach_V2 4.883408619216213e-5 +detail_N 4.685222461303533e-4 +detail_V2 3.418386033451349e-4 +detain_V2 1.2208521548040532e-4 +detect_V2 4.150897326333781e-4 +detectable_A 3.725435410263574e-5 +detective_N 2.8921126304342795e-5 +detector_N 6.941070313042272e-5 +detention_N 5.78422526086856e-6 +deter_V2 2.685874740568917e-4 +detergent_N 4.0489576826079914e-5 +deteriorate_V 5.125422093584177e-4 +deteriorate_V2 2.4417043096081066e-5 +deterioration_N 8.097915365215983e-5 +determination_N 4.627380208694848e-5 +determine_V 4.82392667631452e-4 +determine_V2 8.301794652667562e-4 +determine_VS 2.5070048665388586e-3 +deterrent_N 1.735267578260568e-5 +detest_V2 2.4417043096081066e-5 +dethrone_V2 2.4417043096081066e-5 +detour_N 1.156845052173712e-5 +detract_V 3.014954172696575e-5 +detractor_N 5.78422526086856e-6 +detriment_N 5.78422526086856e-6 +detrimental_A 1.862717705131787e-5 +devaluation_N 5.784225260868559e-5 +devalue_V2 4.883408619216213e-5 +devastate_V2 1.2208521548040532e-4 +devastation_N 5.784225260868559e-5 +develop_V 2.1104679208876027e-3 +develop_V2 3.4916371627395923e-3 +developer_N 3.41269290391245e-4 +development_N 1.035376321695472e-3 +deviate_V 3.014954172696575e-5 +deviation_N 4.627380208694848e-5 +device_N 4.106799935216677e-4 +devil_N 1.156845052173712e-5 +devious_A 1.862717705131787e-5 +devise_V2 3.174215602490538e-4 +devoid_A 1.862717705131787e-5 +devote_V2 3.418386033451349e-4 +devoted_A 5.588153115395362e-5 +devotion_N 1.735267578260568e-5 +devour_V2 2.4417043096081066e-5 +devout_A 1.862717705131787e-5 +dew_N 5.78422526086856e-6 +diabetes_N 1.156845052173712e-5 +diabetic_N 6.941070313042272e-5 +diagnose_V2 7.325112928824319e-5 +diagnosis_N 2.8921126304342795e-5 +diagnostic_A 1.4901741641054297e-4 +dial_N 2.313690104347424e-5 +dial_V2 4.883408619216213e-5 +dialect_N 5.78422526086856e-6 +dialogue_N 6.362647786955415e-5 +diameter_N 5.78422526086856e-6 +diamond_N 1.0990027995650263e-4 +diaper_N 1.735267578260568e-5 +diarrhea_N 5.78422526086856e-6 +diary_N 2.313690104347424e-5 +dice_N 1.156845052173712e-5 +dichotomy_N 5.78422526086856e-6 +dictaphone_N 5.78422526086856e-6 +dictate_N 5.78422526086856e-6 +dictate_V 3.014954172696575e-5 +dictate_V2 9.766817238432426e-5 +dictate_VS 1.474708745022858e-4 +dictation_N 2.313690104347424e-5 +dictator_N 9.83318294347655e-5 +dictatorial_A 1.862717705131787e-5 +dictatorship_N 1.156845052173712e-5 +die_N 1.156845052173712e-5 +die_V 1.6280752532561505e-3 +die_V2 7.325112928824319e-5 +diesel_N 1.735267578260568e-5 +diet_N 3.470535156521136e-5 +diet_V 3.014954172696575e-5 +differ_V 3.014954172696575e-4 +difference_N 5.090118229564332e-4 +different_A 2.328397131414734e-3 +differential_N 4.0489576826079914e-5 +differentiate_V 6.02990834539315e-5 +difficult_A 1.881344882183105e-3 +difficulty_N 3.0077971356516506e-4 +dig_N 1.735267578260568e-5 +dig_V 1.20598166907863e-4 +digest_V2 9.766817238432426e-5 +digging_N 5.78422526086856e-6 +digit_N 2.313690104347424e-5 +digital_A 1.4901741641054297e-4 +dignified_A 1.862717705131787e-5 +dignitary_N 5.78422526086856e-6 +dignity_N 5.784225260868559e-5 +dilapidated_A 1.862717705131787e-5 +dilemma_N 3.470535156521136e-5 +diligence_N 1.156845052173712e-5 +dilute_V 3.9194404245055476e-4 +dilute_V2 1.9533634476864853e-4 +dilution_N 2.313690104347424e-5 +dim_A 1.862717705131787e-5 +dime_N 1.156845052173712e-5 +dimension_N 1.735267578260568e-5 +diminish_V 2.7134587554269177e-4 +diminish_V2 9.766817238432426e-5 +diminution_N 5.78422526086856e-6 +diminutive_A 3.725435410263574e-5 +dine_V 1.20598166907863e-4 +diner_N 1.156845052173712e-5 +dinky_A 1.862717705131787e-5 +dinner_N 9.83318294347655e-5 +dinosaur_N 1.156845052173712e-5 +dioxide_N 6.362647786955415e-5 +dip_N 1.735267578260568e-5 +dip_V 2.41196333815726e-4 +dip_V2 1.2208521548040532e-4 +dip_ed_N 1.156845052173712e-5 +diphtheria_N 5.78422526086856e-6 +diploma_N 5.78422526086856e-6 +diplomacy_N 1.735267578260568e-5 +diplomat_N 7.519492839129126e-5 +diplomatic_A 1.6764459346186087e-4 +diplomatically_Adv 1.0118282725055903e-5 +dire_A 1.303902393592251e-4 +direct_A 2.924466797056906e-3 +direct_Adv 1.0118282725055903e-5 +direct_V 1.808972503617945e-4 +direct_V2 4.6392381882554023e-4 +direct_VS 7.37354372511429e-5 +direction_N 2.7185858726082226e-4 +directive_N 2.8921126304342795e-5 +director_N 2.6202540431734572e-3 +directorate_N 5.78422526086856e-6 +directory_N 5.205802734781703e-5 +dirk_N 5.78422526086856e-6 +dirt_N 1.735267578260568e-5 +dirty_A 1.862717705131787e-5 +disability_N 3.470535156521136e-5 +disable_V2 2.4417043096081066e-5 +disadvantage_N 4.627380208694848e-5 +disaffection_N 5.78422526086856e-6 +disagree_V 5.728412928123493e-4 +disagree_VS 7.37354372511429e-5 +disagreement_N 3.470535156521136e-5 +disallow_V2 2.4417043096081066e-5 +disappear_V 5.125422093584177e-4 +disappearance_N 4.0489576826079914e-5 +disappoint_V2 3.9067268953729706e-4 +disappointed_A 1.6764459346186087e-4 +disappointing_A 7.078327279500792e-4 +disappointment_N 1.272529557391083e-4 +disapproval_N 1.156845052173712e-5 +disapprove_V 3.014954172696575e-5 +disapprove_V2 7.325112928824319e-5 +disarm_V 1.20598166907863e-4 +disarm_V2 2.4417043096081066e-5 +disarmament_N 5.78422526086856e-6 +disarray_N 5.205802734781703e-5 +disassociate_V2 2.4417043096081066e-5 +disaster_N 5.032275976955647e-4 +disastrous_A 5.588153115395362e-5 +disavow_V2 2.4417043096081066e-5 +disband_V 6.02990834539315e-5 +disband_V2 9.766817238432426e-5 +disbelief_N 5.78422526086856e-6 +disburse_V2 2.4417043096081066e-5 +disbursement_N 1.735267578260568e-5 +disc_N 1.735267578260568e-5 +discard_V2 1.9533634476864853e-4 +discernible_A 1.862717705131787e-5 +discerning_A 1.862717705131787e-5 +discharge_N 2.8921126304342795e-5 +discharge_V2 2.4417043096081066e-5 +disciple_N 5.78422526086856e-6 +disciplinary_A 1.6764459346186087e-4 +discipline_N 1.3882140626084543e-4 +discipline_V2 1.2208521548040532e-4 +disclose_V 1.085383502170767e-3 +disclose_V2 2.8079599560493222e-3 +disclose_VS 1.2535024332694293e-3 +disclosure_N 1.7931098308692533e-4 +disco_N 5.78422526086856e-6 +discomfit_V2 2.4417043096081066e-5 +discomfort_N 5.78422526086856e-6 +disconnect_V2 4.883408619216213e-5 +discontinuance_N 5.78422526086856e-6 +discontinue_V2 4.6392381882554023e-4 +discord_N 5.78422526086856e-6 +discordant_A 1.862717705131787e-5 +discotheque_N 5.78422526086856e-6 +discount_N 5.495013997825132e-4 +discount_V 6.632899179932465e-4 +discount_V2 3.174215602490538e-4 +discourage_V2 5.127579050177024e-4 +discouragement_N 1.156845052173712e-5 +discourse_N 5.78422526086856e-6 +discover_V 5.125422093584177e-4 +discover_V2 5.371749481137834e-4 +discover_VS 8.848252470137148e-4 +discovery_N 8.097915365215983e-5 +discredit_V2 9.766817238432426e-5 +discrepancy_N 8.097915365215983e-5 +discrete_A 1.862717705131787e-5 +discretion_N 4.627380208694848e-5 +discretionary_A 1.6764459346186087e-4 +discriminate_V 9.044862518089724e-5 +discrimination_N 1.1568450521737118e-4 +discriminatory_A 7.450870820527148e-5 +discuss_V2 2.1486997924551336e-3 +discuss_VS 1.474708745022858e-4 +discussion_N 3.4705351565211356e-4 +disdain_N 2.313690104347424e-5 +disdain_V2 4.883408619216213e-5 +disease_N 1.677425325651882e-4 +diseased_A 1.862717705131787e-5 +disembark_V 3.014954172696575e-5 +disenchant_V2 2.4417043096081066e-5 +disgrace_N 5.78422526086856e-6 +disgraceful_A 3.725435410263574e-5 +disgruntled_A 5.588153115395362e-5 +disguise_N 5.78422526086856e-6 +disguise_V2 9.766817238432426e-5 +disgust_N 5.78422526086856e-6 +disgust_V2 4.883408619216213e-5 +disgusting_A 1.862717705131787e-5 +dish_N 2.8921126304342795e-5 +dish_V2 2.4417043096081066e-5 +dishonest_A 1.862717705131787e-5 +dishonesty_N 3.470535156521136e-5 +dishwasher_N 5.78422526086856e-6 +disinfectant_N 5.78422526086856e-6 +disinflation_N 5.78422526086856e-6 +disingenuous_A 3.725435410263574e-5 +disintegrate_V 9.044862518089724e-5 +disintegration_N 1.156845052173712e-5 +disinterested_A 3.725435410263574e-5 +disk_N 2.7764281252169086e-4 +dislike_N 1.735267578260568e-5 +dislike_V2 4.883408619216213e-5 +dislocation_N 2.313690104347424e-5 +disloyal_A 1.862717705131787e-5 +disloyalty_N 5.78422526086856e-6 +dismal_A 2.048989475644966e-4 +dismantle_V2 1.7091930167256744e-4 +dismay_N 5.78422526086856e-6 +dismay_V 3.014954172696575e-5 +dismay_V2 2.4417043096081066e-5 +dismember_V2 2.4417043096081066e-5 +dismiss_V2 6.836772066902698e-4 +dismissal_N 5.784225260868559e-5 +disobedience_N 8.097915365215983e-5 +disorder_N 6.362647786955415e-5 +disorderly_A 7.450870820527148e-5 +disparage_V2 4.883408619216213e-5 +disparate_A 1.862717705131787e-5 +disparity_N 1.156845052173712e-5 +dispatch_V2 2.685874740568917e-4 +dispatch_V2V 1.0660980810234541e-3 +dispel_V2 1.2208521548040532e-4 +dispensation_N 5.78422526086856e-6 +dispense_V 6.02990834539315e-5 +dispense_V2 4.883408619216213e-5 +disperse_V 3.014954172696575e-5 +disperse_V2 2.4417043096081066e-5 +displace_V2 7.325112928824319e-5 +display_N 1.7931098308692533e-4 +display_V2 4.6392381882554023e-4 +display_VS 7.37354372511429e-5 +displease_V2 2.4417043096081066e-5 +disposable_A 1.8627177051317874e-4 +disposal_N 5.205802734781703e-5 +dispose_V 3.61794500723589e-4 +disposition_N 2.313690104347424e-5 +disproportionate_A 1.8627177051317874e-4 +disprove_VS 7.37354372511429e-5 +dispute_N 3.701904166955878e-4 +dispute_V 9.044862518089724e-5 +dispute_V2 2.9300451715297276e-4 +disqualification_N 5.78422526086856e-6 +disqualify_V2 2.4417043096081066e-5 +disquieting_A 1.862717705131787e-5 +disregard_V2 7.325112928824319e-5 +disrupt_V 3.014954172696575e-5 +disrupt_V2 4.150897326333781e-4 +disruption_N 1.0411605469563407e-4 +disruptive_A 3.725435410263574e-5 +dissatisfaction_N 1.156845052173712e-5 +dissatisfy_V2 4.883408619216213e-5 +dissect_V2 4.883408619216213e-5 +dissection_N 5.78422526086856e-6 +disseminate_V 3.014954172696575e-5 +dissemination_N 5.78422526086856e-6 +dissension_N 5.78422526086856e-6 +dissent_N 3.470535156521136e-5 +dissent_V 6.02990834539315e-5 +dissenter_N 5.78422526086856e-6 +disservice_N 5.78422526086856e-6 +dissident_A 2.2352612461581448e-4 +dissident_N 2.8921126304342795e-5 +dissimilar_A 1.862717705131787e-5 +dissipate_V 6.02990834539315e-5 +dissociate_V2 2.4417043096081066e-5 +dissolution_N 1.156845052173712e-5 +dissolve_V 6.02990834539315e-5 +dissolve_V2 9.766817238432426e-5 +dissonance_N 5.78422526086856e-6 +dissuade_V2 2.4417043096081066e-5 +distance_N 9.83318294347655e-5 +distance_V2 1.2208521548040532e-4 +distant_A 1.1176306230790724e-4 +distasteful_A 1.862717705131787e-5 +distil_V2 9.766817238432426e-5 +distiller_N 2.313690104347424e-5 +distillery_N 5.78422526086856e-6 +distinct_A 1.303902393592251e-4 +distinction_N 3.470535156521136e-5 +distinctive_A 1.4901741641054297e-4 +distinctiveness_N 5.78422526086856e-6 +distinguish_V 3.014954172696575e-5 +distinguish_V2 9.766817238432426e-5 +distinguished_A 1.862717705131787e-5 +distort_V2 1.7091930167256744e-4 +distortion_N 1.156845052173712e-5 +distract_V 6.02990834539315e-5 +distract_V2 9.766817238432426e-5 +distraction_N 1.156845052173712e-5 +distress_N 2.313690104347424e-5 +distressing_A 5.588153115395362e-5 +distribute_V2 1.2941032840922964e-3 +distribution_N 3.41269290391245e-4 +distributor_N 1.6195830730431966e-4 +district_N 6.015594271303301e-4 +distrust_N 5.78422526086856e-6 +disturb_V2 1.9533634476864853e-4 +disturbance_N 1.735267578260568e-5 +ditch_N 1.156845052173712e-5 +dither_V 3.014954172696575e-5 +dive_N 4.627380208694848e-5 +dive_V 6.02990834539315e-5 +diverge_V 6.02990834539315e-5 +divergence_N 2.313690104347424e-5 +divergent_A 7.450870820527148e-5 +diverse_A 1.1176306230790724e-4 +diversification_N 6.941070313042272e-5 +diversify_V 3.014954172696575e-4 +diversify_V2 1.7091930167256744e-4 +diversion_N 4.0489576826079914e-5 +diversity_N 4.0489576826079914e-5 +divert_V 9.044862518089724e-5 +divert_V2 3.418386033451349e-4 +divest_V2 1.2208521548040532e-4 +divide_N 1.156845052173712e-5 +divide_V 2.41196333815726e-4 +divide_V2 5.860090343059455e-4 +dividend_N 1.1105712500867634e-3 +division_N 1.168413502695449e-3 +divisional_A 3.725435410263574e-5 +divorce_N 1.735267578260568e-5 +divorce_V2 1.2208521548040532e-4 +dizziness_N 5.78422526086856e-6 +dizzy_V2 2.4417043096081066e-5 +do_V 2.1406174626145684e-2 +do_V2 1.0206324014161884e-2 +docket_N 5.78422526086856e-6 +doctor_N 2.4872168621734806e-4 +doctor_V2 2.4417043096081066e-5 +doctorate_N 5.78422526086856e-6 +doctrine_N 3.470535156521136e-5 +document_N 3.701904166955878e-4 +document_V2 1.7091930167256744e-4 +doddering_A 3.725435410263574e-5 +dodge_V 6.02990834539315e-5 +doer_N 5.78422526086856e-6 +dog_N 1.272529557391083e-4 +dog_V2 1.2208521548040532e-4 +dog_eared_A 1.862717705131787e-5 +dogged_A 1.862717705131787e-5 +dogma_N 1.156845052173712e-5 +dole_V2 9.766817238432426e-5 +doll_N 1.156845052173712e-5 +dollar_N 2.672312070521274e-3 +dolphin_N 1.156845052173712e-5 +domain_N 2.313690104347424e-5 +dome_N 1.735267578260568e-5 +domestic_A 2.7009406724410917e-3 +domestically_Adv 4.0473130900223614e-5 +dominance_N 3.470535156521136e-5 +dominant_A 2.794076557697681e-4 +dominate_V 1.5074770863482875e-4 +dominate_V2 7.080942497863508e-4 +domination_N 2.313690104347424e-5 +domineering_A 1.862717705131787e-5 +dominion_N 5.78422526086856e-6 +domino_N 5.78422526086856e-6 +don_N 5.78422526086856e-6 +don_V2 9.766817238432426e-5 +donate_V 2.41196333815726e-4 +donate_V2 3.418386033451349e-4 +donation_N 1.4460563152171398e-4 +donor_N 2.313690104347424e-5 +doom_N 5.78422526086856e-6 +doom_V2 1.4650225857648638e-4 +door_N 3.0077971356516506e-4 +door_to_door_A 5.588153115395362e-5 +doorman_N 5.78422526086856e-6 +doorstep_N 2.8921126304342795e-5 +doorway_N 1.156845052173712e-5 +dope_N 5.78422526086856e-6 +dormant_A 3.725435410263574e-5 +dormitory_N 5.78422526086856e-6 +dosage_N 5.78422526086856e-6 +dose_N 3.470535156521136e-5 +dossier_N 5.78422526086856e-6 +dot_V2 7.325112928824319e-5 +double_A 4.2842507218031106e-4 +double_Adv 1.5177424087583856e-4 +double_N 1.735267578260568e-5 +double_V 1.1456825856246986e-3 +double_V2 5.615919912098645e-4 +double_cross_V2 2.4417043096081066e-5 +double_edged_A 1.862717705131787e-5 +doubt_N 2.6029013673908516e-4 +doubt_V2 2.197533878647296e-4 +doubt_VS 8.110898097625719e-4 +doubtful_A 9.313588525658937e-5 +doubtless_Adv 1.0118282725055903e-5 +doughnut_N 5.78422526086856e-6 +dove_N 1.156845052173712e-5 +dovetail_V 3.014954172696575e-5 +dowdy_A 5.588153115395362e-5 +down_Adv 3.5110441055943987e-3 +down_N 2.8921126304342795e-5 +down_Prep 1.4493980237405048e-3 +down_V2 4.883408619216213e-5 +down_to_earth_A 1.862717705131787e-5 +downbeat_N 5.78422526086856e-6 +downfall_N 5.78422526086856e-6 +downgrade_V2 2.685874740568917e-4 +downhill_Adv 1.0118282725055903e-5 +downplay_V2 7.325112928824319e-5 +downright_A 3.725435410263574e-5 +downright_Adv 3.0354848175167712e-5 +downsize_V2 7.325112928824319e-5 +downstream_A 1.862717705131787e-5 +downtrodden_A 1.862717705131787e-5 +downward_A 3.539163639750396e-4 +downward_Adv 6.0709696350335424e-5 +dozen_N 3.1813238934777076e-4 +drab_A 1.862717705131787e-5 +draconian_A 1.862717705131787e-5 +draft_N 3.470535156521136e-5 +draft_V2 3.418386033451349e-4 +draftsman_N 5.78422526086856e-6 +drag_N 3.470535156521136e-5 +drag_V 4.220935841775205e-4 +drag_V2 2.4417043096081065e-4 +drain_N 4.0489576826079914e-5 +drain_V 9.044862518089724e-5 +drain_V2 1.7091930167256744e-4 +dram_N 2.313690104347424e-5 +drama_N 7.519492839129126e-5 +dramatic_A 4.843066033342647e-4 +dramatically_Adv 5.059141362527952e-5 +dramatization_N 2.313690104347424e-5 +drape_N 1.735267578260568e-5 +drape_V2 2.4417043096081066e-5 +drastic_A 3.725435410263574e-5 +drastically_Adv 6.0709696350335424e-5 +draw_N 1.735267578260568e-5 +draw_V 7.537385431741438e-4 +draw_V2 1.0987669393236479e-3 +drawback_N 2.313690104347424e-5 +drawer_N 5.78422526086856e-6 +drawing_N 5.784225260868559e-5 +drawl_N 5.78422526086856e-6 +dread_N 5.78422526086856e-6 +dread_V 3.014954172696575e-5 +dread_V2 2.4417043096081066e-5 +dreaded_A 1.862717705131787e-5 +dreadful_A 1.862717705131787e-5 +dream_N 1.272529557391083e-4 +dream_V 2.1104679208876025e-4 +dreamy_A 1.862717705131787e-5 +dreary_A 1.862717705131787e-5 +drenching_N 5.78422526086856e-6 +dress_N 5.784225260868559e-5 +dress_V 3.3164495899662324e-4 +dress_V2 2.4417043096081066e-5 +dressmaking_N 1.156845052173712e-5 +drift_N 1.156845052173712e-5 +drift_V 3.014954172696575e-4 +drift_V2 2.4417043096081066e-5 +drill_N 3.470535156521136e-5 +drill_V 5.426917510853835e-4 +drill_V2 1.4650225857648638e-4 +drink_N 6.941070313042272e-5 +drink_V 1.20598166907863e-4 +drink_V2 1.4650225857648638e-4 +drinker_N 1.735267578260568e-5 +drinking_N 6.362647786955415e-5 +drip_V 3.014954172696575e-5 +drive_N 4.800906966520904e-4 +drive_V 1.5074770863482876e-3 +drive_V2 9.522646807471615e-4 +drive_V2V 2.1321961620469083e-3 +drive_VS 3.686771862557145e-4 +driver_N 1.0990027995650263e-4 +drool_V 3.014954172696575e-5 +drop_N 1.0064551953911293e-3 +drop_V 3.3164495899662325e-3 +drop_V2 3.5404712489317544e-3 +dropout_N 1.735267578260568e-5 +drought_N 4.0489576826079914e-5 +drove_N 5.78422526086856e-6 +drown_V 6.02990834539315e-5 +drown_V2 2.4417043096081066e-5 +drug_N 1.3188033594780314e-3 +drugstore_N 2.8921126304342795e-5 +drum_V 2.1104679208876025e-4 +drummer_N 1.156845052173712e-5 +drunk_A 5.588153115395362e-5 +drunk_N 5.78422526086856e-6 +drunkenness_N 1.156845052173712e-5 +dry_A 1.303902393592251e-4 +dry_V 1.808972503617945e-4 +dryness_N 5.78422526086856e-6 +dual_A 3.911707180776753e-4 +dub_V2 1.2208521548040532e-4 +dub_VS 8.848252470137148e-4 +dubious_A 1.6764459346186087e-4 +duck_N 5.205802734781703e-5 +duck_V 3.014954172696575e-5 +duct_N 5.78422526086856e-6 +dud_N 5.78422526086856e-6 +dudgeon_N 5.78422526086856e-6 +due_A 5.550898761292726e-3 +due_Adv 2.529570681263976e-4 +due_N 2.8921126304342795e-5 +duel_N 1.735267578260568e-5 +duet_N 5.78422526086856e-6 +duffer_N 5.78422526086856e-6 +duke_N 5.78422526086856e-6 +dull_A 1.1176306230790724e-4 +dull_V2 4.883408619216213e-5 +dullness_N 5.78422526086856e-6 +duly_Adv 1.0118282725055903e-5 +dumb_A 1.1176306230790724e-4 +dummy_N 5.78422526086856e-6 +dump_N 1.156845052173712e-5 +dump_V 2.41196333815726e-4 +dump_V2 6.348431204981076e-4 +dune_N 2.8921126304342795e-5 +dung_N 5.78422526086856e-6 +duodenal_A 1.862717705131787e-5 +duplicate_V2 9.766817238432426e-5 +duplication_N 5.78422526086856e-6 +duplicity_N 1.156845052173712e-5 +durability_N 5.78422526086856e-6 +durable_A 4.2842507218031106e-4 +durable_N 2.8921126304342795e-5 +duration_N 1.735267578260568e-5 +during_Prep 4.464569095025497e-3 +dusk_N 1.735267578260568e-5 +dust_N 3.470535156521136e-5 +dust_V2 4.883408619216213e-5 +dustbin_N 5.78422526086856e-6 +dusty_A 7.450870820527148e-5 +dutiful_A 5.588153115395362e-5 +duty_N 2.4293746095647948e-4 +duty_free_A 9.313588525658937e-5 +dwarf_N 1.156845052173712e-5 +dwarf_V2 9.766817238432426e-5 +dweller_N 1.156845052173712e-5 +dwelling_N 3.470535156521136e-5 +dwindle_V 1.20598166907863e-4 +dye_N 5.78422526086856e-6 +dye_V 1.808972503617945e-4 +dye_V2 2.4417043096081066e-5 +dynamic_A 1.6764459346186087e-4 +dynamic_N 1.156845052173712e-5 +dynamism_N 1.156845052173712e-5 +dynamo_N 5.78422526086856e-6 +dynasty_N 5.78422526086856e-6 +each_Det 3.6052114938425845e-3 +eager_A 5.960696656421719e-4 +eagerness_N 4.0489576826079914e-5 +ear_N 4.0489576826079914e-5 +early_A 5.532271584241408e-3 +early_Adv 1.0725379688559258e-3 +earmark_V2 2.9300451715297276e-4 +earn_V 1.4773275446213218e-3 +earn_V2 2.4417043096081063e-3 +earn_VA 1.4534883720930232e-3 +earnest_A 3.725435410263574e-5 +earnest_N 1.156845052173712e-5 +earring_N 1.156845052173712e-5 +earth_N 9.254760417389695e-5 +earthly_A 1.862717705131787e-5 +earthquake_N 1.428703639434534e-3 +earthworm_N 1.156845052173712e-5 +earthy_A 1.862717705131787e-5 +ease_N 1.735267578260568e-5 +ease_V 1.1758321273516643e-3 +ease_V2 1.3429373702844585e-3 +east_A 5.77442488590854e-4 +east_Adv 3.0354848175167712e-5 +eastern_A 2.9803483282108594e-4 +eastward_Adv 1.0118282725055903e-5 +easy_A 2.1234981838502377e-3 +easy_Adv 7.082797907539132e-5 +easygoing_A 1.862717705131787e-5 +eat_V 6.02990834539315e-4 +eat_V2 3.66255646441216e-4 +eater_N 5.78422526086856e-6 +eavesdrop_V 1.5074770863482875e-4 +ebb_N 5.78422526086856e-6 +ebb_V 6.02990834539315e-5 +ebullient_A 5.588153115395362e-5 +eccentric_A 3.725435410263574e-5 +echelon_N 1.156845052173712e-5 +echo_N 5.78422526086856e-6 +echo_V 3.014954172696575e-5 +echo_V2 2.9300451715297276e-4 +eclectic_A 1.862717705131787e-5 +eclipse_V2 7.325112928824319e-5 +ecological_A 1.303902393592251e-4 +economic_A 5.997951010524355e-3 +economical_A 1.303902393592251e-4 +economics_N 1.0411605469563407e-4 +economist_N 9.428287175215752e-4 +economize_V 3.014954172696575e-5 +economy_N 1.602230397260591e-3 +ecstatic_A 1.862717705131787e-5 +edge_N 1.3882140626084543e-4 +edge_V 7.838880849011095e-4 +edgy_A 5.588153115395362e-5 +edible_A 7.450870820527148e-5 +edit_V2 2.4417043096081066e-5 +edition_N 2.3136901043474236e-4 +editor_N 3.239166146086393e-4 +editorial_A 1.4901741641054297e-4 +editorial_N 1.7352675782605678e-4 +educate_V2 3.418386033451349e-4 +education_N 2.7764281252169086e-4 +educational_A 5.960696656421719e-4 +educator_N 1.735267578260568e-5 +eel_N 5.78422526086856e-6 +eerie_A 5.588153115395362e-5 +eeriness_N 5.78422526086856e-6 +effect_N 1.0700816732606834e-3 +effect_V2 4.883408619216213e-5 +effective_A 2.0862438297476016e-3 +effectiveness_N 4.627380208694848e-5 +effete_A 1.862717705131787e-5 +efficiency_N 1.3303718099997685e-4 +efficient_A 6.519511967961255e-4 +effort_N 1.6832095509127507e-3 +effortless_A 3.725435410263574e-5 +effusive_A 3.725435410263574e-5 +egalitarianism_N 5.78422526086856e-6 +egg_N 2.8921126304342796e-4 +ego_N 2.8921126304342795e-5 +egotist_N 5.78422526086856e-6 +egregious_A 1.862717705131787e-5 +egyptian_A 9.313588525658937e-5 +either_Adv 4.3508615717740385e-4 +either_Det 4.461895413171515e-4 +eject_V2 2.4417043096081066e-5 +eke_V2 2.4417043096081066e-5 +elaborate_A 1.6764459346186087e-4 +elaborate_V 6.331403762662807e-4 +elaborate_V2 2.4417043096081066e-5 +elapse_V 3.014954172696575e-5 +elation_N 5.78422526086856e-6 +elbow_N 1.156845052173712e-5 +elder_N 5.78422526086856e-6 +elderly_A 3.539163639750396e-4 +elect_V 8.140376266280753e-4 +elect_V2 7.56928335978513e-4 +elect_VS 1.3272378705205723e-3 +election_N 6.536174544781472e-4 +elective_A 3.725435410263574e-5 +electoral_A 1.6764459346186087e-4 +electric_A 4.843066033342647e-4 +electrical_A 4.2842507218031106e-4 +electrician_N 5.78422526086856e-6 +electricity_N 1.1568450521737118e-4 +electrify_V2 2.4417043096081066e-5 +electrocardiogram_N 5.78422526086856e-6 +electrode_N 1.156845052173712e-5 +electrolysis_N 1.156845052173712e-5 +electronic_A 1.2666480394896153e-3 +electronically_Adv 6.0709696350335424e-5 +electronics_N 3.0656393882603366e-4 +elegant_A 1.4901741641054297e-4 +element_N 1.272529557391083e-4 +elementary_A 5.588153115395362e-5 +elephant_N 4.0489576826079914e-5 +elevate_V2 7.325112928824319e-5 +elevation_N 5.78422526086856e-6 +elevator_N 3.470535156521136e-5 +eligible_A 2.048989475644966e-4 +eliminate_V2 1.6115248443413503e-3 +elimination_N 4.627380208694848e-5 +elitist_N 1.156845052173712e-5 +elixir_N 1.156845052173712e-5 +elliptical_A 1.862717705131787e-5 +elongate_V2 2.4417043096081066e-5 +eloquence_N 5.78422526086856e-6 +eloquent_A 9.313588525658937e-5 +else_Adv 5.868603980532424e-4 +elsewhere_Adv 5.16032418977851e-4 +elude_V2 4.883408619216213e-5 +elusive_A 7.450870820527148e-5 +emasculate_V2 2.4417043096081066e-5 +emasculation_N 5.78422526086856e-6 +embargo_N 3.470535156521136e-5 +embargo_V2 2.4417043096081066e-5 +embark_V 1.20598166907863e-4 +embarrass_V2 1.7091930167256744e-4 +embarrassing_A 1.303902393592251e-4 +embarrassment_N 6.941070313042272e-5 +embassy_N 1.735267578260568e-5 +embattled_A 1.862717705131787e-5 +embed_V2 4.883408619216213e-5 +embellish_V2 2.4417043096081066e-5 +embezzle_V2 7.325112928824319e-5 +emblematic_A 1.862717705131787e-5 +embody_V2 1.2208521548040532e-4 +embolden_V2 4.883408619216213e-5 +embrace_V 1.808972503617945e-4 +embrace_V2 3.418386033451349e-4 +embroidery_N 1.156845052173712e-5 +embroil_V 3.014954172696575e-5 +embroil_V2 4.883408619216213e-5 +embryo_N 5.784225260868559e-5 +embryonic_A 1.862717705131787e-5 +emerge_V 1.8391220453449107e-3 +emerge_V2 1.2208521548040532e-4 +emerge_VS 2.212063117534287e-4 +emergence_N 2.8921126304342795e-5 +emergency_N 5.147960482173018e-4 +emeritus_A 1.862717705131787e-5 +emigration_N 3.470535156521136e-5 +eminent_A 1.862717705131787e-5 +emission_N 8.097915365215983e-5 +emit_V2 2.4417043096081066e-5 +emotion_N 3.470535156521136e-5 +emotional_A 4.4705224923162896e-4 +empathize_V 6.02990834539315e-5 +emperor_N 5.78422526086856e-6 +emphasis_N 1.3882140626084543e-4 +emphasize_V2 1.9533634476864853e-4 +emphasize_VS 8.848252470137148e-4 +emphatically_Adv 3.0354848175167712e-5 +empire_N 8.676337891302839e-5 +empirical_A 1.862717705131787e-5 +employ_V2 1.0499328531314858e-3 +employee_N 1.5501723699127739e-3 +employer_N 3.0077971356516506e-4 +employment_N 2.4872168621734806e-4 +empower_V2 2.4417043096081066e-5 +empower_V2V 1.0660980810234541e-3 +empty_A 1.4901741641054297e-4 +empty_V2 7.325112928824319e-5 +emulate_V2 7.325112928824319e-5 +enable_V2 1.4650225857648638e-4 +enable_V2V 2.9850746268656716e-2 +enable_VS 4.424126235068574e-4 +enact_V2 5.860090343059455e-4 +enactment_N 7.519492839129126e-5 +encase_V2 2.4417043096081066e-5 +encircle_V2 2.4417043096081066e-5 +enclose_V2 7.325112928824319e-5 +encompass_V2 4.883408619216213e-5 +encore_N 5.78422526086856e-6 +encounter_N 1.156845052173712e-5 +encounter_V2 2.4417043096081065e-4 +encourage_V2 1.0987669393236479e-3 +encourage_V2V 2.025586353944563e-2 +encouragement_N 4.0489576826079914e-5 +encouragingly_Adv 1.0118282725055903e-5 +encrypt_V2 2.4417043096081066e-5 +encumber_V2 2.4417043096081066e-5 +encyclopedic_A 1.862717705131787e-5 +end_N 1.8278151824344647e-3 +end_V 6.331403762662807e-3 +end_V2 5.176413136369185e-3 +end_VA 1.0174418604651164e-2 +end_VS 7.37354372511429e-4 +end_tail_V2 2.4417043096081066e-5 +endanger_V2 2.197533878647296e-4 +ending_N 1.735267578260568e-5 +endless_A 1.1176306230790724e-4 +endorse_V2 4.150897326333781e-4 +endorsement_N 5.205802734781703e-5 +endow_V2 4.883408619216213e-5 +endure_V 9.044862518089724e-5 +endure_V2 2.4417043096081065e-4 +enduring_A 1.862717705131787e-5 +enemy_N 9.83318294347655e-5 +energetic_A 1.1176306230790724e-4 +energy_N 4.7430647139122187e-4 +enforce_V2 2.9300451715297276e-4 +enforcement_N 1.272529557391083e-4 +engage_V 8.743367100820067e-4 +engage_V2 3.66255646441216e-4 +engagement_N 5.78422526086856e-6 +engaging_A 5.588153115395362e-5 +engine_N 2.834270377825594e-4 +engineer_N 2.1401633465213668e-4 +engineer_V 3.014954172696575e-4 +engineer_V2 1.9533634476864853e-4 +engineering_N 3.1813238934777076e-4 +engrave_V2 2.4417043096081066e-5 +engulf_V2 7.325112928824319e-5 +enhance_V2 6.836772066902698e-4 +enhancement_N 4.627380208694848e-5 +enigma_N 5.78422526086856e-6 +enjoin_V2 1.2208521548040532e-4 +enjoy_V2 8.790135514589183e-4 +enjoy_VV 3.9026928580720695e-4 +enjoyable_A 3.725435410263574e-5 +enjoyment_N 5.78422526086856e-6 +enlarge_V 3.014954172696575e-5 +enlarge_V2 2.4417043096081066e-5 +enlighten_V2 4.883408619216213e-5 +enlightenment_N 5.78422526086856e-6 +enlist_V2 1.4650225857648638e-4 +enliven_V2 2.4417043096081066e-5 +ennui_N 5.78422526086856e-6 +ennumerate_V2 2.4417043096081066e-5 +enormous_A 7.26459905001397e-4 +enough_A 1.341156747694887e-3 +enough_Adv 9.814734243304226e-4 +enough_N 5.205802734781703e-5 +enrich_V2 4.883408619216213e-5 +enroll_V 9.044862518089724e-5 +ensconce_V2 2.4417043096081066e-5 +ensue_V 1.5074770863482875e-4 +ensure_V 6.02990834539315e-5 +ensure_V2 4.6392381882554023e-4 +ensure_VS 1.9171213685297154e-3 +entail_V2 7.325112928824319e-5 +enter_V 7.838880849011095e-4 +enter_V2 1.465022585764864e-3 +enterprise_N 1.4460563152171398e-4 +enterprising_A 1.862717705131787e-5 +entertain_V2 7.325112928824319e-5 +entertainer_N 1.156845052173712e-5 +entertaining_A 7.450870820527148e-5 +entertainment_N 2.4293746095647948e-4 +enthusiasm_N 6.362647786955415e-5 +enthusiast_N 4.627380208694848e-5 +enthusiastic_A 1.303902393592251e-4 +enthusiastically_Adv 4.0473130900223614e-5 +entice_V2 1.2208521548040532e-4 +entire_A 1.5833100493620191e-3 +entirety_N 5.78422526086856e-6 +entitle_V2 9.766817238432426e-5 +entitle_V2V 6.396588486140725e-3 +entitle_VS 2.949417490045716e-4 +entitlement_N 3.470535156521136e-5 +entity_N 1.4460563152171398e-4 +entomb_V2 4.883408619216213e-5 +entourage_N 5.78422526086856e-6 +entrance_N 5.78422526086856e-6 +entrance_V2 2.4417043096081066e-5 +entrench_V2 7.325112928824319e-5 +entrenchment_N 5.78422526086856e-6 +entrepreneur_N 1.677425325651882e-4 +entrepreneurial_A 9.313588525658937e-5 +entrust_V2 4.883408619216213e-5 +entry_N 1.3303718099997685e-4 +entwine_V2 2.4417043096081066e-5 +envelope_N 2.313690104347424e-5 +enviable_A 3.725435410263574e-5 +environment_N 3.2970083986950786e-4 +environmental_A 1.5274285182080656e-3 +envisage_V2 4.883408619216213e-5 +envision_V2 4.883408619216213e-5 +envision_VS 7.37354372511429e-5 +envy_N 3.470535156521136e-5 +envy_V2 2.4417043096081066e-5 +eon_N 5.78422526086856e-6 +epidemic_N 1.156845052173712e-5 +epidemiologist_N 5.78422526086856e-6 +epilepsy_N 1.156845052173712e-5 +epileptic_N 5.78422526086856e-6 +episode_N 7.519492839129126e-5 +epitomize_V2 2.4417043096081066e-5 +equal_A 1.0803762689764367e-3 +equal_V2 6.104260774020266e-4 +equality_N 2.313690104347424e-5 +equate_V2 9.766817238432426e-5 +equation_N 2.313690104347424e-5 +equestrian_N 1.156845052173712e-5 +equilibrium_N 1.735267578260568e-5 +equip_V2 2.4417043096081065e-4 +equipment_N 9.196918164781009e-4 +equitable_A 3.725435410263574e-5 +equity_N 9.775340690867866e-4 +equivalent_A 2.9803483282108594e-4 +equivalent_N 1.4460563152171398e-4 +era_N 1.0411605469563407e-4 +erase_V2 2.197533878647296e-4 +erect_V2 4.883408619216213e-5 +eritrean_A 3.725435410263574e-5 +erode_V 3.61794500723589e-4 +erode_V2 1.9533634476864853e-4 +erosion_N 4.0489576826079914e-5 +err_V 9.044862518089724e-5 +errand_N 5.78422526086856e-6 +erratic_A 5.588153115395362e-5 +erratically_Adv 2.0236565450111807e-5 +erratum_N 5.78422526086856e-6 +erroneous_A 9.313588525658937e-5 +error_N 1.677425325651882e-4 +erudite_A 1.862717705131787e-5 +erupt_V 3.014954172696575e-4 +eruption_N 1.156845052173712e-5 +escalate_V2 2.4417043096081066e-5 +escalation_N 5.78422526086856e-6 +escalator_N 5.78422526086856e-6 +escape_N 1.735267578260568e-5 +escape_V 2.41196333815726e-4 +escape_V2 2.9300451715297276e-4 +escape_VS 7.37354372511429e-5 +eschew_V2 4.883408619216213e-5 +escort_N 5.78422526086856e-6 +escort_V2 2.4417043096081066e-5 +esoteric_A 1.862717705131787e-5 +esp_N 5.78422526086856e-6 +especial_A 2.3842786625686875e-3 +espionage_N 1.735267578260568e-5 +espousal_N 5.78422526086856e-6 +espouse_V2 2.4417043096081066e-5 +espresso_N 5.78422526086856e-6 +esprit_de_corps_N 1.156845052173712e-5 +essay_N 2.313690104347424e-5 +essence_N 2.313690104347424e-5 +essential_A 8.941044984632579e-4 +essential_N 5.78422526086856e-6 +establish_V2 2.5149554388963495e-3 +establishment_N 1.0990027995650263e-4 +estate_N 1.4229194141736656e-3 +esteem_N 5.78422526086856e-6 +estimate_N 1.0469447722172092e-3 +estimate_V 2.1104679208876027e-3 +estimate_V2 1.7824441460139178e-3 +estimate_VS 7.742220911370005e-3 +estrange_V2 2.4417043096081066e-5 +eternal_A 5.588153115395362e-5 +ethic_N 6.941070313042272e-5 +ethical_A 1.303902393592251e-4 +ethiopian_A 3.725435410263574e-5 +ethnic_A 1.6764459346186087e-4 +ethnically_Adv 1.0118282725055903e-5 +ethos_N 1.735267578260568e-5 +etiquette_N 1.156845052173712e-5 +eucalyptus_N 1.156845052173712e-5 +euphemism_N 1.156845052173712e-5 +euphoria_N 3.470535156521136e-5 +eurodollar_N 6.362647786955415e-5 +evacuate_V2 7.325112928824319e-5 +evacuation_N 3.470535156521136e-5 +evade_V2 4.883408619216213e-5 +evaluate_V 9.044862518089724e-5 +evaluate_V2 5.615919912098645e-4 +evaluation_N 9.83318294347655e-5 +evangelist_N 2.313690104347424e-5 +evaporate_V 3.014954172696575e-5 +evaporate_VS 1.474708745022858e-4 +evasion_N 4.627380208694848e-5 +eve_N 1.156845052173712e-5 +even_A 3.3528918692372173e-4 +even_Adv 6.94114194938835e-3 +even_N 5.78422526086856e-6 +even_V2 1.2208521548040532e-4 +evening_N 1.2146873047823974e-4 +event_N 6.651859049998843e-4 +eventual_A 1.4715469870541118e-3 +ever_AdV 1.5992003998001e-2 +everlasting_A 1.862717705131787e-5 +every_Det 1.6330537212207745e-3 +everybody_NP 9.432608116144114e-5 +everyday_A 1.4901741641054297e-4 +everyone_NP 2.3376463592183238e-4 +everything_NP 2.2556236799475054e-4 +evidence_N 5.147960482173018e-4 +evidence_V2 7.325112928824319e-5 +evident_A 2.794076557697681e-4 +evil_A 7.450870820527148e-5 +evil_N 1.156845052173712e-5 +evince_V2 2.4417043096081066e-5 +eviscerate_V2 2.4417043096081066e-5 +evocative_A 1.862717705131787e-5 +evolution_N 4.627380208694848e-5 +evolutionary_A 3.725435410263574e-5 +evolve_V 1.808972503617945e-4 +evolve_V2 7.325112928824319e-5 +exacerbate_V2 1.9533634476864853e-4 +exact_A 8.009686132066685e-4 +exaggerate_V 3.014954172696575e-5 +exaggerate_V2 7.325112928824319e-5 +exam_N 1.735267578260568e-5 +examination_N 9.254760417389695e-5 +examine_V2 3.9067268953729706e-4 +examiner_N 6.362647786955415e-5 +example_N 1.2031188542606602e-3 +exasperation_N 5.78422526086856e-6 +excavate_V2 2.4417043096081066e-5 +excavator_N 1.156845052173712e-5 +exceed_V2 1.880112318398242e-3 +exceedingly_Adv 3.0354848175167712e-5 +excel_V 3.014954172696575e-5 +excellent_A 2.607804787184502e-4 +except_Prep 5.607160237828231e-4 +except_V2 2.4417043096081066e-5 +exception_N 1.4460563152171398e-4 +exceptional_A 1.1176306230790724e-4 +excerpt_N 2.313690104347424e-5 +excess_A 5.215609574369004e-4 +excess_N 1.0990027995650263e-4 +excessive_A 3.1666200987240384e-4 +exchange_N 2.0533999676083385e-3 +exchange_V2 4.6392381882554023e-4 +exchangeable_A 3.725435410263574e-5 +exchequer_N 5.78422526086856e-6 +excise_N 5.78422526086856e-6 +excite_V2 4.883408619216213e-5 +excitement_N 4.627380208694848e-5 +exclaim_V 6.02990834539315e-5 +exclude_V2 1.513856671957026e-3 +exclusion_N 6.362647786955415e-5 +exclusive_A 7.078327279500792e-4 +excoriate_V2 2.4417043096081066e-5 +excursion_N 1.156845052173712e-5 +excuse_N 7.519492839129126e-5 +excuse_V2 7.325112928824319e-5 +execute_V2 8.057624221706752e-4 +execution_N 1.3882140626084543e-4 +executive_A 3.222501629877992e-3 +executive_N 3.1639712176951018e-3 +executor_N 5.78422526086856e-6 +exemplary_A 1.862717705131787e-5 +exemplify_V2 2.4417043096081066e-5 +exempt_A 1.4901741641054297e-4 +exempt_V2 1.7091930167256744e-4 +exemption_N 6.362647786955415e-5 +exercise_N 1.9087943360866246e-4 +exercise_V 2.41196333815726e-4 +exercise_V2 7.813453790745941e-4 +exercise_VV 2.601795238714713e-4 +exert_V2 2.4417043096081066e-5 +exhale_V 3.014954172696575e-5 +exhaust_V2 1.4650225857648638e-4 +exhaustion_N 1.156845052173712e-5 +exhaustive_A 3.725435410263574e-5 +exhibit_N 4.627380208694848e-5 +exhibit_V2 4.883408619216213e-5 +exhibition_N 7.519492839129126e-5 +exhibitor_N 5.78422526086856e-6 +exile_N 2.8921126304342795e-5 +exile_V2 4.883408619216213e-5 +exist_V 3.105402797877472e-3 +existence_N 8.097915365215983e-5 +existent_A 1.862717705131787e-5 +existentialist_N 5.78422526086856e-6 +exit_N 4.0489576826079914e-5 +exit_V 3.014954172696575e-5 +exodus_N 5.784225260868559e-5 +exonerate_V2 4.883408619216213e-5 +exorbitant_A 5.588153115395362e-5 +exotic_A 1.4901741641054297e-4 +expand_V 1.567776169802219e-3 +expand_V2 1.6603589305335125e-3 +expand_V2V 1.0660980810234541e-3 +expanse_N 5.78422526086856e-6 +expansion_N 3.644061914347192e-4 +expansive_A 3.725435410263574e-5 +expect_Prep 1.057954761854383e-5 +expect_V 3.105402797877472e-3 +expect_V2 4.297399584910267e-3 +expect_V2V 0.19829424307036247 +expect_VS 4.645332546822003e-3 +expect_VV 5.255626382203721e-2 +expectancy_N 5.78422526086856e-6 +expectant_A 1.862717705131787e-5 +expectation_N 4.396011198260105e-4 +expected_A 6.705783738474435e-4 +expedient_N 5.78422526086856e-6 +expedite_V2 1.7091930167256744e-4 +expedition_N 1.156845052173712e-5 +expeditious_A 1.862717705131787e-5 +expel_V2 9.766817238432426e-5 +expend_V2 2.4417043096081066e-5 +expendable_A 1.862717705131787e-5 +expenditure_N 1.3882140626084543e-4 +expense_N 7.056754818259642e-4 +expensive_A 9.686132066685294e-4 +experience_N 3.1813238934777076e-4 +experience_V2 9.522646807471615e-4 +experienced_A 1.6764459346186087e-4 +experiment_N 3.123481640869022e-4 +experiment_V 1.808972503617945e-4 +experiment_V2 2.4417043096081066e-5 +experimental_A 1.8627177051317874e-4 +experimentation_N 1.735267578260568e-5 +expert_A 5.588153115395362e-5 +expert_N 5.032275976955647e-4 +expertise_N 8.676337891302839e-5 +expiration_N 1.4460563152171398e-4 +expire_V 1.0552339604438014e-3 +expire_V2 6.348431204981076e-4 +expire_VS 1.474708745022858e-4 +explain_V2 1.14760102551581e-3 +explain_VS 3.023152927296859e-3 +explanation_N 1.272529557391083e-4 +explicit_A 1.303902393592251e-4 +explode_V 3.014954172696575e-4 +explode_V2 4.883408619216213e-5 +exploit_N 5.78422526086856e-6 +exploit_V2 2.685874740568917e-4 +exploration_N 1.96663658869531e-4 +exploratory_A 3.725435410263574e-5 +explore_V2 5.371749481137834e-4 +explore_VS 7.37354372511429e-5 +explosion_N 9.254760417389695e-5 +explosive_A 9.313588525658937e-5 +explosive_N 5.78422526086856e-6 +expo_N 1.156845052173712e-5 +export_N 7.693019596955184e-4 +export_V 3.61794500723589e-4 +export_V2 4.395067757294592e-4 +exporter_N 6.941070313042272e-5 +expose_V 2.41196333815726e-4 +expose_V2 3.418386033451349e-4 +exposure_N 2.1980055991300526e-4 +expound_VS 7.37354372511429e-5 +express_A 5.588153115395362e-5 +express_N 5.78422526086856e-6 +express_V2 1.2452691979001342e-3 +expression_N 7.519492839129126e-5 +expressive_A 1.862717705131787e-5 +expunge_V2 2.4417043096081066e-5 +exquisite_A 1.862717705131787e-5 +extend_V 9.346357935359383e-4 +extend_V2 1.172018068611891e-3 +extension_N 1.0990027995650263e-4 +extensive_A 4.097978951289932e-4 +extent_N 2.3136901043474236e-4 +exterior_N 5.78422526086856e-6 +external_A 1.303902393592251e-4 +extinct_A 1.862717705131787e-5 +extinction_N 1.156845052173712e-5 +extinguish_V2 2.4417043096081066e-5 +extort_V2 1.2208521548040532e-4 +extortion_N 2.8921126304342795e-5 +extra_A 8.382229673093043e-4 +extra_N 5.78422526086856e-6 +extract_V2 2.685874740568917e-4 +extraction_N 5.78422526086856e-6 +extracurricular_A 1.862717705131787e-5 +extradite_V2 4.883408619216213e-5 +extradition_N 3.470535156521136e-5 +extramural_A 1.862717705131787e-5 +extraneous_A 3.725435410263574e-5 +extraordinary_A 8.941044984632579e-4 +extravagance_N 5.78422526086856e-6 +extravagant_A 1.862717705131787e-5 +extreme_A 1.0431219148738008e-3 +extreme_N 2.313690104347424e-5 +extremist_N 1.156845052173712e-5 +extrusion_N 2.8921126304342795e-5 +exuberance_N 5.78422526086856e-6 +exude_V2 2.4417043096081066e-5 +eye_N 3.701904166955878e-4 +eye_catching_A 1.862717705131787e-5 +eyeball_N 1.156845052173712e-5 +eyeball_V2 2.4417043096081066e-5 +eyebrow_N 3.470535156521136e-5 +eyeglass_N 5.78422526086856e-6 +eyewitness_N 1.156845052173712e-5 +fabled_A 5.588153115395362e-5 +fabric_N 6.941070313042272e-5 +fabricate_V2 9.766817238432426e-5 +fabrication_N 4.627380208694848e-5 +fabulous_A 3.725435410263574e-5 +face_N 5.147960482173018e-4 +face_V 7.838880849011095e-4 +face_V2 3.735807593700403e-3 +face_saving_A 1.862717705131787e-5 +facial_A 5.588153115395362e-5 +facilitate_V2 1.7091930167256744e-4 +facility_N 7.924388607389926e-4 +facing_N 5.78422526086856e-6 +facsimile_N 1.735267578260568e-5 +fact_N 9.948867448693922e-4 +fact_finding_A 3.725435410263574e-5 +faction_N 3.470535156521136e-5 +factor_N 5.668540755651188e-4 +factory_N 3.2970083986950786e-4 +factual_A 5.588153115395362e-5 +faculty_N 2.8921126304342795e-5 +fad_N 3.470535156521136e-5 +fade_V 2.1104679208876025e-4 +fail_V 1.5979257115291848e-3 +fail_V2 3.66255646441216e-4 +fail_VS 2.212063117534287e-4 +fail_VV 1.1577988812280473e-2 +failing_N 5.78422526086856e-6 +failure_N 5.032275976955647e-4 +faint_A 5.588153115395362e-5 +faint_V 6.02990834539315e-5 +fair_A 1.4156654559001583e-3 +fair_N 2.313690104347424e-5 +fairness_N 3.470535156521136e-5 +fairway_N 5.78422526086856e-6 +fairy_N 5.78422526086856e-6 +fait_accompli_N 1.156845052173712e-5 +faith_N 4.627380208694848e-5 +faithful_A 3.725435410263574e-5 +fake_N 1.156845052173712e-5 +fake_V2 7.325112928824319e-5 +falcon_N 5.78422526086856e-6 +fall_N 4.1646421878253627e-4 +fall_V 1.1909068982151471e-2 +fall_V2 4.858991576120132e-3 +fall_VA 5.813953488372093e-3 +fall_VS 5.161480607580003e-4 +fallacious_A 1.862717705131787e-5 +fallible_A 1.862717705131787e-5 +fallout_N 3.470535156521136e-5 +fallow_A 1.862717705131787e-5 +false_A 5.401881344882183e-4 +falseness_N 5.78422526086856e-6 +falsify_V2 7.325112928824319e-5 +falter_V 2.41196333815726e-4 +fame_N 2.8921126304342795e-5 +fame_V2 2.4417043096081066e-5 +famed_A 5.588153115395362e-5 +familiar_A 1.4156654559001583e-3 +familiarity_N 5.78422526086856e-6 +familiarize_V2 2.4417043096081066e-5 +family_N 1.1337081511302376e-3 +famine_N 2.313690104347424e-5 +famous_A 4.4705224923162896e-4 +fan_N 2.0823210939126813e-4 +fan_V2 2.4417043096081066e-5 +fanatic_A 1.862717705131787e-5 +fanatic_N 1.156845052173712e-5 +fanciful_A 3.725435410263574e-5 +fancy_A 2.048989475644966e-4 +fancy_N 1.156845052173712e-5 +fancy_VS 7.37354372511429e-5 +fanfare_N 2.8921126304342795e-5 +fang_N 5.78422526086856e-6 +fanny_N 5.78422526086856e-6 +fantasize_V 6.02990834539315e-5 +fantastic_A 3.725435410263574e-5 +fantasy_N 2.8921126304342795e-5 +far_A 5.420508521933501e-3 +far_flung_A 3.725435410263574e-5 +far_reaching_A 2.048989475644966e-4 +farce_N 1.156845052173712e-5 +fare_N 1.561740820434511e-4 +fare_V 5.125422093584177e-4 +farm_N 2.255847851738738e-4 +farm_V 9.044862518089724e-5 +farm_V2 2.4417043096081066e-5 +farmer_N 4.1646421878253627e-4 +farmstead_N 5.78422526086856e-6 +farther_Adv 2.0236565450111807e-5 +fascinate_V2 2.4417043096081066e-5 +fascinating_A 5.588153115395362e-5 +fascism_N 5.78422526086856e-6 +fascist_A 3.725435410263574e-5 +fascist_N 5.78422526086856e-6 +fashion_N 1.850952083477939e-4 +fashion_V2 7.325112928824319e-5 +fashionable_A 1.6764459346186087e-4 +fast_A 5.029337803855825e-4 +fast_Adv 2.529570681263976e-4 +fast_N 1.850952083477939e-4 +fasten_V 3.014954172696575e-5 +fastener_N 3.470535156521136e-5 +fat_A 2.9803483282108594e-4 +fat_N 1.735267578260568e-5 +fatal_A 9.313588525658937e-5 +fatality_N 3.470535156521136e-5 +fate_N 6.362647786955415e-5 +father_N 2.1401633465213668e-4 +fatten_V 6.02990834539315e-5 +fatten_V2 7.325112928824319e-5 +fatuous_A 1.862717705131787e-5 +fault_N 8.676337891302839e-5 +fault_V2 2.4417043096081066e-5 +faultless_A 1.862717705131787e-5 +faulty_A 5.588153115395362e-5 +favor_V 1.5074770863482875e-4 +favor_V2 6.348431204981076e-4 +favor_VS 1.474708745022858e-4 +fear_N 4.916591471738276e-4 +fear_V 2.41196333815726e-4 +fear_V2 4.150897326333781e-4 +fear_VS 2.728211178292287e-3 +fearful_A 9.313588525658937e-5 +fearless_A 1.862717705131787e-5 +fearsome_A 1.862717705131787e-5 +feasibility_N 1.156845052173712e-5 +feasible_A 5.588153115395362e-5 +feast_N 5.78422526086856e-6 +feast_V 3.014954172696575e-5 +feat_N 3.470535156521136e-5 +feather_N 5.78422526086856e-6 +feature_N 1.6195830730431966e-4 +feature_V2 8.545965083628373e-4 +featureless_A 1.862717705131787e-5 +feckless_A 3.725435410263574e-5 +fed_N 1.156845052173712e-5 +federal_A 9.53711465027475e-3 +federation_N 4.627380208694848e-5 +fee_N 8.097915365215983e-4 +feeble_A 3.725435410263574e-5 +feed_N 5.205802734781703e-5 +feed_V 4.220935841775205e-4 +feed_V2 2.197533878647296e-4 +feedback_N 5.78422526086856e-6 +feel_N 1.735267578260568e-5 +feel_V 1.1758321273516643e-3 +feel_V2 6.104260774020266e-4 +feel_VA 5.232558139534884e-2 +feel_VS 3.8342427370594307e-3 +feeler_N 5.78422526086856e-6 +feeling_N 1.561740820434511e-4 +fell_A 1.862717705131787e-5 +fell_V2 4.883408619216213e-5 +fellow_N 9.83318294347655e-5 +felon_N 2.313690104347424e-5 +felony_N 6.941070313042272e-5 +female_A 1.6764459346186087e-4 +female_N 3.470535156521136e-5 +feminine_A 1.862717705131787e-5 +feminism_N 5.78422526086856e-6 +feminist_N 1.735267578260568e-5 +fence_N 3.470535156521136e-5 +fend_V 5.426917510853835e-4 +fender_N 5.78422526086856e-6 +fennel_N 1.156845052173712e-5 +ferocious_A 5.588153115395362e-5 +ferret_V 6.02990834539315e-5 +ferry_N 2.8921126304342795e-5 +ferry_V 3.014954172696575e-5 +ferry_V2 4.883408619216213e-5 +fertile_A 1.862717705131787e-5 +fertility_N 5.78422526086856e-6 +fertilization_N 5.78422526086856e-6 +fertilize_V2 1.2208521548040532e-4 +fertilizer_N 6.941070313042272e-5 +fervent_A 1.862717705131787e-5 +fester_V 3.014954172696575e-5 +festival_N 3.470535156521136e-5 +festive_A 1.862717705131787e-5 +festivity_N 1.735267578260568e-5 +festoon_V2 4.883408619216213e-5 +fetal_A 1.862717705131787e-5 +fetch_V 3.014954172696575e-5 +fetch_V2 2.9300451715297276e-4 +fetching_A 3.725435410263574e-5 +fetish_N 5.78422526086856e-6 +feud_N 1.735267578260568e-5 +feude_V 9.044862518089724e-5 +fever_N 4.0489576826079914e-5 +fiasco_N 1.156845052173712e-5 +fiat_N 5.78422526086856e-6 +fickle_A 3.725435410263574e-5 +fickleness_N 5.78422526086856e-6 +fiction_N 2.313690104347424e-5 +fictional_A 1.862717705131787e-5 +fiddle_N 5.78422526086856e-6 +fidget_V 3.014954172696575e-5 +field_N 5.552856250433817e-4 +field_V 6.02990834539315e-5 +field_V2 1.2208521548040532e-4 +fierce_A 3.1666200987240384e-4 +fiery_A 1.862717705131787e-5 +fight_N 2.1980055991300526e-4 +fight_V 1.085383502170767e-3 +fight_V2 9.522646807471615e-4 +fighter_N 5.205802734781703e-5 +fighting_N 3.470535156521136e-5 +figurative_A 3.725435410263574e-5 +figure_V 4.5224312590448623e-4 +figure_V2 9.766817238432426e-5 +figure_VS 2.5807403037900016e-3 +filbert_N 5.78422526086856e-6 +filch_V2 2.4417043096081066e-5 +file_N 6.941070313042272e-5 +file_V 5.637964302942595e-3 +file_V2 3.1497985593944575e-3 +filial_A 1.862717705131787e-5 +filibuster_N 1.156845052173712e-5 +filipino_A 1.862717705131787e-5 +filipino_N 5.78422526086856e-6 +fill_N 5.78422526086856e-6 +fill_V 4.82392667631452e-4 +fill_V2 1.4161884995727016e-3 +filly_N 5.78422526086856e-6 +film_N 3.93327317739062e-4 +film_V 6.02990834539315e-5 +film_V2 4.883408619216213e-5 +filter_N 1.735267578260568e-5 +filter_V 1.20598166907863e-4 +filter_V2 2.4417043096081066e-5 +filtration_N 5.78422526086856e-6 +finagle_V2 2.4417043096081066e-5 +final_A 3.0176026823134955e-3 +final_N 2.313690104347424e-5 +finalist_N 5.78422526086856e-6 +finalize_V2 4.883408619216213e-5 +finance_N 5.263644987390389e-4 +finance_V2 2.4172872665120253e-3 +financial_A 8.996926515786532e-3 +financier_N 1.677425325651882e-4 +find_N 5.78422526086856e-6 +find_V 7.23589001447178e-4 +find_V2 4.8101574899279695e-3 +find_V2V 3.1982942430703624e-3 +find_VS 1.0470432089662291e-2 +finder_N 5.78422526086856e-6 +finding_N 1.677425325651882e-4 +fine_A 5.215609574369004e-4 +fine_N 9.254760417389695e-5 +fine_V2 2.685874740568917e-4 +finery_N 5.78422526086856e-6 +finesse_V2 2.4417043096081066e-5 +finger_N 5.784225260868559e-5 +finger_V2 7.325112928824319e-5 +fingerprint_N 1.156845052173712e-5 +finis_N 7.519492839129126e-5 +finish_N 2.313690104347424e-5 +finish_V 1.4170284611673902e-3 +finish_V2 1.9533634476864853e-4 +finish_VA 1.4534883720930232e-3 +finish_VS 5.898834980091432e-4 +fire_N 3.41269290391245e-4 +fire_V 4.82392667631452e-4 +fire_V2 3.174215602490538e-4 +fireball_N 1.156845052173712e-5 +fireman_N 1.156845052173712e-5 +fireplace_N 1.156845052173712e-5 +firewater_N 5.78422526086856e-6 +firework_N 1.156845052173712e-5 +firm_A 1.0990034460277545e-3 +firm_N 3.753962194303695e-3 +firm_V 9.044862518089724e-5 +firm_V2 1.9533634476864853e-4 +firmness_N 5.78422526086856e-6 +first_class_A 3.725435410263574e-5 +first_hand_A 1.862717705131787e-5 +first_rate_A 1.862717705131787e-5 +fiscal_A 3.7999441184688463e-3 +fish_N 4.627380208694848e-5 +fish_V 3.014954172696575e-5 +fisherman_N 1.735267578260568e-5 +fishery_N 1.156845052173712e-5 +fishing_N 6.941070313042272e-5 +fissure_N 5.78422526086856e-6 +fist_N 5.78422526086856e-6 +fit_A 3.725435410263574e-5 +fit_N 6.941070313042272e-5 +fit_V 4.5224312590448623e-4 +fit_V2 2.4417043096081065e-4 +fitness_N 5.205802734781703e-5 +fitting_A 7.450870820527148e-5 +fitting_N 5.78422526086856e-6 +fix_N 1.156845052173712e-5 +fix_V 9.346357935359383e-4 +fix_V2 5.860090343059455e-4 +fixation_N 5.78422526086856e-6 +fixed_A 3.1666200987240384e-4 +fixture_N 1.735267578260568e-5 +fizzle_V 3.014954172696575e-5 +flabbergast_V2 2.4417043096081066e-5 +flabbiness_N 5.78422526086856e-6 +flag_N 1.5038985678258253e-4 +flagship_N 5.784225260868559e-5 +flair_N 1.735267578260568e-5 +flaky_A 1.862717705131787e-5 +flamboyant_A 1.303902393592251e-4 +flame_N 2.8921126304342795e-5 +flame_V 3.014954172696575e-5 +flammable_A 1.862717705131787e-5 +flank_V 3.014954172696575e-5 +flannel_N 5.78422526086856e-6 +flap_N 1.735267578260568e-5 +flap_V 6.02990834539315e-5 +flare_V 6.02990834539315e-5 +flash_N 2.313690104347424e-5 +flash_V 1.808972503617945e-4 +flash_V2 4.883408619216213e-5 +flashback_N 1.156845052173712e-5 +flashlight_N 2.313690104347424e-5 +flashpoint_N 5.78422526086856e-6 +flashy_A 1.1176306230790724e-4 +flat_A 1.452919810002794e-3 +flat_Adv 3.0354848175167712e-5 +flat_N 1.735267578260568e-5 +flatness_N 5.78422526086856e-6 +flatten_V 1.808972503617945e-4 +flatten_V2 2.4417043096081066e-5 +flattery_N 5.78422526086856e-6 +flaunt_V 3.014954172696575e-5 +flaunt_V2 4.883408619216213e-5 +flaw_N 8.097915365215983e-5 +flaw_V2 9.766817238432426e-5 +flawed_A 7.450870820527148e-5 +flawless_A 1.862717705131787e-5 +flay_V2 2.4417043096081066e-5 +flea_N 2.313690104347424e-5 +fledgling_N 3.470535156521136e-5 +flee_V 4.220935841775205e-4 +flee_V2 7.325112928824319e-5 +fleece_V2 2.4417043096081066e-5 +fleet_A 1.862717705131787e-5 +fleet_N 1.561740820434511e-4 +fleeting_A 7.450870820527148e-5 +flemish_A 1.862717705131787e-5 +flesh_N 2.8921126304342795e-5 +flexibility_N 1.272529557391083e-4 +flexible_A 2.794076557697681e-4 +flick_N 5.78422526086856e-6 +flicker_V 3.014954172696575e-5 +flier_N 3.470535156521136e-5 +flight_N 4.800906966520904e-4 +flimsy_A 1.862717705131787e-5 +flinch_V 3.014954172696575e-5 +fling_N 1.156845052173712e-5 +fling_V2 2.4417043096081066e-5 +flip_A 3.725435410263574e-5 +flip_N 5.78422526086856e-6 +flip_V 9.044862518089724e-5 +flip_V2 4.883408619216213e-5 +flippant_A 1.862717705131787e-5 +flirt_V 9.044862518089724e-5 +float_N 5.78422526086856e-6 +float_V 3.9194404245055476e-4 +float_V2 7.325112928824319e-5 +float_VS 7.37354372511429e-5 +floating_A 5.588153115395362e-5 +flock_N 1.156845052173712e-5 +flock_V 1.5074770863482875e-4 +flood_N 2.8921126304342795e-5 +flood_V 1.808972503617945e-4 +flood_V2 1.7091930167256744e-4 +floor_N 5.726383008259874e-4 +flooring_N 5.78422526086856e-6 +flop_N 5.78422526086856e-6 +flop_V 9.044862518089724e-5 +flop_V2 2.4417043096081066e-5 +floppy_A 3.725435410263574e-5 +floral_A 1.862717705131787e-5 +flotation_N 5.78422526086856e-6 +flotilla_N 5.78422526086856e-6 +flounder_V 9.044862518089724e-5 +flourish_V 9.044862518089724e-5 +flout_V2 2.4417043096081066e-5 +flow_N 3.354850651303764e-4 +flow_V 6.02990834539315e-4 +flower_N 5.784225260868559e-5 +flu_N 5.78422526086856e-6 +fluctuate_V 1.5074770863482875e-4 +fluctuation_N 7.519492839129126e-5 +fluent_A 3.725435410263574e-5 +fluff_N 5.78422526086856e-6 +fluffy_A 1.862717705131787e-5 +fluid_A 5.588153115395362e-5 +fluid_N 1.735267578260568e-5 +fluke_N 1.156845052173712e-5 +flunk_V 3.014954172696575e-5 +flunk_V2 4.883408619216213e-5 +flunky_N 5.78422526086856e-6 +fluoride_N 5.78422526086856e-6 +flurry_N 4.0489576826079914e-5 +flush_A 7.450870820527148e-5 +flush_V 3.014954172696575e-5 +fluting_N 5.78422526086856e-6 +fly_N 2.313690104347424e-5 +fly_V 1.567776169802219e-3 +fly_V2 4.6392381882554023e-4 +fly_VS 2.212063117534287e-4 +fm_N 5.78422526086856e-6 +foam_N 2.8921126304342795e-5 +foam_V 3.014954172696575e-5 +focal_A 3.725435410263574e-5 +focus_N 2.0244788413039958e-4 +focus_V 2.170767004341534e-3 +focus_V2 3.66255646441216e-4 +fodder_N 1.156845052173712e-5 +foe_N 4.627380208694848e-5 +fog_N 1.156845052173712e-5 +fog_V2 2.4417043096081066e-5 +foggy_A 1.862717705131787e-5 +foil_N 5.78422526086856e-6 +foil_V2 1.4650225857648638e-4 +fold_V 1.20598166907863e-4 +fold_V2 7.325112928824319e-5 +folder_N 5.78422526086856e-6 +folk_N 9.254760417389695e-5 +folklore_N 1.735267578260568e-5 +folksy_A 1.862717705131787e-5 +follow_V 4.733478051133623e-3 +follow_V2 3.760224636796484e-3 +follow_VS 7.37354372511429e-5 +follower_N 2.8921126304342795e-5 +following_A 4.4705224923162896e-4 +following_N 6.362647786955415e-5 +folly_N 1.735267578260568e-5 +foment_V2 2.4417043096081066e-5 +fond_A 3.725435410263574e-5 +fondness_N 5.78422526086856e-6 +food_N 1.0527289974780777e-3 +foodstuff_N 1.735267578260568e-5 +fool_N 4.0489576826079914e-5 +fool_V 6.02990834539315e-5 +fool_V2 4.883408619216213e-5 +foolhardy_A 1.862717705131787e-5 +foolish_A 5.588153115395362e-5 +foot_N 5.263644987390389e-4 +foot_V 3.014954172696575e-5 +foot_V2 7.325112928824319e-5 +footage_N 1.735267578260568e-5 +football_N 1.561740820434511e-4 +foothold_N 1.735267578260568e-5 +footing_N 2.313690104347424e-5 +footnote_N 1.735267578260568e-5 +footstep_N 1.156845052173712e-5 +footwear_N 5.78422526086856e-6 +for_Prep 8.612809716256532e-2 +foray_N 1.735267578260568e-5 +forbearance_N 5.78422526086856e-6 +forbid_V2 1.9533634476864853e-4 +force_N 4.3381689456514197e-4 +force_V 9.949348769898697e-4 +force_V2 6.836772066902698e-4 +force_V2V 5.223880597014925e-2 +force_VS 8.110898097625719e-4 +forceful_A 1.862717705131787e-5 +forcefulness_N 5.78422526086856e-6 +fore_N 1.735267578260568e-5 +forecast_N 4.0489576826079917e-4 +forecast_V 3.014954172696575e-4 +forecast_V2 2.197533878647296e-4 +forecast_VS 2.212063117534287e-4 +forecaster_N 1.156845052173712e-5 +foreclose_V 6.02990834539315e-5 +foreclose_V2 7.325112928824319e-5 +foreclosure_N 2.313690104347424e-5 +forefather_N 5.78422526086856e-6 +forefront_N 2.8921126304342795e-5 +foregone_A 1.862717705131787e-5 +foreground_N 5.78422526086856e-6 +forehead_N 5.78422526086856e-6 +foreign_A 6.016578187575673e-3 +foreigner_N 1.3882140626084543e-4 +foreman_N 1.156845052173712e-5 +foremost_A 1.862717705131787e-5 +foremost_Adv 3.0354848175167712e-5 +forerunner_N 5.78422526086856e-6 +foresee_V2 2.197533878647296e-4 +foreseeable_A 9.313588525658937e-5 +foreshadow_V2 2.4417043096081066e-5 +foresight_N 5.78422526086856e-6 +forest_N 1.850952083477939e-4 +forestry_N 1.156845052173712e-5 +forever_Adv 9.106454452550313e-5 +forfeit_V2 4.883408619216213e-5 +forfeiture_N 1.0990027995650263e-4 +forge_N 5.78422526086856e-6 +forge_V 3.014954172696575e-5 +forge_V2 1.9533634476864853e-4 +forger_N 5.78422526086856e-6 +forgery_N 1.735267578260568e-5 +forget_V 2.7134587554269177e-4 +forget_V2 3.174215602490538e-4 +forget_VS 2.949417490045716e-4 +forging_N 5.78422526086856e-6 +forgive_V 3.014954172696575e-5 +forgive_V2 9.766817238432426e-5 +forgiveness_N 5.78422526086856e-6 +forgiving_A 1.862717705131787e-5 +forgo_V2 9.766817238432426e-5 +fork_V 6.02990834539315e-5 +forlorn_A 1.862717705131787e-5 +form_N 5.495013997825132e-4 +form_V 6.632899179932465e-4 +form_V2 1.2208521548040532e-3 +formal_A 9.686132066685294e-4 +formaldehyde_N 5.78422526086856e-6 +formality_N 1.156845052173712e-5 +formalize_V2 2.4417043096081066e-5 +format_N 2.313690104347424e-5 +formation_N 6.941070313042272e-5 +former_A 5.793052062959859e-3 +formidable_A 1.862717705131787e-5 +formula_N 1.0990027995650263e-4 +formulate_V2 1.2208521548040532e-4 +formulation_N 1.735267578260568e-5 +forsake_V2 2.4417043096081066e-5 +forth_Adv 8.094626180044723e-5 +forthcoming_A 7.450870820527148e-5 +forthright_A 1.862717705131787e-5 +fortunate_A 1.8627177051317874e-4 +fortune_N 8.097915365215983e-5 +forum_N 1.735267578260568e-5 +forward_A 1.862717705131787e-5 +forward_Adv 2.0236565450111808e-4 +forward_N 5.205802734781703e-5 +forwards_Adv 1.0118282725055903e-5 +fossil_N 2.313690104347424e-5 +foster_V2 1.7091930167256744e-4 +foul_A 1.862717705131787e-5 +foul_V 3.014954172696575e-5 +foul_mouthed_A 1.862717705131787e-5 +found_V2 6.836772066902698e-4 +foundation_N 1.1568450521737118e-4 +founder_N 2.3136901043474236e-4 +founder_V 6.02990834539315e-5 +fountain_N 2.8921126304342795e-5 +four_part_A 7.450870820527148e-5 +fowl_N 5.78422526086856e-6 +fox_N 1.735267578260568e-5 +foyer_N 5.78422526086856e-6 +fracas_N 5.78422526086856e-6 +fraction_N 5.784225260868559e-5 +fractional_A 1.1176306230790724e-4 +fractious_A 1.862717705131787e-5 +fracture_V 3.014954172696575e-5 +fracture_V2 2.4417043096081066e-5 +fragile_A 1.6764459346186087e-4 +fragility_N 1.735267578260568e-5 +fragment_N 1.735267578260568e-5 +fragment_V 3.014954172696575e-5 +fragment_V2 2.4417043096081066e-5 +fragrance_N 2.313690104347424e-5 +frail_A 1.862717705131787e-5 +frailty_N 5.78422526086856e-6 +frame_N 5.784225260868559e-5 +frame_V 6.02990834539315e-5 +frame_V2 1.4650225857648638e-4 +framework_N 5.78422526086856e-6 +franc_N 6.709701302607528e-4 +franchise_N 2.1980055991300526e-4 +franciscan_A 1.862717705131787e-5 +franciscan_N 5.78422526086856e-6 +frank_A 1.8627177051317874e-4 +frantic_A 1.862717705131787e-5 +frantically_Adv 5.059141362527952e-5 +fraud_N 3.4705351565211356e-4 +fraudulent_A 2.794076557697681e-4 +fraught_A 3.725435410263574e-5 +fray_N 3.470535156521136e-5 +fray_V2 2.4417043096081066e-5 +freak_N 5.78422526086856e-6 +freak_V 3.014954172696575e-5 +freakish_A 1.862717705131787e-5 +free_A 1.9744807674396945e-3 +free_V2 2.685874740568917e-4 +free_V2V 2.1321961620469083e-3 +free_standing_A 3.725435410263574e-5 +freedom_N 1.9087943360866246e-4 +freeholder_N 5.78422526086856e-6 +freeway_N 1.4460563152171398e-4 +freeze_N 3.470535156521136e-5 +freeze_V 9.044862518089724e-5 +freeze_V2 1.9533634476864853e-4 +freezer_N 1.735267578260568e-5 +freight_N 1.850952083477939e-4 +freight_V2 2.4417043096081066e-5 +freighter_N 5.78422526086856e-6 +french_N 5.78422526086856e-6 +frenetic_A 5.588153115395362e-5 +frenzied_A 1.862717705131787e-5 +frenzy_N 4.0489576826079914e-5 +frequency_N 3.470535156521136e-5 +frequent_A 8.568501443606221e-4 +fresco_N 5.78422526086856e-6 +fresh_A 6.146968426934898e-4 +freshman_N 5.205802734781703e-5 +freshness_N 5.78422526086856e-6 +fret_V 1.20598166907863e-4 +fret_VS 2.212063117534287e-4 +friar_N 5.78422526086856e-6 +friction_N 1.156845052173712e-5 +friend_N 3.2970083986950786e-4 +friendliness_N 5.78422526086856e-6 +friendly_A 6.519511967961255e-4 +friendship_N 5.205802734781703e-5 +frier_N 5.78422526086856e-6 +frigate_N 5.78422526086856e-6 +fright_N 5.78422526086856e-6 +frighten_V2 9.766817238432426e-5 +frightened_A 3.725435410263574e-5 +frightening_A 9.313588525658937e-5 +fringe_N 1.735267578260568e-5 +frippery_N 5.78422526086856e-6 +fritter_V2 2.4417043096081066e-5 +frivolous_A 7.450870820527148e-5 +fro_Adv 1.0118282725055903e-5 +frock_N 5.78422526086856e-6 +frog_N 5.78422526086856e-6 +frogman_N 5.78422526086856e-6 +frolic_V 3.014954172696575e-5 +from_Prep 4.624320264065509e-2 +frond_N 1.156845052173712e-5 +front_N 2.1401633465213668e-4 +frontal_A 1.862717705131787e-5 +frontier_N 2.313690104347424e-5 +frothy_A 1.862717705131787e-5 +frugal_A 1.862717705131787e-5 +frugality_N 1.156845052173712e-5 +fruit_N 7.519492839129126e-5 +fruitful_A 1.862717705131787e-5 +fruition_N 1.156845052173712e-5 +fruitless_A 7.450870820527148e-5 +frumpy_A 1.862717705131787e-5 +frustrate_V2 1.4650225857648638e-4 +frustration_N 5.784225260868559e-5 +fry_N 5.78422526086856e-6 +fuel_N 2.660743619999537e-4 +fuel_V 3.014954172696575e-5 +fuel_V2 1.9533634476864853e-4 +fugitive_N 5.78422526086856e-6 +fulfill_V2 3.418386033451349e-4 +full_A 4.433268138213654e-3 +full_blown_A 3.725435410263574e-5 +full_fledged_A 5.588153115395362e-5 +full_page_A 1.862717705131787e-5 +full_scale_A 3.725435410263574e-5 +full_time_A 9.313588525658937e-5 +full_time_Adv 1.0118282725055903e-5 +fulmination_N 5.78422526086856e-6 +fume_N 1.156845052173712e-5 +fume_V 3.014954172696575e-5 +fun_N 6.941070313042272e-5 +function_N 1.3882140626084543e-4 +function_V 2.7134587554269177e-4 +functional_A 1.862717705131787e-5 +functionary_N 1.156845052173712e-5 +fund_N 3.817588672173249e-3 +fund_V2 1.2208521548040532e-3 +fundamental_A 6.146968426934898e-4 +fundamental_N 1.1568450521737118e-4 +fundamentalist_N 1.156845052173712e-5 +funeral_N 5.78422526086856e-6 +fungus_N 5.78422526086856e-6 +funnel_V2 9.766817238432426e-5 +funny_A 1.8627177051317874e-4 +fur_N 1.272529557391083e-4 +furious_A 7.450870820527148e-5 +furlough_N 5.78422526086856e-6 +furnace_N 2.313690104347424e-5 +furnish_V2 7.325112928824319e-5 +furniture_N 8.097915365215983e-5 +furrier_N 6.362647786955415e-5 +furrow_V 3.014954172696575e-5 +further_Adv 5.463872671530187e-4 +further_V2 9.766817238432426e-5 +furthermore_Adv 1.0118282725055904e-4 +fury_N 1.735267578260568e-5 +fuse_N 5.78422526086856e-6 +fuse_V 3.014954172696575e-5 +fusillade_N 5.78422526086856e-6 +fusion_N 1.0990027995650263e-4 +fuss_V 3.014954172696575e-5 +futile_A 3.725435410263574e-5 +futility_N 5.78422526086856e-6 +future_A 1.9744807674396945e-3 +future_N 1.9319312371300988e-3 +fuzzy_A 3.725435410263574e-5 +gadget_N 1.735267578260568e-5 +gaelic_A 1.862717705131787e-5 +gain_N 2.3310427801300293e-3 +gain_V 1.1155330438977328e-3 +gain_V2 3.6381394213160787e-3 +gala_N 5.78422526086856e-6 +galaxy_N 5.78422526086856e-6 +gall_N 1.156845052173712e-5 +gallant_A 1.862717705131787e-5 +gallery_N 9.83318294347655e-5 +gallon_N 5.784225260868559e-5 +gallop_V 3.014954172696575e-5 +gallstone_N 1.156845052173712e-5 +galvanize_V2 1.4650225857648638e-4 +galvanize_VS 7.37354372511429e-5 +gambit_N 5.78422526086856e-6 +gamble_N 3.470535156521136e-5 +gamble_V 2.1104679208876025e-4 +gambler_N 1.735267578260568e-5 +gambling_N 4.627380208694848e-5 +game_N 6.767543555216215e-4 +game_V 1.5074770863482875e-4 +gamma_N 5.78422526086856e-6 +gamut_N 5.78422526086856e-6 +gang_N 6.362647786955415e-5 +ganglion_N 5.78422526086856e-6 +gangster_N 5.78422526086856e-6 +gap_N 2.0823210939126813e-4 +gape_V 3.014954172696575e-5 +garage_N 3.470535156521136e-5 +garbage_N 2.8921126304342795e-5 +garden_N 2.1401633465213668e-4 +garden_V 3.014954172696575e-5 +gardener_N 1.735267578260568e-5 +gardening_N 1.156845052173712e-5 +gargantuan_A 5.588153115395362e-5 +garish_A 1.862717705131787e-5 +garment_N 1.735267578260568e-5 +garner_V2 7.325112928824319e-5 +garrison_N 1.156845052173712e-5 +gas_N 1.0064551953911293e-3 +gasoline_N 2.1980055991300526e-4 +gasp_V 6.02990834539315e-5 +gate_N 5.205802734781703e-5 +gateway_N 5.78422526086856e-6 +gather_V 2.1104679208876025e-4 +gather_V2 4.150897326333781e-4 +gatherer_N 5.78422526086856e-6 +gathering_N 7.519492839129126e-5 +gauge_N 3.470535156521136e-5 +gauge_V2 7.325112928824319e-5 +gawky_A 3.725435410263574e-5 +gay_A 5.588153115395362e-5 +gaze_V 3.014954172696575e-5 +gear_N 5.205802734781703e-5 +gear_V 1.20598166907863e-4 +gear_V2 7.325112928824319e-5 +gem_N 2.8921126304342795e-5 +gendarme_N 5.78422526086856e-6 +gender_N 1.735267578260568e-5 +gene_N 5.321487239999074e-4 +general_A 5.86756077116513e-3 +general_N 2.545059114782166e-4 +generalization_N 5.78422526086856e-6 +generalize_V 6.02990834539315e-5 +generate_V2 1.5626907581491882e-3 +generation_N 2.7764281252169086e-4 +generator_N 2.8921126304342795e-5 +generic_A 1.303902393592251e-4 +generically_Adv 1.0118282725055903e-5 +generous_A 2.048989475644966e-4 +genesis_N 5.78422526086856e-6 +genetic_A 6.333240197448077e-4 +genetically_Adv 7.082797907539132e-5 +geneticist_N 5.78422526086856e-6 +genial_A 1.862717705131787e-5 +genital_A 1.862717705131787e-5 +genius_loci_N 1.735267578260568e-5 +genocide_N 2.313690104347424e-5 +genre_N 1.156845052173712e-5 +genteel_A 1.862717705131787e-5 +gentility_N 5.78422526086856e-6 +gentle_A 9.313588525658937e-5 +gentleman_N 1.735267578260568e-5 +gentleness_N 5.78422526086856e-6 +gently_Adv 5.059141362527952e-5 +gentry_N 5.78422526086856e-6 +genuine_A 2.2352612461581448e-4 +geography_N 1.156845052173712e-5 +geological_A 1.862717705131787e-5 +geology_N 5.78422526086856e-6 +geometric_A 1.862717705131787e-5 +geometry_N 5.78422526086856e-6 +georgian_A 3.725435410263574e-5 +germ_N 5.78422526086856e-6 +gesture_N 5.784225260868559e-5 +gesture_V 3.014954172696575e-5 +get_V 1.0522190062711047e-2 +get_V2 8.228543523379319e-3 +get_V2V 2.4520255863539446e-2 +get_VA 9.447674418604651e-2 +get_VS 2.5070048665388586e-3 +get_VV 2.0814361909717704e-3 +geyser_N 5.78422526086856e-6 +ghastly_A 1.862717705131787e-5 +ghetto_N 5.78422526086856e-6 +ghost_N 1.96663658869531e-4 +ghostly_A 1.862717705131787e-5 +giant_N 3.7597464195645637e-4 +gibberish_N 5.78422526086856e-6 +giddy_A 3.725435410263574e-5 +gift_N 9.254760417389695e-5 +gifted_A 3.725435410263574e-5 +gig_N 5.78422526086856e-6 +gigolo_N 1.156845052173712e-5 +gilt_N 2.313690104347424e-5 +gimmick_N 2.8921126304342795e-5 +gin_N 5.784225260868559e-5 +ginger_N 5.78422526086856e-6 +gingerly_Adv 3.0354848175167712e-5 +ginseng_N 5.78422526086856e-6 +gird_V 9.044862518089724e-5 +girder_N 5.78422526086856e-6 +girl_N 6.941070313042272e-5 +girlfriend_N 2.8921126304342795e-5 +give_V 1.2662807525325614e-2 +give_V2 3.5160542058356734e-3 +giveaway_N 1.735267578260568e-5 +glacial_A 3.725435410263574e-5 +glad_A 1.1176306230790724e-4 +glade_N 5.78422526086856e-6 +glamorize_V2 2.4417043096081066e-5 +glamorous_A 1.1176306230790724e-4 +glamour_N 2.313690104347424e-5 +glance_N 1.735267578260568e-5 +glare_N 3.470535156521136e-5 +glass_N 1.4460563152171398e-4 +glaze_V 3.014954172696575e-5 +gleam_V 3.014954172696575e-5 +glean_V2 4.883408619216213e-5 +glee_N 5.78422526086856e-6 +gleeful_A 3.725435410263574e-5 +glib_A 1.862717705131787e-5 +glide_V 6.02990834539315e-5 +glimmer_N 5.78422526086856e-6 +glimpse_N 1.735267578260568e-5 +glint_N 5.78422526086856e-6 +glitter_N 5.78422526086856e-6 +gloat_V 9.044862518089724e-5 +gloat_VS 7.37354372511429e-5 +global_A 9.872403837198473e-4 +globe_N 3.470535156521136e-5 +gloom_N 1.735267578260568e-5 +gloomy_A 1.1176306230790724e-4 +glorious_A 5.588153115395362e-5 +glory_N 4.627380208694848e-5 +gloss_V2 2.4417043096081066e-5 +glossy_A 1.303902393592251e-4 +glove_N 1.735267578260568e-5 +glow_N 5.78422526086856e-6 +glow_V 3.014954172696575e-5 +glowing_A 1.862717705131787e-5 +glucose_N 5.78422526086856e-6 +glue_N 2.313690104347424e-5 +glut_N 2.8921126304342795e-5 +glut_V2 4.883408619216213e-5 +gnaw_V 3.014954172696575e-5 +gnp_N 1.156845052173712e-5 +go_N 5.78422526086856e-6 +go_V 1.546671490593343e-2 +go_V2 7.56928335978513e-4 +go_VA 4.796511627906977e-2 +go_VS 7.37354372511429e-4 +go_VV 2.5367503577468455e-2 +goal_N 4.800906966520904e-4 +goat_N 5.78422526086856e-6 +goatee_N 5.78422526086856e-6 +gobbledygook_N 5.78422526086856e-6 +god_N 5.78422526086856e-6 +goddess_N 1.156845052173712e-5 +going_A 1.862717705131787e-5 +going_N 1.156845052173712e-5 +gold_N 6.30480553434673e-4 +golden_A 5.029337803855825e-4 +golf_N 9.83318294347655e-5 +golf_V 3.014954172696575e-5 +golfer_N 5.78422526086856e-6 +goliath_N 5.78422526086856e-6 +good_A 5.997951010524355e-3 +good_N 8.097915365215983e-4 +good_looking_A 1.862717705131787e-5 +good_natured_A 3.725435410263574e-5 +goodness_N 1.156845052173712e-5 +goodwill_N 2.8921126304342795e-5 +goody_N 1.735267578260568e-5 +goose_N 5.78422526086856e-6 +gooseberry_N 5.78422526086856e-6 +gore_V2 2.4417043096081066e-5 +gorgeous_A 3.725435410263574e-5 +gorilla_N 1.156845052173712e-5 +gospel_N 1.156845052173712e-5 +gossip_N 2.8921126304342795e-5 +gossip_V 3.014954172696575e-5 +gourmet_N 1.156845052173712e-5 +gouty_A 1.862717705131787e-5 +govern_V 1.5074770863482875e-4 +govern_V2 4.6392381882554023e-4 +governance_N 5.78422526086856e-6 +government_N 4.604243307651373e-3 +governmental_A 7.450870820527148e-5 +governor_N 1.9087943360866246e-4 +grab_N 2.313690104347424e-5 +grab_V 1.20598166907863e-4 +grab_V2 3.174215602490538e-4 +grace_N 3.470535156521136e-5 +grace_V2 2.4417043096081066e-5 +graceful_A 1.1176306230790724e-4 +gracious_A 5.588153115395362e-5 +grade_N 6.941070313042272e-5 +gradual_A 3.725435410263575e-4 +graduate_N 5.784225260868559e-5 +graduate_V 9.044862518089724e-5 +graduation_N 1.735267578260568e-5 +graft_N 5.78422526086856e-6 +graft_V2 2.4417043096081066e-5 +grain_N 1.850952083477939e-4 +gram_N 1.735267578260568e-5 +grammar_N 5.78422526086856e-6 +grammatical_A 1.862717705131787e-5 +grand_A 5.029337803855825e-4 +grand_prix_N 1.156845052173712e-5 +grandchild_N 1.735267578260568e-5 +grandee_N 5.78422526086856e-6 +grandeur_N 5.78422526086856e-6 +grandfather_N 1.156845052173712e-5 +grandiose_A 7.450870820527148e-5 +grandmother_N 1.735267578260568e-5 +grandparent_N 5.78422526086856e-6 +grandson_N 1.156845052173712e-5 +grange_N 1.156845052173712e-5 +granite_N 2.8921126304342795e-5 +grant_N 1.6195830730431966e-4 +grant_V2 7.56928335978513e-4 +granular_A 1.862717705131787e-5 +grape_N 1.735267578260568e-5 +grapevine_N 1.735267578260568e-5 +graph_N 1.156845052173712e-5 +graphic_A 1.862717705131787e-5 +graphics_N 1.272529557391083e-4 +graphite_N 5.78422526086856e-6 +grapple_V 1.20598166907863e-4 +grasp_N 1.156845052173712e-5 +grasp_V2 7.325112928824319e-5 +grass_N 1.156845052173712e-5 +grassy_A 1.862717705131787e-5 +grateful_A 5.588153115395362e-5 +gratitude_N 5.78422526086856e-6 +gratuitous_A 7.450870820527148e-5 +gratuity_N 1.156845052173712e-5 +grave_A 1.4901741641054297e-4 +grave_N 1.735267578260568e-5 +graveyard_N 1.156845052173712e-5 +graving_dock_N 2.8921126304342795e-5 +gravity_N 1.156845052173712e-5 +gray_A 1.6764459346186087e-4 +gray_N 5.78422526086856e-6 +gray_V 6.02990834539315e-5 +graze_V 6.02990834539315e-5 +grease_N 2.313690104347424e-5 +great_A 4.6381670857781505e-3 +greatness_N 1.735267578260568e-5 +greed_N 1.735267578260568e-5 +greedy_A 1.303902393592251e-4 +green_A 2.048989475644966e-4 +green_N 3.470535156521136e-5 +greenback_N 5.78422526086856e-6 +greenhouse_N 7.519492839129126e-5 +greenish_A 1.862717705131787e-5 +greet_V2 1.9533634476864853e-4 +grenade_N 5.78422526086856e-6 +grid_N 2.8921126304342795e-5 +gridiron_N 5.78422526086856e-6 +grief_N 5.78422526086856e-6 +grievance_N 4.0489576826079914e-5 +grievous_A 1.862717705131787e-5 +grim_A 1.8627177051317874e-4 +grimace_N 5.78422526086856e-6 +grimace_V 3.014954172696575e-5 +grimness_N 5.78422526086856e-6 +grin_N 5.78422526086856e-6 +grind_V 1.808972503617945e-4 +grinder_N 1.156845052173712e-5 +grip_N 8.097915365215983e-5 +grip_V 9.044862518089724e-5 +gripe_VS 7.37354372511429e-5 +grisly_A 5.588153115395362e-5 +gritty_A 3.725435410263574e-5 +groan_V 6.02990834539315e-5 +grocery_N 8.676337891302839e-5 +gross_A 8.941044984632579e-4 +gross_V2 2.4417043096081066e-5 +grotesque_A 1.862717705131787e-5 +ground_N 3.817588672173249e-4 +ground_V 3.014954172696575e-5 +ground_V2 9.766817238432426e-5 +grounding_N 5.78422526086856e-6 +groundwork_N 1.735267578260568e-5 +group_N 4.4017954235209735e-3 +group_V 3.014954172696575e-5 +grouse_VS 1.474708745022858e-4 +grove_N 5.78422526086856e-6 +grovel_V 3.014954172696575e-5 +grow_V 6.4821514712976366e-3 +grow_V2 1.0743498962275668e-3 +grow_VA 2.3255813953488372e-2 +grow_VS 2.949417490045716e-4 +grower_N 1.0990027995650263e-4 +growl_V 3.014954172696575e-5 +growth_N 1.995557714999653e-3 +grudgingly_Adv 1.0118282725055903e-5 +gruesome_A 3.725435410263574e-5 +grumble_V 6.02990834539315e-5 +grumble_VS 7.37354372511429e-5 +guarantee_N 3.8754309247819346e-4 +guarantee_V 6.331403762662807e-4 +guarantee_V2 9.522646807471615e-4 +guarantee_VS 3.686771862557145e-4 +guarantor_N 5.78422526086856e-6 +guard_N 7.519492839129126e-5 +guard_V 9.044862518089724e-5 +guard_V2 1.4650225857648638e-4 +guarded_A 1.862717705131787e-5 +guardian_N 1.156845052173712e-5 +guerrilla_N 7.519492839129126e-5 +guess_N 5.78422526086856e-6 +guess_V 1.20598166907863e-4 +guess_V2 7.325112928824319e-5 +guess_VS 7.37354372511429e-4 +guesswork_N 5.78422526086856e-6 +guest_N 7.519492839129126e-5 +guidance_N 1.735267578260568e-5 +guide_N 1.272529557391083e-4 +guide_V2 2.197533878647296e-4 +guideline_N 3.41269290391245e-4 +guilder_N 5.205802734781703e-5 +guile_N 5.78422526086856e-6 +guilt_N 1.735267578260568e-5 +guilty_A 9.686132066685294e-4 +guinea_N 2.313690104347424e-5 +guise_N 1.735267578260568e-5 +gulf_N 1.156845052173712e-5 +gullible_A 1.862717705131787e-5 +gum_N 2.8921126304342795e-5 +gun_N 7.519492839129126e-5 +gun_V2 4.883408619216213e-5 +gunman_N 1.156845052173712e-5 +gunner_N 1.156845052173712e-5 +gunny_N 5.78422526086856e-6 +gunpoint_N 5.78422526086856e-6 +gunshot_N 5.78422526086856e-6 +guru_N 1.735267578260568e-5 +gush_V 3.014954172696575e-5 +gusto_N 5.78422526086856e-6 +gut_N 4.0489576826079914e-5 +gut_V2 2.4417043096081066e-5 +gutter_N 5.78422526086856e-6 +guy_N 2.6029013673908516e-4 +guzzle_V 3.014954172696575e-5 +gymnastics_N 5.78422526086856e-6 +gypsy_N 5.78422526086856e-6 +gyrate_V 9.044862518089724e-5 +gyration_N 1.1568450521737118e-4 +habit_N 7.519492839129126e-5 +habitat_N 1.156845052173712e-5 +hack_N 5.78422526086856e-6 +hack_V 3.014954172696575e-5 +haggle_V 3.014954172696575e-5 +hail_N 1.156845052173712e-5 +hail_V 3.014954172696575e-5 +hail_V2 2.197533878647296e-4 +hair_N 6.362647786955415e-5 +hairdresser_N 5.78422526086856e-6 +hairline_N 5.78422526086856e-6 +hairy_A 1.862717705131787e-5 +half_N 9.312602669998381e-4 +half_Predet 0.1875 +half_baked_A 1.862717705131787e-5 +hall_N 7.519492839129126e-5 +hallmark_N 1.156845052173712e-5 +halo_N 5.78422526086856e-6 +halt_N 1.272529557391083e-4 +halt_V 3.3164495899662324e-4 +halt_V2 4.883408619216213e-4 +haltingly_Adv 1.0118282725055903e-5 +halve_V2 1.2208521548040532e-4 +ham_N 5.78422526086856e-6 +ham_V 3.014954172696575e-5 +ham_handed_A 1.862717705131787e-5 +hamburger_N 2.8921126304342795e-5 +hammer_V 9.044862518089724e-5 +hammer_V2 7.325112928824319e-5 +hamper_V2 4.395067757294592e-4 +hamstring_V2 2.4417043096081066e-5 +hand_N 9.717498438259179e-4 +hand_V2 4.395067757294592e-4 +hand_carry_V2 2.4417043096081066e-5 +hand_picked_A 1.862717705131787e-5 +handbill_N 5.78422526086856e-6 +handbook_N 5.78422526086856e-6 +handcuff_N 5.78422526086856e-6 +handcuff_V2 2.4417043096081066e-5 +handful_N 1.677425325651882e-4 +handicap_N 1.735267578260568e-5 +handicap_V2 4.883408619216213e-5 +handle_V 8.44187168355041e-4 +handle_V2 1.7091930167256746e-3 +handler_N 2.313690104347424e-5 +handshake_N 5.78422526086856e-6 +handsome_A 1.303902393592251e-4 +handstand_N 5.78422526086856e-6 +handwriting_N 1.156845052173712e-5 +handy_A 1.8627177051317874e-4 +hang_V 3.014954172696575e-4 +hang_V2 7.325112928824319e-5 +hangar_N 5.78422526086856e-6 +hanging_N 5.78422526086856e-6 +hangover_N 5.78422526086856e-6 +hank_N 5.78422526086856e-6 +hapless_A 1.862717705131787e-5 +happen_V 2.9546550892426437e-3 +happen_V2 1.7091930167256744e-4 +happen_VV 9.106283335501497e-4 +happening_N 2.313690104347424e-5 +happiness_N 5.78422526086856e-6 +happy_A 5.215609574369004e-4 +harangue_N 1.156845052173712e-5 +harass_V2 7.325112928824319e-5 +harassment_N 5.78422526086856e-6 +harbinger_N 1.156845052173712e-5 +harbor_V2 4.883408619216213e-5 +hard_A 2.9430939741082237e-3 +hard_Adv 2.833119163015653e-4 +hard_bitten_A 3.725435410263574e-5 +hard_boiled_A 1.862717705131787e-5 +hardbound_A 1.862717705131787e-5 +hardcover_N 5.78422526086856e-6 +harden_V2 2.4417043096081066e-5 +hardliner_N 5.78422526086856e-6 +hardship_N 1.156845052173712e-5 +hardware_N 1.1568450521737118e-4 +hardwood_N 5.78422526086856e-6 +hardworking_A 1.862717705131787e-5 +hardy_A 5.588153115395362e-5 +harm_N 4.0489576826079914e-5 +harm_V2 2.197533878647296e-4 +harmful_A 1.1176306230790724e-4 +harmless_A 1.862717705131787e-5 +harmony_N 2.313690104347424e-5 +harry_V2 4.883408619216213e-5 +harsh_A 2.2352612461581448e-4 +harshness_N 5.78422526086856e-6 +harvest_N 6.362647786955415e-5 +harvest_V2 9.766817238432426e-5 +hash_V2 2.4417043096081066e-5 +hashish_N 5.78422526086856e-6 +hassle_N 1.156845052173712e-5 +haste_N 1.156845052173712e-5 +hasten_V2 4.883408619216213e-5 +hasty_A 1.6764459346186087e-4 +hat_N 1.0411605469563407e-4 +hatch_V2 4.883408619216213e-5 +hatchet_N 5.78422526086856e-6 +hate_N 5.78422526086856e-6 +hate_V2 1.9533634476864853e-4 +hate_VS 7.37354372511429e-5 +hatred_N 5.78422526086856e-6 +haughty_A 1.862717705131787e-5 +haul_N 1.735267578260568e-5 +haul_V 6.02990834539315e-5 +haul_V2 9.766817238432426e-5 +haulage_N 5.78422526086856e-6 +haunt_N 2.8921126304342795e-5 +haunt_V2 2.197533878647296e-4 +hauteur_N 5.78422526086856e-6 +have_V 6.222865412445731e-2 +have_V2 4.31937492369674e-2 +have_VS 5.161480607580003e-3 +have_VV 3.954728762846364e-2 +haven_N 4.627380208694848e-5 +havoc_N 3.470535156521136e-5 +hawk_N 1.735267578260568e-5 +hawk_V2 2.4417043096081066e-5 +hawker_N 5.78422526086856e-6 +hazard_N 5.784225260868559e-5 +hazardous_A 1.1176306230790724e-4 +he_Pron 0.22535855331531907 +head_N 8.676337891302839e-4 +head_V 1.3868789194404244e-3 +head_V2 1.8312782322060799e-3 +headache_N 4.627380208694848e-5 +headlight_N 5.78422526086856e-6 +headline_N 9.254760417389695e-5 +headlong_Adv 1.0118282725055903e-5 +headset_N 5.78422526086856e-6 +headway_N 1.735267578260568e-5 +heady_A 9.313588525658937e-5 +heal_V 9.044862518089724e-5 +heal_V2 4.883408619216213e-5 +health_N 1.0122394206519979e-3 +healthy_A 9.686132066685294e-4 +heap_N 1.735267578260568e-5 +heap_V2 2.4417043096081066e-5 +hear_V 1.0250844187168354e-3 +hear_V2 1.123183982419729e-3 +hear_V2V 4.2643923240938165e-3 +hear_VS 8.110898097625719e-4 +hearing_N 3.9911154299993056e-4 +heart_N 3.528377409129821e-4 +heart_rending_A 1.862717705131787e-5 +heartbeat_N 5.78422526086856e-6 +hearten_V2 2.4417043096081066e-5 +heartfelt_A 1.862717705131787e-5 +hearty_A 1.862717705131787e-5 +heat_N 2.1401633465213668e-4 +heat_V 3.3164495899662324e-4 +heat_V2 2.4417043096081066e-5 +heated_A 3.725435410263574e-5 +heater_N 1.156845052173712e-5 +heating_N 2.8921126304342795e-5 +heave_V 6.02990834539315e-5 +heave_V2 2.4417043096081066e-5 +heaven_N 1.156845052173712e-5 +heavy_A 3.483282108596442e-3 +heavy_handed_A 3.725435410263574e-5 +heavyweight_N 5.78422526086856e-6 +heck_N 1.156845052173712e-5 +hectic_A 7.450870820527148e-5 +hedge_N 3.470535156521136e-5 +hedge_V 4.220935841775205e-4 +hedge_V2 7.325112928824319e-5 +heed_V2 7.325112928824319e-5 +heel_N 6.362647786955415e-5 +hefty_A 3.911707180776753e-4 +hegemony_N 5.78422526086856e-6 +height_N 4.627380208694848e-5 +heighten_V 6.02990834539315e-5 +heighten_V2 1.4650225857648638e-4 +heinous_A 1.862717705131787e-5 +heir_N 4.627380208694848e-5 +helicopter_N 8.676337891302839e-5 +hell_N 2.313690104347424e-5 +helm_N 2.313690104347424e-5 +helmeted_A 1.862717705131787e-5 +help_N 3.239166146086393e-4 +help_V 2.7436082971538833e-3 +help_V2 1.8312782322060799e-3 +help_V2V 5.970149253731343e-2 +help_VS 4.129184486064003e-3 +help_VV 1.652139976583843e-2 +helpful_A 9.313588525658937e-5 +helpless_A 5.588153115395362e-5 +hem_N 5.78422526086856e-6 +hemisphere_N 5.78422526086856e-6 +hemoglobin_N 1.735267578260568e-5 +hemorrhage_V 1.5074770863482875e-4 +hemorrhage_V2 2.4417043096081066e-5 +hen_N 1.156845052173712e-5 +hence_Adv 9.106454452550313e-5 +hepatitis_N 1.735267578260568e-5 +herald_V2 7.325112928824319e-5 +herb_N 1.156845052173712e-5 +herbal_A 3.725435410263574e-5 +herd_N 3.470535156521136e-5 +herd_V2 2.4417043096081066e-5 +hereabouts_Adv 1.0118282725055903e-5 +hereafter_Adv 1.0118282725055903e-5 +hereditary_A 1.862717705131787e-5 +heredity_N 1.156845052173712e-5 +heretical_A 1.862717705131787e-5 +heretofore_Adv 1.0118282725055903e-5 +heritage_N 1.735267578260568e-5 +hero_N 7.519492839129126e-5 +heroic_A 3.725435410263574e-5 +heroine_N 5.78422526086856e-6 +heron_N 1.156845052173712e-5 +hesitant_A 5.588153115395362e-5 +hesitate_V 3.014954172696575e-5 +hesitate_VV 6.504488096786782e-4 +hesitation_N 2.313690104347424e-5 +heterogeneous_A 3.725435410263574e-5 +hew_V 6.02990834539315e-5 +heyday_N 5.78422526086856e-6 +hiatus_N 5.78422526086856e-6 +hick_N 5.78422526086856e-6 +hide_V2 4.395067757294592e-4 +hideaway_N 1.156845052173712e-5 +hidebound_A 3.725435410263574e-5 +hideous_A 1.862717705131787e-5 +hiding_N 1.156845052173712e-5 +hierarchy_N 1.156845052173712e-5 +high_A 1.454782527707926e-2 +high_Adv 1.5177424087583856e-4 +high_grade_A 2.9803483282108594e-4 +high_level_A 7.450870820527148e-5 +high_octane_A 3.725435410263574e-5 +high_powered_A 5.588153115395362e-5 +high_priced_A 1.4901741641054297e-4 +high_ranking_A 3.725435410263574e-5 +high_speed_A 5.588153115395362e-5 +high_toned_A 1.862717705131787e-5 +highlight_N 1.735267578260568e-5 +highlight_V2 2.685874740568917e-4 +highway_N 3.1813238934777076e-4 +hike_N 1.156845052173712e-5 +hike_V 3.014954172696575e-5 +hiker_N 2.8921126304342795e-5 +hilarious_A 1.862717705131787e-5 +hill_N 1.735267578260568e-5 +hillside_N 5.78422526086856e-6 +hilly_A 1.862717705131787e-5 +hinder_V2 2.9300451715297276e-4 +hinge_V 3.014954172696575e-5 +hint_N 4.0489576826079914e-5 +hint_V 1.808972503617945e-4 +hint_VS 5.161480607580003e-4 +hinterland_N 5.78422526086856e-6 +hip_N 5.78422526086856e-6 +hippie_N 5.78422526086856e-6 +hire_N 1.735267578260568e-5 +hire_V 7.537385431741438e-4 +hire_V2 1.14760102551581e-3 +hire_V2V 2.1321961620469083e-3 +hire_VS 7.37354372511429e-5 +hiss_V 3.014954172696575e-5 +historian_N 2.8921126304342795e-5 +historic_A 1.4901741641054297e-4 +historical_A 4.843066033342647e-4 +historicize_V2 2.4417043096081066e-5 +history_N 6.073436523911987e-4 +hit_N 1.7352675782605678e-4 +hit_V 1.6280752532561505e-3 +hit_V2 1.7336100598217556e-3 +hitch_N 2.313690104347424e-5 +hitch_V2 2.4417043096081066e-5 +hoard_N 1.156845052173712e-5 +hoard_V2 2.4417043096081066e-5 +hoarder_N 5.78422526086856e-6 +hoarding_N 5.78422526086856e-6 +hobble_V 3.014954172696575e-5 +hobble_V2 9.766817238432426e-5 +hobby_N 2.313690104347424e-5 +hobo_N 5.78422526086856e-6 +hock_N 5.78422526086856e-6 +hodgepodge_N 5.78422526086856e-6 +hoe_V2 2.4417043096081066e-5 +hog_N 2.8921126304342795e-5 +hold_N 8.676337891302839e-5 +hold_V 7.688133140376266e-3 +hold_V2 6.275180075692834e-3 +hold_VS 1.9908568057808583e-3 +holder_N 1.0700816732606834e-3 +holding_N 6.189121029129359e-4 +hole_N 5.784225260868559e-5 +hole_V 6.02990834539315e-5 +holiday_N 1.0990027995650263e-4 +hollow_A 3.725435410263574e-5 +holy_A 5.588153115395362e-5 +homage_N 5.78422526086856e-6 +home_Adv 1.1130110997561494e-4 +home_N 1.654288424608408e-3 +homecoming_N 2.313690104347424e-5 +homeland_N 2.8921126304342795e-5 +homeless_A 9.313588525658937e-5 +homer_V 3.014954172696575e-5 +homework_N 1.156845052173712e-5 +homicide_N 1.156845052173712e-5 +homo_sapiens_N 5.78422526086856e-6 +homosexual_A 5.588153115395362e-5 +homosexual_N 2.8921126304342795e-5 +honduran_A 1.862717705131787e-5 +honduran_N 5.78422526086856e-6 +hone_V2 9.766817238432426e-5 +honest_A 1.6764459346186087e-4 +honesty_N 3.470535156521136e-5 +honey_N 2.313690104347424e-5 +honeymoon_N 5.78422526086856e-6 +honor_V2 1.7091930167256744e-4 +honorarium_N 1.156845052173712e-5 +honorary_A 1.862717705131787e-5 +hood_N 1.735267578260568e-5 +hoodwink_V2 2.4417043096081066e-5 +hook_N 2.8921126304342795e-5 +hook_V 1.20598166907863e-4 +hooked_A 3.725435410263574e-5 +hooliganism_N 5.78422526086856e-6 +hop_N 5.78422526086856e-6 +hop_V 1.20598166907863e-4 +hope_N 4.0489576826079917e-4 +hope_V 4.220935841775205e-4 +hope_VS 4.866538858575431e-3 +hope_VV 9.366462859372968e-3 +hopeful_A 1.8627177051317874e-4 +hopeless_A 1.1176306230790724e-4 +hopscotch_V 3.014954172696575e-5 +horde_N 5.78422526086856e-6 +horizon_N 5.784225260868559e-5 +horizontal_A 1.862717705131787e-5 +hormone_N 2.8921126304342795e-5 +horn_N 4.627380208694848e-5 +horrible_A 1.6764459346186087e-4 +horrific_A 1.862717705131787e-5 +horror_N 2.8921126304342795e-5 +hors_de_combat_A 1.862717705131787e-5 +horse_N 1.7352675782605678e-4 +horsepower_N 5.78422526086856e-6 +horticultural_A 5.588153115395362e-5 +horticulture_N 1.156845052173712e-5 +horticulturist_N 5.78422526086856e-6 +hosanna_N 5.78422526086856e-6 +hose_N 1.735267578260568e-5 +hose_V2 2.4417043096081066e-5 +hospitable_A 3.725435410263574e-5 +hospital_N 3.2970083986950786e-4 +hospitality_N 5.78422526086856e-6 +hospitalization_N 2.313690104347424e-5 +hospitalize_V2 9.766817238432426e-5 +host_N 1.272529557391083e-4 +host_V2 1.4650225857648638e-4 +hostage_N 4.0489576826079914e-5 +hostile_A 8.382229673093043e-4 +hostility_N 5.78422526086856e-6 +hot_A 5.401881344882183e-4 +hot_tempered_A 1.862717705131787e-5 +hotel_N 3.9911154299993056e-4 +hotelier_N 5.78422526086856e-6 +hound_V2 2.4417043096081066e-5 +hour_N 1.0816501237824205e-3 +hourly_A 1.1176306230790724e-4 +house_N 1.1394923763911062e-3 +house_V2 1.7091930167256744e-4 +household_N 2.949954883042965e-4 +housekeeper_N 1.156845052173712e-5 +houseman_N 5.78422526086856e-6 +housewife_N 1.735267578260568e-5 +housework_N 1.156845052173712e-5 +housing_N 4.627380208694847e-4 +hover_V 2.7134587554269177e-4 +however_Adv 3.915775414596635e-3 +howitzer_N 5.78422526086856e-6 +howl_N 5.78422526086856e-6 +howl_V 3.014954172696575e-5 +hub_N 2.8921126304342795e-5 +huddle_V 9.044862518089724e-5 +hug_N 1.735267578260568e-5 +hug_V2 2.4417043096081066e-5 +huge_A 2.2725156002607804e-3 +hulk_N 5.78422526086856e-6 +hullabaloo_N 5.78422526086856e-6 +hum_V 3.014954172696575e-5 +human_A 1.0803762689764367e-3 +human_N 1.1568450521737118e-4 +humanism_N 5.78422526086856e-6 +humanitarian_A 1.6764459346186087e-4 +humanity_N 2.313690104347424e-5 +humanize_V2 2.4417043096081066e-5 +humble_A 3.725435410263574e-5 +humble_V2 2.4417043096081066e-5 +humiliation_N 5.78422526086856e-6 +humility_N 5.78422526086856e-6 +humorist_N 5.78422526086856e-6 +hunch_V2 2.4417043096081066e-5 +hundredweight_N 5.78422526086856e-6 +hunger_N 2.8921126304342795e-5 +hungry_A 5.588153115395362e-5 +hunk_N 1.735267578260568e-5 +hunt_N 2.8921126304342795e-5 +hunt_V2 4.883408619216213e-5 +hunter_N 4.627380208694848e-5 +hunting_N 5.205802734781703e-5 +hurdle_N 7.519492839129126e-5 +hurl_V2 9.766817238432426e-5 +hurricane_N 1.3303718099997685e-4 +hurried_A 1.862717705131787e-5 +hurry_N 4.0489576826079914e-5 +hurry_V 3.014954172696575e-5 +hurt_N 1.735267578260568e-5 +hurt_V 7.838880849011095e-4 +hurt_V2 2.0998657062629715e-3 +hurt_VS 1.474708745022858e-4 +hurtle_V 3.014954172696575e-5 +husband_N 2.0244788413039958e-4 +husk_N 1.156845052173712e-5 +husky_A 1.862717705131787e-5 +hustle_V 3.014954172696575e-5 +hybrid_A 2.2352612461581448e-4 +hybrid_N 4.627380208694848e-5 +hydraulic_A 3.725435410263574e-5 +hydrocarbon_N 5.78422526086856e-6 +hydroelectric_A 1.862717705131787e-5 +hydrogen_N 2.8921126304342795e-5 +hyena_N 5.78422526086856e-6 +hygiene_N 5.78422526086856e-6 +hype_V2 4.883408619216213e-5 +hypermarket_N 5.78422526086856e-6 +hypnotize_V2 4.883408619216213e-5 +hypocrisy_N 1.735267578260568e-5 +hypocrite_N 5.78422526086856e-6 +hypothesize_V2 2.4417043096081066e-5 +hypothetical_A 9.313588525658937e-5 +hysterical_A 1.862717705131787e-5 +i_Pron 6.086052795676575e-2 +iambic_A 1.862717705131787e-5 +ice_N 1.0411605469563407e-4 +iceberg_N 1.735267578260568e-5 +icon_N 5.78422526086856e-6 +id_N 5.78422526086856e-6 +idea_N 5.842067513477245e-4 +ideal_A 1.4901741641054297e-4 +ideal_N 4.0489576826079914e-5 +idealism_N 1.735267578260568e-5 +idealist_N 1.156845052173712e-5 +idealistic_A 3.725435410263574e-5 +identical_A 1.1176306230790724e-4 +identifiable_A 3.725435410263574e-5 +identification_N 2.313690104347424e-5 +identify_V 1.808972503617945e-4 +identify_V2 1.4406055426687827e-3 +identity_N 6.941070313042272e-5 +ideological_A 1.6764459346186087e-4 +ideology_N 2.8921126304342795e-5 +idiocy_N 5.78422526086856e-6 +idiosyncratic_A 1.862717705131787e-5 +idiot_N 5.78422526086856e-6 +idle_A 1.8627177051317874e-4 +idle_V 9.044862518089724e-5 +idle_V2 1.7091930167256744e-4 +ignite_V2 4.883408619216213e-5 +ignoble_A 1.862717705131787e-5 +ignominious_A 1.862717705131787e-5 +ignoramus_N 5.78422526086856e-6 +ignorance_N 2.8921126304342795e-5 +ignore_V 2.7134587554269177e-4 +ignore_V2 1.0499328531314858e-3 +ilk_N 5.78422526086856e-6 +ill_A 1.303902393592251e-4 +ill_Adv 3.0354848175167712e-5 +ill_N 5.78422526086856e-6 +ill_advised_A 3.725435410263574e-5 +ill_gotten_A 1.862717705131787e-5 +ill_mannered_A 1.862717705131787e-5 +illegal_A 9.686132066685294e-4 +illegitimate_A 3.725435410263574e-5 +illicit_A 1.862717705131787e-5 +illiteracy_N 5.78422526086856e-6 +illness_N 4.627380208694848e-5 +illogical_A 1.862717705131787e-5 +illuminate_V2 2.4417043096081066e-5 +illusion_N 4.0489576826079914e-5 +illusionist_N 5.78422526086856e-6 +illustrate_V 1.20598166907863e-4 +illustrate_V2 3.418386033451349e-4 +illustrate_VS 2.949417490045716e-4 +illustration_N 7.519492839129126e-5 +image_N 5.032275976955647e-4 +imagery_N 1.156845052173712e-5 +imaginable_A 1.862717705131787e-5 +imaginary_A 1.862717705131787e-5 +imagination_N 2.8921126304342795e-5 +imaginative_A 7.450870820527148e-5 +imagine_V 9.044862518089724e-5 +imagine_V2 1.4650225857648638e-4 +imagine_VS 3.686771862557145e-4 +imbalance_N 6.941070313042272e-5 +imbroglio_N 5.78422526086856e-6 +imitate_V2 7.325112928824319e-5 +immaturity_N 5.78422526086856e-6 +immediacy_N 1.156845052173712e-5 +immediate_A 2.1234981838502377e-3 +immense_A 7.450870820527148e-5 +immerse_V2 2.4417043096081066e-5 +immigrant_N 1.735267578260568e-5 +immigrate_V 3.014954172696575e-5 +immigration_N 1.735267578260568e-5 +imminent_A 2.048989475644966e-4 +immodest_A 1.862717705131787e-5 +immoral_A 3.725435410263574e-5 +immorality_N 5.78422526086856e-6 +immune_A 2.794076557697681e-4 +immunity_N 3.470535156521136e-5 +impact_N 6.478332292172786e-4 +impact_V2 4.883408619216213e-5 +impair_V2 4.883408619216213e-5 +impairment_N 5.78422526086856e-6 +impasse_N 1.735267578260568e-5 +impassive_A 3.725435410263574e-5 +impassiveness_N 5.78422526086856e-6 +impatience_N 5.78422526086856e-6 +impatient_A 3.725435410263574e-5 +impeach_V2 7.325112928824319e-5 +impeachment_N 1.0411605469563407e-4 +impeccable_A 5.588153115395362e-5 +impede_V2 1.2208521548040532e-4 +impediment_N 2.313690104347424e-5 +impend_V 6.02990834539315e-5 +impenetrable_A 1.862717705131787e-5 +imperative_A 3.725435410263574e-5 +imperfect_A 1.862717705131787e-5 +imperfection_N 1.156845052173712e-5 +imperial_A 1.1176306230790724e-4 +imperialist_N 5.78422526086856e-6 +imperile_V2 2.4417043096081066e-5 +imperious_A 1.862717705131787e-5 +impersonation_N 5.78422526086856e-6 +impersonator_N 5.78422526086856e-6 +impervious_A 5.588153115395362e-5 +impetus_N 2.8921126304342795e-5 +implant_V2 7.325112928824319e-5 +implausible_A 1.862717705131787e-5 +implement_V2 4.395067757294592e-4 +implementation_N 5.78422526086856e-6 +implicate_V2 1.2208521548040532e-4 +implication_N 1.4460563152171398e-4 +implicit_A 1.303902393592251e-4 +implore_V2 2.4417043096081066e-5 +implore_VS 7.37354372511429e-5 +imply_V 9.044862518089724e-5 +imply_V2 2.197533878647296e-4 +imply_VS 5.898834980091432e-4 +import_N 7.577335091737813e-4 +import_V2 7.56928335978513e-4 +importance_N 1.3303718099997685e-4 +important_A 3.073484213467449e-3 +importer_N 5.205802734781703e-5 +impose_V 3.3164495899662324e-4 +impose_V2 1.0499328531314858e-3 +imposition_N 1.156845052173712e-5 +impossible_A 5.960696656421719e-4 +impound_V2 4.883408619216213e-5 +impoverish_V2 2.4417043096081066e-5 +impractical_A 3.725435410263574e-5 +impress_V 1.20598166907863e-4 +impress_V2 1.4650225857648638e-4 +impression_N 5.784225260868559e-5 +impressive_A 2.607804787184502e-4 +imprison_V2 1.4650225857648638e-4 +imprisonment_N 1.156845052173712e-5 +improbability_N 5.78422526086856e-6 +improbable_A 1.862717705131787e-5 +impromptu_A 1.862717705131787e-5 +improper_A 3.1666200987240384e-4 +improve_V 1.688374336710082e-3 +improve_V2 2.368453180319863e-3 +improvement_N 4.916591471738276e-4 +improvisation_N 5.78422526086856e-6 +improvise_V 3.014954172696575e-5 +impugn_V2 2.4417043096081066e-5 +impulse_N 1.156845052173712e-5 +impulsive_A 3.725435410263574e-5 +impunity_N 5.78422526086856e-6 +in_N 1.156845052173712e-5 +in_Prep 0.17027781892046295 +in_toto_Adv 5.26150701702907e-4 +inability_N 3.470535156521136e-5 +inaccessible_A 1.862717705131787e-5 +inaccuracy_N 5.78422526086856e-6 +inaccurate_A 9.313588525658937e-5 +inaction_N 5.78422526086856e-6 +inadequacy_N 1.156845052173712e-5 +inadequate_A 2.607804787184502e-4 +inadvertence_N 5.78422526086856e-6 +inadvertent_A 3.725435410263574e-5 +inappropriate_A 1.6764459346186087e-4 +inasmuch_as_Adv 7.548238912891704e-3 +inattention_N 5.78422526086856e-6 +inaugural_A 1.862717705131787e-5 +inaugurate_V2 2.4417043096081066e-5 +inauguration_N 5.78422526086856e-6 +inbound_A 1.862717705131787e-5 +incalculable_A 1.862717705131787e-5 +incapable_A 7.450870820527148e-5 +incarcerate_V2 2.4417043096081066e-5 +incense_N 1.156845052173712e-5 +incentive_N 2.7185858726082226e-4 +inception_N 2.8921126304342795e-5 +incessant_A 1.862717705131787e-5 +incest_N 1.0990027995650263e-4 +inch_N 1.0411605469563407e-4 +inch_V 3.9194404245055476e-4 +incidence_N 1.156845052173712e-5 +incident_N 1.0990027995650263e-4 +incidental_A 3.725435410263574e-5 +incineration_N 5.78422526086856e-6 +incinerator_N 5.205802734781703e-5 +incision_N 5.78422526086856e-6 +incite_V2 2.4417043096081066e-5 +inclination_N 2.313690104347424e-5 +incline_V 1.5074770863482875e-4 +include_V 1.2934153400868308e-2 +include_V2 1.0816750091563911e-2 +include_VS 5.161480607580003e-4 +inclusion_N 2.8921126304342795e-5 +incoherent_A 1.862717705131787e-5 +income_N 2.637606718956063e-3 +incoming_A 3.725435410263574e-5 +incompatible_A 3.725435410263574e-5 +incompetence_N 2.8921126304342795e-5 +incompetent_A 1.1176306230790724e-4 +incomplete_A 9.313588525658937e-5 +inconceivable_A 5.588153115395362e-5 +inconclusive_A 3.725435410263574e-5 +incongruity_N 5.78422526086856e-6 +inconsistency_N 1.156845052173712e-5 +inconsistent_A 3.725435410263574e-5 +inconvenience_N 1.156845052173712e-5 +inconvenient_A 1.862717705131787e-5 +incorporate_V 1.20598166907863e-4 +incorporate_V2 2.4417043096081065e-4 +incorrect_A 2.9803483282108594e-4 +increase_N 2.08810531917355e-3 +increase_V 4.9143753014954175e-3 +increase_V2 7.398364058112563e-3 +increasingly_Adv 6.475700944035778e-4 +incredible_A 1.4901741641054297e-4 +increment_N 1.735267578260568e-5 +incremental_A 3.725435410263574e-5 +incumbency_N 5.78422526086856e-6 +incumbent_A 1.1176306230790724e-4 +incumbent_N 1.156845052173712e-5 +incur_V2 5.371749481137834e-4 +incursion_N 1.156845052173712e-5 +indebted_A 5.588153115395362e-5 +indebtedness_N 1.156845052173712e-5 +indecipherable_A 1.862717705131787e-5 +indecisive_A 1.862717705131787e-5 +indeed_Adv 9.814734243304226e-4 +indefinite_A 1.4901741641054297e-4 +indelible_A 3.725435410263574e-5 +indemnification_N 5.78422526086856e-6 +indemnify_V2 2.4417043096081066e-5 +indenture_N 5.78422526086856e-6 +independence_N 1.0990027995650263e-4 +independent_A 2.048989475644966e-3 +independent_N 1.735267578260568e-5 +indestructibility_N 5.78422526086856e-6 +indeterminate_A 1.862717705131787e-5 +index_N 2.180652923347447e-3 +index_V2 4.883408619216213e-5 +indexer_N 2.8921126304342795e-5 +indian_A 3.911707180776753e-4 +indicate_V 4.5224312590448623e-4 +indicate_V2 1.2696862409962153e-3 +indicate_VS 6.414983040849432e-3 +indication_N 2.660743619999537e-4 +indicative_A 5.588153115395362e-5 +indicator_N 1.9087943360866246e-4 +indict_V 2.1104679208876025e-4 +indict_V2 2.197533878647296e-4 +indictment_N 1.7931098308692533e-4 +indifference_N 1.735267578260568e-5 +indifferent_A 5.588153115395362e-5 +indignation_N 5.78422526086856e-6 +indignity_N 5.78422526086856e-6 +indirect_A 3.1666200987240384e-4 +indirectness_N 5.78422526086856e-6 +indispensability_N 5.78422526086856e-6 +indistinguishable_A 3.725435410263574e-5 +individual_A 2.030362298593648e-3 +individual_N 6.015594271303301e-4 +indoctrinate_V2 2.4417043096081066e-5 +indomitable_A 3.725435410263574e-5 +indoor_A 7.450870820527148e-5 +induce_V2 2.685874740568917e-4 +induce_V2V 4.2643923240938165e-3 +inducement_N 1.156845052173712e-5 +indulge_V 3.014954172696575e-5 +indulge_V2 2.4417043096081066e-5 +indulgence_N 1.735267578260568e-5 +industrial_A 2.4215330166713236e-3 +industrialist_N 2.8921126304342795e-5 +industrialized_A 9.313588525658937e-5 +industry_N 3.5746512112167696e-3 +inedible_A 1.862717705131787e-5 +ineffable_A 1.862717705131787e-5 +ineffective_A 3.725435410263574e-5 +ineffectiveness_N 5.78422526086856e-6 +ineffectual_A 1.862717705131787e-5 +inefficiency_N 2.313690104347424e-5 +inefficient_A 1.8627177051317874e-4 +inept_A 7.450870820527148e-5 +ineptitude_N 1.156845052173712e-5 +inequality_N 5.78422526086856e-6 +inequitable_A 1.862717705131787e-5 +inequity_N 1.156845052173712e-5 +inertia_N 5.78422526086856e-6 +inescapable_A 1.862717705131787e-5 +inevitable_A 3.3528918692372173e-4 +inexcusable_A 1.862717705131787e-5 +inexhaustible_A 1.862717705131787e-5 +inexorable_A 9.313588525658937e-5 +inexpensive_A 7.450870820527148e-5 +inexperience_N 5.78422526086856e-6 +inexperienced_A 5.588153115395362e-5 +inexplicable_A 7.450870820527148e-5 +inextricable_A 1.862717705131787e-5 +infamous_A 5.588153115395362e-5 +infamy_N 5.78422526086856e-6 +infancy_N 5.78422526086856e-6 +infant_N 4.0489576826079914e-5 +infantile_A 1.862717705131787e-5 +infantry_N 1.156845052173712e-5 +infect_V 3.014954172696575e-5 +infect_V2 1.2208521548040532e-4 +infection_N 3.470535156521136e-5 +infectious_A 3.725435410263574e-5 +infer_V2 2.4417043096081066e-5 +inference_N 5.78422526086856e-6 +inferior_A 5.588153115395362e-5 +inferno_N 5.78422526086856e-6 +infertile_A 1.862717705131787e-5 +infertility_N 5.78422526086856e-6 +infestation_N 5.78422526086856e-6 +infidelity_N 1.156845052173712e-5 +infiltrate_V2 4.883408619216213e-5 +inflame_V2 2.4417043096081066e-5 +inflammatory_A 7.450870820527148e-5 +inflate_V 1.808972503617945e-4 +inflate_V2 7.325112928824319e-5 +inflation_N 9.370444922607066e-4 +inflationary_A 5.588153115395362e-5 +inflict_V2 1.4650225857648638e-4 +inflow_N 6.362647786955415e-5 +influence_N 2.1980055991300526e-4 +influence_V2 6.348431204981076e-4 +influential_A 2.607804787184502e-4 +influx_N 3.470535156521136e-5 +inform_V 4.82392667631452e-4 +inform_V2 2.4417043096081065e-4 +informal_A 2.9803483282108594e-4 +information_N 9.601813933041808e-4 +informative_A 3.725435410263574e-5 +infraction_N 5.78422526086856e-6 +infrastructure_N 6.941070313042272e-5 +infrequent_A 1.862717705131787e-5 +infringe_V 1.5074770863482875e-4 +infringe_V2 1.4650225857648638e-4 +infringement_N 4.0489576826079914e-5 +infuriate_V2 2.4417043096081066e-5 +infuse_V 3.014954172696575e-5 +infuse_V2 4.883408619216213e-5 +infusion_N 1.156845052173712e-5 +ingenious_A 5.588153115395362e-5 +ingest_V2 2.4417043096081066e-5 +ingot_N 1.735267578260568e-5 +ingrained_A 1.862717705131787e-5 +ingratiate_V2 2.4417043096081066e-5 +ingredient_N 2.8921126304342795e-5 +inhabit_V2 7.325112928824319e-5 +inherent_A 1.4901741641054297e-4 +inherit_V 6.02990834539315e-5 +inherit_V2 1.7091930167256744e-4 +inheritance_N 1.735267578260568e-5 +inhibit_V2 1.4650225857648638e-4 +inhospitable_A 1.862717705131787e-5 +inhuman_A 1.862717705131787e-5 +inhumane_A 1.862717705131787e-5 +initial_A 2.6636863183384556e-3 +initial_N 1.156845052173712e-5 +initiate_V2 2.9300451715297276e-4 +initiation_N 5.78422526086856e-6 +initiative_N 1.7931098308692533e-4 +inject_V2 2.4417043096081065e-4 +injection_N 5.205802734781703e-5 +injunction_N 1.0990027995650263e-4 +injure_V2 4.883408619216213e-4 +injured_A 9.313588525658937e-5 +injury_N 1.9087943360866246e-4 +injustice_N 1.735267578260568e-5 +ink_N 5.205802734781703e-5 +inkling_N 1.735267578260568e-5 +inland_Adv 2.0236565450111807e-5 +inlay_N 5.78422526086856e-6 +inmate_N 2.313690104347424e-5 +inn_N 5.78422526086856e-6 +innate_A 1.862717705131787e-5 +inner_A 1.6764459346186087e-4 +inning_N 2.313690104347424e-5 +innings_N 1.735267578260568e-5 +innocence_N 1.156845052173712e-5 +innocent_A 1.8627177051317874e-4 +innocent_N 1.156845052173712e-5 +innovate_V 3.014954172696575e-5 +innovate_V2 2.4417043096081066e-5 +innovation_N 6.362647786955415e-5 +innovator_N 1.156845052173712e-5 +innuendo_N 5.78422526086856e-6 +innumerable_A 1.862717705131787e-5 +inoperable_A 1.862717705131787e-5 +input_N 4.627380208694848e-5 +inquire_V 9.044862518089724e-5 +inquiry_N 2.0823210939126813e-4 +inroad_N 5.78422526086856e-6 +insane_A 1.862717705131787e-5 +insatiable_A 1.862717705131787e-5 +inscription_N 5.78422526086856e-6 +insect_N 1.735267578260568e-5 +insensitive_A 1.862717705131787e-5 +inseparable_A 1.862717705131787e-5 +insert_N 2.313690104347424e-5 +insert_V2 1.4650225857648638e-4 +inside_A 9.313588525658937e-5 +inside_Adv 6.0709696350335424e-5 +inside_N 1.156845052173712e-5 +inside_Prep 2.6448869046359576e-4 +insider_N 2.0244788413039958e-4 +insidious_A 1.862717705131787e-5 +insight_N 1.735267578260568e-5 +insignificant_A 1.862717705131787e-5 +insist_V 8.44187168355041e-4 +insist_VS 4.129184486064003e-3 +insistence_N 4.0489576826079914e-5 +insistent_A 1.862717705131787e-5 +insofar_Adv 2.0236565450111807e-5 +insolvent_A 2.4215330166713235e-4 +inspect_V2 2.197533878647296e-4 +inspection_N 4.0489576826079914e-5 +inspector_N 6.941070313042272e-5 +inspiration_N 1.156845052173712e-5 +inspirational_A 1.862717705131787e-5 +inspire_V2 2.9300451715297276e-4 +inspire_V2V 1.0660980810234541e-3 +inspired_A 1.862717705131787e-5 +instability_N 1.735267578260568e-5 +install_V 3.3164495899662324e-4 +install_V2 4.883408619216213e-4 +installation_N 1.0411605469563407e-4 +instance_N 5.090118229564332e-4 +instant_A 2.607804787184502e-4 +instant_N 2.313690104347424e-5 +instead_Adv 1.6593983669091683e-3 +instigate_V2 2.4417043096081066e-5 +instinct_N 1.156845052173712e-5 +instinctive_A 3.725435410263574e-5 +institute_N 1.0411605469563407e-4 +institute_V2 2.9300451715297276e-4 +institution_N 7.86654635478124e-4 +institutional_A 1.2480208624382975e-3 +instruct_V2 1.4650225857648638e-4 +instruction_N 1.0990027995650263e-4 +instructional_A 1.862717705131787e-5 +instructive_A 1.862717705131787e-5 +instructor_N 1.156845052173712e-5 +instrument_N 2.834270377825594e-4 +instrumental_A 7.450870820527148e-5 +instrumentation_N 3.470535156521136e-5 +insubordination_N 5.78422526086856e-6 +insubstantial_A 1.862717705131787e-5 +insufficient_A 1.303902393592251e-4 +insulate_V2 1.7091930167256744e-4 +insulation_N 2.313690104347424e-5 +insulator_N 5.78422526086856e-6 +insulin_N 8.676337891302839e-5 +insult_N 1.735267578260568e-5 +insulting_A 5.588153115395362e-5 +insupportable_A 1.862717705131787e-5 +insurance_N 1.7294833529996993e-3 +insure_V 2.41196333815726e-4 +insure_V2 8.057624221706752e-4 +insure_VS 7.37354372511429e-5 +insurgent_N 1.735267578260568e-5 +intact_A 2.2352612461581448e-4 +intake_N 5.78422526086856e-6 +intangible_A 7.450870820527148e-5 +integral_A 5.588153115395362e-5 +integrate_V 1.20598166907863e-4 +integrate_V2 3.66255646441216e-4 +integration_N 6.941070313042272e-5 +integrity_N 7.519492839129126e-5 +intellect_N 5.78422526086856e-6 +intellectual_A 2.2352612461581448e-4 +intellectual_N 4.627380208694848e-5 +intelligence_N 2.545059114782166e-4 +intelligent_A 9.313588525658937e-5 +intend_V 1.5074770863482875e-4 +intend_V2 7.325112928824319e-5 +intend_VS 5.161480607580003e-4 +intend_VV 1.1317809288409001e-2 +intense_A 5.401881344882183e-4 +intensify_V 2.41196333815726e-4 +intensify_V2 1.2208521548040532e-4 +intensity_N 3.470535156521136e-5 +intensive_A 1.8627177051317874e-4 +intent_A 7.450870820527148e-5 +intent_N 1.1568450521737118e-4 +intention_N 1.4460563152171398e-4 +intentional_A 1.1176306230790724e-4 +interactive_A 5.588153115395362e-5 +intercept_V2 4.883408619216213e-5 +interchangeable_A 1.862717705131787e-5 +intercollegiate_A 3.725435410263574e-5 +interconnect_V 3.014954172696575e-5 +interconnect_V2 2.4417043096081066e-5 +interdependence_N 5.78422526086856e-6 +interdiction_N 2.313690104347424e-5 +interest_N 4.476990351912265e-3 +interest_V 3.9194404245055476e-4 +interest_V2 1.2208521548040532e-4 +interested_A 1.0617490919251188e-3 +interesting_A 3.725435410263575e-4 +interfere_V 3.9194404245055476e-4 +interference_N 5.78422526086856e-6 +interim_N 1.156845052173712e-5 +interior_A 5.588153115395362e-5 +interior_N 4.0489576826079914e-5 +interloper_N 5.78422526086856e-6 +interlude_N 5.78422526086856e-6 +intermediary_N 5.78422526086856e-6 +intermediate_A 7.450870820527148e-5 +intermission_N 1.156845052173712e-5 +intermittent_A 3.725435410263574e-5 +intermix_V2 2.4417043096081066e-5 +internal_A 1.0990034460277545e-3 +international_A 3.0176026823134955e-3 +international_N 5.78422526086856e-6 +internationalist_N 5.78422526086856e-6 +internationalization_N 1.735267578260568e-5 +internment_N 1.156845052173712e-5 +interpret_V 9.044862518089724e-5 +interpret_V2 5.127579050177024e-4 +interpretation_N 8.097915365215983e-5 +interpreter_N 1.156845052173712e-5 +interrogate_V2 2.4417043096081066e-5 +interrogator_N 1.156845052173712e-5 +interrupt_V 6.02990834539315e-5 +interrupt_V2 7.325112928824319e-5 +interruption_N 1.735267578260568e-5 +intersection_N 5.78422526086856e-6 +intersperse_V2 4.883408619216213e-5 +interstate_A 2.048989475644966e-4 +intertwine_V 3.014954172696575e-5 +intertwine_V2 2.4417043096081066e-5 +interval_N 2.313690104347424e-5 +intervene_V 4.220935841775205e-4 +intervention_N 9.83318294347655e-5 +interview_N 4.916591471738276e-4 +interview_V2 4.6392381882554023e-4 +interviewer_N 1.156845052173712e-5 +intimacy_N 1.156845052173712e-5 +intimate_A 1.8627177051317874e-4 +intimate_V2 2.4417043096081066e-5 +intimidate_V2 4.883408619216213e-5 +intimidation_N 1.156845052173712e-5 +into_Prep 9.341740547174203e-3 +intolerable_A 1.1176306230790724e-4 +intonation_N 5.78422526086856e-6 +intone_V 3.014954172696575e-5 +intractable_A 3.725435410263574e-5 +intravenous_A 1.862717705131787e-5 +intricate_A 5.588153115395362e-5 +intrigue_N 1.735267578260568e-5 +intrinsic_A 3.725435410263574e-5 +introduce_V2 2.954462214625809e-3 +introduction_N 9.254760417389695e-5 +introductory_A 1.862717705131787e-5 +intrude_V 3.014954172696575e-5 +intruder_N 2.313690104347424e-5 +intrusion_N 2.313690104347424e-5 +intrusive_A 3.725435410263574e-5 +intuition_N 1.735267578260568e-5 +intuitive_A 1.862717705131787e-5 +inundate_V2 7.325112928824319e-5 +invade_V2 1.7091930167256744e-4 +invalid_A 1.862717705131787e-5 +invalidate_V2 2.4417043096081066e-5 +invariable_A 7.450870820527148e-5 +invasion_N 1.156845052173712e-5 +invective_N 5.78422526086856e-6 +invent_V 9.044862518089724e-5 +invent_V2 2.197533878647296e-4 +invention_N 2.313690104347424e-5 +inventor_N 2.8921126304342795e-5 +inventory_N 3.123481640869022e-4 +inverse_A 5.588153115395362e-5 +inverse_N 5.78422526086856e-6 +invert_V2 2.4417043096081066e-5 +invest_V 2.7436082971538833e-3 +invest_V2 9.278476376510805e-4 +investigate_V 1.20598166907863e-4 +investigate_V2 6.104260774020266e-4 +investigation_N 4.511695703477476e-4 +investigator_N 1.5038985678258253e-4 +investment_N 3.5746512112167696e-3 +investor_N 4.714143587607876e-3 +inveterate_A 1.862717705131787e-5 +invidious_A 1.862717705131787e-5 +invincible_A 3.725435410263574e-5 +invisible_A 7.450870820527148e-5 +invitation_N 5.205802734781703e-5 +invite_V2 7.080942497863508e-4 +invite_V2V 1.0660980810234541e-3 +invoice_N 5.78422526086856e-6 +invoke_V2 9.766817238432426e-5 +involuntary_A 1.862717705131787e-5 +involve_V 1.4170284611673902e-3 +involve_V2 3.5404712489317544e-3 +involve_VS 4.424126235068574e-4 +involved_A 1.8627177051317874e-4 +involvement_N 1.3882140626084543e-4 +ira_N 4.0489576826079914e-5 +iranian_A 1.4901741641054297e-4 +iraqi_A 1.862717705131787e-5 +ire_N 5.78422526086856e-6 +iris_N 1.156845052173712e-5 +irish_A 2.048989475644966e-4 +irk_V2 1.2208521548040532e-4 +irksome_A 1.862717705131787e-5 +iron_N 7.519492839129126e-5 +iron_V 6.02990834539315e-5 +ironclad_A 1.862717705131787e-5 +ironic_A 1.303902393592251e-4 +ironical_A 1.303902393592251e-4 +irony_N 4.0489576826079914e-5 +irradiate_V2 2.4417043096081066e-5 +irrational_A 5.588153115395362e-5 +irregularity_N 2.313690104347424e-5 +irrelevant_A 9.313588525658937e-5 +irreparable_A 7.450870820527148e-5 +irreplaceable_A 1.862717705131787e-5 +irresistible_A 3.725435410263574e-5 +irresponsible_A 2.4215330166713235e-4 +irreverent_A 3.725435410263574e-5 +irrevocable_A 1.862717705131787e-5 +irritate_V2 4.883408619216213e-5 +irritation_N 1.735267578260568e-5 +islamic_A 3.725435410263574e-5 +island_N 9.83318294347655e-5 +isolate_V2 2.9300451715297276e-4 +isolation_N 2.8921126304342795e-5 +israeli_A 2.2352612461581448e-4 +issue_N 4.2687582425209964e-3 +issue_V 1.3567293777134587e-3 +issue_V2 2.8812110853375654e-3 +isthmus_N 5.78422526086856e-6 +it_Pron 0.37750987320723345 +item_N 4.511695703477476e-4 +itemize_V2 2.4417043096081066e-5 +iteration_N 5.78422526086856e-6 +itinerary_N 5.78422526086856e-6 +ivory_N 2.313690104347424e-5 +jab_N 1.156845052173712e-5 +jack_N 5.78422526086856e-6 +jack_V2 1.2208521548040532e-4 +jackal_N 5.78422526086856e-6 +jacket_N 6.941070313042272e-5 +jaguar_N 1.156845052173712e-5 +jail_N 9.254760417389695e-5 +jail_V2 1.4650225857648638e-4 +jam_N 4.0489576826079914e-5 +jam_V 6.02990834539315e-5 +jam_V2 4.883408619216213e-5 +jam_VS 7.37354372511429e-5 +jamaican_A 7.450870820527148e-5 +jamboree_N 5.78422526086856e-6 +janitor_N 5.78422526086856e-6 +jar_N 1.156845052173712e-5 +jar_V 3.014954172696575e-5 +jargon_N 5.78422526086856e-6 +jarring_A 1.862717705131787e-5 +jasmine_N 5.78422526086856e-6 +jaunt_N 1.156845052173712e-5 +jaunty_A 1.862717705131787e-5 +jazz_N 4.0489576826079914e-5 +jazzy_A 1.862717705131787e-5 +jealous_A 1.1176306230790724e-4 +jealousy_N 2.313690104347424e-5 +jean_N 3.470535156521136e-5 +jeep_N 2.8921126304342795e-5 +jeopardize_V2 2.197533878647296e-4 +jeopardy_N 1.735267578260568e-5 +jerk_V2 2.4417043096081066e-5 +jersey_N 5.78422526086856e-6 +jester_N 5.78422526086856e-6 +jet_N 1.0411605469563407e-4 +jettison_V2 2.4417043096081066e-5 +jetty_N 5.78422526086856e-6 +jewel_N 2.313690104347424e-5 +jewelry_N 1.0411605469563407e-4 +jewish_A 2.4215330166713235e-4 +jiggle_V 3.014954172696575e-5 +jim_crow_N 5.78422526086856e-6 +jingle_V2 2.4417043096081066e-5 +jittery_A 1.1176306230790724e-4 +job_N 1.104787024825895e-3 +jog_V 3.014954172696575e-5 +jogger_N 5.78422526086856e-6 +jogging_N 5.78422526086856e-6 +john_bull_N 5.784225260868559e-5 +join_V 9.64785335262904e-4 +join_V2 2.0021975338786473e-3 +joint_A 2.961721151159542e-3 +joint_N 9.254760417389695e-5 +joke_N 6.941070313042272e-5 +joke_V 6.02990834539315e-5 +joke_VS 1.474708745022858e-4 +jokingly_Adv 1.0118282725055903e-5 +jolly_A 1.862717705131787e-5 +jolt_N 4.0489576826079914e-5 +jolt_V 6.02990834539315e-5 +jolt_V2 3.174215602490538e-4 +journal_N 6.941070313042272e-5 +journalism_N 4.627380208694848e-5 +journalist_N 1.2146873047823974e-4 +journalistic_A 5.588153115395362e-5 +journey_N 1.735267578260568e-5 +joust_V 6.02990834539315e-5 +jovial_A 1.862717705131787e-5 +joy_N 5.78422526086856e-6 +jubilant_A 1.862717705131787e-5 +judge_N 9.370444922607066e-4 +judge_V 3.014954172696575e-4 +judge_V2 1.2208521548040532e-4 +judge_V2V 2.1321961620469083e-3 +judge_VS 7.37354372511429e-5 +judicial_A 4.097978951289932e-4 +judiciary_N 2.313690104347424e-5 +judicious_A 1.862717705131787e-5 +jug_N 5.78422526086856e-6 +juggle_V 9.044862518089724e-5 +juggle_V2 2.4417043096081066e-5 +juice_N 2.8921126304342795e-5 +jumbo_A 1.303902393592251e-4 +jump_N 1.7931098308692533e-4 +jump_V 1.688374336710082e-3 +jump_V2 1.6359418874374314e-3 +jumpiness_N 5.78422526086856e-6 +jumpy_A 1.862717705131787e-5 +junction_N 5.78422526086856e-6 +juncture_N 1.156845052173712e-5 +jungle_N 5.78422526086856e-6 +junior_A 7.450870820527148e-5 +junior_N 2.313690104347424e-5 +junk_N 1.4865458920432198e-3 +junket_N 1.735267578260568e-5 +jurisdiction_N 5.205802734781703e-5 +jurisprudence_N 1.735267578260568e-5 +jurist_N 1.156845052173712e-5 +juror_N 1.0990027995650263e-4 +jury_N 4.2803266930427336e-4 +jury_rigge_V2 2.4417043096081066e-5 +just_Adv 5.635883477856138e-3 +justice_N 9.254760417389695e-5 +justification_N 1.735267578260568e-5 +justify_V2 5.860090343059455e-4 +justify_VV 2.601795238714713e-4 +jut_V 6.02990834539315e-5 +jute_N 5.78422526086856e-6 +juxtapose_V2 2.4417043096081066e-5 +keel_N 5.78422526086856e-6 +keen_A 1.1176306230790724e-4 +keen_V 3.014954172696575e-5 +keep_V 2.1104679208876027e-3 +keep_V2 2.5637895250885116e-3 +keep_VA 5.813953488372093e-3 +keep_VS 6.267512166347146e-3 +keeper_N 5.78422526086856e-6 +keeping_N 1.156845052173712e-5 +kernel_N 5.78422526086856e-6 +ketchup_N 1.735267578260568e-5 +kettle_N 5.78422526086856e-6 +key_A 1.5646828723107013e-3 +key_N 1.7352675782605678e-4 +key_V2 4.883408619216213e-5 +keyboard_N 2.8921126304342795e-5 +keyless_A 3.725435410263574e-5 +kick_N 5.78422526086856e-6 +kick_V 3.9194404245055476e-4 +kick_V2 9.766817238432426e-5 +kickback_N 2.8921126304342795e-5 +kid_N 1.4460563152171398e-4 +kiddy_N 1.156845052173712e-5 +kidnap_V2 1.2208521548040532e-4 +kidnapper_N 1.735267578260568e-5 +kidney_N 6.362647786955415e-5 +kill_N 5.78422526086856e-6 +kill_V 6.331403762662807e-4 +kill_V2 1.3185203271883774e-3 +killer_N 4.0489576826079914e-5 +killing_N 6.362647786955415e-5 +kilogram_N 1.156845052173712e-5 +kilowatt_N 5.78422526086856e-6 +kind_A 9.313588525658937e-5 +kind_N 6.651859049998843e-4 +kindle_V2 2.4417043096081066e-5 +king_N 6.362647786955415e-5 +kingdom_N 5.78422526086856e-6 +kingpin_N 2.8921126304342795e-5 +kiss_V 3.014954172696575e-5 +kiss_V2 2.4417043096081066e-5 +kit_N 5.78422526086856e-6 +kitchen_N 3.470535156521136e-5 +kitty_N 5.78422526086856e-6 +kiwi_N 5.78422526086856e-6 +knack_N 5.78422526086856e-6 +knead_V 3.014954172696575e-5 +knead_V2 2.4417043096081066e-5 +knee_N 4.0489576826079914e-5 +knife_N 5.78422526086856e-6 +knight_N 8.676337891302839e-5 +knit_V2 2.4417043096081066e-5 +knitwear_N 5.78422526086856e-6 +knock_V 9.044862518089725e-4 +knock_V2 1.2208521548040532e-4 +knockout_N 5.78422526086856e-6 +knot_N 2.8921126304342795e-5 +knotty_A 1.862717705131787e-5 +know_V 3.014954172696575e-3 +know_V2 4.053229153949457e-3 +know_VS 9.65934227989972e-3 +knowledge_N 6.362647786955415e-5 +knowledgeable_A 1.4901741641054297e-4 +knuckle_N 5.78422526086856e-6 +korean_A 5.77442488590854e-4 +kowtow_V 3.014954172696575e-5 +krona_N 5.78422526086856e-6 +lab_N 6.362647786955415e-5 +label_N 9.254760417389695e-5 +label_V 6.02990834539315e-5 +label_V2 4.883408619216213e-5 +label_VS 5.898834980091432e-4 +labor_V 1.20598166907863e-4 +laboratory_N 1.2146873047823974e-4 +lace_V 3.014954172696575e-5 +lace_V2 2.4417043096081066e-5 +lack_N 3.528377409129821e-4 +lack_V 6.02990834539315e-5 +lack_V2 7.813453790745941e-4 +lackey_N 5.78422526086856e-6 +lad_N 5.78422526086856e-6 +ladder_N 1.156845052173712e-5 +laden_A 3.725435410263574e-5 +lady_N 5.205802734781703e-5 +lag_N 2.8921126304342795e-5 +lag_V 5.728412928123493e-4 +lag_V2 1.7091930167256744e-4 +laggard_N 5.78422526086856e-6 +lagging_N 5.78422526086856e-6 +lagoon_N 1.735267578260568e-5 +lake_N 1.156845052173712e-5 +lambaste_V2 2.4417043096081066e-5 +lambskin_N 5.78422526086856e-6 +lament_N 5.78422526086856e-6 +lament_V 3.014954172696575e-5 +lament_V2 2.4417043096081066e-5 +lament_VS 7.37354372511429e-5 +lamp_N 1.156845052173712e-5 +lamppost_N 5.78422526086856e-6 +land_N 4.0489576826079917e-4 +land_V 3.3164495899662324e-4 +land_V2 7.325112928824319e-5 +landfall_N 5.78422526086856e-6 +landing_N 9.83318294347655e-5 +landlord_N 5.78422526086856e-6 +landmark_N 2.8921126304342795e-5 +landowner_N 2.313690104347424e-5 +landscape_N 8.676337891302839e-5 +landslide_N 2.8921126304342795e-5 +lane_N 1.156845052173712e-5 +language_N 2.6029013673908516e-4 +languish_V 2.41196333815726e-4 +languorous_A 1.862717705131787e-5 +laotian_A 1.862717705131787e-5 +lap_N 5.78422526086856e-6 +lap_V 3.014954172696575e-5 +lapse_N 2.313690104347424e-5 +lapse_V 3.014954172696575e-5 +larceny_N 5.78422526086856e-6 +lard_N 5.78422526086856e-6 +large_A 5.6812890006519515e-3 +large_Adv 1.0118282725055903e-5 +large_N 1.156845052173712e-5 +large_scale_A 1.303902393592251e-4 +largish_A 1.862717705131787e-5 +lascivious_A 1.862717705131787e-5 +laser_N 4.0489576826079914e-5 +lash_V 6.02990834539315e-5 +lash_V2 2.4417043096081066e-5 +lashing_N 5.78422526086856e-6 +lassitude_N 5.78422526086856e-6 +last_A 2.1383999254912918e-2 +last_V 4.82392667631452e-4 +last_V2 4.395067757294592e-4 +lasting_A 9.313588525658937e-5 +latch_V 9.044862518089724e-5 +late_A 8.568501443606222e-3 +late_Adv 9.410002934301991e-4 +lathe_N 1.156845052173712e-5 +latin_A 2.048989475644966e-4 +latitude_N 1.735267578260568e-5 +latter_A 2.048989475644966e-4 +latter_day_A 1.862717705131787e-5 +lattice_N 5.78422526086856e-6 +laud_V2 7.325112928824319e-5 +laudable_A 3.725435410263574e-5 +laugh_N 1.735267578260568e-5 +laugh_V 2.7134587554269177e-4 +laugh_VS 1.474708745022858e-4 +laughing_A 1.862717705131787e-5 +laughter_N 1.156845052173712e-5 +launch_N 1.2146873047823974e-4 +launch_V 8.44187168355041e-4 +launch_V2 1.513856671957026e-3 +launder_V 2.1104679208876025e-4 +launder_V2 4.883408619216213e-5 +laundry_N 2.313690104347424e-5 +laureate_N 1.156845052173712e-5 +lavender_N 5.78422526086856e-6 +lavish_A 9.313588525658937e-5 +lavish_V2 4.883408619216213e-5 +law_N 2.1980055991300527e-3 +law_abiding_A 1.862717705131787e-5 +lawful_A 9.313588525658937e-5 +lawmaker_N 3.93327317739062e-4 +lawmaking_N 5.78422526086856e-6 +lawn_N 7.519492839129126e-5 +lawyer_N 1.127923925869369e-3 +laxative_N 1.735267578260568e-5 +lay_V 5.125422093584177e-4 +lay_V2 3.66255646441216e-4 +lay_VS 7.37354372511429e-5 +lay_figure_N 1.1510608269128433e-3 +layer_N 4.627380208694848e-5 +layman_N 5.78422526086856e-6 +lazy_A 7.450870820527148e-5 +lead_N 2.0823210939126813e-4 +lead_V 5.276169802219006e-3 +lead_V2 3.271883774874863e-3 +lead_V2V 1.9189765458422176e-2 +lead_VS 7.37354372511429e-5 +leaded_A 3.725435410263574e-5 +leader_N 1.3245875847389e-3 +leadership_N 2.7764281252169086e-4 +leading_A 5.215609574369004e-4 +leaf_N 1.735267578260568e-5 +leaflet_N 5.78422526086856e-6 +league_N 1.272529557391083e-4 +leak_N 3.470535156521136e-5 +leak_V 1.5074770863482875e-4 +leak_V2 9.766817238432426e-5 +lean_A 1.6764459346186087e-4 +lean_V 3.3164495899662324e-4 +lean_V2 2.4417043096081066e-5 +leap_N 2.313690104347424e-5 +leap_V 3.61794500723589e-4 +leap_V2 1.2208521548040532e-4 +leapfrog_V2 2.4417043096081066e-5 +learn_V 7.537385431741438e-4 +learn_V2 4.6392381882554023e-4 +learn_VS 1.2535024332694293e-3 +learn_VV 1.0407180954858852e-3 +learning_N 5.78422526086856e-6 +lease_N 9.254760417389695e-5 +lease_V2 7.56928335978513e-4 +least_A 5.811679240011176e-3 +leather_N 6.362647786955415e-5 +leave_N 6.941070313042272e-5 +leave_V 2.7134587554269174e-3 +leave_V2 3.1497985593944575e-3 +leave_V2V 2.1321961620469083e-3 +leave_VS 3.5393009880548593e-3 +leave_VV 1.4309873812930923e-3 +lebanese_A 7.450870820527148e-5 +lecherous_A 1.862717705131787e-5 +lecture_N 1.156845052173712e-5 +lecture_V 3.014954172696575e-5 +lecture_V2 9.766817238432426e-5 +lecturer_N 1.735267578260568e-5 +ledger_N 5.78422526086856e-6 +leeway_N 1.735267578260568e-5 +left_A 1.1176306230790724e-4 +left_Adv 2.0236565450111807e-5 +left_N 3.470535156521136e-5 +left_hand_A 1.862717705131787e-5 +left_handed_A 1.862717705131787e-5 +leftist_N 1.156845052173712e-5 +leg_N 7.519492839129126e-5 +legacy_N 2.313690104347424e-5 +legal_A 2.8313309118003166e-3 +legalistic_A 3.725435410263574e-5 +legality_N 1.156845052173712e-5 +legalization_N 1.156845052173712e-5 +legalize_V2 7.325112928824319e-5 +legend_N 5.78422526086856e-6 +legendary_A 1.303902393592251e-4 +legerdemain_N 1.735267578260568e-5 +legion_N 1.735267578260568e-5 +legislate_V 6.02990834539315e-5 +legislation_N 6.30480553434673e-4 +legislative_A 5.215609574369004e-4 +legislator_N 2.1980055991300526e-4 +legislature_N 1.4460563152171398e-4 +legitimacy_N 2.313690104347424e-5 +legitimate_A 3.539163639750396e-4 +legitimize_V2 4.883408619216213e-5 +leisure_N 3.470535156521136e-5 +leisurely_A 3.725435410263574e-5 +lemming_N 5.78422526086856e-6 +lemon_N 5.78422526086856e-6 +lend_V 2.0200192957067053e-3 +lend_V2 4.883408619216213e-4 +lender_N 2.8921126304342796e-4 +length_N 8.097915365215983e-5 +lengthen_V 6.02990834539315e-5 +lengthen_V2 7.325112928824319e-5 +lengthy_A 1.8627177051317874e-4 +leniency_N 5.78422526086856e-6 +lenient_A 1.862717705131787e-5 +lens_N 6.362647786955415e-5 +lesbian_N 5.78422526086856e-6 +less_A 3.7999441184688463e-3 +less_Adv 1.0118282725055903e-5 +lessen_V 3.014954172696575e-5 +lessen_V2 2.4417043096081066e-5 +lesser_A 1.6764459346186087e-4 +lesson_N 8.676337891302839e-5 +lest_Prep 2.115909523708766e-5 +let_V 7.537385431741438e-4 +let_V2 1.2208521548040532e-4 +let_V2V 6.396588486140725e-2 +let_VS 2.4332694292877157e-3 +lethal_A 5.588153115395362e-5 +lethargic_A 3.725435410263574e-5 +lethargy_N 1.156845052173712e-5 +letter_N 6.883228060433586e-4 +lettuce_N 5.78422526086856e-6 +level_A 5.588153115395362e-5 +level_N 1.8451678582170703e-3 +level_V 6.02990834539315e-5 +level_V2 2.4417043096081066e-5 +leverage_N 1.3882140626084543e-4 +levy_N 1.735267578260568e-5 +levy_V2 7.325112928824319e-5 +lewdness_N 5.78422526086856e-6 +lexicon_N 1.156845052173712e-5 +liability_N 4.222484440434048e-4 +liable_A 1.6764459346186087e-4 +liaison_N 1.156845052173712e-5 +liar_N 1.735267578260568e-5 +libel_N 4.627380208694848e-5 +liberal_A 3.539163639750396e-4 +liberal_N 4.627380208694848e-5 +liberalism_N 5.78422526086856e-6 +liberalization_N 2.8921126304342795e-5 +liberalize_V2 1.9533634476864853e-4 +liberate_V2 2.4417043096081066e-5 +liberation_N 1.156845052173712e-5 +liberty_N 1.735267578260568e-5 +librarian_N 1.156845052173712e-5 +library_N 5.205802734781703e-5 +libyan_A 3.725435410263574e-5 +license_V2 3.66255646441216e-4 +licensee_N 2.313690104347424e-5 +licentiousness_N 5.78422526086856e-6 +lick_V2 4.883408619216213e-5 +lid_N 3.470535156521136e-5 +lie_N 2.313690104347424e-5 +lie_V 1.4170284611673902e-3 +lien_N 1.735267578260568e-5 +lieu_N 1.735267578260568e-5 +lieutenant_N 2.313690104347424e-5 +life_N 1.3188033594780314e-3 +lifeblood_N 5.78422526086856e-6 +lifeboat_N 5.78422526086856e-6 +lifeguard_N 5.78422526086856e-6 +lifeless_A 1.862717705131787e-5 +lifelong_A 7.450870820527148e-5 +lifetime_N 5.205802734781703e-5 +lift_N 5.784225260868559e-5 +lift_V 5.426917510853835e-4 +lift_V2 4.6392381882554023e-4 +light_A 9.499860296172116e-4 +light_N 3.0077971356516506e-4 +light_V 1.808972503617945e-4 +light_V2 7.325112928824319e-5 +lighten_V 6.02990834539315e-5 +lighten_V2 2.4417043096081066e-5 +lightning_N 1.735267578260568e-5 +lightweight_A 5.588153115395362e-5 +like_A 1.1921393312843438e-3 +like_N 5.78422526086856e-6 +like_Prep 4.189500856943357e-3 +like_V2 8.545965083628373e-4 +like_V2V 3.1982942430703624e-3 +like_VS 1.474708745022858e-4 +like_VV 5.854039287108105e-3 +likelihood_N 6.941070313042272e-5 +likely_A 3.967588711930707e-3 +liken_V2 4.883408619216213e-5 +likeness_N 5.78422526086856e-6 +likewise_Adv 1.0118282725055904e-4 +lilt_N 5.78422526086856e-6 +limb_N 2.313690104347424e-5 +limbo_N 2.8921126304342795e-5 +limelight_N 5.78422526086856e-6 +limit_N 4.2803266930427336e-4 +limit_V2 2.29520205103162e-3 +limitation_N 6.941070313042272e-5 +limp_A 3.725435410263574e-5 +limpid_A 1.862717705131787e-5 +linden_N 5.78422526086856e-6 +line_N 1.758404479304042e-3 +line_V 3.014954172696575e-4 +line_V2 4.883408619216213e-5 +linear_A 1.862717705131787e-5 +lineman_N 5.78422526086856e-6 +linen_N 1.156845052173712e-5 +liner_N 1.156845052173712e-5 +linger_V 2.41196333815726e-4 +lingerie_N 1.735267578260568e-5 +lingo_N 5.78422526086856e-6 +lining_N 1.735267578260568e-5 +link_N 8.676337891302839e-5 +link_V 3.3164495899662324e-4 +link_V2 8.545965083628373e-4 +linkage_N 1.735267578260568e-5 +links_N 8.097915365215983e-5 +lion_N 2.313690104347424e-5 +lip_N 2.313690104347424e-5 +lipstick_N 5.78422526086856e-6 +liquefy_V 1.20598166907863e-4 +liquefy_V2 7.325112928824319e-5 +liquid_A 2.2352612461581448e-4 +liquid_N 3.470535156521136e-5 +liquidate_V 2.1104679208876025e-4 +liquidate_V2 2.197533878647296e-4 +liquidation_N 6.941070313042272e-5 +liquidator_N 1.735267578260568e-5 +liquidity_N 3.354850651303764e-4 +liquor_N 9.83318294347655e-5 +lira_N 5.78422526086856e-6 +list_N 4.8587492191295897e-4 +list_V 2.7134587554269177e-4 +list_V2 1.2941032840922964e-3 +listen_V 8.743367100820067e-4 +listener_N 2.8921126304342795e-5 +listing_N 7.519492839129126e-5 +listless_A 3.725435410263574e-5 +lit_V2 2.4417043096081066e-5 +litany_N 5.78422526086856e-6 +literacy_N 5.78422526086856e-6 +literal_A 2.9803483282108594e-4 +literary_A 1.1176306230790724e-4 +literature_N 5.205802734781703e-5 +lithograph_N 1.156845052173712e-5 +litigant_N 5.78422526086856e-6 +litigation_N 2.8921126304342796e-4 +litmus_N 1.156845052173712e-5 +litter_N 5.78422526086856e-6 +litter_V2 2.4417043096081066e-5 +little_A 3.8558256496228e-3 +little_Adv 6.678066598536897e-4 +liturgy_N 5.78422526086856e-6 +live_A 2.607804787184502e-4 +live_Adv 1.0118282725055903e-5 +live_V 2.683309213699952e-3 +live_V2 1.9533634476864853e-4 +livelihood_N 1.156845052173712e-5 +lively_A 7.450870820527148e-5 +liver_N 1.156845052173712e-5 +liveried_A 1.862717705131787e-5 +livestock_N 1.735267578260568e-5 +livid_A 1.862717705131787e-5 +living_A 3.725435410263574e-5 +living_N 8.097915365215983e-5 +load_N 1.5038985678258253e-4 +load_V 3.014954172696575e-5 +load_V2 7.325112928824319e-5 +loaded_A 1.862717705131787e-5 +loading_N 1.735267578260568e-5 +loafer_N 1.156845052173712e-5 +loan_N 2.5681960158256403e-3 +loan_V2 7.325112928824319e-5 +loath_A 1.1176306230790724e-4 +loathe_V2 4.883408619216213e-5 +loathing_N 5.78422526086856e-6 +loathsome_A 1.862717705131787e-5 +lobby_N 4.627380208694848e-5 +lobby_V 5.426917510853835e-4 +lobby_V2 7.325112928824319e-5 +lobby_V2V 1.0660980810234541e-3 +lobbyist_N 1.1568450521737118e-4 +lobster_N 5.78422526086856e-6 +local_A 3.203874452826674e-3 +local_N 1.156845052173712e-5 +locale_N 2.8921126304342795e-5 +localize_V2 2.4417043096081066e-5 +locate_V 2.41196333815726e-4 +locate_V2 3.9067268953729706e-4 +location_N 2.3136901043474236e-4 +lock_N 4.0489576826079914e-5 +lock_V 5.125422093584177e-4 +lock_V2 1.2208521548040532e-4 +lockup_N 5.78422526086856e-6 +locution_N 5.78422526086856e-6 +lodge_V 3.014954172696575e-5 +lodge_V2 2.4417043096081066e-5 +lodging_N 5.78422526086856e-6 +loft_N 1.156845052173712e-5 +lofty_A 7.450870820527148e-5 +log_N 5.78422526086856e-6 +log_V2 1.9533634476864853e-4 +logic_N 5.205802734781703e-5 +logical_A 1.4901741641054297e-4 +logistics_N 2.8921126304342795e-5 +loiter_V 3.014954172696575e-5 +lone_A 3.725435410263574e-5 +lonely_A 7.450870820527148e-5 +lonesome_A 3.725435410263574e-5 +long_A 3.2783831610319458e-3 +long_Adv 1.2344304924568202e-3 +long_N 4.0489576826079914e-5 +long_distance_A 2.048989475644966e-4 +long_range_A 5.588153115395362e-5 +long_suffering_A 1.862717705131787e-5 +long_term_A 2.5891776101331842e-3 +long_time_A 1.862717705131787e-5 +longer_Adv 4.957958535277393e-4 +longing_N 2.313690104347424e-5 +longshoreman_N 5.78422526086856e-6 +look_N 2.1980055991300526e-4 +look_V 7.808731307284129e-3 +look_V2 2.685874740568917e-4 +look_VA 4.796511627906977e-2 +lookout_N 1.156845052173712e-5 +loom_N 5.78422526086856e-6 +loom_V 2.7134587554269177e-4 +loony_A 1.862717705131787e-5 +loony_N 5.78422526086856e-6 +loop_N 5.78422526086856e-6 +loophole_N 5.205802734781703e-5 +loose_A 3.1666200987240384e-4 +loose_V2 2.4417043096081066e-5 +loosen_V 1.20598166907863e-4 +loosen_V2 1.2208521548040532e-4 +loot_N 5.78422526086856e-6 +loot_V 1.5074770863482875e-4 +lopsided_A 5.588153115395362e-5 +loquacious_A 1.862717705131787e-5 +lord_N 5.78422526086856e-6 +lord_V2 2.4417043096081066e-5 +lordship_N 5.78422526086856e-6 +lose_V 2.3516642547033286e-3 +lose_V2 4.761323403735807e-3 +loser_N 1.2146873047823974e-4 +loss_N 3.696119941695009e-3 +lot_N 1.1394923763911062e-3 +lotion_N 1.156845052173712e-5 +lottery_N 2.8921126304342795e-5 +loud_A 1.1176306230790724e-4 +loud_Adv 1.0118282725055903e-5 +loudspeaker_N 5.78422526086856e-6 +lounge_N 2.8921126304342795e-5 +lousy_A 3.725435410263574e-5 +lovable_A 5.588153115395362e-5 +love_N 7.519492839129126e-5 +love_V2 5.127579050177024e-4 +lovebird_N 5.78422526086856e-6 +lovely_A 9.313588525658937e-5 +lover_N 2.313690104347424e-5 +low_A 8.289093787836453e-3 +low_Adv 7.082797907539132e-5 +low_N 1.6195830730431966e-4 +lower_V 6.934394597202122e-4 +lower_V2 1.3429373702844585e-3 +lowly_A 3.725435410263574e-5 +loyal_A 4.097978951289932e-4 +loyalty_N 1.850952083477939e-4 +lubricant_N 4.627380208694848e-5 +lucid_A 1.862717705131787e-5 +luck_N 5.205802734781703e-5 +lucky_A 2.4215330166713235e-4 +lucrative_A 2.794076557697681e-4 +ludicrous_A 1.1176306230790724e-4 +lug_N 5.78422526086856e-6 +lug_V2 2.4417043096081066e-5 +lukewarm_A 5.588153115395362e-5 +lull_N 1.735267578260568e-5 +lull_V2 2.4417043096081066e-5 +lumber_N 2.313690104347424e-5 +lumberyard_N 5.78422526086856e-6 +luminary_N 1.156845052173712e-5 +lump_N 5.78422526086856e-6 +lump_V2 7.325112928824319e-5 +lumpy_A 1.862717705131787e-5 +lunch_N 1.0411605469563407e-4 +lunch_V 3.014954172696575e-5 +luncheon_N 1.735267578260568e-5 +lung_N 1.4460563152171398e-4 +lunge_V 3.014954172696575e-5 +lurch_V 1.5074770863482875e-4 +lure_N 1.735267578260568e-5 +lure_V2 3.66255646441216e-4 +lurk_V 3.014954172696575e-5 +lush_A 3.725435410263574e-5 +luxurious_A 5.588153115395362e-5 +luxury_N 3.2970083986950786e-4 +lymph_N 5.78422526086856e-6 +lyric_N 1.156845052173712e-5 +lyricism_N 5.78422526086856e-6 +machete_N 1.156845052173712e-5 +machine_N 1.0700816732606834e-3 +machinery_N 1.3303718099997685e-4 +machinist_N 2.6029013673908516e-4 +mad_A 1.303902393592251e-4 +madman_N 5.78422526086856e-6 +madness_N 5.78422526086856e-6 +maestro_N 5.78422526086856e-6 +mafia_N 4.0489576826079914e-5 +magazine_N 1.0469447722172092e-3 +maggot_N 5.78422526086856e-6 +magic_A 7.450870820527148e-5 +magic_N 1.156845052173712e-5 +magical_A 3.725435410263574e-5 +magician_N 5.78422526086856e-6 +magisterial_A 1.862717705131787e-5 +magistrate_N 2.8921126304342795e-5 +magnanimous_A 1.862717705131787e-5 +magnate_N 1.156845052173712e-5 +magnet_N 1.735267578260568e-5 +magnetic_A 2.607804787184502e-4 +magnetically_Adv 1.0118282725055903e-5 +magnetism_N 5.78422526086856e-6 +magnetize_V2 2.4417043096081066e-5 +magnification_N 5.78422526086856e-6 +magnificent_A 1.862717705131787e-5 +magnify_V2 1.2208521548040532e-4 +magnitude_N 3.470535156521136e-5 +magnolia_N 5.78422526086856e-6 +maharajah_N 5.78422526086856e-6 +mahogany_N 1.156845052173712e-5 +maid_N 1.156845052173712e-5 +maiden_A 1.862717705131787e-5 +maiden_N 5.78422526086856e-6 +mail_N 3.528377409129821e-4 +mail_V2 1.4650225857648638e-4 +mailbox_N 5.78422526086856e-6 +mailman_N 5.78422526086856e-6 +main_A 2.514668901927913e-3 +main_N 3.470535156521136e-5 +mainstay_N 3.470535156521136e-5 +mainstream_N 5.205802734781703e-5 +maintain_V 8.140376266280753e-4 +maintain_V2 1.513856671957026e-3 +maintain_VS 2.2857985547854297e-3 +maintenance_N 2.1401633465213668e-4 +major_A 1.067337245040514e-2 +major_N 4.627380208694848e-5 +majority_N 5.89990976608593e-4 +make_N 2.8921126304342795e-5 +make_V 8.411722141823444e-3 +make_V2 1.863020388230985e-2 +make_V2V 5.543710021321962e-2 +make_VA 2.3255813953488372e-2 +make_VS 2.824067246718773e-2 +make_VV 2.601795238714713e-4 +maker_N 2.4525115106082693e-3 +making_N 1.3303718099997685e-4 +malaise_N 1.156845052173712e-5 +malaria_N 5.78422526086856e-6 +malaysian_A 3.725435410263574e-5 +malcontent_N 5.78422526086856e-6 +male_A 2.048989475644966e-4 +male_N 8.097915365215983e-5 +malefactor_N 5.78422526086856e-6 +malfunction_N 1.156845052173712e-5 +malice_N 2.313690104347424e-5 +malicious_A 1.862717705131787e-5 +malignancy_N 1.156845052173712e-5 +malignant_A 1.303902393592251e-4 +malpractice_N 1.735267578260568e-5 +maltese_A 1.862717705131787e-5 +mammoth_N 5.78422526086856e-6 +man_N 1.168413502695449e-3 +man_V2 7.325112928824319e-5 +manacle_N 5.78422526086856e-6 +manage_V 2.41196333815726e-3 +manage_V2 1.6603589305335125e-3 +manage_VV 3.382333810329127e-3 +manageable_A 7.450870820527148e-5 +management_N 1.6253672983040652e-3 +manager_N 1.7699729298257792e-3 +managerial_A 3.725435410263574e-5 +mandate_N 2.313690104347424e-5 +mandate_V2 3.174215602490538e-4 +mandate_VS 7.37354372511429e-5 +mandatory_A 2.794076557697681e-4 +maneuver_V 3.014954172696575e-5 +manhandle_V2 2.4417043096081066e-5 +manhood_N 5.78422526086856e-6 +mania_N 2.8921126304342795e-5 +maniac_N 5.78422526086856e-6 +manifest_A 1.862717705131787e-5 +manifest_V2 2.4417043096081066e-5 +manifestation_N 5.78422526086856e-6 +manifesto_N 1.156845052173712e-5 +manipulate_V2 1.7091930167256744e-4 +manipulation_N 6.941070313042272e-5 +manipulative_A 5.588153115395362e-5 +mankind_N 2.313690104347424e-5 +manner_N 6.941070313042272e-5 +mannered_A 1.862717705131787e-5 +manor_N 5.78422526086856e-6 +manpower_N 1.156845052173712e-5 +mansion_N 2.313690104347424e-5 +manual_A 3.725435410263574e-5 +manual_N 1.735267578260568e-5 +manufacture_N 1.735267578260568e-5 +manufacture_V2 1.489439628860945e-3 +manufacturer_N 5.784225260868559e-4 +manuscript_N 5.78422526086856e-6 +many_Det 5.363198286632161e-3 +map_N 3.470535156521136e-5 +map_V2 4.883408619216213e-5 +mar_V2 2.4417043096081066e-5 +marathon_N 5.78422526086856e-6 +marble_N 4.0489576826079914e-5 +march_N 5.205802734781703e-5 +march_V 3.014954172696575e-4 +mare_N 5.78422526086856e-6 +margarine_N 1.156845052173712e-5 +margin_N 7.114597070868328e-4 +marginal_A 4.097978951289932e-4 +marginalize_V2 2.4417043096081066e-5 +marine_A 7.450870820527148e-5 +marine_N 2.313690104347424e-5 +marital_A 7.450870820527148e-5 +mark_N 8.676337891302839e-4 +mark_V2 1.172018068611891e-3 +marke_VS 7.37354372511429e-5 +marked_A 1.1176306230790724e-4 +market_N 1.2858332754910808e-2 +market_V 8.140376266280753e-4 +market_V2 9.034305945549994e-4 +marketable_A 9.313588525658937e-5 +marketing_N 7.519492839129127e-4 +marketplace_N 1.3303718099997685e-4 +marque_N 1.156845052173712e-5 +marquee_N 5.78422526086856e-6 +marriage_N 5.784225260868559e-5 +married_A 2.048989475644966e-4 +marrow_N 5.78422526086856e-6 +marry_V 1.20598166907863e-4 +marry_V2 1.4650225857648638e-4 +marsh_N 5.78422526086856e-6 +mart_N 8.097915365215983e-5 +martini_N 5.78422526086856e-6 +marvel_N 5.78422526086856e-6 +marvelous_A 1.862717705131787e-5 +mascara_N 5.78422526086856e-6 +masculine_A 1.862717705131787e-5 +mask_N 2.8921126304342795e-5 +mask_V2 7.325112928824319e-5 +mason_N 5.78422526086856e-6 +masonry_N 2.313690104347424e-5 +masquerade_V 6.02990834539315e-5 +mass_N 8.676337891302839e-5 +mass_V 3.014954172696575e-5 +mass_produce_V2 2.4417043096081066e-5 +massacre_N 5.205802734781703e-5 +massage_N 1.677425325651882e-4 +massage_V2 4.883408619216213e-5 +masseur_N 3.470535156521136e-5 +masseuse_N 2.8921126304342795e-5 +massive_A 6.519511967961255e-4 +master_N 1.6195830730431966e-4 +master_V2 7.325112928824319e-5 +masterful_A 1.862717705131787e-5 +mastermind_N 5.78422526086856e-6 +masterpiece_N 1.156845052173712e-5 +match_N 4.627380208694848e-5 +match_V 3.9194404245055476e-4 +match_V2 1.1964351117079721e-3 +mate_1_N 2.313690104347424e-5 +mate_V 6.02990834539315e-5 +mate_V2 2.4417043096081066e-5 +material_A 1.6764459346186087e-4 +material_N 5.89990976608593e-4 +materialistic_A 1.862717705131787e-5 +materialize_V 3.014954172696575e-4 +mathematical_A 5.588153115395362e-5 +mathematician_N 1.156845052173712e-5 +mathematics_N 1.156845052173712e-5 +matron_N 5.78422526086856e-6 +matter_N 5.784225260868559e-4 +matter_V 3.9194404245055476e-4 +matter_of_fact_A 3.725435410263574e-5 +mature_A 9.313588525658937e-5 +mature_V 5.728412928123493e-4 +mature_V2 2.9300451715297276e-4 +maturity_N 4.511695703477476e-4 +maul_V2 2.4417043096081066e-5 +mausoleum_N 5.78422526086856e-6 +maverick_N 1.156845052173712e-5 +maxim_N 2.313690104347424e-5 +maximize_V2 2.685874740568917e-4 +maximum_A 2.4215330166713235e-4 +maximum_N 1.1568450521737118e-4 +may_VV 0.14179784050995187 +maybe_Adv 6.070969635033543e-4 +mayonnaise_N 1.156845052173712e-5 +mayor_N 1.5038985678258253e-4 +mayoral_A 1.8627177051317874e-4 +mayoralty_N 1.735267578260568e-5 +maze_N 1.735267578260568e-5 +mead_N 5.78422526086856e-6 +meadow_N 5.78422526086856e-6 +meal_N 4.627380208694848e-5 +mealy_A 1.862717705131787e-5 +mean_A 9.313588525658937e-5 +mean_N 1.2146873047823974e-4 +mean_V 3.9194404245055476e-4 +mean_V2 1.123183982419729e-3 +mean_VA 1.4534883720930232e-3 +mean_VS 7.2260728506120045e-3 +mean_VV 3.2522440483933913e-3 +meander_V 3.014954172696575e-5 +meaning_N 4.0489576826079914e-5 +meaningful_A 1.303902393592251e-4 +meaningless_A 5.588153115395362e-5 +meantime_Adv 3.0354848175167712e-5 +meantime_N 8.097915365215983e-5 +meanwhile_Adv 1.568333822383665e-3 +measure_N 9.486129427824437e-4 +measure_V 3.9194404245055476e-4 +measure_V2 9.766817238432426e-4 +measured_A 1.862717705131787e-5 +measurement_N 6.941070313042272e-5 +meat_N 8.097915365215983e-5 +mechanical_A 7.450870820527148e-5 +mechanics_N 1.156845052173712e-5 +mechanism_N 6.362647786955415e-5 +medal_N 1.156845052173712e-5 +meddle_V 9.044862518089724e-5 +median_A 9.313588525658937e-5 +median_N 1.156845052173712e-5 +mediator_N 6.941070313042272e-5 +medical_A 1.3225295706435689e-3 +medical_N 1.735267578260568e-5 +medication_N 3.470535156521136e-5 +medicine_N 6.362647786955415e-5 +medieval_A 1.862717705131787e-5 +mediocre_A 7.450870820527148e-5 +meditation_N 1.156845052173712e-5 +medium_A 3.725435410263574e-5 +medium_N 5.205802734781703e-5 +medium_grade_A 1.862717705131787e-5 +meet_V 2.653159671972986e-3 +meet_V2 3.003296300817971e-3 +meeting_N 1.3419402605215056e-3 +melancholy_A 1.862717705131787e-5 +meld_V2 7.325112928824319e-5 +mellifluous_A 1.862717705131787e-5 +mellow_A 3.725435410263574e-5 +mellow_V 3.014954172696575e-5 +melodious_A 1.862717705131787e-5 +melody_N 5.78422526086856e-6 +melt_V 1.5074770863482875e-4 +melt_V2 2.4417043096081066e-5 +member_N 1.665856875130145e-3 +membership_N 2.4293746095647948e-4 +memento_N 1.156845052173712e-5 +memo_N 8.097915365215983e-5 +memoir_N 5.78422526086856e-6 +memorable_A 7.450870820527148e-5 +memorandum_N 4.0489576826079914e-5 +memorial_N 5.78422526086856e-6 +memorialize_V2 2.4417043096081066e-5 +memory_N 2.4293746095647948e-4 +menace_N 5.78422526086856e-6 +mendacity_N 5.78422526086856e-6 +menstrual_A 3.725435410263574e-5 +mental_A 7.450870820527148e-5 +mentality_N 2.313690104347424e-5 +mention_N 1.735267578260568e-5 +mention_V 3.9194404245055476e-4 +mention_V2 5.615919912098645e-4 +mention_VS 7.37354372511429e-5 +mentor_N 2.313690104347424e-5 +menu_N 3.470535156521136e-5 +mercenary_A 1.862717705131787e-5 +merchandise_N 2.255847851738738e-4 +merchant_N 2.3136901043474236e-4 +merciful_A 1.862717705131787e-5 +mercurial_A 1.862717705131787e-5 +mercury_N 1.735267578260568e-5 +mercy_N 1.156845052173712e-5 +mere_A 8.7547732141194e-4 +merge_V 7.23589001447178e-4 +merge_V2 3.9067268953729706e-4 +merger_N 7.34596608130307e-4 +meringue_N 5.78422526086856e-6 +merit_N 8.676337891302839e-5 +merit_V2 4.883408619216213e-5 +merry_A 1.862717705131787e-5 +mesh_N 5.78422526086856e-6 +mesh_V 3.014954172696575e-5 +mess_N 7.519492839129126e-5 +mess_V 3.014954172696575e-5 +message_N 2.3136901043474236e-4 +messenger_N 1.156845052173712e-5 +messiah_N 5.78422526086856e-6 +metabolism_N 5.78422526086856e-6 +metabolize_V2 2.4417043096081066e-5 +metal_N 4.4538534508687907e-4 +metallurgical_A 7.450870820527148e-5 +metallurgy_N 5.78422526086856e-6 +metamorphosis_N 5.78422526086856e-6 +metaphor_N 4.0489576826079914e-5 +metaphorical_A 1.862717705131787e-5 +metaphysical_A 1.862717705131787e-5 +meteoric_A 1.862717705131787e-5 +meteorological_A 1.862717705131787e-5 +meter_N 3.470535156521136e-5 +methane_N 1.156845052173712e-5 +method_N 1.96663658869531e-4 +methodical_A 5.588153115395362e-5 +methodology_N 1.735267578260568e-5 +methyl_N 5.78422526086856e-6 +meticulous_A 3.725435410263574e-5 +metric_A 7.078327279500792e-4 +metro_N 1.156845052173712e-5 +metropolitan_A 2.048989475644966e-4 +mettle_N 5.78422526086856e-6 +mexican_A 2.2352612461581448e-4 +microbe_N 1.735267578260568e-5 +microcosm_N 5.78422526086856e-6 +microelectronics_N 1.735267578260568e-5 +microfilm_N 5.78422526086856e-6 +microphone_N 1.735267578260568e-5 +microscope_N 1.735267578260568e-5 +microscopic_A 5.588153115395362e-5 +microwave_N 2.313690104347424e-5 +midday_N 3.470535156521136e-5 +middle_N 1.0411605469563407e-4 +middle_aged_A 7.450870820527148e-5 +middle_class_A 1.862717705131787e-5 +middle_of_the_road_A 1.862717705131787e-5 +middleman_N 9.254760417389695e-5 +middling_A 1.862717705131787e-5 +midnight_N 5.784225260868559e-5 +midst_N 8.676337891302839e-5 +midsummer_N 5.78422526086856e-6 +midweek_A 1.862717705131787e-5 +midwestern_A 3.725435410263574e-5 +miff_V2 2.4417043096081066e-5 +might_N 2.313690104347424e-5 +mighty_A 1.1176306230790724e-4 +mighty_Adv 2.0236565450111807e-5 +migrate_V 3.014954172696575e-5 +migration_N 5.78422526086856e-6 +mild_A 2.794076557697681e-4 +mildew_N 5.78422526086856e-6 +mile_N 3.93327317739062e-4 +mileage_N 2.313690104347424e-5 +milestone_N 6.941070313042272e-5 +militant_A 3.725435410263574e-5 +militarism_N 5.78422526086856e-6 +military_A 2.1607525379528734e-3 +military_N 1.0411605469563407e-4 +militate_V 3.014954172696575e-5 +militia_N 1.156845052173712e-5 +milk_N 1.1568450521737118e-4 +milk_V2 1.2208521548040532e-4 +milky_A 1.862717705131787e-5 +mill_N 2.1401633465213668e-4 +mill_V 3.014954172696575e-5 +mill_V2 2.4417043096081066e-5 +millionaire_N 1.156845052173712e-5 +mimic_N 1.156845052173712e-5 +mimic_V2 9.766817238432426e-5 +mince_V2 2.4417043096081066e-5 +mincemeat_N 1.156845052173712e-5 +mind_N 3.4705351565211356e-4 +mind_V 1.5074770863482875e-4 +mind_V2 7.325112928824319e-5 +mind_VS 2.212063117534287e-4 +mindful_A 1.862717705131787e-5 +mindless_A 7.450870820527148e-5 +mine_A 1.1176306230790724e-4 +mine_N 2.834270377825594e-4 +mine_V 1.20598166907863e-4 +minefield_N 5.78422526086856e-6 +miner_N 3.470535156521136e-5 +mineral_N 7.519492839129126e-5 +mingle_V 3.014954172696575e-5 +miniature_N 5.78422526086856e-6 +miniaturize_V2 2.4417043096081066e-5 +minimal_A 2.4215330166713235e-4 +minimize_V2 2.197533878647296e-4 +minimum_A 8.7547732141194e-4 +minimum_N 2.6029013673908516e-4 +mining_N 2.1401633465213668e-4 +minister_N 3.2970083986950786e-4 +ministerial_A 1.862717705131787e-5 +ministry_N 2.1980055991300526e-4 +mink_N 3.470535156521136e-5 +minor_A 9.313588525658936e-4 +minor_N 1.156845052173712e-5 +minority_N 3.93327317739062e-4 +mint_N 2.8921126304342795e-5 +mint_V2 2.4417043096081066e-5 +minus_N 1.156845052173712e-5 +minus_Prep 1.057954761854383e-5 +minuscule_A 5.588153115395362e-5 +minute_A 5.588153115395362e-5 +minute_N 4.800906966520904e-4 +miracle_N 2.313690104347424e-5 +mire_N 5.78422526086856e-6 +mire_V 9.044862518089724e-5 +mire_V2 2.4417043096081066e-5 +mirror_N 1.156845052173712e-5 +mirror_V2 1.7091930167256744e-4 +misadventure_N 1.156845052173712e-5 +misanthrope_N 1.735267578260568e-5 +misbegotten_A 1.862717705131787e-5 +miscalculate_V 3.014954172696575e-5 +miscalculate_V2 2.4417043096081066e-5 +miscalculation_N 1.156845052173712e-5 +miscarriage_N 1.156845052173712e-5 +miscellaneous_A 3.725435410263574e-5 +mischief_N 5.78422526086856e-6 +misconception_N 5.78422526086856e-6 +misconduct_N 3.470535156521136e-5 +miscreant_N 5.78422526086856e-6 +misdeed_N 2.8921126304342795e-5 +miserable_A 7.450870820527148e-5 +miserly_A 1.862717705131787e-5 +misery_N 5.78422526086856e-6 +misfortune_N 1.156845052173712e-5 +misguided_A 3.725435410263574e-5 +mishandle_V2 9.766817238432426e-5 +misinterpret_V2 1.2208521548040532e-4 +mislead_V2 1.9533634476864853e-4 +mismanagement_N 2.313690104347424e-5 +misplace_V2 2.4417043096081066e-5 +misquotation_N 5.78422526086856e-6 +misrepresent_V2 1.7091930167256744e-4 +misrepresentation_N 4.0489576826079914e-5 +miss_V 7.537385431741438e-4 +miss_V2 6.592601635941887e-4 +missile_N 1.3882140626084543e-4 +missing_A 7.450870820527148e-5 +mission_N 1.272529557391083e-4 +misspend_V2 2.4417043096081066e-5 +misstate_V2 2.4417043096081065e-4 +misstatement_N 1.156845052173712e-5 +mist_N 5.78422526086856e-6 +mistake_N 1.3303718099997685e-4 +mistake_V 3.014954172696575e-5 +mistaken_A 1.303902393592251e-4 +mister_N 5.78422526086856e-6 +mistreat_V2 2.4417043096081066e-5 +mistress_N 1.156845052173712e-5 +mistrial_N 2.313690104347424e-5 +mistrust_N 2.313690104347424e-5 +misunderstand_V2 4.883408619216213e-5 +misunderstanding_N 5.78422526086856e-6 +misuse_N 1.156845052173712e-5 +misuse_V2 2.4417043096081066e-5 +mite_N 1.156845052173712e-5 +mitigate_V2 7.325112928824319e-5 +mitigation_N 5.78422526086856e-6 +mix_N 9.83318294347655e-5 +mix_V 3.3164495899662324e-4 +mix_V2 1.9533634476864853e-4 +mixed_A 5.960696656421719e-4 +mixed_up_A 1.862717705131787e-5 +mixer_N 5.78422526086856e-6 +mixture_N 2.313690104347424e-5 +mo_N 5.78422526086856e-6 +moan_V 6.02990834539315e-5 +moan_VS 7.37354372511429e-5 +moat_N 5.78422526086856e-6 +mob_N 2.313690104347424e-5 +mobile_A 1.1176306230790724e-4 +mobilization_N 5.78422526086856e-6 +mobilize_V 1.20598166907863e-4 +mobilize_V2 2.4417043096081066e-5 +mobster_N 5.78422526086856e-6 +mock_A 3.725435410263574e-5 +mock_V2 2.4417043096081066e-5 +mockery_N 5.78422526086856e-6 +mockingly_Adv 1.0118282725055903e-5 +mod_cons_N 2.313690104347424e-5 +mode_N 2.8921126304342795e-5 +model_N 5.263644987390389e-4 +model_V 3.014954172696575e-5 +model_V2 9.766817238432426e-5 +moderate_A 7.45087082052715e-4 +moderate_N 3.470535156521136e-5 +moderate_V 3.014954172696575e-5 +moderate_V2 2.4417043096081066e-5 +moderation_N 2.313690104347424e-5 +modern_A 5.77442488590854e-4 +modern_N 5.78422526086856e-6 +modernist_N 5.78422526086856e-6 +modernization_N 2.8921126304342795e-5 +modernize_V2 2.9300451715297276e-4 +modest_A 1.6578187575672907e-3 +modicum_N 5.78422526086856e-6 +modification_N 5.784225260868559e-5 +modify_V2 2.4417043096081065e-4 +modish_A 1.862717705131787e-5 +modular_A 1.862717705131787e-5 +modulate_V 3.014954172696575e-5 +mogul_N 5.78422526086856e-6 +moisture_N 5.78422526086856e-6 +moldy_A 1.862717705131787e-5 +molecular_A 1.1176306230790724e-4 +molecule_N 3.470535156521136e-5 +molehill_N 5.78422526086856e-6 +mollify_V2 2.4417043096081066e-5 +moment_N 3.5862196617385066e-4 +momentary_A 7.450870820527148e-5 +momentous_A 1.862717705131787e-5 +momentum_N 1.2146873047823974e-4 +monarchy_N 5.78422526086856e-6 +monastery_N 1.156845052173712e-5 +monetary_A 9.872403837198473e-4 +money_N 3.059855162999468e-3 +monitor_N 4.0489576826079914e-5 +monitor_V 8.140376266280753e-4 +monitor_V2 7.813453790745941e-4 +monkey_N 1.156845052173712e-5 +monolith_N 5.78422526086856e-6 +monolithic_A 5.588153115395362e-5 +monologue_N 1.156845052173712e-5 +monopolize_V2 4.883408619216213e-5 +monopoly_N 7.519492839129126e-5 +monsieur_N 5.78422526086856e-6 +monsoon_N 5.78422526086856e-6 +monster_N 2.313690104347424e-5 +monstrous_A 3.725435410263574e-5 +month_N 6.732838203651003e-3 +monthly_A 1.005867560771165e-3 +monthly_Adv 6.0709696350335424e-5 +monthly_N 5.78422526086856e-6 +monumental_A 7.450870820527148e-5 +mood_N 1.0411605469563407e-4 +moody_A 1.862717705131787e-5 +moon_N 2.8921126304342795e-5 +mop_V 9.044862518089724e-5 +mop_V2 2.4417043096081066e-5 +moral_A 4.2842507218031106e-4 +moral_N 5.78422526086856e-6 +morale_N 3.470535156521136e-5 +moralistic_A 1.862717705131787e-5 +morality_N 2.313690104347424e-5 +morass_N 1.156845052173712e-5 +moratorium_N 1.156845052173712e-5 +morbidity_N 5.78422526086856e-6 +more_Adv 1.0118282725055903e-5 +more_N 5.78422526086856e-6 +moreover_Adv 8.094626180044723e-4 +moribund_A 1.862717705131787e-5 +morning_N 4.974433724346961e-4 +morris_dance_N 5.205802734781703e-5 +morrow_N 5.78422526086856e-6 +morsel_N 1.156845052173712e-5 +mortality_N 1.1568450521737118e-4 +mortgage_N 1.0295920964346035e-3 +mortgage_V2 4.883408619216213e-5 +moslem_N 5.78422526086856e-6 +mostly_Adv 6.678066598536897e-4 +motel_N 2.313690104347424e-5 +mother_N 2.1980055991300526e-4 +motif_N 1.735267578260568e-5 +motion_N 1.3882140626084543e-4 +motivate_V2 1.7091930167256744e-4 +motivate_V2V 1.0660980810234541e-3 +motivation_N 1.735267578260568e-5 +motive_N 2.8921126304342795e-5 +motor_N 1.0411605469563407e-4 +motorbike_N 5.78422526086856e-6 +motorcade_N 5.78422526086856e-6 +motorcycle_N 1.156845052173712e-5 +motorist_N 4.0489576826079914e-5 +motorize_V2 4.883408619216213e-5 +mound_N 2.313690104347424e-5 +mount_V 7.23589001447178e-4 +mount_V2 2.685874740568917e-4 +mount_VS 1.474708745022858e-4 +mountain_N 1.96663658869531e-4 +mourn_V 6.02990834539315e-5 +mouse_N 6.941070313042272e-5 +mousetrap_N 1.156845052173712e-5 +mousse_N 5.78422526086856e-6 +moustache_N 5.78422526086856e-6 +mouth_N 4.0489576826079914e-5 +move_N 1.498114342564957e-3 +move_V 6.271104679208876e-3 +move_V2 1.123183982419729e-3 +move_V2V 2.1321961620469083e-3 +movement_N 3.0077971356516506e-4 +movie_N 5.726383008259874e-4 +mow_V2 2.4417043096081066e-5 +mph_N 3.470535156521136e-5 +muck_N 5.78422526086856e-6 +muck_V 3.014954172696575e-5 +mud_N 1.735267578260568e-5 +muddle_V 3.014954172696575e-5 +muddy_V2 4.883408619216213e-5 +muff_N 5.78422526086856e-6 +muffler_N 5.78422526086856e-6 +mull_V2 7.325112928824319e-5 +multilateral_A 5.588153115395362e-5 +multiple_A 2.4215330166713235e-4 +multiple_N 8.676337891302839e-5 +multiply_V2 4.883408619216213e-5 +multitude_N 5.78422526086856e-6 +multum_in_parvo_N 3.470535156521136e-5 +mumble_V2 2.4417043096081066e-5 +mummy_N 5.78422526086856e-6 +mundane_A 9.313588525658937e-5 +municipal_A 1.005867560771165e-3 +municipality_N 2.8921126304342795e-5 +mural_N 5.205802734781703e-5 +murder_N 1.1568450521737118e-4 +murder_V2 1.7091930167256744e-4 +murderer_N 2.8921126304342795e-5 +murderous_A 1.862717705131787e-5 +murky_A 7.450870820527148e-5 +muscle_N 4.627380208694848e-5 +muscle_V 3.014954172696575e-5 +muscle_V2 2.4417043096081066e-5 +muscovite_N 5.78422526086856e-6 +muscular_A 1.862717705131787e-5 +muse_N 2.313690104347424e-5 +muse_V 3.014954172696575e-5 +muse_VS 7.37354372511429e-5 +museum_N 6.362647786955415e-5 +mushroom_N 5.205802734781703e-5 +mushroom_V 1.20598166907863e-4 +music_N 3.0077971356516506e-4 +musical_A 2.048989475644966e-4 +musician_N 4.627380208694848e-5 +musicianship_N 5.78422526086856e-6 +must_VV 3.018082476909067e-2 +mustard_N 1.156845052173712e-5 +muster_V2 9.766817238432426e-5 +mutation_N 1.735267578260568e-5 +mute_A 1.862717705131787e-5 +mute_V2 2.4417043096081066e-5 +mutilate_V 3.014954172696575e-5 +mutiny_N 5.78422526086856e-6 +mutt_N 5.78422526086856e-6 +mutter_N 1.156845052173712e-5 +mutual_A 1.2666480394896153e-3 +muzzle_V2 2.4417043096081066e-5 +myriad_A 5.588153115395362e-5 +mysterious_A 7.450870820527148e-5 +mystery_N 6.941070313042272e-5 +mystique_N 1.156845052173712e-5 +myth_N 5.78422526086856e-6 +n2 0.38894736842105265 +n3 0.1968421052631579 +n4 8.315789473684211e-2 +n5 0.10684210526315789 +n6 8.842105263157894e-2 +n7 3.631578947368421e-2 +n8 3.315789473684211e-2 +n9 6.631578947368422e-2 +nag_N 5.78422526086856e-6 +nag_V 3.014954172696575e-5 +nail_N 5.78422526086856e-6 +nail_V2 7.325112928824319e-5 +naive_1_A 5.588153115395362e-5 +naked_A 1.1176306230790724e-4 +name_N 9.196918164781009e-4 +name_V2 2.5393724819924306e-3 +name_V2V 2.1321961620469083e-3 +name_VS 7.299808287863147e-3 +name_drop_V 3.014954172696575e-5 +namely_Adv 4.0473130900223614e-5 +nameplate_N 2.8921126304342795e-5 +namesake_N 1.156845052173712e-5 +namibian_A 1.862717705131787e-5 +naphtha_N 2.313690104347424e-5 +napkin_N 5.78422526086856e-6 +narcotic_N 2.313690104347424e-5 +narrative_N 1.156845052173712e-5 +narrator_N 2.8921126304342795e-5 +narrow_A 8.941044984632579e-4 +narrow_V 9.044862518089725e-4 +narrow_V2 1.2208521548040532e-4 +nary_Predet 2.976190476190476e-3 +nasty_A 2.048989475644966e-4 +nation_N 1.3188033594780314e-3 +national_A 3.818571295520164e-3 +national_N 2.313690104347424e-5 +nationalism_N 5.78422526086856e-6 +nationalist_A 1.862717705131787e-5 +nationalist_N 5.78422526086856e-6 +nationalistic_A 5.588153115395362e-5 +nationalization_N 1.156845052173712e-5 +nationalize_V2 7.325112928824319e-5 +nationwide_A 3.911707180776753e-4 +nationwide_Adv 4.0473130900223614e-5 +native_A 1.4901741641054297e-4 +native_N 2.313690104347424e-5 +natural_A 1.918599236285741e-3 +natural_N 6.941070313042272e-5 +naturalist_N 5.78422526086856e-6 +naturalistic_A 1.862717705131787e-5 +nature_N 2.255847851738738e-4 +naughty_A 1.862717705131787e-5 +nausea_N 1.735267578260568e-5 +naval_A 2.2352612461581448e-4 +navigate_V 3.014954172696575e-5 +navigator_N 5.78422526086856e-6 +navy_N 7.519492839129126e-5 +naysay_V2 2.4417043096081066e-5 +nazi_A 3.725435410263574e-5 +nazi_N 5.78422526086856e-6 +neanderthal_A 1.862717705131787e-5 +near_A 4.4705224923162895e-3 +near_Adv 4.0473130900223614e-5 +near_Prep 8.040456190093312e-4 +near_V 1.808972503617945e-4 +near_V2 7.325112928824319e-5 +nearby_A 2.607804787184502e-4 +nearer_Prep 1.057954761854383e-5 +nearest_Prep 1.057954761854383e-5 +neat_A 1.8627177051317874e-4 +necessary_A 1.620564403464655e-3 +necessitate_V2 2.4417043096081066e-5 +necessity_N 6.362647786955415e-5 +neck_N 9.254760417389695e-5 +necklace_N 5.78422526086856e-6 +necktie_N 1.156845052173712e-5 +need_N 4.685222461303533e-4 +need_V 3.61794500723589e-3 +need_V2 2.75912586985716e-3 +need_V2V 1.0660980810234541e-3 +need_VS 1.474708745022858e-4 +need_VV 9.236373097437231e-3 +needle_N 1.156845052173712e-5 +needless_A 5.588153115395362e-5 +needy_A 1.862717705131787e-5 +negate_V2 2.4417043096081066e-5 +negative_A 1.2480208624382975e-3 +negative_N 2.8921126304342795e-5 +neglect_N 2.8921126304342795e-5 +neglect_V2 1.9533634476864853e-4 +negligence_N 2.8921126304342795e-5 +negligent_A 1.862717705131787e-5 +negligible_A 9.313588525658937e-5 +negotiable_A 4.097978951289932e-4 +negotiate_V 1.1155330438977328e-3 +negotiate_V2 1.0255158100354047e-3 +negotiate_VV 3.9026928580720695e-4 +negotiation_N 4.685222461303533e-4 +negotiator_N 1.0411605469563407e-4 +neighbour_N 5.78422526086856e-6 +neither_Adv 6.0709696350335424e-5 +neither_Prep 1.057954761854383e-5 +nem_con_Adv 1.0118282725055903e-5 +nemesis_N 1.156845052173712e-5 +neon_N 5.78422526086856e-6 +neophyte_N 5.78422526086856e-6 +nephew_N 5.78422526086856e-6 +nepotism_N 5.78422526086856e-6 +nerve_N 6.941070313042272e-5 +nerve_racking_A 1.862717705131787e-5 +nervous_A 5.960696656421719e-4 +nervousness_N 2.8921126304342795e-5 +nervy_A 1.862717705131787e-5 +nest_N 3.470535156521136e-5 +net_A 7.97243177796405e-3 +net_N 1.035376321695472e-3 +net_V2 4.883408619216213e-5 +nett_V2 4.883408619216213e-5 +network_N 9.775340690867866e-4 +neurologist_N 2.8921126304342795e-5 +neutral_A 1.1176306230790724e-4 +neutralization_N 1.156845052173712e-5 +neutralize_V2 2.4417043096081066e-5 +neutron_N 5.784225260868559e-5 +never_AdV 2.7652840246543395e-2 +nevertheless_Adv 2.934301990266212e-4 +new_A 2.7083915432616186e-2 +newcomer_N 5.205802734781703e-5 +news_N 1.2783137826519516e-3 +newscast_N 1.156845052173712e-5 +newsletter_N 1.850952083477939e-4 +newspaper_N 6.30480553434673e-4 +newsprint_N 8.676337891302839e-5 +newsstand_N 1.156845052173712e-5 +newsworthy_A 1.862717705131787e-5 +next_A 9.53711465027475e-3 +next_Prep 8.252047142464188e-4 +nexus_N 5.78422526086856e-6 +nicaraguan_A 2.794076557697681e-4 +nice_A 3.725435410263575e-4 +niche_N 9.254760417389695e-5 +nick_V2 2.4417043096081066e-5 +nickel_N 2.313690104347424e-5 +nickname_N 4.0489576826079914e-5 +nickname_V2 4.883408619216213e-5 +nickname_VS 1.474708745022858e-4 +nifty_A 3.725435410263574e-5 +night_N 5.495013997825132e-4 +nightclub_N 1.156845052173712e-5 +nightly_A 3.725435410263574e-5 +nightly_Adv 1.0118282725055903e-5 +nightmare_N 4.0489576826079914e-5 +nimble_A 1.862717705131787e-5 +ninefold_Adv 1.0118282725055903e-5 +ninth_A 7.450870820527148e-5 +nitrogen_N 5.78422526086856e-6 +nix_V2 2.4417043096081066e-5 +no_Quant 5.132044862495516e-3 +no_RP 0.21615354888574004 +nobility_N 5.78422526086856e-6 +noble_A 5.588153115395362e-5 +nobleman_N 5.78422526086856e-6 +nod_N 1.156845052173712e-5 +nod_V 3.014954172696575e-5 +nod_V2 2.4417043096081066e-5 +noise_N 4.0489576826079914e-5 +nominal_A 2.2352612461581448e-4 +nominate_V2 9.766817238432426e-5 +nomination_N 4.0489576826079914e-5 +nominee_N 4.627380208694848e-5 +noncommittal_A 1.862717705131787e-5 +nonconformist_N 5.78422526086856e-6 +nondescript_A 3.725435410263574e-5 +nonentity_N 5.78422526086856e-6 +nonevent_N 5.78422526086856e-6 +nonfiction_N 1.156845052173712e-5 +nonflammable_A 1.862717705131787e-5 +nonintervention_N 5.78422526086856e-6 +nonresident_A 3.725435410263574e-5 +nonsense_N 2.313690104347424e-5 +nonstop_A 5.588153115395362e-5 +nonunion_A 5.588153115395362e-5 +noodle_N 5.78422526086856e-6 +noon_N 5.205802734781703e-5 +norm_N 4.0489576826079914e-5 +normal_A 1.6578187575672907e-3 +normalcy_N 2.8921126304342795e-5 +normalize_V2 2.4417043096081066e-5 +north_A 4.4705224923162896e-4 +north_Adv 1.0118282725055904e-4 +north_N 2.313690104347424e-5 +northeast_Adv 3.0354848175167712e-5 +northeast_N 2.8921126304342795e-5 +northeastern_A 1.862717705131787e-5 +northern_A 5.588153115395362e-4 +northwest_Adv 1.0118282725055903e-5 +northwest_N 5.78422526086856e-6 +norwegian_A 1.1176306230790724e-4 +nose_N 6.362647786955415e-5 +nosedive_N 5.78422526086856e-6 +nostalgia_N 5.78422526086856e-6 +nostalgic_A 7.450870820527148e-5 +not_Adv 7.467292651091257e-3 +notable_A 3.539163639750396e-4 +notch_N 5.78422526086856e-6 +notch_V2 2.4417043096081066e-5 +note_N 1.5038985678258255e-3 +note_V 6.02990834539315e-4 +note_V2 5.371749481137834e-4 +note_VS 1.5042029199233151e-2 +notebook_N 5.205802734781703e-5 +noted_A 1.862717705131787e-5 +noteworthy_A 1.862717705131787e-5 +notice_N 7.519492839129126e-5 +notice_V 1.20598166907863e-4 +notice_V2 1.9533634476864853e-4 +notice_VS 4.424126235068574e-4 +noticeable_A 7.450870820527148e-5 +notification_N 5.784225260868559e-5 +notify_V2 5.371749481137834e-4 +notion_N 1.3303718099997685e-4 +notoriety_N 1.156845052173712e-5 +notorious_A 1.4901741641054297e-4 +notwithstanding_Adv 2.0236565450111807e-5 +notwithstanding_Prep 5.289773809271916e-5 +novel_A 5.588153115395362e-5 +novel_N 1.561740820434511e-4 +novelist_N 2.313690104347424e-5 +novelty_N 5.78422526086856e-6 +novice_N 5.78422526086856e-6 +novitiate_N 1.156845052173712e-5 +now_Adv 8.205927290020338e-3 +nowadays_Adv 2.0236565450111807e-5 +nowhere_Adv 4.0473130900223614e-5 +nozzle_N 1.156845052173712e-5 +nuance_N 3.470535156521136e-5 +nuclear_A 8.382229673093043e-4 +nucleus_N 5.78422526086856e-6 +nude_A 3.725435410263574e-5 +nudge_N 5.78422526086856e-6 +nudge_V2 2.4417043096081066e-5 +nuisance_N 5.78422526086856e-6 +nullify_V2 9.766817238432426e-5 +num 1.0 +numb_A 1.862717705131787e-5 +number_N 2.1054579949561555e-3 +number_V2 1.2208521548040532e-4 +numerator_N 5.78422526086856e-6 +numerical_A 7.450870820527148e-5 +numerous_A 5.215609574369004e-4 +nun_N 5.78422526086856e-6 +nurse_N 3.470535156521136e-5 +nurse_V2 9.766817238432426e-5 +nursery_N 2.8921126304342795e-5 +nurture_V2 4.883408619216213e-5 +nut_N 1.735267578260568e-5 +nutrient_N 5.78422526086856e-6 +nutrition_N 1.156845052173712e-5 +nutritional_A 1.862717705131787e-5 +nutshell_N 5.78422526086856e-6 +oak_N 2.313690104347424e-5 +oasis_N 1.735267578260568e-5 +oat_N 4.627380208694848e-5 +oath_N 1.156845052173712e-5 +obdurate_A 1.862717705131787e-5 +obedience_N 5.78422526086856e-6 +obedient_A 1.862717705131787e-5 +obeisance_N 5.78422526086856e-6 +obelisk_N 5.78422526086856e-6 +obfuscate_V2 2.4417043096081066e-5 +obiter_dictum_N 5.78422526086856e-6 +object_N 2.8921126304342795e-5 +object_V 3.014954172696575e-4 +objection_N 6.941070313042272e-5 +objectionable_A 3.725435410263574e-5 +objective_A 9.313588525658937e-5 +objective_N 1.0990027995650263e-4 +objectivity_N 2.313690104347424e-5 +obligate_V2 2.4417043096081066e-5 +obligation_N 2.949954883042965e-4 +obligatory_A 1.862717705131787e-5 +oblige_V2 2.4417043096081066e-5 +oblique_A 3.725435410263574e-5 +obliterate_V2 2.4417043096081066e-5 +oblivious_A 3.725435410263574e-5 +obnoxious_A 3.725435410263574e-5 +oboist_N 5.78422526086856e-6 +obscene_A 1.862717705131787e-5 +obscenity_N 5.78422526086856e-6 +obscure_A 7.450870820527148e-5 +obscure_V2 4.883408619216213e-5 +obscurity_N 1.156845052173712e-5 +observance_N 5.78422526086856e-6 +observation_N 1.735267578260568e-5 +observatory_N 5.78422526086856e-6 +observe_V 1.20598166907863e-4 +observe_V2 4.883408619216213e-5 +observe_VS 1.0322961215160006e-3 +observer_N 2.255847851738738e-4 +obsession_N 1.156845052173712e-5 +obsolete_A 7.450870820527148e-5 +obstacle_N 1.1568450521737118e-4 +obstruct_V2 9.766817238432426e-5 +obstruction_N 1.735267578260568e-5 +obstructionist_N 5.78422526086856e-6 +obtain_V 3.61794500723589e-4 +obtain_V2 1.5626907581491882e-3 +obtainable_A 1.862717705131787e-5 +obviate_V2 2.4417043096081066e-5 +obvious_A 9.127316755145758e-4 +occasion_N 8.676337891302839e-5 +occasion_V2 4.883408619216213e-5 +occasional_A 3.725435410263575e-4 +occupancy_N 2.313690104347424e-5 +occupant_N 1.156845052173712e-5 +occupation_N 3.470535156521136e-5 +occupational_A 1.862717705131787e-5 +occupy_V 1.20598166907863e-4 +occupy_V2 7.325112928824319e-5 +occur_V 1.6280752532561505e-3 +occurr_V2 4.883408619216213e-5 +occurrence_N 1.156845052173712e-5 +ocean_N 5.784225260868559e-5 +octane_N 5.78422526086856e-6 +octave_N 5.78422526086856e-6 +odd_A 3.725435410263575e-4 +oddity_N 1.735267578260568e-5 +odds_on_A 1.862717705131787e-5 +odious_A 1.862717705131787e-5 +odyssey_N 5.78422526086856e-6 +of_Prep 0.23499291170309558 +off_A 9.313588525658937e-5 +off_Adv 9.713551416053668e-4 +off_Prep 1.1637502380398214e-3 +offbeat_A 1.862717705131787e-5 +offend_V2 9.766817238432426e-5 +offender_N 1.735267578260568e-5 +offensive_A 1.303902393592251e-4 +offensive_N 2.8921126304342795e-5 +offer_N 1.8335994076953332e-3 +offer_V 3.376748673420164e-3 +offer_V2 6.836772066902698e-3 +offer_VS 2.212063117534287e-4 +offer_VV 3.6425133342005986e-3 +offering_N 1.3882140626084543e-3 +offhanded_A 1.862717705131787e-5 +office_N 2.122810670738761e-3 +officer_N 2.0013419402605216e-3 +official_A 1.5833100493620191e-3 +official_N 3.8291571226949862e-3 +officious_A 1.862717705131787e-5 +offing_N 1.735267578260568e-5 +offset_N 5.78422526086856e-6 +offset_V2 2.246367964839458e-3 +offshoot_N 2.313690104347424e-5 +offshore_A 5.588153115395362e-5 +often_Adv 1.8415274559601745e-3 +ogle_V2 4.883408619216213e-5 +oil_N 1.8162467319127276e-3 +oiler_N 5.78422526086856e-6 +oilfield_N 5.78422526086856e-6 +oily_A 1.862717705131787e-5 +ointment_N 5.78422526086856e-6 +okay_A 3.725435410263574e-5 +old_A 5.159728043215051e-3 +old_N 1.735267578260568e-5 +old_fashioned_A 1.303902393592251e-4 +old_time_A 3.725435410263574e-5 +ombudsman_N 1.156845052173712e-5 +omen_N 5.78422526086856e-6 +ominous_A 9.313588525658937e-5 +omission_N 1.156845052173712e-5 +omit_V2 4.6392381882554023e-4 +omnibus_N 1.156845052173712e-5 +on_Adv 3.13666764476733e-4 +on_Prep 5.333149954507945e-2 +once_Adv 1.5986886705588327e-3 +once_Prep 3.808637142675779e-4 +one_sided_A 1.862717705131787e-5 +one_time_A 6.705783738474435e-4 +onerous_A 1.303902393592251e-4 +ongoing_A 1.8627177051317874e-4 +onlooker_N 5.78422526086856e-6 +only_Adv 7.750604567392822e-3 +onset_N 5.78422526086856e-6 +onslaught_N 1.156845052173712e-5 +onto_Prep 2.750682380821396e-4 +onus_N 5.78422526086856e-6 +oomph_N 5.78422526086856e-6 +ooze_N 5.78422526086856e-6 +ooze_V 6.02990834539315e-5 +op_art_N 4.3381689456514197e-4 +open_A 1.769581819875198e-3 +open_N 2.313690104347424e-5 +open_V 3.0752532561505066e-3 +open_V2 1.6847759736295935e-3 +open_ended_A 1.862717705131787e-5 +opener_N 1.156845052173712e-5 +opening_A 5.588153115395362e-5 +opening_N 2.1980055991300526e-4 +openness_N 3.470535156521136e-5 +opera_N 1.735267578260568e-5 +operable_A 1.862717705131787e-5 +operate_V 1.1125180897250361e-2 +operate_V2 1.3917714564766206e-3 +operatic_A 1.862717705131787e-5 +operation_N 2.8169177020429884e-3 +operational_A 3.911707180776753e-4 +operative_A 3.725435410263574e-5 +operative_N 1.735267578260568e-5 +operator_N 4.0489576826079917e-4 +opine_VS 7.37354372511429e-5 +opinion_N 3.528377409129821e-4 +opium_N 1.735267578260568e-5 +opponent_N 1.9087943360866246e-4 +opportune_A 1.862717705131787e-5 +opportunism_N 5.78422526086856e-6 +opportunist_N 1.735267578260568e-5 +opportunity_N 5.205802734781703e-4 +oppose_V 8.140376266280753e-4 +oppose_V2 1.5382737150531072e-3 +opposite_A 2.048989475644966e-4 +opposite_N 2.8921126304342795e-5 +opposite_Prep 1.057954761854383e-5 +opposition_N 4.222484440434048e-4 +oppression_N 1.156845052173712e-5 +oppressive_A 1.862717705131787e-5 +opt_V 2.1104679208876025e-4 +opt_VS 7.37354372511429e-5 +optical_A 3.3528918692372173e-4 +optimism_N 4.627380208694848e-5 +optimist_N 1.735267578260568e-5 +optimistic_A 4.656794262829468e-4 +optimistically_Adv 1.0118282725055903e-5 +option_N 1.3477244857823744e-3 +optional_A 3.725435410263574e-5 +opulence_N 5.78422526086856e-6 +opulent_A 5.588153115395362e-5 +or_Conj 0.12846227316141356 +oral_A 1.303902393592251e-4 +orange_N 1.735267578260568e-5 +orbit_N 2.8921126304342795e-5 +orchard_N 2.8921126304342795e-5 +orchestra_N 3.470535156521136e-5 +orchestral_A 1.862717705131787e-5 +orchestrate_V2 4.883408619216213e-5 +ordain_VS 7.37354372511429e-5 +ordeal_N 1.156845052173712e-5 +order_N 2.1980055991300527e-3 +order_V 9.044862518089724e-5 +order_V2 1.0255158100354047e-3 +order_V2V 6.396588486140725e-3 +order_VS 5.161480607580003e-4 +orderly_A 7.450870820527148e-5 +ordinance_N 4.0489576826079914e-5 +ordinary_A 5.401881344882183e-4 +ordnance_N 1.156845052173712e-5 +ore_N 1.156845052173712e-5 +organ_N 4.0489576826079914e-5 +organic_A 7.450870820527148e-5 +organism_N 1.735267578260568e-5 +organization_N 4.5695379560861617e-4 +organizational_A 9.313588525658937e-5 +organize_V2 6.592601635941887e-4 +organized_A 7.450870820527148e-5 +organizer_N 2.313690104347424e-5 +orgy_N 5.78422526086856e-6 +orient_V2 4.883408619216213e-5 +oriental_A 3.725435410263574e-5 +origin_N 1.735267578260568e-5 +original_A 1.620564403464655e-3 +original_N 1.735267578260568e-5 +originate_V 6.02990834539315e-5 +originate_V2 4.883408619216213e-5 +originator_N 1.735267578260568e-5 +ornament_N 5.78422526086856e-6 +ornamental_A 3.725435410263574e-5 +ornery_A 1.862717705131787e-5 +orphan_N 1.156845052173712e-5 +orphan_V2 2.4417043096081066e-5 +orthodox_A 7.450870820527148e-5 +orthodoxy_N 5.78422526086856e-6 +ostensible_A 3.725435410263574e-5 +ostentation_N 5.78422526086856e-6 +ostentatious_A 1.862717705131787e-5 +other_A 2.617118375710161e-2 +other_N 1.1510608269128433e-3 +otherwise_Adv 4.0473130900223615e-4 +ounce_N 3.701904166955878e-4 +oust_V 1.808972503617945e-4 +oust_V2 4.6392381882554023e-4 +out_Adv 1.0826562515809817e-3 +out_Prep 3.565307547449271e-3 +out_trade_V2 2.4417043096081066e-5 +outback_N 5.78422526086856e-6 +outbid_V2 4.883408619216213e-5 +outbreak_N 2.8921126304342795e-5 +outcome_N 1.561740820434511e-4 +outcry_N 8.097915365215983e-5 +outdated_A 1.862717705131787e-5 +outdo_V2 4.883408619216213e-5 +outdoor_A 5.588153115395362e-5 +outer_A 1.1176306230790724e-4 +outfield_N 1.156845052173712e-5 +outfielder_N 5.78422526086856e-6 +outfit_N 2.8921126304342795e-5 +outfit_V2 4.883408619216213e-5 +outflank_V2 2.4417043096081066e-5 +outflow_N 9.254760417389695e-5 +outfly_V2 4.883408619216213e-5 +outgain_V2 2.4417043096081066e-5 +outgoing_A 3.725435410263574e-5 +outgrow_V2 4.883408619216213e-5 +outgrowth_N 1.156845052173712e-5 +outing_N 5.78422526086856e-6 +outlandish_A 1.862717705131787e-5 +outlast_V2 4.883408619216213e-5 +outlaw_V2 1.4650225857648638e-4 +outlay_N 9.254760417389695e-5 +outleap_V2 2.4417043096081066e-5 +outlet_N 1.5038985678258253e-4 +outline_N 1.156845052173712e-5 +outline_V2 3.174215602490538e-4 +outlook_N 2.3715323569561093e-4 +outlying_A 3.725435410263574e-5 +outmoded_A 1.862717705131787e-5 +outnumber_V2 2.197533878647296e-4 +outpace_V2 1.4650225857648638e-4 +outpatient_N 1.735267578260568e-5 +outperform_V2 2.9300451715297276e-4 +outpost_N 1.735267578260568e-5 +output_N 4.222484440434048e-4 +outrage_N 2.313690104347424e-5 +outrage_V2 4.883408619216213e-5 +outrageous_A 5.588153115395362e-5 +outright_A 3.725435410263574e-5 +outright_Adv 3.0354848175167712e-5 +outsell_V2 7.325112928824319e-5 +outset_N 1.735267578260568e-5 +outshine_V2 4.883408619216213e-5 +outside_A 8.009686132066685e-4 +outside_Adv 5.059141362527952e-5 +outside_N 3.470535156521136e-5 +outside_Prep 6.982501428238929e-4 +outsider_N 8.097915365215983e-5 +outspoken_A 1.1176306230790724e-4 +outstanding_A 3.390146223339853e-3 +outstrip_V2 1.2208521548040532e-4 +outward_A 1.862717705131787e-5 +outweigh_V2 2.4417043096081065e-4 +oven_N 1.156845052173712e-5 +over_Adv 3.9461302627718023e-4 +over_N 1.156845052173712e-5 +over_Prep 7.606694737733014e-3 +over_magazine_V2 2.4417043096081066e-5 +overall_A 1.173512154233026e-3 +overall_N 2.313690104347424e-5 +overbid_V 3.014954172696575e-5 +overbid_V2 2.4417043096081066e-5 +overblown_A 1.862717705131787e-5 +overboard_Adv 2.0236565450111807e-5 +overcharge_N 1.735267578260568e-5 +overcome_V 6.02990834539315e-5 +overcome_V2 3.174215602490538e-4 +overcommit_V2 2.4417043096081066e-5 +overdose_V 6.02990834539315e-5 +overdraft_N 5.78422526086856e-6 +overdue_A 1.4901741641054297e-4 +overeager_A 1.862717705131787e-5 +overemphasize_V 3.014954172696575e-5 +overemphasize_V2 2.4417043096081066e-5 +overflow_N 5.78422526086856e-6 +overflow_V 6.02990834539315e-5 +overhang_N 2.313690104347424e-5 +overhang_V2 4.883408619216213e-5 +overhaul_N 9.254760417389695e-5 +overhaul_V2 3.418386033451349e-4 +overhead_A 3.725435410263574e-5 +overhead_Adv 3.0354848175167712e-5 +overheat_V2 2.4417043096081066e-5 +overlap_V 6.02990834539315e-5 +overlay_N 5.78422526086856e-6 +overlay_V2 2.4417043096081066e-5 +overlook_V2 2.197533878647296e-4 +overly_Adv 7.082797907539132e-5 +overnight_A 4.4705224923162896e-4 +overnight_Adv 1.0118282725055903e-5 +overpass_N 5.78422526086856e-6 +overpay_V2 2.4417043096081066e-5 +overplant_V2 2.4417043096081066e-5 +overpower_V2 2.4417043096081066e-5 +overprice_V2 4.883408619216213e-5 +overproduction_N 5.78422526086856e-6 +overreact_V 2.1104679208876025e-4 +override_V2 2.4417043096081065e-4 +overrule_V2 4.883408619216213e-5 +overseas_A 9.872403837198473e-4 +overseas_Adv 3.844947435521243e-4 +oversee_V2 7.32511292882432e-4 +overseer_N 5.78422526086856e-6 +overshadow_V2 9.766817238432426e-5 +oversight_N 4.627380208694848e-5 +oversimplify_V 3.014954172696575e-5 +overstate_V2 1.7091930167256744e-4 +overstatement_N 5.78422526086856e-6 +oversubscribe_V2 7.325112928824319e-5 +oversubscribed_A 5.588153115395362e-5 +overt_A 1.862717705131787e-5 +overtake_V2 2.4417043096081066e-5 +overtax_V2 2.4417043096081066e-5 +overthrow_V2 9.766817238432426e-5 +overtime_Adv 4.0473130900223614e-5 +overtime_N 4.0489576826079914e-5 +overture_N 1.735267578260568e-5 +overturn_V 3.014954172696575e-5 +overturn_V2 1.7091930167256744e-4 +overvalue_V2 4.883408619216213e-5 +overweight_A 1.862717705131787e-5 +overweight_N 5.78422526086856e-6 +overwhelm_V2 1.4650225857648638e-4 +overwhelmingly_Adv 4.0473130900223614e-5 +overwork_V 3.014954172696575e-5 +overwrought_A 1.862717705131787e-5 +overzealous_A 1.862717705131787e-5 +owe_V 5.125422093584177e-4 +owe_V2 6.836772066902698e-4 +owl_N 1.156845052173712e-5 +own_A 6.668529384371799e-3 +own_V 1.2361312108055958e-3 +own_V2 6.372848248077158e-3 +owner_N 7.924388607389926e-4 +ownership_N 3.8754309247819346e-4 +ox_N 5.78422526086856e-6 +oxide_N 1.156845052173712e-5 +oxygen_N 2.313690104347424e-5 +ozone_N 1.0990027995650263e-4 +pace_N 2.7764281252169086e-4 +pace_V 3.014954172696575e-5 +pace_V2 2.4417043096081066e-5 +pacemaker_N 2.8921126304342795e-5 +pacific_A 9.313588525658937e-5 +pacify_V2 2.4417043096081066e-5 +pack_N 5.205802734781703e-5 +pack_V 1.5074770863482875e-4 +pack_V2 1.7091930167256744e-4 +package_N 5.437171745216445e-4 +package_V2 3.9067268953729706e-4 +packet_N 2.8921126304342795e-5 +packing_N 5.78422526086856e-6 +pact_N 2.3136901043474236e-4 +pad_N 1.156845052173712e-5 +padding_N 5.78422526086856e-6 +paddle_N 5.78422526086856e-6 +paean_N 5.78422526086856e-6 +page_N 3.817588672173249e-4 +pageant_N 5.78422526086856e-6 +pageantry_N 5.78422526086856e-6 +pail_N 1.156845052173712e-5 +pain_N 6.362647786955415e-5 +pained_A 1.862717705131787e-5 +painful_A 3.3528918692372173e-4 +painless_A 1.862717705131787e-5 +painstaking_A 1.862717705131787e-5 +paint_N 2.8921126304342795e-5 +paint_V 6.02990834539315e-5 +paint_V2 2.685874740568917e-4 +paintbrush_N 5.78422526086856e-6 +painter_N 1.735267578260568e-5 +painting_N 2.660743619999537e-4 +pair_N 4.627380208694848e-5 +pair_V 3.014954172696575e-5 +pair_V2 9.766817238432426e-5 +pakistani_A 5.588153115395362e-5 +pal_N 1.156845052173712e-5 +palace_N 5.78422526086856e-6 +palatial_A 1.862717705131787e-5 +pale_A 7.450870820527148e-5 +pale_N 5.78422526086856e-6 +pale_V 1.20598166907863e-4 +palestinian_A 1.4901741641054297e-4 +palestinian_N 5.78422526086856e-6 +pall_N 2.8921126304342795e-5 +palm_N 3.470535156521136e-5 +palm_V2 2.4417043096081066e-5 +paltry_A 3.725435410263574e-5 +pamper_V2 2.4417043096081066e-5 +pamphlet_N 5.78422526086856e-6 +pamphleteer_N 5.78422526086856e-6 +pan_V 1.20598166907863e-4 +panacea_N 5.78422526086856e-6 +panamanian_A 3.539163639750396e-4 +pancreas_N 5.78422526086856e-6 +pandemonium_N 5.78422526086856e-6 +panel_N 3.93327317739062e-4 +pang_N 5.78422526086856e-6 +panic_N 8.097915365215983e-5 +panic_V 1.5074770863482875e-4 +panic_V2 2.4417043096081066e-5 +panicky_A 5.588153115395362e-5 +panjandrum_N 5.78422526086856e-6 +panoramic_A 1.862717705131787e-5 +pant_N 2.313690104347424e-5 +pantry_N 5.78422526086856e-6 +pap_N 1.156845052173712e-5 +papa_N 5.78422526086856e-6 +paper_N 1.3072349089562943e-3 +paperclip_N 5.78422526086856e-6 +paperwork_N 5.78422526086856e-6 +par_N 2.7764281252169086e-4 +parachute_N 5.78422526086856e-6 +parachute_V 9.044862518089724e-5 +parade_N 1.735267578260568e-5 +paradise_N 5.78422526086856e-6 +paradox_N 2.313690104347424e-5 +paragraph_N 2.313690104347424e-5 +parakeet_N 1.156845052173712e-5 +parallel_A 7.450870820527148e-5 +parallel_N 3.470535156521136e-5 +parallel_V2 4.883408619216213e-5 +paralysis_N 1.156845052173712e-5 +paralyze_V2 9.766817238432426e-5 +parameter_N 5.78422526086856e-6 +paramilitary_A 1.862717705131787e-5 +paramount_A 1.862717705131787e-5 +paranoia_N 5.78422526086856e-6 +paranoid_A 3.725435410263574e-5 +parasite_N 5.78422526086856e-6 +parcel_N 3.470535156521136e-5 +parcel_V2 4.883408619216213e-5 +pardon_N 5.78422526086856e-6 +pardon_V2 2.4417043096081066e-5 +pare_V2 9.766817238432426e-5 +parent_N 1.0180236459128664e-3 +parental_A 1.303902393592251e-4 +pariah_N 5.78422526086856e-6 +parity_N 5.784225260868559e-5 +park_N 1.4460563152171398e-4 +park_V 9.044862518089724e-5 +park_V2 7.325112928824319e-5 +parking_N 8.676337891302839e-5 +parlance_N 1.735267578260568e-5 +parley_N 5.78422526086856e-6 +parliament_N 4.627380208694848e-5 +parliamentarian_N 5.78422526086856e-6 +parliamentary_A 2.048989475644966e-4 +parochial_A 3.725435410263574e-5 +parody_N 2.313690104347424e-5 +parry_V2 4.883408619216213e-5 +part_N 3.0772078387820735e-3 +part_V 3.014954172696575e-5 +part_time_A 5.588153115395362e-5 +part_time_Adv 1.0118282725055903e-5 +partake_V 3.014954172696575e-5 +partial_A 5.588153115395362e-4 +participant_N 2.4872168621734806e-4 +participate_V 1.447178002894356e-3 +participate_V2 4.883408619216213e-5 +participation_N 1.5038985678258253e-4 +particle_N 5.78422526086856e-6 +particular_A 3.3342646921858993e-3 +particular_N 2.313690104347424e-5 +parting_N 5.78422526086856e-6 +partisan_A 5.588153115395362e-5 +partly_Adv 8.701723143548077e-4 +partner_N 8.965549154346267e-4 +partnership_N 4.800906966520904e-4 +party_N 8.560653386085467e-4 +pasha_N 5.78422526086856e-6 +pass_N 1.735267578260568e-5 +pass_V 1.7185238784370477e-3 +pass_V2 1.5626907581491882e-3 +passable_A 3.725435410263574e-5 +passage_N 6.941070313042272e-5 +passbook_N 5.78422526086856e-6 +passenger_N 2.255847851738738e-4 +passing_N 1.156845052173712e-5 +passion_N 4.627380208694848e-5 +passionate_A 9.313588525658937e-5 +passive_A 1.1176306230790724e-4 +passive_N 1.156845052173712e-5 +passivity_N 5.78422526086856e-6 +passport_N 1.735267578260568e-5 +password_N 2.8921126304342795e-5 +past_A 5.495017230138772e-3 +past_Adv 4.0473130900223614e-5 +past_N 4.7430647139122187e-4 +past_Prep 1.375341190410698e-4 +pasta_N 1.735267578260568e-5 +pasteurize_V2 2.4417043096081066e-5 +pastime_N 1.156845052173712e-5 +pastor_N 5.78422526086856e-6 +pastry_N 2.313690104347424e-5 +pasture_N 1.156845052173712e-5 +patch_N 2.8921126304342795e-5 +patch_V2 2.4417043096081066e-5 +patchwork_N 5.78422526086856e-6 +patent_A 3.725435410263574e-5 +patent_N 2.949954883042965e-4 +patent_V2 7.325112928824319e-5 +path_N 1.272529557391083e-4 +pathetic_A 1.862717705131787e-5 +pathological_A 1.862717705131787e-5 +patience_N 2.313690104347424e-5 +patient_A 1.1176306230790724e-4 +patient_N 3.123481640869022e-4 +patriarch_N 1.156845052173712e-5 +patriarchal_A 1.862717705131787e-5 +patriarchy_N 5.78422526086856e-6 +patrician_N 5.78422526086856e-6 +patriot_N 5.78422526086856e-6 +patriotic_A 1.862717705131787e-5 +patriotism_N 5.78422526086856e-6 +patrol_N 4.0489576826079914e-5 +patrol_V 3.014954172696575e-5 +patrol_V2 2.4417043096081066e-5 +patron_N 2.8921126304342795e-5 +patronage_N 5.78422526086856e-6 +patronize_V2 7.325112928824319e-5 +patronizing_A 1.862717705131787e-5 +pattern_N 1.850952083477939e-4 +pattern_V2 4.883408619216213e-5 +pauper_N 5.78422526086856e-6 +pause_N 1.156845052173712e-5 +pause_VS 7.37354372511429e-5 +pave_V2 7.325112928824319e-5 +paw_V 3.014954172696575e-5 +pawn_N 5.205802734781703e-5 +pawn_V2 2.4417043096081066e-5 +pay_N 2.8921126304342796e-4 +pay_V 7.23589001447178e-3 +pay_V2 9.131974117934318e-3 +pay_VS 2.949417490045716e-4 +payable_A 6.333240197448077e-4 +payer_N 1.735267578260568e-5 +payment_N 1.220471530043266e-3 +payoff_N 5.78422526086856e-6 +payroll_N 1.0990027995650263e-4 +pea_N 1.156845052173712e-5 +peace_N 1.561740820434511e-4 +peaceful_A 1.4901741641054297e-4 +peacemaker_N 1.156845052173712e-5 +peacetime_N 1.156845052173712e-5 +peach_N 5.78422526086856e-6 +peak_N 1.0411605469563407e-4 +peak_V 2.7134587554269177e-4 +peak_V2 2.4417043096081066e-5 +peaked_A 3.725435410263574e-5 +peanut_N 2.313690104347424e-5 +pear_N 5.78422526086856e-6 +pearl_N 5.78422526086856e-6 +peasant_N 4.627380208694848e-5 +peck_N 5.78422526086856e-6 +peculiar_A 7.450870820527148e-5 +peculiarity_N 5.78422526086856e-6 +pedagogue_N 5.78422526086856e-6 +pedal_V 6.02990834539315e-5 +peddle_V 6.02990834539315e-5 +peddle_V2 1.7091930167256744e-4 +peddler_N 5.78422526086856e-6 +peddling_A 1.862717705131787e-5 +pedestrian_A 1.862717705131787e-5 +pedestrian_N 1.735267578260568e-5 +pediatrician_N 5.78422526086856e-6 +pedigree_N 5.78422526086856e-6 +peek_N 5.78422526086856e-6 +peek_V 3.014954172696575e-5 +peel_V 3.014954172696575e-5 +peel_V2 4.883408619216213e-5 +peep_N 5.78422526086856e-6 +peer_N 2.313690104347424e-5 +peer_V 1.20598166907863e-4 +peerless_A 1.862717705131787e-5 +peg_V 9.044862518089724e-5 +peg_V2 2.197533878647296e-4 +pejorative_A 1.862717705131787e-5 +pelvic_A 3.725435410263574e-5 +pen_N 2.313690104347424e-5 +pen_V2 2.4417043096081066e-5 +penalize_V2 7.325112928824319e-5 +penalty_N 2.660743619999537e-4 +penchant_N 1.735267578260568e-5 +pencil_N 8.676337891302839e-5 +pend_V 1.6582247949831163e-3 +pend_V2 2.4417043096081066e-5 +pending_A 9.313588525658937e-5 +pending_Prep 1.057954761854383e-5 +penetrate_V 3.014954172696575e-5 +penetrate_V2 1.2208521548040532e-4 +peninsula_N 1.156845052173712e-5 +penis_N 5.78422526086856e-6 +pennant_N 2.313690104347424e-5 +penny_N 2.3136901043474236e-4 +pension_N 4.627380208694847e-4 +pent_up_A 7.450870820527148e-5 +pentameter_N 5.78422526086856e-6 +penthouse_N 1.156845052173712e-5 +people_N 2.8921126304342795e-5 +pep_N 5.78422526086856e-6 +pepper_N 5.78422526086856e-6 +per_Prep 9.838979285245763e-4 +perceive_V2 2.197533878647296e-4 +perceive_VS 7.37354372511429e-5 +percent_N 9.83318294347655e-5 +percentage_N 7.693019596955184e-4 +perception_N 1.4460563152171398e-4 +perch_N 1.156845052173712e-5 +perch_V 3.014954172696575e-5 +perch_V2 2.4417043096081066e-5 +peremptory_A 1.862717705131787e-5 +perennial_A 5.588153115395362e-5 +perfect_A 4.656794262829468e-4 +perfect_V2 2.4417043096081066e-5 +perfection_N 1.735267578260568e-5 +perform_V 9.044862518089725e-4 +perform_V2 3.418386033451349e-4 +performance_N 7.519492839129127e-4 +performer_N 6.941070313042272e-5 +perfume_N 2.8921126304342795e-5 +perhaps_Adv 1.032064837955702e-3 +peril_N 2.313690104347424e-5 +perilous_A 5.588153115395362e-5 +perimeter_N 5.78422526086856e-6 +period_N 1.7121306772170935e-3 +periodic_A 1.1176306230790724e-4 +periodical_A 7.450870820527148e-5 +periodical_N 1.156845052173712e-5 +peripheral_A 3.725435410263574e-5 +periphery_N 1.156845052173712e-5 +perjury_N 3.470535156521136e-5 +perk_N 1.735267578260568e-5 +perk_V 6.02990834539315e-5 +permanence_N 5.78422526086856e-6 +permanent_A 5.77442488590854e-4 +permeable_A 1.862717705131787e-5 +permeate_V2 4.883408619216213e-5 +permissible_A 7.450870820527148e-5 +permission_N 1.3882140626084543e-4 +permissive_A 1.862717705131787e-5 +permit_N 2.8921126304342795e-5 +permit_V 3.3164495899662324e-4 +permit_V2 5.615919912098645e-4 +permit_V2V 1.812366737739872e-2 +perpetrate_V2 2.4417043096081066e-5 +perpetual_A 5.588153115395362e-5 +perpetuate_V2 4.883408619216213e-5 +persecute_V2 4.883408619216213e-5 +persecution_N 5.78422526086856e-6 +persian_A 1.862717705131787e-5 +persist_V 2.7134587554269177e-4 +persistence_N 1.156845052173712e-5 +persistent_A 2.048989475644966e-4 +person_N 3.4705351565211356e-4 +persona_non_grata_N 1.156845052173712e-5 +personal_A 2.8685852659029523e-3 +personal_N 9.83318294347655e-5 +personality_N 4.0489576826079914e-5 +personalize_V2 4.883408619216213e-5 +personification_N 5.78422526086856e-6 +perspective_N 6.941070313042272e-5 +persuade_V2 7.813453790745941e-4 +persuasive_A 3.725435410263574e-5 +pertinent_A 5.588153115395362e-5 +perturb_V2 2.4417043096081066e-5 +peruse_V2 2.4417043096081066e-5 +peruvian_A 9.313588525658937e-5 +pervasive_A 1.4901741641054297e-4 +perverse_A 7.450870820527148e-5 +perversion_N 5.78422526086856e-6 +perversity_N 5.78422526086856e-6 +peseta_N 3.470535156521136e-5 +peso_N 5.78422526086856e-6 +pessimism_N 1.156845052173712e-5 +pessimist_N 1.156845052173712e-5 +pessimistic_A 1.8627177051317874e-4 +pester_V2 2.4417043096081066e-5 +pesticide_N 1.0411605469563407e-4 +pet_N 1.735267578260568e-5 +petite_A 1.862717705131787e-5 +petition_N 7.519492839129126e-5 +petition_V2 2.4417043096081066e-5 +petroleum_N 1.3882140626084543e-4 +pettiness_N 5.78422526086856e-6 +petty_A 3.725435410263574e-5 +phalanx_N 5.78422526086856e-6 +pharmaceutical_A 5.960696656421719e-4 +pharmacist_N 5.78422526086856e-6 +pharmacy_N 1.156845052173712e-5 +phase_N 1.0990027995650263e-4 +phase_V2 2.197533878647296e-4 +phenomenal_A 1.862717705131787e-5 +phenomenon_N 9.254760417389695e-5 +philanthropist_N 5.78422526086856e-6 +philippine_A 1.6764459346186087e-4 +philosopher_N 1.735267578260568e-5 +philosophic_A 3.725435410263574e-5 +philosophical_A 3.725435410263574e-5 +philosophy_N 7.519492839129126e-5 +phone_N 4.396011198260105e-4 +phone_V 9.044862518089724e-5 +phone_V2 7.325112928824319e-5 +phoney_A 1.862717705131787e-5 +phony_A 1.1176306230790724e-4 +phony_N 5.78422526086856e-6 +photo_N 1.0411605469563407e-4 +photocopier_N 5.78422526086856e-6 +photograph_N 4.627380208694848e-5 +photograph_V2 4.883408619216213e-5 +photographic_A 1.303902393592251e-4 +photography_N 5.78422526086856e-6 +photosynthesis_N 5.78422526086856e-6 +phrase_N 4.627380208694848e-5 +physical_A 2.9803483282108594e-4 +physician_N 8.676337891302839e-5 +physicist_N 1.156845052173712e-5 +physics_N 1.735267578260568e-5 +pi_N 5.78422526086856e-6 +pianist_N 1.735267578260568e-5 +piano_N 4.627380208694848e-5 +pick_N 4.627380208694848e-5 +pick_V 1.6582247949831163e-3 +pick_V2 4.883408619216213e-4 +picker_N 2.8921126304342795e-5 +picket_N 2.313690104347424e-5 +picket_V 3.014954172696575e-5 +picking_N 2.313690104347424e-5 +pickle_N 5.78422526086856e-6 +picnic_N 1.156845052173712e-5 +picture_N 3.528377409129821e-4 +picture_V2 9.766817238432426e-5 +picturesque_A 1.862717705131787e-5 +pie_N 3.470535156521136e-5 +piece_N 4.1646421878253627e-4 +piece_V2 4.883408619216213e-5 +piecemeal_Adv 2.0236565450111807e-5 +pier_N 2.313690104347424e-5 +pig_N 6.941070313042272e-5 +piggyback_V 9.044862518089724e-5 +piglet_N 1.156845052173712e-5 +pigment_N 2.313690104347424e-5 +pigsty_N 5.78422526086856e-6 +pile_N 2.8921126304342795e-5 +pile_V 2.1104679208876025e-4 +pile_V2 4.883408619216213e-5 +piles_N 2.313690104347424e-5 +pilferage_N 5.78422526086856e-6 +pill_N 2.3136901043474236e-4 +pillar_N 4.627380208694848e-5 +pillory_V2 4.883408619216213e-5 +pillow_N 1.156845052173712e-5 +pillowcase_N 5.78422526086856e-6 +pilot_N 8.329284375650725e-4 +pimp_N 1.735267578260568e-5 +pin_N 1.735267578260568e-5 +pin_V2 1.4650225857648638e-4 +pin_point_V2 2.4417043096081066e-5 +pinball_N 5.78422526086856e-6 +pinch_N 1.156845052173712e-5 +pinch_V2 2.4417043096081066e-5 +pineapple_N 1.156845052173712e-5 +ping_N 5.78422526086856e-6 +ping_V 3.014954172696575e-5 +pink_A 3.725435410263574e-5 +pinpoint_V2 7.325112928824319e-5 +pint_N 5.78422526086856e-6 +pioneer_N 4.0489576826079914e-5 +pioneer_V 3.014954172696575e-5 +pioneer_V2 7.325112928824319e-5 +pious_A 1.862717705131787e-5 +pipe_N 5.784225260868559e-5 +pipe_V 3.014954172696575e-5 +pipe_V2 2.4417043096081066e-5 +pipeline_N 2.4872168621734806e-4 +piping_N 5.78422526086856e-6 +pipsqueak_N 5.78422526086856e-6 +piquant_A 1.862717705131787e-5 +pirate_N 5.78422526086856e-6 +pirate_V2 2.4417043096081066e-5 +pistil_N 5.78422526086856e-6 +pistol_N 2.313690104347424e-5 +piston_N 2.313690104347424e-5 +pit_N 9.83318294347655e-5 +pit_V2 1.2208521548040532e-4 +pitch_N 1.0411605469563407e-4 +pitch_V 1.5074770863482875e-4 +pitch_V2 1.9533634476864853e-4 +pitcher_N 4.627380208694848e-5 +pitfall_N 1.735267578260568e-5 +pithy_A 3.725435410263574e-5 +pittance_N 5.78422526086856e-6 +pity_N 5.78422526086856e-6 +pivotal_A 5.588153115395362e-5 +pizza_N 2.313690104347424e-5 +placate_V2 7.325112928824319e-5 +place_N 8.849864649128896e-4 +place_V2 1.9777804907825662e-3 +placebo_N 5.78422526086856e-6 +placement_N 8.097915365215983e-5 +placid_A 1.862717705131787e-5 +placing_N 5.78422526086856e-6 +plague_V2 2.197533878647296e-4 +plaid_N 1.735267578260568e-5 +plain_A 2.048989475644966e-4 +plain_Adv 2.0236565450111807e-5 +plain_N 1.735267578260568e-5 +plaintiff_N 1.5038985678258253e-4 +plaintive_A 3.725435410263574e-5 +plan_N 3.6035723375211124e-3 +plan_V 2.41196333815726e-3 +plan_V2 1.3185203271883774e-3 +plan_VS 8.848252470137148e-4 +plan_VV 2.7188760244568753e-2 +plane_N 2.8921126304342796e-4 +planet_N 7.519492839129126e-5 +plank_N 5.78422526086856e-6 +planner_N 2.949954883042965e-4 +plant_N 1.9897734897387845e-3 +plant_V2 2.685874740568917e-4 +plantation_N 1.156845052173712e-5 +planter_N 5.78422526086856e-6 +plaque_N 5.78422526086856e-6 +plasma_N 5.78422526086856e-6 +plaster_N 2.313690104347424e-5 +plastic_A 2.607804787184502e-4 +plastic_N 1.1568450521737118e-4 +plastics_N 1.561740820434511e-4 +plate_N 6.362647786955415e-5 +plateau_N 5.78422526086856e-6 +platform_N 6.941070313042272e-5 +platinum_N 5.784225260868559e-5 +platoon_N 5.78422526086856e-6 +plaudit_N 5.78422526086856e-6 +plausible_A 1.1176306230790724e-4 +play_N 2.1980055991300526e-4 +play_V 2.0200192957067053e-3 +play_V2 1.9777804907825662e-3 +player_N 5.032275976955647e-4 +playfulness_N 5.78422526086856e-6 +playground_N 5.78422526086856e-6 +playing_N 5.784225260868559e-5 +playwright_N 2.8921126304342795e-5 +plaza_N 5.78422526086856e-6 +plea_N 1.6195830730431966e-4 +plead_V 2.41196333815726e-4 +plead_V2 1.2208521548040532e-4 +plead_VA 2.616279069767442e-2 +plead_VS 1.474708745022858e-4 +pleadingly_Adv 1.0118282725055903e-5 +pleasant_A 3.725435410263574e-5 +pleasantry_N 1.735267578260568e-5 +please_V 2.41196333815726e-4 +please_V2 2.197533878647296e-4 +pleased_A 2.048989475644966e-4 +pleasurable_A 1.862717705131787e-5 +pleasure_N 4.627380208694848e-5 +pledge_N 5.784225260868559e-5 +pledge_V2 1.7091930167256744e-4 +pledge_VS 2.212063117534287e-4 +plentiful_A 5.588153115395362e-5 +plenty_Adv 6.0709696350335424e-5 +plenty_N 9.83318294347655e-5 +plethora_N 5.78422526086856e-6 +pliant_A 1.862717705131787e-5 +plight_N 2.8921126304342795e-5 +plot_N 6.362647786955415e-5 +plot_V2 9.766817238432426e-5 +plotter_N 1.156845052173712e-5 +plow_V 9.044862518089724e-5 +plow_V2 4.883408619216213e-5 +ploy_N 2.8921126304342795e-5 +pluck_V 3.014954172696575e-5 +pluck_V2 2.4417043096081066e-5 +plug_N 2.313690104347424e-5 +plug_V 3.014954172696575e-5 +plug_V2 1.2208521548040532e-4 +plumbing_N 2.8921126304342795e-5 +plume_N 5.78422526086856e-6 +plummet_V 5.728412928123493e-4 +plummet_V2 2.4417043096081065e-4 +plump_A 1.862717705131787e-5 +plunge_N 4.627380208694847e-4 +plunge_V 1.4170284611673902e-3 +plunge_V2 6.348431204981076e-4 +pluralism_N 5.78422526086856e-6 +plurality_N 1.156845052173712e-5 +plus_A 1.862717705131787e-5 +plus_N 2.8921126304342795e-5 +plus_Prep 1.0579547618543832e-4 +plush_A 3.725435410263574e-5 +plutonium_N 1.735267578260568e-5 +ply_V2 2.4417043096081066e-5 +ply_VS 7.37354372511429e-5 +plywood_N 1.735267578260568e-5 +pneumonia_N 5.78422526086856e-6 +poacher_N 5.78422526086856e-6 +pocket_N 7.519492839129126e-5 +pocket_V2 7.325112928824319e-5 +pod_N 5.78422526086856e-6 +podium_N 1.735267578260568e-5 +poet_N 2.313690104347424e-5 +poetry_N 1.156845052173712e-5 +point_N 2.6491751694778e-3 +point_V 1.688374336710082e-3 +point_V2 9.766817238432426e-5 +pointed_A 9.313588525658937e-5 +pointer_N 5.78422526086856e-6 +pointless_A 1.862717705131787e-5 +poise_V 3.014954172696575e-5 +poise_V2 2.4417043096081066e-5 +poison_N 1.7352675782605678e-4 +poisonous_A 1.862717705131787e-5 +poke_V 6.02990834539315e-5 +poke_V2 4.883408619216213e-5 +poker_N 2.313690104347424e-5 +polar_A 1.862717705131787e-5 +pole_N 5.78422526086856e-6 +police_V2 9.766817238432426e-5 +policeman_N 1.735267578260568e-5 +policewoman_N 1.735267578260568e-5 +policy_N 1.8162467319127276e-3 +polish_A 3.1666200987240384e-4 +polish_N 5.78422526086856e-6 +polish_V 9.044862518089724e-5 +polish_V2 2.4417043096081066e-5 +polite_A 3.725435410263574e-5 +political_A 4.768557325137375e-3 +politician_N 2.7764281252169086e-4 +politicize_V 3.014954172696575e-5 +politick_V 6.02990834539315e-5 +politics_N 2.1980055991300526e-4 +poll_N 2.7764281252169086e-4 +poll_V 1.808972503617945e-4 +poll_V2 1.4650225857648638e-4 +pollen_N 2.8921126304342795e-5 +pollinate_V2 1.2208521548040532e-4 +pollination_N 1.156845052173712e-5 +pollster_N 2.313690104347424e-5 +pollutant_N 2.8921126304342795e-5 +pollute_V2 4.883408619216213e-5 +pollution_N 1.9087943360866246e-4 +poltergeist_N 1.156845052173712e-5 +polyp_N 2.8921126304342795e-5 +pond_N 1.735267578260568e-5 +ponder_V 6.02990834539315e-5 +ponder_V2 7.325112928824319e-5 +pontificate_V 3.014954172696575e-5 +poof_N 5.78422526086856e-6 +pool_N 1.561740820434511e-4 +pool_V2 9.766817238432426e-5 +poor_A 1.5274285182080656e-3 +pop_A 1.862717705131787e-5 +pop_N 4.627380208694848e-5 +pop_V 2.41196333815726e-4 +pop_V2 2.4417043096081066e-5 +pope_N 5.78422526086856e-6 +populace_N 5.78422526086856e-6 +popular_A 1.0431219148738008e-3 +popularity_N 9.83318294347655e-5 +popularize_V2 4.883408619216213e-5 +populate_V2 1.2208521548040532e-4 +population_N 1.850952083477939e-4 +populism_N 5.78422526086856e-6 +populist_N 5.78422526086856e-6 +populous_A 3.725435410263574e-5 +porcelain_N 2.8921126304342795e-5 +porch_N 1.735267578260568e-5 +pore_V 9.044862518089724e-5 +pork_N 5.205802734781703e-5 +pornographic_A 1.862717705131787e-5 +pornography_N 5.78422526086856e-6 +porous_A 1.862717705131787e-5 +port_N 5.205802734781703e-5 +portable_A 2.4215330166713235e-4 +portend_V2 7.325112928824319e-5 +portfolio_N 1.0122394206519979e-3 +portico_N 5.78422526086856e-6 +portion_N 3.5862196617385066e-4 +portrait_N 5.784225260868559e-5 +portray_V2 3.66255646441216e-4 +portrayal_N 4.0489576826079914e-5 +pose_V 1.5074770863482875e-4 +pose_V2 2.9300451715297276e-4 +posh_A 3.725435410263574e-5 +position_N 1.4460563152171398e-3 +position_V2 2.685874740568917e-4 +positive_A 9.499860296172116e-4 +positive_N 5.78422526086856e-6 +possess_V2 2.4417043096081065e-4 +possession_N 1.735267578260568e-5 +possibility_N 2.7764281252169086e-4 +possible_A 4.060724597187296e-3 +post_N 4.396011198260105e-4 +post_Prep 1.057954761854383e-5 +post_V 1.3567293777134587e-3 +post_V2 3.711390550604322e-3 +postage_N 5.78422526086856e-6 +postal_A 1.303902393592251e-4 +postcard_N 1.156845052173712e-5 +poster_N 4.0489576826079914e-5 +postmark_N 1.156845052173712e-5 +postmark_V2 2.4417043096081066e-5 +postmaster_N 5.78422526086856e-6 +postpone_V2 6.104260774020266e-4 +postponement_N 1.156845052173712e-5 +posture_N 3.470535156521136e-5 +posture_V 3.014954172696575e-5 +posturing_N 1.735267578260568e-5 +pot0 0.794646591384358 +pot01 0.205353408615642 +pot0as1 1.0 +pot1as2 1.0 +pot2as3 1.0 +pot_N 2.8921126304342795e-5 +pot_V 3.014954172696575e-5 +potato_N 8.676337891302839e-5 +potent_A 1.1176306230790724e-4 +potentate_N 5.78422526086856e-6 +potential_A 2.8313309118003166e-3 +potential_N 1.677425325651882e-4 +potentiality_N 5.78422526086856e-6 +pothole_N 1.156845052173712e-5 +potpourri_N 5.78422526086856e-6 +pottage_N 5.78422526086856e-6 +potted_A 3.725435410263574e-5 +pottery_N 1.156845052173712e-5 +pound_N 6.246963281738044e-4 +pound_V 3.014954172696575e-5 +pound_V2 4.883408619216213e-5 +pour_V 5.125422093584177e-4 +pour_V2 3.174215602490538e-4 +poverty_N 1.5038985678258253e-4 +powdered_A 1.862717705131787e-5 +power_N 1.4113509636519285e-3 +power_V2 7.325112928824319e-5 +powerful_A 1.1921393312843438e-3 +powerhouse_N 4.627380208694848e-5 +powerless_A 1.862717705131787e-5 +practical_A 3.725435410263575e-4 +practice_N 6.131278776520673e-4 +practice_V 2.7134587554269177e-4 +practice_V2 2.685874740568917e-4 +practitioner_N 3.470535156521136e-5 +pragmatic_A 7.450870820527148e-5 +pragmatism_N 1.735267578260568e-5 +pragmatist_N 1.735267578260568e-5 +prairie_N 5.78422526086856e-6 +praise_N 1.735267578260568e-5 +praise_V2 2.4417043096081065e-4 +prance_V 3.014954172696575e-5 +pray_V 6.02990834539315e-5 +prayer_N 1.735267578260568e-5 +pre_approve_V2 2.4417043096081066e-5 +pre_eminent_A 1.862717705131787e-5 +pre_empt_V2 7.325112928824319e-5 +pre_emptive_A 3.725435410263574e-5 +pre_register_V2 4.883408619216213e-5 +pre_sign_V2 2.4417043096081066e-5 +pre_test_V2 2.4417043096081066e-5 +preach_V 3.014954172696575e-5 +preach_V2 2.4417043096081066e-5 +preamble_N 4.0489576826079914e-5 +prearrange_V2 2.4417043096081066e-5 +precarious_A 5.588153115395362e-5 +precaution_N 3.470535156521136e-5 +precautionary_A 1.862717705131787e-5 +precede_V 1.5074770863482875e-4 +precede_V2 1.2208521548040532e-4 +precedent_N 3.470535156521136e-5 +preceding_A 1.862717705131787e-5 +precious_A 4.843066033342647e-4 +precipitate_V2 7.325112928824319e-5 +precipitous_A 7.450870820527148e-5 +precise_A 2.9803483282108594e-4 +precision_N 3.470535156521136e-5 +preclude_V2 1.4650225857648638e-4 +precocious_A 1.862717705131787e-5 +precondition_N 5.78422526086856e-6 +precursor_N 5.78422526086856e-6 +predate_V2 4.883408619216213e-5 +predator_N 1.156845052173712e-5 +predecessor_N 8.097915365215983e-5 +predetermine_V2 4.883408619216213e-5 +predicament_N 1.156845052173712e-5 +predict_V2 1.2696862409962153e-3 +predict_VS 5.456422356584574e-3 +predictability_N 1.156845052173712e-5 +predictable_A 2.2352612461581448e-4 +prediction_N 9.254760417389695e-5 +predictor_N 5.78422526086856e-6 +predilection_N 5.78422526086856e-6 +predispose_V2 2.4417043096081066e-5 +predominant_A 5.588153115395362e-5 +prefecture_N 1.156845052173712e-5 +prefer_V2 1.5382737150531072e-3 +prefer_V2V 1.0660980810234541e-3 +prefer_VS 1.474708745022858e-4 +prefer_VV 1.9513464290360349e-3 +preferable_A 3.725435410263574e-5 +preference_N 1.1568450521737118e-4 +preferential_A 5.588153115395362e-5 +pregnancy_N 8.097915365215983e-5 +pregnant_A 3.539163639750396e-4 +prejudice_N 1.735267578260568e-5 +prejudice_V2 2.4417043096081066e-5 +preliminary_A 8.382229673093043e-4 +prelude_N 4.0489576826079914e-5 +premature_A 1.4901741641054297e-4 +premier_A 9.313588525658937e-5 +premier_N 2.8921126304342795e-5 +premiere_V 1.20598166907863e-4 +premiere_V2 2.4417043096081066e-5 +premise_N 3.470535156521136e-5 +premium_N 5.437171745216445e-4 +prenatal_A 1.862717705131787e-5 +preoccupation_N 2.313690104347424e-5 +preoccupy_V2 7.325112928824319e-5 +preparation_N 5.205802734781703e-5 +prepare_V 8.44187168355041e-4 +prepare_V2 6.348431204981076e-4 +prepare_V2V 1.0660980810234541e-3 +prepare_VS 1.474708745022858e-4 +prepare_VV 3.1221542864576556e-3 +preparedness_N 1.735267578260568e-5 +prepay_V2 1.2208521548040532e-4 +preposterous_A 1.862717705131787e-5 +prerogative_N 2.313690104347424e-5 +presage_V2 9.766817238432426e-5 +prescribe_V 9.044862518089724e-5 +prescribe_V2 1.2208521548040532e-4 +prescription_N 6.941070313042272e-5 +prescriptive_A 1.862717705131787e-5 +presence_N 2.1401633465213668e-4 +present_A 6.333240197448077e-4 +present_N 4.627380208694848e-5 +present_V2 1.0743498962275668e-3 +present_day_A 7.450870820527148e-5 +presentation_N 5.205802734781703e-5 +preservation_N 5.78422526086856e-6 +preserve_V2 7.080942497863508e-4 +preside_V 6.02990834539315e-5 +presidency_N 7.519492839129126e-5 +president_N 5.0959024548252e-3 +presidential_A 4.2842507218031106e-4 +press_N 3.93327317739062e-4 +press_V 8.140376266280753e-4 +press_V2 4.150897326333781e-4 +press_V2V 1.0660980810234541e-3 +pressing_A 3.725435410263574e-5 +pressure_N 7.34596608130307e-4 +pressure_V2 2.9300451715297276e-4 +pressure_V2V 2.1321961620469083e-3 +prestige_N 3.470535156521136e-5 +prestigious_A 1.1176306230790724e-4 +presumable_A 7.450870820527148e-5 +presume_V2 7.325112928824319e-5 +presume_VS 7.37354372511429e-5 +presumption_N 2.313690104347424e-5 +pretend_VS 2.212063117534287e-4 +pretension_N 5.78422526086856e-6 +pretext_N 1.156845052173712e-5 +pretty_A 1.303902393592251e-4 +pretty_Adv 4.4520443990245977e-4 +prevail_V 5.728412928123493e-4 +prevail_V2 2.4417043096081066e-5 +prevailing_A 1.862717705131787e-5 +prevalent_A 5.588153115395362e-5 +prevent_V2 2.1975338786472958e-3 +prevention_N 3.470535156521136e-5 +preview_N 2.313690104347424e-5 +preview_V2 2.4417043096081066e-5 +previous_A 5.77442488590854e-3 +prey_N 5.78422526086856e-6 +prey_V 6.02990834539315e-5 +price_N 7.889683255824715e-3 +price_V 5.698263386396527e-3 +price_V2 2.0021975338786473e-3 +priceless_A 3.725435410263574e-5 +pricey_A 7.450870820527148e-5 +prickly_A 3.725435410263574e-5 +pride_N 7.519492839129126e-5 +priest_N 5.78422526086856e-6 +prim_A 1.862717705131787e-5 +primary_A 1.9744807674396945e-3 +primary_N 4.0489576826079914e-5 +prime_A 1.024494737822483e-3 +prime_N 3.470535156521136e-5 +prime_V2 4.883408619216213e-5 +primitive_A 7.450870820527148e-5 +primitive_N 5.78422526086856e-6 +primordial_A 3.725435410263574e-5 +prince_N 1.735267578260568e-5 +principal_A 5.960696656421719e-4 +principal_N 1.7352675782605678e-4 +principle_N 2.255847851738738e-4 +print_N 6.362647786955415e-5 +print_V 1.5074770863482875e-4 +print_V2 2.4417043096081065e-4 +printer_N 9.254760417389695e-5 +printing_N 1.2146873047823974e-4 +printout_N 5.78422526086856e-6 +prior_A 3.3528918692372173e-4 +priority_N 2.1980055991300526e-4 +prison_N 2.0823210939126813e-4 +prisoner_N 3.470535156521136e-5 +pristine_A 3.725435410263574e-5 +privacy_N 3.470535156521136e-5 +private_A 3.837198472571482e-3 +private_N 2.8921126304342795e-5 +privatize_V2 1.9533634476864853e-4 +privilege_N 9.254760417389695e-5 +privileged_A 3.725435410263574e-5 +prize_N 5.784225260868559e-5 +prize_V2 7.325112928824319e-5 +pro_N 6.362647786955415e-5 +pro_forma_A 1.303902393592251e-4 +probability_N 4.0489576826079914e-5 +probable_A 2.794076557697681e-3 +probate_N 5.78422526086856e-6 +probation_N 2.313690104347424e-5 +probe_N 1.5038985678258253e-4 +probe_V 1.20598166907863e-4 +probe_V2 9.766817238432426e-5 +probity_N 5.78422526086856e-6 +problem_N 2.834270377825594e-3 +problematic_A 5.588153115395362e-5 +procedural_A 2.2352612461581448e-4 +procedure_N 2.3715323569561093e-4 +proceed_V 7.537385431741438e-4 +proceed_V2 2.4417043096081066e-5 +proceeding_N 2.545059114782166e-4 +process_N 6.8253858078249e-4 +process_V 1.085383502170767e-3 +process_V2 6.104260774020266e-4 +processor_N 6.941070313042272e-5 +proclaim_V2 9.766817238432426e-5 +proclaim_VS 6.636189352602861e-4 +proclamation_N 1.156845052173712e-5 +procrastination_N 5.78422526086856e-6 +procreation_N 5.78422526086856e-6 +procurement_N 2.8921126304342795e-5 +prod_V 9.044862518089724e-5 +prod_V2 7.325112928824319e-5 +prod_V2V 4.2643923240938165e-3 +prodigal_A 1.862717705131787e-5 +prodigious_A 3.725435410263574e-5 +prodigy_N 5.78422526086856e-6 +produce_N 1.156845052173712e-5 +produce_V 1.3868789194404244e-3 +produce_V2 5.2008301794652665e-3 +producer_N 1.023807871173735e-3 +product_N 3.765530644825432e-3 +production_N 1.5964461719997223e-3 +productive_A 9.313588525658937e-5 +productivity_N 1.561740820434511e-4 +profess_V2 2.4417043096081066e-5 +profession_N 5.784225260868559e-5 +professional_A 6.705783738474435e-4 +professional_N 1.2146873047823974e-4 +professionalism_N 1.156845052173712e-5 +professor_N 2.4293746095647948e-4 +proffer_V2 4.883408619216213e-5 +proficiency_N 5.78422526086856e-6 +proficient_A 3.725435410263574e-5 +profile_N 6.362647786955415e-5 +profile_V2 4.883408619216213e-5 +profit_N 3.447398255477661e-3 +profit_V 6.02990834539315e-4 +profitable_A 1.154884977181708e-3 +profiteer_N 5.78422526086856e-6 +profiteer_V 3.014954172696575e-5 +profligate_A 3.725435410263574e-5 +profound_A 1.8627177051317874e-4 +prognosis_N 5.78422526086856e-6 +program_N 3.395340228129844e-3 +program_V2 7.325112928824319e-5 +programme_V2 4.883408619216213e-5 +programmer_N 2.8921126304342795e-5 +progress_N 1.7352675782605678e-4 +progress_V 2.7134587554269177e-4 +progress_V2 2.4417043096081066e-5 +progression_N 5.78422526086856e-6 +progressive_A 9.313588525658937e-5 +prohibit_V2 5.371749481137834e-4 +prohibition_N 4.0489576826079914e-5 +prohibitive_A 3.725435410263574e-5 +project_N 1.3014506836954258e-3 +project_V 1.808972503617945e-4 +project_V2 6.104260774020266e-4 +project_VS 6.636189352602861e-4 +projection_N 2.1401633465213668e-4 +proletarian_A 1.862717705131787e-5 +proliferate_V 6.02990834539315e-5 +proliferation_N 3.470535156521136e-5 +prolific_A 3.725435410263574e-5 +prolong_V2 1.7091930167256744e-4 +prolonged_A 1.303902393592251e-4 +prominence_N 1.156845052173712e-5 +prominent_A 3.539163639750396e-4 +promise_N 2.3136901043474236e-4 +promise_V 5.125422093584177e-4 +promise_V2 5.371749481137834e-4 +promise_VS 5.898834980091432e-4 +promise_VV 2.341615714843242e-3 +promising_A 1.303902393592251e-4 +promissory_A 1.862717705131787e-5 +promote_V 3.3164495899662324e-4 +promote_V2 9.278476376510805e-4 +promoter_N 5.205802734781703e-5 +promotion_N 2.545059114782166e-4 +promotional_A 3.1666200987240384e-4 +prompt_A 2.4215330166713235e-4 +prompt_V2 8.790135514589183e-4 +prompt_V2V 2.025586353944563e-2 +promulgate_V2 2.4417043096081066e-5 +prone_A 1.1176306230790724e-4 +prong_N 5.78422526086856e-6 +pronounce_V 6.02990834539315e-5 +pronounce_V2 2.4417043096081066e-5 +pronounce_VS 7.37354372511429e-5 +pronounced_A 3.725435410263574e-5 +pronouncement_N 5.78422526086856e-6 +proof_N 6.941070313042272e-5 +proofread_V2 2.4417043096081066e-5 +prop_N 1.156845052173712e-5 +prop_V2 1.9533634476864853e-4 +propaganda_N 1.735267578260568e-5 +propagandist_N 5.78422526086856e-6 +propane_N 3.470535156521136e-5 +propel_V2 2.197533878647296e-4 +propellant_N 5.78422526086856e-6 +propensity_N 1.156845052173712e-5 +proper_A 5.960696656421719e-4 +property_N 1.1568450521737118e-3 +proponent_N 7.519492839129126e-5 +proportion_N 9.254760417389695e-5 +proposal_N 1.4634089909997454e-3 +propose_V 9.64785335262904e-4 +propose_V2 3.345134904163106e-3 +propose_VS 8.848252470137148e-4 +propose_VV 1.8212566671002993e-3 +proposition_N 2.8921126304342795e-5 +proprietary_A 5.588153115395362e-5 +proprietor_N 1.735267578260568e-5 +propriety_N 5.78422526086856e-6 +propulsion_N 2.313690104347424e-5 +propulsive_A 1.862717705131787e-5 +prose_N 2.8921126304342795e-5 +prosecute_V2 2.197533878647296e-4 +prosecution_N 1.2146873047823974e-4 +prosecutor_N 4.2803266930427336e-4 +prospect_N 3.528377409129821e-4 +prospective_A 3.725435410263575e-4 +prospectus_N 6.941070313042272e-5 +prosper_V 6.02990834539315e-5 +prosperity_N 2.8921126304342795e-5 +prosperous_A 7.450870820527148e-5 +prostate_N 5.78422526086856e-6 +prostitute_N 2.8921126304342795e-5 +prostitution_N 2.8921126304342795e-5 +protagonist_N 5.78422526086856e-6 +protect_V 3.9194404245055476e-4 +protect_V2 1.6847759736295935e-3 +protection_N 5.205802734781703e-4 +protectionism_N 2.313690104347424e-5 +protective_A 3.725435410263574e-5 +protector_N 1.735267578260568e-5 +protein_N 1.0411605469563407e-4 +protest_N 1.561740820434511e-4 +protest_V 1.20598166907863e-4 +protest_V2 2.197533878647296e-4 +protestant_A 1.862717705131787e-5 +protester_N 8.097915365215983e-5 +protocol_N 2.313690104347424e-5 +prototype_N 2.313690104347424e-5 +proud_A 1.4901741641054297e-4 +prove_V 3.61794500723589e-4 +prove_V2 5.371749481137834e-4 +prove_VA 3.6337209302325583e-2 +prove_VS 1.0322961215160006e-3 +provenance_N 5.78422526086856e-6 +proverb_N 5.78422526086856e-6 +proverbial_A 1.862717705131787e-5 +provide_V 2.0803183791606368e-3 +provide_V2 7.276278842632157e-3 +provide_VS 3.686771862557145e-4 +provider_N 1.0411605469563407e-4 +province_N 9.254760417389695e-5 +provincial_A 5.588153115395362e-5 +provision_N 8.676337891302839e-4 +provision_V2 2.4417043096081066e-5 +provisional_A 1.8627177051317874e-4 +proviso_N 1.156845052173712e-5 +provocative_A 3.725435410263574e-5 +provoke_V2 2.197533878647296e-4 +provoking_A 1.862717705131787e-5 +provost_N 5.78422526086856e-6 +prowess_N 1.735267578260568e-5 +prowl_N 1.156845052173712e-5 +proxy_N 5.205802734781703e-5 +prude_N 5.78422526086856e-6 +prudence_N 5.78422526086856e-6 +prudent_A 1.8627177051317874e-4 +prudential_A 1.862717705131787e-5 +prune_V2 4.883408619216213e-5 +pruning_N 5.78422526086856e-6 +psychiatric_A 7.450870820527148e-5 +psychiatry_N 5.78422526086856e-6 +psychic_A 1.862717705131787e-5 +psychic_N 5.78422526086856e-6 +psychoanalyst_N 1.735267578260568e-5 +psychoanalytic_A 1.862717705131787e-5 +psychological_A 2.2352612461581448e-4 +psychologist_N 4.0489576826079914e-5 +psychology_N 8.097915365215983e-5 +pub_N 1.735267578260568e-5 +public_A 5.439135698984819e-3 +public_N 4.8587492191295897e-4 +publication_N 1.7931098308692533e-4 +publicist_N 2.8921126304342795e-5 +publicity_N 9.254760417389695e-5 +publicize_V2 1.4650225857648638e-4 +publish_V 1.5979257115291848e-3 +publish_V2 1.2941032840922964e-3 +publisher_N 3.239166146086393e-4 +puckish_A 5.588153115395362e-5 +pudding_N 5.78422526086856e-6 +puff_N 5.78422526086856e-6 +pug_nosed_A 1.862717705131787e-5 +pulchritude_N 5.78422526086856e-6 +pull_N 1.156845052173712e-5 +pull_V 1.6582247949831163e-3 +pull_V2 3.66255646441216e-4 +pulp_N 1.850952083477939e-4 +pulpit_N 5.78422526086856e-6 +pulse_N 1.156845052173712e-5 +pulverize_V2 2.4417043096081066e-5 +pummel_V2 2.4417043096081066e-5 +pump_N 3.470535156521136e-5 +pump_V 2.7134587554269177e-4 +pump_V2 2.4417043096081065e-4 +pun_N 1.156845052173712e-5 +punch_N 1.156845052173712e-5 +punch_V2 9.766817238432426e-5 +pungent_A 1.862717705131787e-5 +punish_V2 2.197533878647296e-4 +punishable_A 9.313588525658937e-5 +punishment_N 6.362647786955415e-5 +punitive_A 1.4901741641054297e-4 +punk_N 1.156845052173712e-5 +punt_N 1.735267578260568e-5 +puny_A 5.588153115395362e-5 +pupil_N 1.156845052173712e-5 +puppet_N 1.156845052173712e-5 +puppy_N 5.78422526086856e-6 +purchase_N 1.179981953217186e-3 +purchase_V2 3.320717861067025e-3 +purchaser_N 5.784225260868559e-5 +pure_A 2.2352612461581448e-4 +purge_V2 1.2208521548040532e-4 +purification_N 5.78422526086856e-6 +purist_N 1.156845052173712e-5 +puritanical_A 3.725435410263574e-5 +purple_A 1.862717705131787e-5 +purport_V2 2.4417043096081066e-5 +purpose_N 3.123481640869022e-4 +purposely_Adv 2.0236565450111807e-5 +purr_VS 7.37354372511429e-5 +purse_N 3.470535156521136e-5 +pursuant_A 1.862717705131787e-5 +pursue_V 3.61794500723589e-4 +pursue_V2 1.172018068611891e-3 +pursuer_N 5.78422526086856e-6 +pursuit_N 1.0411605469563407e-4 +push_N 6.362647786955415e-5 +push_V 1.7788229618909792e-3 +push_V2 1.0743498962275668e-3 +push_V2V 3.1982942430703624e-3 +push_VS 2.212063117534287e-4 +pusher_N 1.156845052173712e-5 +pushover_N 5.78422526086856e-6 +pusillanimity_N 5.78422526086856e-6 +pussy_N 5.78422526086856e-6 +put_N 1.5038985678258253e-4 +put_V 4.492281717317897e-3 +put_V2 3.686973507508241e-3 +put_VS 2.949417490045716e-4 +putt_V 5.728412928123493e-4 +putt_V2 9.278476376510805e-4 +puzzle_N 2.313690104347424e-5 +puzzle_V2 9.766817238432426e-5 +puzzlement_N 5.78422526086856e-6 +pyramid_N 1.156845052173712e-5 +pyrotechnic_A 1.862717705131787e-5 +quack_N 1.156845052173712e-5 +quack_V 3.014954172696575e-5 +quadruped_N 5.78422526086856e-6 +quadruple_V 1.20598166907863e-4 +quadruple_V2 4.883408619216213e-5 +quake_N 5.726383008259874e-4 +qualification_N 1.735267578260568e-5 +qualify_V 6.02990834539315e-4 +quality_N 4.685222461303533e-4 +qualm_N 5.78422526086856e-6 +quandary_N 5.78422526086856e-6 +quantify_V2 9.766817238432426e-5 +quantitative_A 5.588153115395362e-5 +quantity_N 1.1568450521737118e-4 +quarrel_V 3.014954172696575e-5 +quarry_N 1.156845052173712e-5 +quarter_N 4.685222461303533e-3 +quarterly_A 1.620564403464655e-3 +quarterly_Adv 2.0236565450111807e-5 +quarterly_N 4.0489576826079914e-5 +quartet_N 1.735267578260568e-5 +quash_V2 9.766817238432426e-5 +queasy_A 1.862717705131787e-5 +queen_N 2.313690104347424e-5 +quell_V2 7.325112928824319e-5 +query_N 1.156845052173712e-5 +query_V2 2.4417043096081066e-5 +quest_N 1.735267578260568e-5 +question_N 1.0527289974780777e-3 +question_V2 6.836772066902698e-4 +questionable_A 1.6764459346186087e-4 +questionnaire_N 2.313690104347424e-5 +queue_N 1.156845052173712e-5 +quibble_V 3.014954172696575e-5 +quick_A 2.7195678494924096e-3 +quick_Adv 2.0236565450111807e-5 +quicksand_N 5.78422526086856e-6 +quid_pro_quo_N 3.470535156521136e-5 +quiescent_A 1.862717705131787e-5 +quiet_A 8.195957902579864e-4 +quiet_N 1.156845052173712e-5 +quiet_V 1.5074770863482875e-4 +quiet_V2 4.883408619216213e-5 +quilt_N 5.78422526086856e-6 +quip_N 5.78422526086856e-6 +quip_V 6.02990834539315e-5 +quip_VS 1.474708745022858e-4 +quirk_N 5.78422526086856e-6 +quisling_N 5.78422526086856e-6 +quit_V 2.7134587554269177e-4 +quite_Predet 1.1904761904761904e-2 +quiver_N 5.78422526086856e-6 +quiz_N 1.156845052173712e-5 +quiz_V2 2.4417043096081066e-5 +quota_N 9.83318294347655e-5 +quotable_A 1.862717705131787e-5 +quotation_N 1.4460563152171398e-4 +quote_N 6.941070313042272e-5 +quote_V 1.0552339604438014e-3 +quote_V2 1.3917714564766206e-3 +quotient_N 5.78422526086856e-6 +rabbit_N 5.78422526086856e-6 +rabid_A 1.862717705131787e-5 +race_N 2.545059114782166e-4 +race_V 1.5074770863482875e-4 +race_V2 2.4417043096081066e-5 +racehorse_N 4.0489576826079914e-5 +racial_A 4.097978951289932e-4 +racing_N 1.735267578260568e-5 +racism_N 2.313690104347424e-5 +rack_N 1.156845052173712e-5 +rack_V2 1.7091930167256744e-4 +racket_N 5.78422526086856e-6 +racketeering_N 1.0411605469563407e-4 +racy_A 1.862717705131787e-5 +radar_N 5.784225260868559e-5 +radiant_A 1.862717705131787e-5 +radiation_N 8.097915365215983e-5 +radical_A 2.9803483282108594e-4 +radical_N 1.735267578260568e-5 +radio_N 1.96663658869531e-4 +radio_V2 2.4417043096081066e-5 +raft_N 5.78422526086856e-6 +rafter_N 5.78422526086856e-6 +rage_N 5.784225260868559e-5 +rage_V 1.20598166907863e-4 +ragged_A 5.588153115395362e-5 +ragtime_N 5.78422526086856e-6 +raid_N 1.735267578260568e-5 +raid_V 6.02990834539315e-5 +raid_V2 4.883408619216213e-5 +raider_N 1.3303718099997685e-4 +rail_N 6.362647786955415e-5 +rail_V 3.014954172696575e-5 +railcar_N 5.78422526086856e-6 +railroad_N 1.3303718099997685e-4 +railway_N 2.8921126304342795e-5 +rain_N 8.097915365215983e-5 +rain_V 9.044862518089724e-5 +rain_V2 2.4417043096081066e-5 +rainbow_N 5.78422526086856e-6 +rainy_A 1.862717705131787e-5 +raise_N 6.941070313042272e-5 +raise_V2 8.375045781955805e-3 +raiser_N 4.0489576826079914e-5 +rake_N 5.205802734781703e-5 +rake_V 3.014954172696575e-5 +rake_V2 2.4417043096081066e-5 +rally_N 4.511695703477476e-4 +rally_V 8.743367100820067e-4 +rally_V2 1.9533634476864853e-4 +rally_V2V 1.0660980810234541e-3 +ram_V2 2.4417043096081066e-5 +ramble_V 3.014954172696575e-5 +rambunctious_A 1.862717705131787e-5 +ramification_N 1.735267578260568e-5 +ramp_N 2.8921126304342795e-5 +ramp_V2 2.4417043096081066e-5 +rampant_A 1.1176306230790724e-4 +ramshackle_A 1.862717705131787e-5 +ranch_N 5.205802734781703e-5 +rancher_N 1.156845052173712e-5 +rancorous_A 3.725435410263574e-5 +rand_N 1.156845052173712e-5 +randomly_Adv 4.0473130900223614e-5 +randomness_N 5.78422526086856e-6 +range_N 6.073436523911987e-4 +range_V 1.8391220453449107e-3 +ranger_N 1.735267578260568e-5 +rank_A 1.862717705131787e-5 +rank_N 7.519492839129126e-5 +rank_V 4.220935841775205e-4 +rank_V2 7.325112928824319e-5 +rank_VS 1.474708745022858e-4 +ranking_N 1.156845052173712e-5 +ransom_N 5.78422526086856e-6 +rap_N 5.78422526086856e-6 +rape_N 1.4460563152171398e-4 +rape_V2 1.7091930167256744e-4 +rapid_A 1.1921393312843438e-3 +rapidity_N 5.78422526086856e-6 +rapist_N 5.78422526086856e-6 +rapport_N 5.78422526086856e-6 +rare_A 8.195957902579864e-4 +rascal_N 5.78422526086856e-6 +rash_A 1.862717705131787e-5 +rash_N 3.470535156521136e-5 +rat_N 3.470535156521136e-5 +rat_V 3.014954172696575e-5 +rate_N 5.853635963998982e-3 +rate_V 5.728412928123493e-4 +rate_V2 4.883408619216213e-5 +rate_VA 1.4534883720930232e-3 +rate_VS 2.728211178292287e-3 +rather_Adv 1.5076241260333295e-3 +ratification_N 1.735267578260568e-5 +ratify_V2 1.7091930167256744e-4 +rating_N 6.536174544781472e-4 +ratio_N 2.7185858726082226e-4 +rational_A 2.048989475644966e-4 +rationale_N 2.8921126304342795e-5 +rationalization_N 1.735267578260568e-5 +rationalize_V2 9.766817238432426e-5 +rattle_V 9.044862518089724e-5 +rattle_V2 9.766817238432426e-5 +raucous_A 1.862717705131787e-5 +ravage_N 1.735267578260568e-5 +ravage_V 3.014954172696575e-5 +ravage_V2 4.883408619216213e-5 +rave_V 3.014954172696575e-5 +rave_V2 2.4417043096081066e-5 +ravenous_A 1.862717705131787e-5 +raw_A 4.2842507218031106e-4 +raw_N 2.313690104347424e-5 +ray_N 4.627380208694848e-5 +rayon_N 5.78422526086856e-6 +raze_V2 4.883408619216213e-5 +razor_N 1.156845052173712e-5 +re_N 8.676337891302839e-5 +re_create_V2 2.4417043096081066e-5 +re_elect_V2 7.325112928824319e-5 +re_emerge_V 3.014954172696575e-5 +re_emphasize_V2 2.4417043096081066e-5 +re_enter_V 3.014954172696575e-5 +re_establish_V2 4.883408619216213e-5 +re_evaluate_V2 7.325112928824319e-5 +re_examine_V2 9.766817238432426e-5 +re_supply_V2 2.4417043096081066e-5 +reach_N 3.470535156521136e-5 +reach_V 1.7788229618909792e-3 +reach_V2 4.1264802832377e-3 +reach_VA 1.4534883720930232e-3 +react_V 9.949348769898697e-4 +reaction_N 2.834270377825594e-4 +reactivate_V2 2.4417043096081066e-5 +reactor_N 4.627380208694848e-5 +read_N 5.78422526086856e-6 +read_V 7.838880849011095e-4 +read_V2 1.0255158100354047e-3 +read_VA 1.4534883720930232e-3 +read_VS 3.686771862557145e-4 +reader_N 2.3136901043474236e-4 +readership_N 1.156845052173712e-5 +readiness_N 1.156845052173712e-5 +reading_N 7.519492839129126e-5 +readmit_V2 2.4417043096081066e-5 +ready_A 1.005867560771165e-3 +ready_V2 2.4417043096081066e-5 +reaffirm_V2 1.2208521548040532e-4 +real_A 7.860668715656141e-3 +real_N 3.239166146086393e-4 +realign_V2 7.325112928824319e-5 +realism_N 2.313690104347424e-5 +realist_N 1.735267578260568e-5 +realistic_A 1.8627177051317874e-4 +realistically_Adv 1.0118282725055903e-5 +reality_N 1.3303718099997685e-4 +realization_N 1.735267578260568e-5 +realize_V2 8.790135514589183e-4 +realize_VS 2.0645922430320013e-3 +realm_N 1.735267578260568e-5 +realty_N 2.8921126304342795e-5 +ream_N 5.78422526086856e-6 +reap_V 1.20598166907863e-4 +reap_V2 1.2208521548040532e-4 +reappearance_N 1.156845052173712e-5 +reappoint_V 3.014954172696575e-5 +reappoint_V2 2.4417043096081066e-5 +reappraisal_N 5.78422526086856e-6 +reappraise_V2 4.883408619216213e-5 +rear_N 1.156845052173712e-5 +rear_V 6.02990834539315e-5 +rear_V2 2.4417043096081066e-5 +rearm_V2 2.4417043096081066e-5 +rearrange_V2 4.883408619216213e-5 +rearrangement_N 5.78422526086856e-6 +reason_N 9.370444922607066e-4 +reason_V 9.044862518089724e-5 +reason_VS 2.949417490045716e-4 +reasonable_A 8.009686132066685e-4 +reasoning_N 1.735267578260568e-5 +reassert_V2 9.766817238432426e-5 +reassess_V2 4.883408619216213e-5 +reassessment_N 2.8921126304342795e-5 +reassign_V2 9.766817238432426e-5 +reassume_V2 9.766817238432426e-5 +reassurance_N 1.156845052173712e-5 +reassure_V2 2.197533878647296e-4 +reassure_VS 7.37354372511429e-5 +reassuring_A 5.588153115395362e-5 +rebate_N 8.097915365215983e-5 +rebel_N 1.5038985678258253e-4 +rebellion_N 2.313690104347424e-5 +rebellious_A 3.725435410263574e-5 +reborn_A 1.862717705131787e-5 +rebound_N 1.3882140626084543e-4 +rebound_V 6.934394597202122e-4 +rebound_V2 1.4650225857648638e-4 +rebuff_N 1.156845052173712e-5 +rebuff_V 3.014954172696575e-5 +rebuff_V2 1.4650225857648638e-4 +rebuild_V2 3.9067268953729706e-4 +rebut_V2 9.766817238432426e-5 +recalculate_V2 4.883408619216213e-5 +recall_N 4.0489576826079914e-5 +recall_V2 5.127579050177024e-4 +recall_VS 2.728211178292287e-3 +recant_V2 4.883408619216213e-5 +recantation_N 5.78422526086856e-6 +recapture_V2 4.883408619216213e-5 +recede_V 3.014954172696575e-5 +receipt_N 1.3303718099997685e-4 +receivable_A 1.862717705131787e-5 +receive_V 1.7185238784370477e-3 +receive_V2 6.5193505066536445e-3 +received_A 1.862717705131787e-5 +receiver_N 4.0489576826079914e-5 +receivership_N 5.78422526086856e-6 +recent_A 1.2461581447331657e-2 +recentralize_V2 2.4417043096081066e-5 +reception_N 4.0489576826079914e-5 +receptionist_N 1.156845052173712e-5 +receptive_A 1.862717705131787e-5 +receptivity_N 5.78422526086856e-6 +recess_V2 2.4417043096081066e-5 +recession_N 6.015594271303301e-4 +recipe_N 4.0489576826079914e-5 +recipient_N 3.470535156521136e-5 +reciprocity_N 5.78422526086856e-6 +recital_N 3.470535156521136e-5 +recite_V 3.014954172696575e-5 +recite_V2 2.4417043096081066e-5 +reckless_A 2.048989475644966e-4 +recklessness_N 5.78422526086856e-6 +reckon_V 3.014954172696575e-5 +reckon_V2 2.4417043096081066e-5 +reckon_VS 5.161480607580003e-4 +reckoning_N 1.156845052173712e-5 +reclaim_V2 1.7091930167256744e-4 +reclassify_V2 4.883408619216213e-5 +recognition_N 8.676337891302839e-5 +recognizable_A 7.450870820527148e-5 +recognize_V2 9.766817238432426e-4 +recognize_VS 5.161480607580003e-4 +recollection_N 5.78422526086856e-6 +recommend_V2 9.766817238432426e-4 +recommend_VS 1.1797669960182864e-3 +recommendation_N 1.677425325651882e-4 +reconcile_V2 4.883408619216213e-5 +reconciliation_N 5.205802734781703e-5 +reconsider_V2 9.766817238432426e-5 +reconsider_VS 7.37354372511429e-5 +reconstruct_V2 1.2208521548040532e-4 +reconstruction_N 5.78422526086856e-6 +record_N 1.1857661784780546e-3 +record_V2 1.2208521548040532e-3 +record_breaking_A 1.862717705131787e-5 +recorder_N 8.676337891302839e-5 +recording_N 6.941070313042272e-5 +recount_V2 9.766817238432426e-5 +recount_VS 2.212063117534287e-4 +recoup_V2 1.7091930167256744e-4 +recourse_N 1.735267578260568e-5 +recover_V 9.949348769898697e-4 +recover_V2 5.860090343059455e-4 +recoverable_A 3.725435410263574e-5 +recovery_N 3.1813238934777076e-4 +recreate_V2 2.4417043096081066e-5 +recreation_N 3.470535156521136e-5 +recreational_A 1.4901741641054297e-4 +recruit_N 1.735267578260568e-5 +recruit_V 3.014954172696575e-4 +recruit_V2 1.2208521548040532e-4 +recruitment_N 5.78422526086856e-6 +rectangle_N 1.156845052173712e-5 +rectangular_A 1.862717705131787e-5 +rectify_V2 2.4417043096081066e-5 +rectilinear_A 1.862717705131787e-5 +recuperation_N 5.78422526086856e-6 +recur_V 9.044862518089724e-5 +recurrence_N 1.156845052173712e-5 +recycle_V2 2.197533878647296e-4 +red_A 8.195957902579864e-4 +red_N 5.784225260868559e-5 +redeem_V2 5.615919912098645e-4 +redeemable_A 3.725435410263574e-5 +redefine_V2 7.325112928824319e-5 +redemption_N 1.677425325651882e-4 +redeployment_N 5.78422526086856e-6 +redesign_V2 1.4650225857648638e-4 +redevelop_V2 2.4417043096081066e-5 +redevelopment_N 1.156845052173712e-5 +redistribution_N 5.78422526086856e-6 +redline_V2 2.4417043096081066e-5 +redo_V2 4.883408619216213e-5 +redouble_V2 2.4417043096081066e-5 +redoubt_N 5.78422526086856e-6 +redound_V 3.014954172696575e-5 +redraw_V2 4.883408619216213e-5 +reduce_V 1.3567293777134587e-3 +reduce_V2 5.835673299963374e-3 +reductio_ad_absurdum_N 7.519492839129127e-4 +reduction_N 5.726383008259874e-4 +reef_N 1.735267578260568e-5 +reel_V 2.1104679208876025e-4 +reexamine_V 3.014954172696575e-5 +refashion_V2 2.4417043096081066e-5 +refer_V 1.326579835986493e-3 +refer_V2 1.2208521548040532e-4 +referee_N 5.78422526086856e-6 +reference_N 5.205802734781703e-5 +referendum_N 1.735267578260568e-5 +refinance_V 6.331403762662807e-4 +refinance_V2 1.7091930167256744e-4 +refine_V 5.426917510853835e-4 +refine_V2 9.766817238432426e-5 +refiner_N 4.627380208694848e-5 +refinery_N 1.7931098308692533e-4 +reflect_V 2.1104679208876025e-4 +reflect_V2 5.347332438041753e-3 +reflection_N 3.470535156521136e-5 +reflective_A 1.862717705131787e-5 +reflex_A 1.862717705131787e-5 +reflexive_A 1.862717705131787e-5 +refocus_V 1.808972503617945e-4 +refocus_V2 4.883408619216213e-5 +reforestation_N 5.78422526086856e-6 +reform_N 4.685222461303533e-4 +reform_V 9.044862518089724e-5 +reform_V2 2.197533878647296e-4 +reformer_N 5.205802734781703e-5 +reformulate_V2 1.2208521548040532e-4 +refractory_A 3.725435410263574e-5 +refrain_N 5.78422526086856e-6 +refrain_V 9.044862518089724e-5 +refreshing_A 3.725435410263574e-5 +refrigeration_N 2.313690104347424e-5 +refrigerator_N 4.627380208694848e-5 +refuge_N 2.8921126304342795e-5 +refugee_N 9.83318294347655e-5 +refund_N 1.1568450521737118e-4 +refund_V2 1.2208521548040532e-4 +refurbish_V2 7.325112928824319e-5 +refusal_N 4.627380208694848e-5 +refuse_N 5.78422526086856e-6 +refuse_V 5.125422093584177e-4 +refuse_V2 9.766817238432426e-5 +refuse_VV 5.723949525172369e-3 +refute_V2 7.325112928824319e-5 +regain_V2 6.104260774020266e-4 +regard_N 4.627380208694848e-5 +regard_V 5.426917510853835e-4 +regard_V2 7.080942497863508e-4 +regenerate_V2 2.4417043096081066e-5 +regime_1_N 1.7352675782605678e-4 +regimen_N 5.78422526086856e-6 +region_N 3.528377409129821e-4 +regional_A 1.173512154233026e-3 +register_N 5.78422526086856e-6 +register_V 1.808972503617945e-4 +register_V2 5.127579050177024e-4 +registration_N 9.83318294347655e-5 +regressive_A 1.862717705131787e-5 +regret_N 2.313690104347424e-5 +regret_V2 1.4650225857648638e-4 +regret_VS 7.37354372511429e-5 +regrettable_A 5.588153115395362e-5 +regroup_V 6.02990834539315e-5 +regular_A 1.154884977181708e-3 +regularity_N 5.78422526086856e-6 +regulate_V2 5.127579050177024e-4 +regulation_N 4.0489576826079917e-4 +regulator_N 5.89990976608593e-4 +regum_V2 2.4417043096081066e-5 +rehabilitate_V2 4.883408619216213e-5 +rehabilitation_N 2.313690104347424e-5 +rehash_N 5.78422526086856e-6 +rehash_V2 2.4417043096081066e-5 +rehearing_N 1.156845052173712e-5 +reign_N 1.156845052173712e-5 +reign_V 1.20598166907863e-4 +reignite_V2 9.766817238432426e-5 +reimburse_V2 1.7091930167256744e-4 +reimbursement_N 2.313690104347424e-5 +reimpose_V2 2.4417043096081066e-5 +rein_N 3.470535156521136e-5 +rein_V2 1.2208521548040532e-4 +reindict_V2 2.4417043096081066e-5 +reinforce_V2 5.615919912098645e-4 +reinforcement_N 6.362647786955415e-5 +reinstall_V2 2.4417043096081066e-5 +reinstate_V2 1.9533634476864853e-4 +reinstatement_N 5.78422526086856e-6 +reinstitute_V2 2.4417043096081066e-5 +reinsurance_N 1.7352675782605678e-4 +reintegrate_V2 2.4417043096081066e-5 +reinterpretation_N 5.78422526086856e-6 +reintroduce_V2 2.4417043096081066e-5 +reinvent_V2 4.883408619216213e-5 +reinvest_V2 3.418386033451349e-4 +reinvigorate_V2 4.883408619216213e-5 +reiterate_V2 1.9533634476864853e-4 +reiterate_VS 1.474708745022858e-4 +reject_V2 2.270785007935539e-3 +rejection_N 1.3303718099997685e-4 +rejoin_V 3.014954172696575e-5 +rejoin_V2 1.2208521548040532e-4 +rejuvenation_N 1.156845052173712e-5 +rekindle_V2 9.766817238432426e-5 +relate_V 1.567776169802219e-3 +relate_V2 1.3673544133805395e-3 +relation_N 2.8921126304342796e-4 +relationship_N 4.0489576826079917e-4 +relative_A 1.732327465772562e-3 +relative_N 4.0489576826079914e-5 +relax_V 2.7134587554269177e-4 +relax_V2 1.2208521548040532e-4 +relaxation_N 1.735267578260568e-5 +release_N 2.4872168621734806e-4 +release_V2 2.0754486631668905e-3 +relent_V 6.02990834539315e-5 +relentless_A 3.725435410263574e-5 +relevance_N 5.78422526086856e-6 +relevancy_N 5.78422526086856e-6 +relevant_A 1.8627177051317874e-4 +reliable_A 1.303902393592251e-4 +reliance_N 2.8921126304342795e-5 +relic_N 5.78422526086856e-6 +relief_N 3.0077971356516506e-4 +relieve_V2 3.174215602490538e-4 +religion_N 2.8921126304342795e-5 +religious_A 5.588153115395362e-5 +relinquish_V2 1.4650225857648638e-4 +relish_N 1.156845052173712e-5 +relish_V2 4.883408619216213e-5 +relive_V2 2.4417043096081066e-5 +relocate_V 9.044862518089724e-5 +relocate_V2 2.4417043096081066e-5 +relocation_N 4.627380208694848e-5 +reluctance_N 6.941070313042272e-5 +reluctant_A 6.146968426934898e-4 +rely_V 1.3567293777134587e-3 +remain_V 4.854076218041486e-3 +remain_V2 1.5382737150531072e-3 +remain_VA 0.19767441860465115 +remain_VS 5.161480607580003e-4 +remain_VV 1.170807857421621e-3 +remainder_N 8.097915365215983e-5 +remand_V2 2.4417043096081066e-5 +remark_N 1.7931098308692533e-4 +remark_V 6.02990834539315e-5 +remark_VS 1.474708745022858e-4 +remarkable_A 3.3528918692372173e-4 +remedy_N 3.470535156521136e-5 +remedy_V2 7.325112928824319e-5 +remember_V 3.61794500723589e-4 +remember_V2 5.127579050177024e-4 +remember_VS 2.949417490045716e-4 +remembrance_N 5.78422526086856e-6 +remind_V2 2.685874740568917e-4 +reminder_N 5.205802734781703e-5 +reminiscent_A 3.725435410263574e-5 +remittance_N 5.78422526086856e-6 +remodel_V 1.20598166907863e-4 +remorse_N 1.156845052173712e-5 +remorseful_A 1.862717705131787e-5 +remote_A 1.1176306230790724e-4 +removable_A 1.862717705131787e-5 +removal_N 5.205802734781703e-5 +remove_V 1.20598166907863e-4 +remove_V2 1.2941032840922964e-3 +remunerate_V2 2.4417043096081066e-5 +renaissance_N 1.735267578260568e-5 +renal_A 3.725435410263574e-5 +rename_V2 2.4417043096081066e-5 +rename_VS 4.424126235068574e-4 +render_V2 4.883408619216213e-5 +rendering_N 5.78422526086856e-6 +rendezvous_N 5.78422526086856e-6 +rendezvouse_V 3.014954172696575e-5 +rendition_N 1.156845052173712e-5 +renegade_N 5.78422526086856e-6 +renege_V 6.02990834539315e-5 +renegotiate_V2 1.7091930167256744e-4 +renew_V2 1.0010987669393236e-3 +renewal_N 4.0489576826079914e-5 +renounce_V2 9.766817238432426e-5 +renovate_V2 1.4650225857648638e-4 +renovation_N 5.78422526086856e-6 +renown_N 5.78422526086856e-6 +renowned_A 1.862717705131787e-5 +rent_N 8.676337891302839e-5 +rent_V 1.5074770863482875e-4 +rent_V2 7.325112928824319e-5 +rental_N 2.313690104347424e-5 +renunciation_N 5.78422526086856e-6 +reopen_V 2.1104679208876025e-4 +reopen_V2 4.150897326333781e-4 +reorganization_N 3.701904166955878e-4 +reorganize_V 3.014954172696575e-5 +reorganize_V2 1.7091930167256744e-4 +rep_N 5.78422526086856e-6 +repackage_V2 2.4417043096081066e-5 +repaint_V2 4.883408619216213e-5 +repair_N 1.6195830730431966e-4 +repair_V 9.044862518089724e-5 +repair_V2 4.883408619216213e-4 +reparation_N 2.313690104347424e-5 +repass_V2 4.883408619216213e-5 +repatriate_V2 4.883408619216213e-5 +repatriation_N 5.78422526086856e-6 +repay_V 6.02990834539315e-5 +repay_V2 5.860090343059455e-4 +repayable_A 1.862717705131787e-5 +repayment_N 7.519492839129126e-5 +repeal_N 6.941070313042272e-5 +repeal_V2 1.7091930167256744e-4 +repeat_N 4.0489576826079914e-5 +repeat_V 1.20598166907863e-4 +repeat_V2 5.860090343059455e-4 +repeat_VS 7.37354372511429e-5 +repeater_N 5.78422526086856e-6 +repel_V2 7.325112928824319e-5 +repellent_A 1.862717705131787e-5 +repercussion_N 2.313690104347424e-5 +repertoire_N 1.156845052173712e-5 +replace_V2 1.9777804907825662e-3 +replace_VV 1.3008976193573565e-4 +replacement_N 1.3303718099997685e-4 +replaster_V2 2.4417043096081066e-5 +replay_N 2.8921126304342795e-5 +replenish_V2 9.766817238432426e-5 +replete_A 3.725435410263574e-5 +replica_N 5.78422526086856e-6 +replicate_V2 7.325112928824319e-5 +reply_N 1.735267578260568e-5 +reply_V 2.1104679208876025e-4 +reply_VS 5.161480607580003e-4 +repond_V 3.014954172696575e-5 +report_N 1.9897734897387845e-3 +report_V 3.7385431741437532e-3 +report_V2 7.154193627151752e-3 +report_VS 9.364400530895147e-3 +reportedly_Adv 2.2260221995122989e-4 +reporter_N 3.354850651303764e-4 +reposition_V2 2.4417043096081066e-5 +repository_N 5.78422526086856e-6 +repossess_V2 2.4417043096081066e-5 +represent_V 4.220935841775205e-4 +represent_V2 4.028812110853376e-3 +representation_N 6.362647786955415e-5 +representative_A 9.313588525658937e-5 +representative_N 3.239166146086393e-4 +repress_V2 2.4417043096081066e-5 +repressed_A 1.862717705131787e-5 +repression_N 4.0489576826079914e-5 +reprieve_N 5.78422526086856e-6 +reprint_V2 7.325112928824319e-5 +reprisal_N 5.78422526086856e-6 +reproduce_V 3.014954172696575e-5 +reproduce_V2 4.883408619216213e-5 +reproduction_N 5.78422526086856e-6 +reproductive_A 3.725435410263574e-5 +republic_N 6.941070313042272e-5 +republican_A 5.77442488590854e-4 +republican_N 9.254760417389695e-5 +repudiation_N 5.78422526086856e-6 +repurchase_V2 1.9533634476864853e-4 +reputable_A 1.303902393592251e-4 +reputation_N 1.9087943360866246e-4 +reputed_A 1.862717705131787e-5 +request_N 3.817588672173249e-4 +request_V2 7.32511292882432e-4 +request_VS 2.212063117534287e-4 +require_V 1.3567293777134587e-3 +require_V2 2.3928702234159442e-3 +require_V2V 6.0767590618336885e-2 +require_VS 1.0322961215160006e-3 +require_VV 1.9513464290360349e-3 +requirement_N 4.106799935216677e-4 +requisite_A 3.725435410263574e-5 +requisition_N 5.78422526086856e-6 +requisition_V2 2.4417043096081066e-5 +reroute_V2 9.766817238432426e-5 +rerun_N 1.156845052173712e-5 +reschedule_V2 1.2208521548040532e-4 +rescind_V2 2.197533878647296e-4 +rescue_N 1.272529557391083e-4 +rescue_V2 1.9533634476864853e-4 +rescuer_N 1.156845052173712e-5 +research_N 1.2089030795215288e-3 +research_V 6.02990834539315e-5 +research_V2 7.325112928824319e-5 +researcher_N 4.685222461303533e-4 +resell_V2 1.9533634476864853e-4 +resemblance_N 2.313690104347424e-5 +resemble_V2 3.174215602490538e-4 +resent_V2 7.325112928824319e-5 +resentful_A 3.725435410263574e-5 +resentment_N 1.735267578260568e-5 +reservation_N 6.941070313042272e-5 +reserve_N 9.081233659563638e-4 +reserve_V 1.20598166907863e-4 +reserve_V2 1.9533634476864853e-4 +reserved_A 1.862717705131787e-5 +reservoir_N 1.735267578260568e-5 +reset_V 1.808972503617945e-4 +reset_V2 2.4417043096081066e-5 +reshape_V2 1.2208521548040532e-4 +reshuffle_N 5.78422526086856e-6 +reshuffle_V2 7.325112928824319e-5 +reside_V 1.20598166907863e-4 +residence_N 5.205802734781703e-5 +resident_A 1.862717705131787e-5 +resident_N 3.354850651303764e-4 +residential_A 3.3528918692372173e-4 +residual_A 3.725435410263574e-5 +residue_N 1.156845052173712e-5 +resign_V 2.3516642547033286e-3 +resign_V2 1.9533634476864853e-4 +resign_VS 1.474708745022858e-4 +resignation_N 3.0077971356516506e-4 +resigned_A 1.862717705131787e-5 +resilience_N 3.470535156521136e-5 +resiliency_N 2.313690104347424e-5 +resilient_A 9.313588525658937e-5 +resin_N 2.8921126304342795e-5 +resist_V 1.20598166907863e-4 +resist_V2 4.150897326333781e-4 +resist_VS 7.37354372511429e-5 +resistance_N 2.0244788413039958e-4 +resistant_A 5.588153115395362e-5 +resold_V2 2.4417043096081066e-5 +resolution_N 1.7352675782605678e-4 +resolve_N 1.156845052173712e-5 +resolve_V 1.808972503617945e-4 +resolve_V2 9.766817238432426e-4 +resonance_N 1.735267578260568e-5 +resonant_A 1.862717705131787e-5 +resonate_V 6.02990834539315e-5 +resort_N 2.1401633465213668e-4 +resort_V 1.20598166907863e-4 +resource_N 3.0077971356516506e-4 +resourceful_A 1.862717705131787e-5 +respect_N 7.519492839129126e-5 +respect_V2 1.4650225857648638e-4 +respectability_N 2.8921126304342795e-5 +respectable_A 7.450870820527148e-5 +respectful_A 3.725435410263574e-5 +respective_A 5.588153115395362e-4 +respond_V 2.1406174626145682e-3 +respond_V2 2.4417043096081066e-5 +respond_VS 3.686771862557145e-4 +respondent_N 1.2146873047823974e-4 +response_N 5.610698503042503e-4 +responsibility_N 3.41269290391245e-4 +responsible_A 1.005867560771165e-3 +responsive_A 1.4901741641054297e-4 +rest_N 5.205802734781703e-4 +rest_V 2.1104679208876025e-4 +rest_V2 2.4417043096081066e-5 +rest_VS 7.37354372511429e-5 +restart_V 9.044862518089724e-5 +restart_V2 4.883408619216213e-5 +restate_V2 4.150897326333781e-4 +restatement_N 1.735267578260568e-5 +restaurant_N 3.701904166955878e-4 +restitution_N 2.313690104347424e-5 +restless_A 1.862717705131787e-5 +restoration_N 4.627380208694848e-5 +restore_V2 1.0499328531314858e-3 +restorer_N 5.78422526086856e-6 +restrain_V2 2.197533878647296e-4 +restrained_A 1.862717705131787e-5 +restraint_N 9.83318294347655e-5 +restrict_V 3.014954172696575e-4 +restrict_V2 7.56928335978513e-4 +restriction_N 4.106799935216677e-4 +restrictive_A 1.6764459346186087e-4 +restructure_V 4.82392667631452e-3 +restructure_V2 4.883408619216213e-4 +result_N 2.7012331968256174e-3 +result_V 3.3465991316931985e-3 +resume_V 5.728412928123493e-4 +resume_V2 7.813453790745941e-4 +resume_VS 2.212063117534287e-4 +resumption_N 5.78422526086856e-6 +resurface_V 9.044862518089724e-5 +resurgence_N 1.156845052173712e-5 +resurgent_A 7.450870820527148e-5 +resurrect_V 6.02990834539315e-5 +resurrect_V2 9.766817238432426e-5 +resurrection_N 5.78422526086856e-6 +resuscitate_V2 2.4417043096081066e-5 +retail_N 8.676337891302839e-5 +retail_V 1.4170284611673902e-3 +retailer_N 4.222484440434048e-4 +retain_V2 1.7091930167256746e-3 +retain_V2V 1.0660980810234541e-3 +retainer_N 1.156845052173712e-5 +retake_V2 2.4417043096081066e-5 +retaliation_N 2.313690104347424e-5 +retention_N 5.78422526086856e-6 +rethink_N 5.78422526086856e-6 +rethink_V2 2.4417043096081066e-5 +reticent_A 1.862717705131787e-5 +retinal_A 1.862717705131787e-5 +retire_V 1.20598166907863e-3 +retire_V2 3.9067268953729706e-4 +retired_A 1.303902393592251e-4 +retirement_N 3.354850651303764e-4 +retool_V2 2.4417043096081066e-5 +retract_V2 2.4417043096081066e-5 +retreat_N 4.627380208694848e-5 +retreat_V 5.125422093584177e-4 +retreat_V2 2.4417043096081066e-5 +retrenchment_N 1.735267578260568e-5 +retrial_N 1.156845052173712e-5 +retribution_N 1.735267578260568e-5 +retrieval_N 1.156845052173712e-5 +retrieve_V 9.044862518089724e-5 +retrieve_V2 1.2208521548040532e-4 +retroactive_A 3.725435410263574e-5 +retrofit_V2 1.2208521548040532e-4 +retrospect_N 5.78422526086856e-6 +retrospective_A 1.862717705131787e-5 +return_N 1.2956664584345572e-3 +return_V 2.41196333815726e-3 +return_V2 8.301794652667562e-4 +reunification_N 5.784225260868559e-5 +reunion_N 5.78422526086856e-6 +reunite_V2 2.4417043096081066e-5 +rev_V 3.014954172696575e-5 +revalue_V2 2.4417043096081066e-5 +revamp_V2 4.150897326333781e-4 +reveal_V2 3.174215602490538e-4 +reveal_VS 8.848252470137148e-4 +revel_N 5.78422526086856e-6 +revel_V 6.02990834539315e-5 +revelation_N 1.156845052173712e-5 +revenge_N 1.156845052173712e-5 +revenue_N 2.834270377825594e-3 +reverberate_V 1.20598166907863e-4 +reverberation_N 5.78422526086856e-6 +reverence_N 5.78422526086856e-6 +reverential_A 1.862717705131787e-5 +reversal_N 5.784225260868559e-5 +reverse_A 5.588153115395362e-5 +reverse_N 2.313690104347424e-5 +reverse_V 1.5074770863482875e-4 +reverse_V2 5.371749481137834e-4 +reversible_A 3.725435410263574e-5 +revert_V 9.044862518089724e-5 +review_N 2.6029013673908516e-4 +review_V 4.82392667631452e-4 +review_V2 7.32511292882432e-4 +revise_V 4.82392667631452e-4 +revise_V2 1.0743498962275668e-3 +revision_N 9.83318294347655e-5 +revisit_V2 4.883408619216213e-5 +revitalize_V2 4.883408619216213e-5 +revival_N 7.519492839129126e-5 +revive_V 1.808972503617945e-4 +revive_V2 7.813453790745941e-4 +revoke_V 1.20598166907863e-4 +revoke_V2 1.7091930167256744e-4 +revolt_N 1.156845052173712e-5 +revolting_A 1.862717705131787e-5 +revolution_N 1.0990027995650263e-4 +revolutionary_A 1.1176306230790724e-4 +revolutionary_N 1.156845052173712e-5 +revolutionize_V2 4.883408619216213e-5 +revolve_V 1.20598166907863e-4 +reward_N 8.676337891302839e-5 +reward_V2 2.197533878647296e-4 +rework_V2 2.4417043096081066e-5 +rewrite_V2 1.4650225857648638e-4 +rhapsody_N 5.78422526086856e-6 +rhetoric_N 5.784225260868559e-5 +rhino_N 5.78422526086856e-6 +rhododendron_N 5.78422526086856e-6 +rhyme_V 3.014954172696575e-5 +rhythm_N 1.735267578260568e-5 +rhythmic_A 3.725435410263574e-5 +rib_N 1.735267578260568e-5 +ribbon_N 1.735267578260568e-5 +rice_N 8.097915365215983e-5 +rich_A 7.823414361553506e-4 +richness_N 5.78422526086856e-6 +rid_V 6.02990834539315e-5 +rid_V2 1.2208521548040532e-4 +ride_N 1.0411605469563407e-4 +ride_V 3.9194404245055476e-4 +ride_V2 3.9067268953729706e-4 +rider_N 6.941070313042272e-5 +ridge_N 5.78422526086856e-6 +ridicule_N 1.156845052173712e-5 +ridicule_V2 4.883408619216213e-5 +ridiculous_A 1.8627177051317874e-4 +riding_N 5.78422526086856e-6 +rife_A 3.725435410263574e-5 +riff_N 5.78422526086856e-6 +rifle_N 5.78422526086856e-6 +rift_N 2.8921126304342795e-5 +rig_N 6.362647786955415e-5 +rig_V 3.014954172696575e-5 +right_A 1.3597839247462048e-3 +right_Adv 7.386346389290809e-4 +right_N 1.5848777214779852e-3 +right_V2 2.4417043096081066e-5 +right_hand_A 1.862717705131787e-5 +righteousness_N 5.78422526086856e-6 +rigid_A 2.4215330166713235e-4 +rigidity_N 1.156845052173712e-5 +rigor_mortis_N 1.156845052173712e-5 +rigorous_A 5.588153115395362e-5 +rile_V2 4.883408619216213e-5 +rill_N 5.78422526086856e-6 +rim_N 5.78422526086856e-6 +rim_V2 2.4417043096081066e-5 +ring_N 4.627380208694848e-5 +ring_V 6.02990834539315e-5 +ring_V2 4.883408619216213e-5 +ringer_N 5.78422526086856e-6 +riot_N 2.313690104347424e-5 +riot_V 9.044862518089724e-5 +rip_V 9.044862518089724e-5 +rip_V2 4.883408619216213e-5 +rip_roaring_A 1.862717705131787e-5 +ripe_A 7.450870820527148e-5 +ripen_V 3.014954172696575e-5 +ripple_N 5.78422526086856e-6 +ripple_V 3.014954172696575e-5 +rise_N 7.34596608130307e-4 +rise_V 1.4079835986493006e-2 +rise_V2 9.815651324624588e-3 +rise_VA 1.4534883720930232e-3 +risible_A 1.862717705131787e-5 +rising_N 5.78422526086856e-6 +risk_N 1.1337081511302376e-3 +risk_V2 2.9300451715297276e-4 +risk_VS 1.474708745022858e-4 +riskiness_N 1.156845052173712e-5 +risky_A 6.519511967961255e-4 +rite_N 1.156845052173712e-5 +ritual_N 5.78422526086856e-6 +ritzy_A 3.725435410263574e-5 +rival_N 2.4872168621734806e-4 +rival_V2 9.766817238432426e-5 +rivalry_N 2.313690104347424e-5 +river_N 6.362647786955415e-5 +riverside_N 5.78422526086856e-6 +rivet_N 5.78422526086856e-6 +rivet_V 3.014954172696575e-5 +rivet_V2 4.883408619216213e-5 +road_N 3.5862196617385066e-4 +roadbed_N 1.156845052173712e-5 +roadblock_N 2.313690104347424e-5 +roadway_N 6.941070313042272e-5 +roam_V 3.014954172696575e-5 +roam_V2 4.883408619216213e-5 +roar_N 1.156845052173712e-5 +roar_V 9.044862518089724e-5 +roast_N 1.156845052173712e-5 +rob_V2 1.4650225857648638e-4 +robber_N 2.8921126304342795e-5 +robbery_N 5.205802734781703e-5 +robe_N 1.735267578260568e-5 +robot_N 6.362647786955415e-5 +robust_A 4.097978951289932e-4 +rock_N 1.0411605469563407e-4 +rock_V 1.808972503617945e-4 +rock_V2 7.325112928824319e-5 +rocker_N 5.78422526086856e-6 +rocket_N 4.0489576826079914e-5 +rocket_V 6.02990834539315e-5 +rocky_A 5.588153115395362e-5 +rod_N 4.627380208694848e-5 +rodent_N 5.78422526086856e-6 +rodeo_N 5.78422526086856e-6 +rogue_N 5.78422526086856e-6 +roil_V2 1.2208521548040532e-4 +role_1_N 7.172439323477013e-4 +roll_N 1.561740820434511e-4 +roll_V 1.1155330438977328e-3 +roll_V2 1.4650225857648638e-4 +roller_N 8.676337891302839e-5 +rolling_N 1.735267578260568e-5 +romance_N 1.156845052173712e-5 +romance_V2 2.4417043096081066e-5 +romantic_A 1.303902393592251e-4 +romp_N 5.78422526086856e-6 +romp_V 3.014954172696575e-5 +roof_N 3.470535156521136e-5 +roofing_N 1.735267578260568e-5 +rook_N 5.78422526086856e-6 +rookie_N 2.313690104347424e-5 +room_N 6.536174544781472e-4 +roomful_N 5.78422526086856e-6 +roost_V 3.014954172696575e-5 +root_N 7.519492839129126e-5 +root_V 1.20598166907863e-4 +root_V2 7.325112928824319e-5 +rope_N 1.735267578260568e-5 +rose_N 2.313690104347424e-5 +rose_V 3.014954172696575e-5 +roster_N 1.156845052173712e-5 +rosy_A 7.450870820527148e-5 +rot_N 5.78422526086856e-6 +rot_V 6.02990834539315e-5 +rotary_A 1.862717705131787e-5 +rotate_V 3.014954172696575e-5 +rotate_V2 4.883408619216213e-5 +rotation_N 1.156845052173712e-5 +rotten_A 1.862717705131787e-5 +rough_A 1.3225295706435689e-3 +rough_V2 2.4417043096081066e-5 +roughneck_N 1.156845052173712e-5 +roulette_N 5.78422526086856e-6 +round_A 3.725435410263574e-5 +round_N 1.4460563152171398e-4 +round_V 1.5074770863482875e-4 +round_the_clock_A 1.862717705131787e-5 +rout_N 2.313690104347424e-5 +route_N 1.677425325651882e-4 +route_V2 1.2208521548040532e-4 +routine_A 4.843066033342647e-4 +routine_N 5.78422526086856e-6 +row_N 1.3882140626084543e-4 +row_V 6.02990834539315e-5 +rowing_N 1.156845052173712e-5 +royal_A 1.862717705131787e-5 +royalty_N 7.519492839129126e-5 +rub_N 1.735267578260568e-5 +rub_V 6.02990834539315e-5 +rub_V2 4.883408619216213e-5 +rubber_N 4.0489576826079914e-5 +rubber_stamp_V2 2.4417043096081066e-5 +rubble_N 5.205802734781703e-5 +rudder_N 5.78422526086856e-6 +rude_A 1.862717705131787e-5 +rudimentary_A 1.862717705131787e-5 +rueful_A 3.725435410263574e-5 +ruffle_V2 2.4417043096081066e-5 +rug_N 5.78422526086856e-6 +rugged_A 3.725435410263574e-5 +ruin_N 5.78422526086856e-6 +ruin_V2 2.197533878647296e-4 +ruin_VS 7.37354372511429e-5 +rule_N 9.775340690867866e-4 +rule_V 1.3567293777134587e-3 +rule_V2 1.2208521548040532e-4 +rule_VS 1.7696504940274296e-3 +ruler_N 1.156845052173712e-5 +ruling_A 3.725435410263574e-5 +ruling_N 3.4705351565211356e-4 +rum_N 1.735267578260568e-5 +rumble_V 1.5074770863482875e-4 +rumbling_N 1.156845052173712e-5 +ruminate_V 6.02990834539315e-5 +rumor_V2 2.197533878647296e-4 +rumor_VS 7.37354372511429e-5 +run_N 2.3715323569561093e-4 +run_V 4.673178967679692e-3 +run_V2 2.954462214625809e-3 +run_VS 4.424126235068574e-4 +runaway_A 9.313588525658937e-5 +rundown_N 5.78422526086856e-6 +runner_N 2.313690104347424e-5 +running_A 5.588153115395362e-5 +running_N 3.470535156521136e-5 +runny_A 1.862717705131787e-5 +runway_N 2.8921126304342795e-5 +rupture_N 5.78422526086856e-6 +rupture_V 1.20598166907863e-4 +rupture_V2 2.4417043096081066e-5 +rural_A 3.1666200987240384e-4 +rush_N 6.362647786955415e-5 +rush_V 5.125422093584177e-4 +rush_VS 7.37354372511429e-5 +rusticate_V2 2.4417043096081066e-5 +rustler_N 5.78422526086856e-6 +rustling_N 1.156845052173712e-5 +rusty_A 1.862717705131787e-5 +ruthless_A 5.588153115395362e-5 +rye_N 1.735267578260568e-5 +sabotage_N 2.313690104347424e-5 +sabotage_V2 4.883408619216213e-5 +sac_N 5.78422526086856e-6 +sack_N 2.8921126304342795e-5 +sack_V2 7.325112928824319e-5 +sacking_N 5.78422526086856e-6 +sacred_A 5.588153115395362e-5 +sacrifice_N 1.735267578260568e-5 +sacrifice_V 1.5074770863482875e-4 +sacrifice_V2 4.883408619216213e-5 +sad_A 2.2352612461581448e-4 +saddle_V 6.02990834539315e-5 +saddle_V2 4.883408619216213e-5 +sadistic_A 1.862717705131787e-5 +safe_A 1.0803762689764367e-3 +safe_N 5.78422526086856e-6 +safeguard_N 2.313690104347424e-5 +safeguard_V2 1.2208521548040532e-4 +safekeeping_N 5.78422526086856e-6 +safety_N 2.7764281252169086e-4 +sag_V 3.9194404245055476e-4 +saga_N 1.735267578260568e-5 +sage_N 1.156845052173712e-5 +sail_N 1.156845052173712e-5 +sail_V 3.014954172696575e-5 +sail_V2 2.4417043096081066e-5 +sailing_N 1.735267578260568e-5 +sailor_N 1.735267578260568e-5 +saint_N 5.78422526086856e-6 +sainthood_N 5.78422526086856e-6 +saintly_A 1.862717705131787e-5 +sake_1_N 5.78422526086856e-6 +salad_N 1.156845052173712e-5 +salaried_A 5.588153115395362e-5 +salary_N 1.7352675782605678e-4 +sale_N 8.479674232433308e-3 +salesman_N 1.6195830730431966e-4 +salmon_N 2.313690104347424e-5 +salon_N 1.735267578260568e-5 +salt_N 2.8921126304342795e-5 +saltwater_N 5.78422526086856e-6 +salubrious_A 1.862717705131787e-5 +salutary_A 1.862717705131787e-5 +salute_V 3.014954172696575e-5 +salvage_N 1.735267578260568e-5 +salvage_V2 1.4650225857648638e-4 +salvation_N 5.78422526086856e-6 +salvo_N 1.156845052173712e-5 +samaritan_N 5.78422526086856e-6 +same_A 5.4018813448821834e-3 +samovar_N 5.78422526086856e-6 +sample_N 7.519492839129126e-5 +sample_V2 4.883408619216213e-5 +samurai_N 5.78422526086856e-6 +san_marinese_A 1.862717705131787e-5 +san_marinese_N 5.78422526086856e-6 +sanction_N 1.0990027995650263e-4 +sanction_V2 9.766817238432426e-5 +sanctity_N 5.78422526086856e-6 +sand_N 1.3882140626084543e-4 +sandpaper_N 5.78422526086856e-6 +sandwich_N 4.627380208694848e-5 +sandwich_V 3.014954172696575e-5 +sandwich_V2 2.4417043096081066e-5 +sandy_A 1.862717705131787e-5 +sanguine_A 5.588153115395362e-5 +sanitary_A 3.725435410263574e-5 +sanitation_N 1.735267578260568e-5 +sanitize_V2 4.883408619216213e-5 +santa_claus_N 1.735267578260568e-5 +sap_V 3.014954172696575e-5 +sap_V2 4.883408619216213e-5 +sardonically_Adv 1.0118282725055903e-5 +sarsaparilla_N 5.78422526086856e-6 +satellite_N 8.097915365215983e-5 +satire_N 2.313690104347424e-5 +satirical_A 5.588153115395362e-5 +satisfaction_N 9.254760417389695e-5 +satisfactory_A 1.1176306230790724e-4 +satisfy_V 1.808972503617945e-4 +satisfy_V2 3.418386033451349e-4 +satisfying_A 3.725435410263574e-5 +saturate_V2 7.325112928824319e-5 +sauce_N 1.156845052173712e-5 +saucer_N 5.78422526086856e-6 +saudi_arabian_A 1.4901741641054297e-4 +sauerkraut_N 5.78422526086856e-6 +sauna_N 1.156845052173712e-5 +sausage_N 5.78422526086856e-6 +savage_A 1.862717705131787e-5 +save_V 7.537385431741438e-4 +save_V2 1.0987669393236479e-3 +saver_N 5.78422526086856e-6 +saving_N 3.701904166955878e-4 +savore_V2 4.883408619216213e-5 +savvy_N 5.78422526086856e-6 +saw_N 2.313690104347424e-5 +say_N 1.735267578260568e-5 +say_V 1.781837916063676e-2 +say_V2 1.513856671957026e-3 +say_VA 2.9069767441860465e-3 +say_VS 0.5547854298775992 +say_VV 3.1221542864576556e-3 +saying_N 1.735267578260568e-5 +scab_N 5.78422526086856e-6 +scalawag_N 5.78422526086856e-6 +scale_N 1.7352675782605678e-4 +scale_V 3.014954172696575e-4 +scale_V2 2.4417043096081066e-5 +scalp_N 1.156845052173712e-5 +scam_V2 2.4417043096081066e-5 +scamper_V 3.014954172696575e-5 +scan_V 9.044862518089724e-5 +scandal_N 3.0656393882603366e-4 +scandalize_V2 2.4417043096081066e-5 +scanner_N 1.735267578260568e-5 +scant_A 7.450870820527148e-5 +scapegoat_N 5.78422526086856e-6 +scar_N 1.156845052173712e-5 +scar_V 3.014954172696575e-5 +scarce_A 2.2352612461581448e-4 +scare_N 1.735267578260568e-5 +scare_V 3.3164495899662324e-4 +scare_V2 1.7091930167256744e-4 +scarlet_A 1.862717705131787e-5 +scary_A 9.313588525658937e-5 +scathing_A 3.725435410263574e-5 +scatter_V 6.02990834539315e-5 +scatter_V2 4.883408619216213e-5 +scattered_A 3.725435410263574e-5 +scavenger_N 1.735267578260568e-5 +scenario_N 1.7931098308692533e-4 +scene_N 1.677425325651882e-4 +scenery_N 1.156845052173712e-5 +scenic_A 1.862717705131787e-5 +scent_N 5.78422526086856e-6 +schedule_N 2.3136901043474236e-4 +schedule_V 6.934394597202122e-4 +schedule_V2 9.278476376510805e-4 +schedule_VV 7.415116430336932e-3 +scheme_N 1.4460563152171398e-4 +schemer_N 5.78422526086856e-6 +schizophrenia_N 1.156845052173712e-5 +schizophrenic_A 3.725435410263574e-5 +scholar_N 8.097915365215983e-5 +scholarly_A 1.862717705131787e-5 +scholarship_N 2.313690104347424e-5 +school_N 7.34596608130307e-4 +schoolchild_N 5.78422526086856e-6 +schooling_N 5.78422526086856e-6 +schoolteacher_N 2.313690104347424e-5 +science_N 1.3303718099997685e-4 +scientific_A 5.588153115395362e-4 +scientifically_Adv 1.0118282725055903e-5 +scientist_N 4.1646421878253627e-4 +sclerosis_N 5.78422526086856e-6 +scoff_V 1.20598166907863e-4 +scold_V2 4.883408619216213e-5 +scoop_V 9.044862518089724e-5 +scoot_V2 2.4417043096081066e-5 +scooter_N 5.78422526086856e-6 +scope_N 5.205802734781703e-5 +score_N 1.561740820434511e-4 +score_V 1.20598166907863e-4 +score_V2 9.766817238432426e-5 +scorecard_N 1.735267578260568e-5 +scorn_V2 2.4417043096081066e-5 +scornful_A 1.862717705131787e-5 +scotch_N 1.735267578260568e-5 +scotch_V2 2.4417043096081066e-5 +scottish_A 5.588153115395362e-5 +scour_V 3.014954172696575e-5 +scour_V2 4.883408619216213e-5 +scourge_N 1.735267578260568e-5 +scout_N 5.78422526086856e-6 +scout_V 3.014954172696575e-5 +scout_V2 2.4417043096081066e-5 +scowl_V 6.02990834539315e-5 +scramble_N 2.313690104347424e-5 +scramble_V 1.20598166907863e-4 +scrap_N 3.470535156521136e-5 +scrap_V 1.5074770863482875e-4 +scrap_V2 2.9300451715297276e-4 +scrape_N 5.78422526086856e-6 +scrappy_A 1.862717705131787e-5 +scratch_N 1.156845052173712e-5 +scratch_V 6.02990834539315e-5 +scratch_V2 4.883408619216213e-5 +scream_N 1.156845052173712e-5 +scream_V 1.20598166907863e-4 +scream_V2 4.883408619216213e-5 +scream_VS 7.37354372511429e-5 +screech_V 6.02990834539315e-5 +screech_V2 2.4417043096081066e-5 +screed_N 5.78422526086856e-6 +screen_N 1.850952083477939e-4 +screen_V 1.20598166907863e-4 +screen_V2 7.325112928824319e-5 +screw_N 1.156845052173712e-5 +screw_V 3.014954172696575e-5 +screwball_N 5.78422526086856e-6 +scribble_V2 4.883408619216213e-5 +scribe_N 1.156845052173712e-5 +scrimmage_N 5.78422526086856e-6 +scrimp_V 6.02990834539315e-5 +script_N 8.097915365215983e-5 +scriptwriter_N 1.156845052173712e-5 +scrounge_V 3.014954172696575e-5 +scrub_N 5.78422526086856e-6 +scruff_N 5.78422526086856e-6 +scrupulous_A 3.725435410263574e-5 +scrutinize_V2 7.325112928824319e-5 +scrutiny_N 6.362647786955415e-5 +sculpture_N 2.313690104347424e-5 +scurry_N 5.78422526086856e-6 +scurry_V 3.014954172696575e-5 +scuttle_V 1.5074770863482875e-4 +scuttle_V2 2.197533878647296e-4 +sea_N 8.676337891302839e-5 +seaboard_N 5.78422526086856e-6 +seaborne_A 3.725435410263574e-5 +seafood_N 1.156845052173712e-5 +seal_N 1.156845052173712e-5 +seal_V 3.014954172696575e-5 +seal_V2 1.2208521548040532e-4 +seal_VS 7.37354372511429e-5 +seamy_A 3.725435410263574e-5 +seaport_N 5.78422526086856e-6 +search_N 1.677425325651882e-4 +search_V 4.220935841775205e-4 +search_V2 2.4417043096081066e-5 +seashore_N 5.78422526086856e-6 +season_N 3.9911154299993056e-4 +seasonal_A 7.637142591040328e-4 +seasoning_N 5.78422526086856e-6 +seat_N 4.511695703477476e-4 +seat_V2 1.7091930167256744e-4 +seclusion_N 5.78422526086856e-6 +second_N 1.96663658869531e-4 +second_guess_V2 2.4417043096081066e-5 +second_rate_A 1.862717705131787e-5 +secondary_A 6.333240197448077e-4 +secrecy_N 1.156845052173712e-5 +secret_A 3.725435410263575e-4 +secret_N 9.254760417389695e-5 +secretarial_A 1.862717705131787e-5 +secretary_N 4.106799935216677e-4 +secretive_A 3.725435410263574e-5 +section_N 3.817588672173249e-4 +sector_N 6.536174544781472e-4 +secure_A 1.8627177051317874e-4 +secure_V2 7.32511292882432e-4 +security_N 2.944170657782097e-3 +sedan_N 7.519492839129126e-5 +sedate_A 1.862717705131787e-5 +seduce_V2 4.883408619216213e-5 +seductive_A 1.862717705131787e-5 +see_V 2.6230101302460204e-3 +see_V2 6.617018679037969e-3 +see_V2V 3.091684434968017e-2 +see_VA 1.4534883720930232e-3 +see_VS 8.037162660374577e-3 +seed_N 1.3303718099997685e-4 +seed_V2 2.4417043096081066e-5 +seedy_A 7.450870820527148e-5 +seek_V2 5.567085825906482e-3 +seek_VS 7.37354372511429e-5 +seek_VV 9.62664238324444e-3 +seeker_N 5.78422526086856e-6 +seem_V 1.5074770863482876e-3 +seem_V2 2.4417043096081065e-4 +seem_VA 8.72093023255814e-2 +seem_VS 1.0322961215160006e-3 +seem_VV 1.5350591908416807e-2 +seeming_A 2.794076557697681e-4 +seep_V 3.014954172696575e-5 +seer_N 5.78422526086856e-6 +seesaw_N 5.78422526086856e-6 +seethe_V 6.02990834539315e-5 +segment_N 4.3381689456514197e-4 +segmentation_N 5.78422526086856e-6 +segregate_V2 4.883408619216213e-5 +segregation_N 1.156845052173712e-5 +seismic_A 9.313588525658937e-5 +seize_V 5.728412928123493e-4 +seize_V2 3.9067268953729706e-4 +seizure_N 6.941070313042272e-5 +seldom_Adv 7.082797907539132e-5 +select_A 1.1176306230790724e-4 +select_V 3.3164495899662324e-4 +select_V2 5.860090343059455e-4 +select_V2V 1.0660980810234541e-3 +select_VV 2.601795238714713e-4 +selection_N 9.83318294347655e-5 +selective_A 1.6764459346186087e-4 +self_N 9.83318294347655e-5 +self_conscious_A 3.725435410263574e-5 +self_employed_A 1.1176306230790724e-4 +self_explanatory_A 1.862717705131787e-5 +self_imposed_A 3.725435410263574e-5 +self_indulgent_A 1.862717705131787e-5 +self_insure_V 3.014954172696575e-5 +self_righteous_A 1.862717705131787e-5 +self_styled_A 1.862717705131787e-5 +self_sufficient_A 3.725435410263574e-5 +selfish_A 1.862717705131787e-5 +sell_N 1.1568450521737118e-4 +sell_V 1.1698022190062711e-2 +sell_V2 1.5309486021242828e-2 +sell_VA 1.4534883720930232e-3 +sell_VS 2.212063117534287e-4 +seller_N 2.834270377825594e-4 +selling_N 4.7430647139122187e-4 +semantics_N 5.78422526086856e-6 +semblance_N 1.735267578260568e-5 +semester_N 5.78422526086856e-6 +semiconductor_N 2.1401633465213668e-4 +seminar_N 2.8921126304342795e-5 +senate_N 5.78422526086856e-6 +senator_N 3.0077971356516506e-4 +senatorial_A 1.862717705131787e-5 +send_V 1.959720212252774e-3 +send_V2 1.8312782322060799e-3 +send_V2V 1.0660980810234541e-3 +send_VS 9.585606842648577e-4 +sender_N 1.156845052173712e-5 +senior_A 4.172487659495203e-3 +senior_N 2.8921126304342795e-5 +seniority_N 5.784225260868559e-5 +sensation_N 1.156845052173712e-5 +sensational_A 7.450870820527148e-5 +sensationalism_N 1.156845052173712e-5 +sense_N 4.916591471738276e-4 +sense_V2 1.2208521548040532e-4 +sense_VS 1.474708745022858e-4 +sensibility_N 1.735267578260568e-5 +sensible_A 5.588153115395362e-5 +sensitive_A 5.588153115395362e-4 +sensitivity_N 1.156845052173712e-5 +sensitize_V2 2.4417043096081066e-5 +sensory_A 3.725435410263574e-5 +sensual_A 1.862717705131787e-5 +sensuality_N 5.78422526086856e-6 +sentence_N 1.5038985678258253e-4 +sentence_V 3.014954172696575e-4 +sentence_V2 1.9533634476864853e-4 +sentiment_N 1.3303718099997685e-4 +sentimental_A 3.725435410263574e-5 +sentimentality_N 5.78422526086856e-6 +separate_A 2.775449380646363e-3 +separate_V 1.5074770863482875e-4 +separate_V2 1.2208521548040532e-4 +separation_N 4.627380208694848e-5 +sepsis_N 5.78422526086856e-6 +sequel_N 2.8921126304342795e-5 +sequence_N 1.156845052173712e-5 +sequester_V2 4.883408619216213e-5 +sequestration_N 5.78422526086856e-6 +serene_A 5.588153115395362e-5 +sergeant_N 1.735267578260568e-5 +serial_A 1.6764459346186087e-4 +serial_N 1.735267578260568e-5 +series_N 7.230281576085699e-4 +serious_A 1.8254633510291515e-3 +seriousness_N 1.735267578260568e-5 +serpent_N 5.78422526086856e-6 +serpentine_A 1.862717705131787e-5 +servant_N 3.470535156521136e-5 +serve_V 1.9898697539797393e-3 +serve_V2 1.1964351117079721e-3 +serve_VV 7.805385716144139e-4 +server_N 5.78422526086856e-6 +service_N 2.348395455912635e-3 +service_V2 2.197533878647296e-4 +servile_A 1.862717705131787e-5 +session_N 6.073436523911987e-4 +set_N 3.1813238934777076e-4 +set_V 3.7385431741437532e-3 +set_V2 3.003296300817971e-3 +set_VS 3.686771862557145e-4 +set_VV 1.5610771432288278e-3 +setback_N 1.4460563152171398e-4 +setter_N 1.735267578260568e-5 +setting_N 5.784225260868559e-5 +settle_V 2.1104679208876027e-3 +settle_V2 1.1964351117079721e-3 +settle_VA 2.9069767441860465e-3 +settle_VS 7.37354372511429e-5 +settled_A 1.862717705131787e-5 +settlement_N 7.288123828694384e-4 +sever_V 3.014954172696575e-5 +sever_V2 1.4650225857648638e-4 +several_A 6.83617397783366e-3 +severance_N 3.470535156521136e-5 +severe_A 8.382229673093043e-4 +severity_N 2.8921126304342795e-5 +sewage_N 1.156845052173712e-5 +sewer_N 1.735267578260568e-5 +sex_N 1.3882140626084543e-4 +sexist_A 1.862717705131787e-5 +sexual_A 1.4901741641054297e-4 +sexy_A 5.588153115395362e-5 +shabby_A 1.862717705131787e-5 +shack_N 5.78422526086856e-6 +shade_N 5.78422526086856e-6 +shadow_N 7.519492839129126e-5 +shadow_V2 4.883408619216213e-5 +shadowy_A 3.725435410263574e-5 +shady_A 9.313588525658937e-5 +shag_V2 2.4417043096081066e-5 +shaggy_A 1.862717705131787e-5 +shah_N 5.205802734781703e-5 +shake_N 1.735267578260568e-5 +shake_V 6.632899179932465e-4 +shake_V2 4.883408619216213e-4 +shakeout_N 2.8921126304342795e-5 +shaky_A 1.6764459346186087e-4 +shallow_A 1.862717705131787e-5 +shame_N 2.313690104347424e-5 +shampoo_N 1.735267578260568e-5 +shantytown_N 5.78422526086856e-6 +shape_N 1.0411605469563407e-4 +shape_V 2.7134587554269177e-4 +shape_V2 1.9533634476864853e-4 +shape_VV 1.3008976193573565e-4 +shard_N 5.78422526086856e-6 +share_N 1.4761342865736563e-2 +share_V 4.220935841775205e-4 +share_V2 9.522646807471615e-4 +sharecropper_N 1.156845052173712e-5 +shareholder_N 1.5038985678258255e-3 +shareholding_N 2.8921126304342795e-5 +shark_N 1.156845052173712e-5 +sharp_A 3.371519046288535e-3 +sharpen_V 3.014954172696575e-5 +sharpen_V2 7.325112928824319e-5 +sharpness_N 5.78422526086856e-6 +shatter_V2 1.7091930167256744e-4 +shave_V 6.02990834539315e-5 +shave_V2 7.325112928824319e-5 +she_Pron 3.504468925379339e-2 +shear_V2 2.4417043096081066e-5 +sheath_N 5.78422526086856e-6 +shed_V2 4.6392381882554023e-4 +sheep_N 5.78422526086856e-6 +sheepskin_N 5.78422526086856e-6 +sheer_A 1.1176306230790724e-4 +sheet_N 2.3136901043474236e-4 +sheik_N 5.78422526086856e-6 +shelf_N 1.3882140626084543e-4 +shell_N 5.784225260868559e-5 +shell_V 1.20598166907863e-4 +shell_V2 2.4417043096081066e-5 +shelter_N 7.519492839129126e-5 +shelter_V 3.014954172696575e-5 +shelter_V2 2.4417043096081066e-5 +shelve_V2 2.4417043096081066e-5 +sherbet_N 5.78422526086856e-6 +sheriff_N 5.78422526086856e-6 +shield_N 4.627380208694848e-5 +shield_V2 1.7091930167256744e-4 +shift_N 2.1980055991300526e-4 +shift_V 5.125422093584177e-4 +shift_V2 5.371749481137834e-4 +shilling_N 5.78422526086856e-6 +shimmer_V 3.014954172696575e-5 +shin_N 5.78422526086856e-6 +shine_N 5.78422526086856e-6 +shine_V 1.5074770863482875e-4 +shiny_A 5.588153115395362e-5 +ship_N 2.4293746095647948e-4 +ship_V 5.728412928123493e-4 +ship_V2 7.56928335978513e-4 +shipbuilder_N 2.313690104347424e-5 +shipbuilding_N 3.470535156521136e-5 +shipment_N 2.545059114782166e-4 +shipper_N 8.097915365215983e-5 +shipping_N 1.0990027995650263e-4 +shipyard_N 8.676337891302839e-5 +shirk_V 3.014954172696575e-5 +shirk_V2 2.4417043096081066e-5 +shirt_N 4.627380208694848e-5 +shiver_N 1.156845052173712e-5 +shiver_V 3.014954172696575e-5 +shock_N 1.2146873047823974e-4 +shock_V2 1.7091930167256744e-4 +shocker_N 5.78422526086856e-6 +shocking_A 5.588153115395362e-5 +shoddy_A 3.725435410263574e-5 +shoe_N 8.676337891302839e-5 +shoehorn_V2 2.4417043096081066e-5 +shoelace_N 5.78422526086856e-6 +shoemaker_N 5.78422526086856e-6 +shoestring_N 1.156845052173712e-5 +shoot_N 1.156845052173712e-5 +shoot_V 5.426917510853835e-4 +shoot_V2 1.7091930167256744e-4 +shooting_N 5.78422526086856e-6 +shop_N 3.0656393882603366e-4 +shop_V 2.41196333815726e-4 +shopkeeper_N 1.735267578260568e-5 +shoplifting_N 5.78422526086856e-6 +shopper_N 6.362647786955415e-5 +shopping_N 2.3136901043474236e-4 +shore_N 2.8921126304342795e-5 +shore_V2 1.7091930167256744e-4 +shorn_V2 2.4417043096081066e-5 +short_A 2.961721151159542e-3 +short_Adv 1.4165595815078264e-4 +short_N 4.0489576826079914e-5 +short_V 3.014954172696575e-5 +short_V2 2.4417043096081066e-5 +short_circuit_V 3.014954172696575e-5 +short_dated_A 1.862717705131787e-5 +short_lived_A 9.313588525658937e-5 +short_range_A 3.725435410263574e-5 +short_term_A 1.8254633510291515e-3 +shortage_N 1.677425325651882e-4 +shortcoming_N 2.8921126304342795e-5 +shorten_V 9.044862518089724e-5 +shorten_V2 2.4417043096081066e-5 +shortening_N 5.78422526086856e-6 +shortfall_N 2.8921126304342795e-5 +shorthand_N 5.78422526086856e-6 +shot_N 1.4460563152171398e-4 +should_VV 5.346689215558736e-2 +shoulder_N 5.784225260868559e-5 +shoulder_V2 7.325112928824319e-5 +shout_N 5.78422526086856e-6 +shout_V 3.3164495899662324e-4 +shout_V2 7.325112928824319e-5 +shouting_N 5.78422526086856e-6 +shove_V 6.02990834539315e-5 +shove_V2 9.766817238432426e-5 +shovel_N 1.735267578260568e-5 +show_N 7.34596608130307e-4 +show_V 2.291365171249397e-3 +show_V2 3.9555609815651325e-3 +show_V2V 3.1982942430703624e-3 +show_VS 9.143194219141719e-3 +showcase_N 1.735267578260568e-5 +showdown_N 5.78422526086856e-6 +shower_N 1.735267578260568e-5 +shower_V2 2.4417043096081066e-5 +showing_N 3.470535156521136e-5 +showroom_N 4.627380208694848e-5 +shred_N 5.78422526086856e-6 +shred_V2 2.4417043096081066e-5 +shrewd_A 9.313588525658937e-5 +shrift_N 1.156845052173712e-5 +shrine_N 5.78422526086856e-6 +shrink_V 6.02990834539315e-4 +shrink_V2 4.883408619216213e-5 +shrinkage_N 2.8921126304342795e-5 +shroud_V2 2.4417043096081066e-5 +shrub_N 1.735267578260568e-5 +shrug_V2 4.883408619216213e-5 +shrug_VS 7.37354372511429e-5 +shudder_N 5.78422526086856e-6 +shuffle_N 5.78422526086856e-6 +shun_V2 1.7091930167256744e-4 +shut_V 6.934394597202122e-4 +shut_V2 1.4650225857648638e-4 +shutdown_N 6.941070313042272e-5 +shutter_V2 4.883408619216213e-5 +shuttle_N 9.83318294347655e-5 +shuttle_V 3.014954172696575e-5 +shuttle_V2 4.883408619216213e-5 +shy_A 5.588153115395362e-5 +shy_V 2.41196333815726e-4 +sibling_N 5.78422526086856e-6 +sick_A 2.794076557697681e-4 +side_N 7.982230859998611e-4 +side_V 9.044862518089724e-5 +sideline_N 9.83318294347655e-5 +sideline_V 6.02990834539315e-5 +sideline_V2 2.4417043096081066e-5 +sideshow_N 5.78422526086856e-6 +sidestep_V 3.014954172696575e-5 +sidestep_V2 2.4417043096081066e-5 +sidetrack_V2 2.4417043096081066e-5 +sidewalk_N 3.470535156521136e-5 +sideways_Adv 2.0236565450111807e-5 +siding_N 1.156845052173712e-5 +siege_N 5.78422526086856e-6 +sift_V 1.20598166907863e-4 +sigh_N 2.313690104347424e-5 +sigh_V 3.014954172696575e-5 +sigh_VS 7.37354372511429e-5 +sight_N 6.362647786955415e-5 +sighting_N 1.156845052173712e-5 +sightseeing_N 5.78422526086856e-6 +sign_N 6.246963281738044e-4 +sign_V2 1.8312782322060799e-3 +sign_V2V 1.0660980810234541e-3 +sign_up_V 1.1456825856246986e-3 +signal_N 1.4460563152171398e-4 +signal_V2 2.4417043096081065e-4 +signal_VS 1.474708745022858e-4 +signale_V2 2.197533878647296e-4 +signale_VS 6.636189352602861e-4 +signatory_N 5.78422526086856e-6 +signature_N 3.470535156521136e-5 +significance_N 2.8921126304342795e-5 +significant_A 2.8685852659029523e-3 +silence_N 1.735267578260568e-5 +silence_V2 2.4417043096081066e-5 +silent_A 5.588153115395362e-5 +silicon_N 1.735267578260568e-5 +silky_A 1.862717705131787e-5 +silly_A 1.4901741641054297e-4 +silly_N 5.78422526086856e-6 +silver_N 2.0823210939126813e-4 +silvery_A 1.862717705131787e-5 +similar_A 2.9989755052621777e-3 +similarity_N 4.0489576826079914e-5 +simmer_V 3.014954172696575e-5 +simple_A 2.6450591412871378e-3 +simple_N 2.8921126304342795e-5 +simple_minded_A 1.862717705131787e-5 +simplicity_N 1.735267578260568e-5 +simplification_N 1.156845052173712e-5 +simplify_V 3.014954172696575e-5 +simplify_V2 1.7091930167256744e-4 +simulate_V2 7.325112928824319e-5 +simulation_N 1.156845052173712e-5 +simulator_N 2.313690104347424e-5 +simultaneous_A 2.794076557697681e-4 +sin_N 3.470535156521136e-5 +since_Adv 7.082797907539132e-5 +sincere_A 3.725435410263574e-5 +sincerity_N 5.78422526086856e-6 +sine_qua_non_N 2.8921126304342795e-5 +sinful_A 1.862717705131787e-5 +sing_V 3.3164495899662324e-4 +sing_V2 1.7091930167256744e-4 +singer_N 5.205802734781703e-5 +singing_N 5.78422526086856e-6 +single_A 1.452919810002794e-3 +single_N 1.735267578260568e-5 +single_V2 2.197533878647296e-4 +single_handed_A 3.725435410263574e-5 +sinister_A 1.862717705131787e-5 +sink_N 5.78422526086856e-6 +sink_V 4.82392667631452e-4 +sink_V2 2.9300451715297276e-4 +sinking_N 2.313690104347424e-5 +sip_V 3.014954172696575e-5 +sip_V2 4.883408619216213e-5 +siphon_V 6.02990834539315e-5 +siphon_V2 7.325112928824319e-5 +siren_N 5.78422526086856e-6 +sister_N 8.097915365215983e-5 +sit_V 2.1104679208876027e-3 +sit_VA 2.9069767441860465e-3 +site_N 2.7764281252169086e-4 +situate_V2 4.883408619216213e-5 +situation_N 6.246963281738044e-4 +sixfold_A 1.862717705131787e-5 +sixfold_Adv 1.0118282725055903e-5 +sizable_A 2.4215330166713235e-4 +size_N 5.437171745216445e-4 +size_V2 4.883408619216213e-5 +sizzle_V 3.014954172696575e-5 +skateboard_N 5.78422526086856e-6 +skeptical_A 2.9803483282108594e-4 +skepticism_N 4.627380208694848e-5 +sketch_N 1.735267578260568e-5 +sketch_V2 2.4417043096081066e-5 +sketchy_A 9.313588525658937e-5 +skew_V2 2.4417043096081066e-5 +ski_N 8.676337891302839e-5 +ski_V 9.044862518089724e-5 +skid_N 1.156845052173712e-5 +skid_V 6.02990834539315e-5 +skid_V2 1.7091930167256744e-4 +skier_N 5.784225260868559e-5 +skill_N 1.1568450521737118e-4 +skilled_A 9.313588525658937e-5 +skim_V 3.014954172696575e-5 +skimmer_N 5.78422526086856e-6 +skimpy_A 1.862717705131787e-5 +skin_N 8.676337891302839e-5 +skip_V 6.02990834539315e-5 +skip_V2 9.766817238432426e-5 +skipper_N 5.78422526086856e-6 +skipper_V2 2.4417043096081066e-5 +skirmish_N 5.78422526086856e-6 +skirt_N 1.735267578260568e-5 +skirt_V2 7.325112928824319e-5 +skittish_A 5.588153115395362e-5 +skittishness_N 1.735267578260568e-5 +skull_N 5.78422526086856e-6 +sky_N 4.0489576826079914e-5 +skyrocket_V 2.1104679208876025e-4 +skyrocket_V2 2.4417043096081066e-5 +skyscraper_N 5.78422526086856e-6 +skyward_Adv 1.0118282725055903e-5 +slab_N 2.313690104347424e-5 +slack_A 1.862717705131787e-5 +slack_N 3.470535156521136e-5 +slack_V 3.014954172696575e-5 +slacken_V 6.02990834539315e-5 +slacken_V2 4.883408619216213e-5 +slam_V 6.02990834539315e-5 +slam_V2 2.4417043096081066e-5 +slam_dunk_V2 2.4417043096081066e-5 +slap_N 1.156845052173712e-5 +slap_V2 7.325112928824319e-5 +slash_N 1.156845052173712e-5 +slash_V 4.5224312590448623e-4 +slash_V2 4.883408619216213e-4 +slat_N 1.156845052173712e-5 +slate_N 6.362647786955415e-5 +slate_V2 7.325112928824319e-5 +slaughter_N 1.735267578260568e-5 +slaughter_V2 2.4417043096081066e-5 +slave_N 5.78422526086856e-6 +slavery_N 5.78422526086856e-6 +slavish_A 1.862717705131787e-5 +slay_V2 7.325112928824319e-5 +sleazy_A 5.588153115395362e-5 +sleek_A 9.313588525658937e-5 +sleep_N 1.156845052173712e-5 +sleep_V 3.61794500723589e-4 +sleeper_N 5.78422526086856e-6 +sleeping_N 5.78422526086856e-6 +sleepy_A 3.725435410263574e-5 +sleeve_N 5.78422526086856e-6 +sleight_N 5.78422526086856e-6 +slice_N 1.156845052173712e-5 +slice_V 6.02990834539315e-5 +slick_A 7.450870820527148e-5 +slick_N 5.78422526086856e-6 +slide_N 2.0823210939126813e-4 +slide_V 6.632899179932465e-4 +slide_V2 4.6392381882554023e-4 +slight_A 3.0176026823134955e-3 +slim_A 1.1176306230790724e-4 +slim_V 3.014954172696575e-5 +slim_V2 2.4417043096081066e-5 +slime_N 1.156845052173712e-5 +slimy_A 1.862717705131787e-5 +sling_N 5.78422526086856e-6 +slip_N 3.470535156521136e-5 +slip_V 1.2662807525325615e-3 +slip_V2 6.592601635941887e-4 +slipshod_A 1.862717705131787e-5 +slither_V 3.014954172696575e-5 +sliver_N 5.78422526086856e-6 +sliver_V2 2.4417043096081066e-5 +slog_V 6.02990834539315e-5 +slogan_N 3.470535156521136e-5 +slop_N 5.78422526086856e-6 +slope_N 3.470535156521136e-5 +slope_V 3.014954172696575e-5 +sloppy_A 1.1176306230790724e-4 +slot_N 2.8921126304342795e-5 +slouch_N 5.78422526086856e-6 +slovenian_A 1.862717705131787e-5 +slow_A 1.6391915805159729e-3 +slow_V 2.773757838880849e-3 +slow_V2 4.6392381882554023e-4 +slowdown_N 3.239166146086393e-4 +sludge_N 1.156845052173712e-5 +sluggish_A 5.029337803855825e-4 +sluggishness_N 2.313690104347424e-5 +slum_N 2.313690104347424e-5 +slump_N 1.5038985678258253e-4 +slump_V 4.220935841775205e-4 +slump_V2 2.4417043096081066e-5 +slur_N 5.78422526086856e-6 +slurry_N 5.78422526086856e-6 +slush_N 5.78422526086856e-6 +sly_A 1.862717705131787e-5 +smack_Adv 1.0118282725055903e-5 +smack_V 6.02990834539315e-5 +small_A 7.413616466424513e-3 +small_N 1.272529557391083e-4 +smart_A 2.048989475644966e-4 +smart_V 3.014954172696575e-5 +smash_N 5.78422526086856e-6 +smash_V 1.20598166907863e-4 +smash_V2 2.4417043096081066e-5 +smattering_N 1.156845052173712e-5 +smell_N 2.313690104347424e-5 +smell_V 1.20598166907863e-4 +smell_V2 4.883408619216213e-5 +smell_VA 1.4534883720930232e-3 +smelly_A 1.862717705131787e-5 +smile_N 5.78422526086856e-6 +smile_V 2.1104679208876025e-4 +smoke_N 5.205802734781703e-5 +smoke_V 2.1104679208876025e-4 +smoke_V2 7.325112928824319e-5 +smoker_N 2.313690104347424e-5 +smokestack_N 1.156845052173712e-5 +smoking_N 1.0990027995650263e-4 +smooth_A 3.911707180776753e-4 +smooth_V 6.02990834539315e-5 +smooth_V2 4.883408619216213e-5 +smother_V2 4.883408619216213e-5 +smug_A 1.862717705131787e-5 +smuggle_V2 2.4417043096081066e-5 +snack_N 5.205802734781703e-5 +snag_N 4.0489576826079914e-5 +snag_V 3.014954172696575e-5 +snag_V2 4.883408619216213e-5 +snail_N 1.735267578260568e-5 +snake_N 1.735267578260568e-5 +snake_V 3.014954172696575e-5 +snap_N 5.78422526086856e-6 +snap_V 3.61794500723589e-4 +snap_V2 4.883408619216213e-5 +snap_VS 7.37354372511429e-5 +snappy_A 1.862717705131787e-5 +snapshot_N 1.156845052173712e-5 +snarl_N 5.78422526086856e-6 +snatch_V 3.014954172696575e-5 +snazzy_A 1.862717705131787e-5 +sneak_V 9.044862518089724e-5 +sneak_V2 2.4417043096081066e-5 +sneaky_A 1.862717705131787e-5 +snide_A 1.862717705131787e-5 +sniff_V 9.044862518089724e-5 +sniff_VS 2.949417490045716e-4 +snipe_V 3.014954172696575e-5 +snippet_N 5.78422526086856e-6 +snobbery_N 5.78422526086856e-6 +snobbish_A 1.862717705131787e-5 +snoop_V 6.02990834539315e-5 +snooty_A 1.862717705131787e-5 +snore_V 3.014954172696575e-5 +snort_V2 2.4417043096081066e-5 +snort_VS 7.37354372511429e-5 +snow_N 2.313690104347424e-5 +snowball_V 3.014954172696575e-5 +snowstorm_N 5.78422526086856e-6 +snub_V2 4.883408619216213e-5 +so_AdA 8.989657915672236e-2 +so_called_A 1.2107665083356618e-3 +so_so_A 5.588153115395362e-5 +soak_V 6.02990834539315e-5 +soak_V2 2.4417043096081066e-5 +soap_N 4.0489576826079914e-5 +soapbox_N 5.78422526086856e-6 +soar_V 1.688374336710082e-3 +soar_V2 3.66255646441216e-4 +sob_V 3.014954172696575e-5 +sober_A 1.862717705131787e-5 +sober_V 3.014954172696575e-5 +soccer_N 1.735267578260568e-5 +social_A 8.7547732141194e-4 +social_N 5.78422526086856e-6 +socialism_N 6.941070313042272e-5 +socialist_A 2.2352612461581448e-4 +socialist_N 1.156845052173712e-5 +socialize_V2 2.4417043096081066e-5 +society_N 2.545059114782166e-4 +sociological_A 1.862717705131787e-5 +sociologist_N 4.627380208694848e-5 +sociology_N 5.78422526086856e-6 +sock_N 5.78422526086856e-6 +sock_V2 2.4417043096081066e-5 +soda_N 4.0489576826079914e-5 +sodium_N 5.78422526086856e-6 +sofa_N 1.156845052173712e-5 +soft_A 8.195957902579864e-4 +soft_spoken_A 3.725435410263574e-5 +soften_V 3.9194404245055476e-4 +soften_V2 4.883408619216213e-5 +softness_N 4.627380208694848e-5 +software_N 5.668540755651188e-4 +softy_N 1.156845052173712e-5 +soggy_A 5.588153115395362e-5 +soil_N 7.519492839129126e-5 +soil_V2 2.4417043096081066e-5 +solace_N 1.156845052173712e-5 +solar_A 1.303902393592251e-4 +soldier_N 6.941070313042272e-5 +sole_A 5.77442488590854e-4 +sole_N 1.156845052173712e-5 +solemn_A 1.862717705131787e-5 +solicit_V 1.5074770863482875e-4 +solicit_V2 1.9533634476864853e-4 +solicitation_N 7.519492839129126e-5 +solicitor_N 1.156845052173712e-5 +solicitous_A 1.862717705131787e-5 +solid_A 5.029337803855825e-4 +solid_N 1.156845052173712e-5 +solid_state_A 1.862717705131787e-5 +solidarity_N 5.78422526086856e-6 +solidify_V2 4.883408619216213e-5 +solitary_A 3.725435410263574e-5 +solo_A 3.725435410263574e-5 +solo_N 2.8921126304342795e-5 +soloist_N 1.156845052173712e-5 +soluble_A 7.450870820527148e-5 +solution_N 2.1980055991300526e-4 +solve_V2 6.836772066902698e-4 +solvency_N 5.78422526086856e-6 +solvent_A 5.588153115395362e-5 +solvent_N 1.735267578260568e-5 +somali_A 3.725435410263574e-5 +some_Quant 9.140967445052802e-3 +somebody_NP 9.022494719790021e-5 +someday_Adv 9.106454452550313e-5 +somehow_AdV 1.999000499750125e-3 +someone_NP 2.583714397030779e-4 +something_NP 4.8803494166136936e-4 +sometime_Adv 1.4165595815078264e-4 +sometimes_Adv 7.386346389290809e-4 +somewhat_Adv 3.3390332992684483e-4 +son_N 2.1980055991300526e-4 +sonar_N 5.78422526086856e-6 +sonata_N 5.78422526086856e-6 +song_N 1.0990027995650263e-4 +songster_N 5.78422526086856e-6 +soon_Adv 1.6088069532838886e-3 +sooner_Adv 4.0473130900223614e-5 +soot_N 1.156845052173712e-5 +soothe_V2 4.883408619216213e-5 +sophisticated_A 6.146968426934898e-4 +sophistication_N 1.156845052173712e-5 +sophomore_N 1.156845052173712e-5 +soprano_N 5.78422526086856e-6 +sore_A 7.450870820527148e-5 +soreness_N 5.78422526086856e-6 +sorghum_N 1.735267578260568e-5 +sorrow_N 5.78422526086856e-6 +sorry_A 7.450870820527148e-5 +sort_N 3.701904166955878e-4 +sort_V 2.41196333815726e-4 +sort_V2 7.325112928824319e-5 +soul_N 4.0489576826079914e-5 +soulful_A 1.862717705131787e-5 +soulless_A 1.862717705131787e-5 +sound_A 1.8627177051317874e-4 +sound_N 1.0411605469563407e-4 +sound_V 5.426917510853835e-4 +sound_VA 1.5988372093023256e-2 +sound_VS 1.474708745022858e-4 +soundness_N 1.156845052173712e-5 +soundtrack_N 1.735267578260568e-5 +soup_N 2.8921126304342795e-5 +sour_A 2.048989475644966e-4 +sour_V 9.044862518089724e-5 +sour_V2 2.4417043096081066e-5 +source_N 8.560653386085467e-4 +south_A 6.892055508987613e-4 +south_Adv 1.4165595815078264e-4 +south_N 3.470535156521136e-5 +southeast_N 5.78422526086856e-6 +southeastern_A 3.725435410263574e-5 +southern_A 5.215609574369004e-4 +southwest_N 1.156845052173712e-5 +southwestern_A 1.862717705131787e-5 +souvenir_N 1.735267578260568e-5 +sovereign_A 1.862717705131787e-5 +sovereignty_N 3.470535156521136e-5 +soviet_A 2.7195678494924096e-3 +soviet_N 1.2146873047823974e-4 +sow_N 5.78422526086856e-6 +sow_V 9.044862518089724e-5 +sow_V2 4.883408619216213e-5 +soy_N 5.78422526086856e-6 +spa_N 2.313690104347424e-5 +space_N 5.263644987390389e-4 +spacecraft_N 5.205802734781703e-5 +spaceship_N 5.78422526086856e-6 +span_N 4.0489576826079914e-5 +span_V2 7.325112928824319e-5 +spanking_A 3.725435410263574e-5 +spanking_N 5.78422526086856e-6 +spar_V 3.014954172696575e-5 +spare_A 9.313588525658937e-5 +spare_N 5.78422526086856e-6 +spare_V 9.044862518089724e-5 +spare_V2 7.325112928824319e-5 +sparing_A 3.725435410263574e-5 +spark_V 1.20598166907863e-4 +spark_V2 6.348431204981076e-4 +sparkle_N 5.78422526086856e-6 +sparkling_A 3.725435410263574e-5 +sparse_A 3.725435410263574e-5 +spartan_A 1.862717705131787e-5 +spasm_N 5.78422526086856e-6 +spate_N 3.470535156521136e-5 +spawn_V 9.044862518089724e-5 +spawn_V2 1.9533634476864853e-4 +speak_V 1.3868789194404244e-3 +speak_V2 2.685874740568917e-4 +speaker_N 7.519492839129126e-5 +spearhead_N 5.78422526086856e-6 +spearhead_V2 7.325112928824319e-5 +spec_N 5.78422526086856e-6 +special_A 2.88721244295427e-3 +special_N 3.470535156521136e-5 +specialist_N 3.644061914347192e-4 +speciality_N 5.78422526086856e-6 +specialization_N 1.156845052173712e-5 +specialize_V 8.140376266280753e-4 +specialize_V2 4.883408619216213e-5 +specialty_N 2.6029013673908516e-4 +species_N 1.156845052173712e-5 +specific_A 1.452919810002794e-3 +specific_N 5.784225260868559e-5 +specifically_Adv 2.1248393722617397e-4 +specification_N 4.0489576826079914e-5 +specificity_N 5.78422526086856e-6 +specify_V 6.02990834539315e-5 +specify_V2 5.860090343059455e-4 +specify_VS 3.686771862557145e-4 +specimen_N 5.78422526086856e-6 +speckled_A 1.862717705131787e-5 +spectacle_N 1.156845052173712e-5 +spectacular_A 1.8627177051317874e-4 +spectator_N 3.470535156521136e-5 +spectrum_N 2.313690104347424e-5 +speculate_V 3.61794500723589e-4 +speculate_VS 8.848252470137148e-4 +speculation_N 3.5862196617385066e-4 +speculative_A 9.313588525658937e-5 +speculator_N 1.5038985678258253e-4 +speech_N 2.255847851738738e-4 +speed_N 2.1980055991300526e-4 +speed_V 3.9194404245055476e-4 +speed_V2 2.685874740568917e-4 +speeding_N 5.78422526086856e-6 +speedometer_N 1.156845052173712e-5 +speedy_A 5.588153115395362e-5 +spell_N 1.156845052173712e-5 +spell_V 6.02990834539315e-5 +spell_V2 9.766817238432426e-5 +spelling_N 1.156845052173712e-5 +spend_V 7.748432223830198e-3 +spend_V2 2.246367964839458e-3 +spend_VS 7.37354372511429e-5 +spender_N 1.735267578260568e-5 +spendthrift_N 5.78422526086856e-6 +spent_A 1.862717705131787e-5 +sperm_N 5.78422526086856e-6 +spew_V 6.02990834539315e-5 +spew_V2 4.883408619216213e-5 +sphere_N 5.78422526086856e-6 +spice_N 1.156845052173712e-5 +spigot_N 5.78422526086856e-6 +spike_V2 2.4417043096081066e-5 +spill_N 1.272529557391083e-4 +spill_V 2.1104679208876025e-4 +spill_V2 2.4417043096081066e-5 +spillover_N 5.78422526086856e-6 +spin_N 1.735267578260568e-5 +spin_V 6.331403762662807e-4 +spin_V2 7.325112928824319e-5 +spinal_A 5.588153115395362e-5 +spine_N 5.78422526086856e-6 +spiral_N 2.313690104347424e-5 +spire_N 1.156845052173712e-5 +spirit_N 2.3136901043474236e-4 +spirit_V2 2.4417043096081066e-5 +spirited_A 5.588153115395362e-5 +spiritual_A 1.862717705131787e-5 +spite_N 4.0489576826079914e-5 +spitting_N 5.78422526086856e-6 +spittle_N 5.78422526086856e-6 +splash_V2 2.4417043096081066e-5 +splendid_A 7.450870820527148e-5 +splint_N 5.78422526086856e-6 +splinter_N 5.78422526086856e-6 +split_N 2.1980055991300526e-4 +split_V 6.632899179932465e-4 +split_V2 2.197533878647296e-4 +spoil_V 3.014954172696575e-5 +spoke_N 5.78422526086856e-6 +spokesman_N 1.798894056130122e-3 +sponsor_N 1.272529557391083e-4 +sponsor_V2 4.883408619216213e-4 +sponsorship_N 1.156845052173712e-5 +spontaneous_A 7.450870820527148e-5 +spook_N 1.735267578260568e-5 +spook_V2 1.2208521548040532e-4 +spooky_A 1.862717705131787e-5 +sporadic_A 1.1176306230790724e-4 +sporadically_Adv 1.0118282725055903e-5 +spore_N 5.78422526086856e-6 +sport_N 4.396011198260105e-4 +sport_V 3.014954172696575e-5 +sport_V2 1.2208521548040532e-4 +sportsman_N 5.78422526086856e-6 +spot_N 2.3136901043474236e-4 +spot_V 6.02990834539315e-5 +spot_V2 3.174215602490538e-4 +spot_VS 1.474708745022858e-4 +spotlight_N 5.78422526086856e-6 +spotlight_V2 2.4417043096081066e-5 +spotted_A 1.862717705131787e-5 +spotty_A 9.313588525658937e-5 +spouse_N 5.784225260868559e-5 +spout_V2 2.4417043096081066e-5 +sprawl_N 5.78422526086856e-6 +sprawl_V 6.02990834539315e-5 +spray_N 2.8921126304342795e-5 +spray_V2 4.883408619216213e-5 +spread_N 2.3136901043474236e-4 +spread_V 6.934394597202122e-4 +spread_V2 5.127579050177024e-4 +spread_VS 7.37354372511429e-5 +spree_N 5.205802734781703e-5 +sprightly_A 1.862717705131787e-5 +spring_N 4.3381689456514197e-4 +spring_V 2.41196333815726e-4 +sprinkle_V2 9.766817238432426e-5 +sprinkler_N 1.156845052173712e-5 +sprout_V 9.044862518089724e-5 +spruce_V 3.014954172696575e-5 +spud_N 5.78422526086856e-6 +spur_V 9.044862518089724e-5 +spur_V2 4.6392381882554023e-4 +spurious_A 1.862717705131787e-5 +spurn_V2 1.2208521548040532e-4 +spurre_V2V 1.0660980810234541e-3 +spurt_N 4.0489576826079914e-5 +spurt_V 6.02990834539315e-5 +sputter_V 3.014954172696575e-5 +spy_N 8.676337891302839e-5 +spy_V 3.014954172696575e-5 +spy_V2 7.325112928824319e-5 +spyglass_N 5.78422526086856e-6 +squabble_N 1.156845052173712e-5 +squabble_V 3.014954172696575e-5 +squad_N 3.470535156521136e-5 +squadron_N 1.156845052173712e-5 +squalid_A 3.725435410263574e-5 +squall_N 5.78422526086856e-6 +squalor_N 5.78422526086856e-6 +squander_V2 4.883408619216213e-5 +square_A 3.911707180776753e-4 +square_Adv 1.0118282725055903e-5 +square_N 5.784225260868559e-5 +square_V 9.044862518089724e-5 +squat_A 1.862717705131787e-5 +squat_V 3.014954172696575e-5 +squeak_V2 2.4417043096081066e-5 +squeamish_A 3.725435410263574e-5 +squeegee_V2 2.4417043096081066e-5 +squeeze_N 7.519492839129126e-5 +squeeze_V 3.3164495899662324e-4 +squeeze_V2 4.395067757294592e-4 +squelch_V 3.014954172696575e-5 +squelch_V2 2.4417043096081066e-5 +squint_V 9.044862518089724e-5 +squirm_V 3.014954172696575e-5 +stab_N 5.78422526086856e-6 +stab_V2 1.2208521548040532e-4 +stability_N 1.1568450521737118e-4 +stabilization_N 1.156845052173712e-5 +stabilize_V 4.220935841775205e-4 +stabilize_V2 4.6392381882554023e-4 +stable_A 5.029337803855825e-4 +stable_N 5.78422526086856e-6 +stack_N 1.156845052173712e-5 +stack_V2 1.2208521548040532e-4 +stadium_N 1.0411605469563407e-4 +staff_N 6.767543555216215e-4 +staff_V2 2.4417043096081066e-5 +stage_N 2.545059114782166e-4 +stage_V 2.7134587554269177e-4 +stage_V2 2.4417043096081065e-4 +stagflation_N 1.735267578260568e-5 +stagger_V 9.044862518089724e-5 +staging_N 2.313690104347424e-5 +stagnant_A 5.588153115395362e-5 +stagnate_V 3.014954172696575e-5 +stagnation_N 5.78422526086856e-6 +staid_A 5.588153115395362e-5 +stain_N 5.78422526086856e-6 +stain_V2 2.4417043096081066e-5 +stainless_A 1.862717705131787e-5 +stair_N 5.78422526086856e-6 +stake_N 1.8683047592605447e-3 +stake_V2 2.4417043096081066e-5 +stale_A 3.725435410263574e-5 +stalemate_N 5.78422526086856e-6 +stalk_V2 7.325112928824319e-5 +stall_N 1.156845052173712e-5 +stall_V 2.7134587554269177e-4 +stall_V2 1.9533634476864853e-4 +stallion_N 5.78422526086856e-6 +stalwart_A 3.725435410263574e-5 +stalwart_N 1.735267578260568e-5 +stamp_N 3.470535156521136e-5 +stamp_V 1.20598166907863e-4 +stamp_V2 2.4417043096081066e-5 +stampede_N 2.313690104347424e-5 +stampede_V2 4.883408619216213e-5 +stance_N 1.0990027995650263e-4 +stanch_V2 2.4417043096081066e-5 +stand_N 1.272529557391083e-4 +stand_V 2.562711046792089e-3 +stand_V2 2.197533878647296e-4 +stand_VS 2.212063117534287e-4 +stand_VV 1.170807857421621e-3 +standard_A 9.499860296172116e-4 +standard_N 5.552856250433817e-4 +standardize_V2 4.883408619216213e-5 +standby_N 1.156845052173712e-5 +standing_A 1.862717705131787e-5 +standing_N 8.676337891302839e-5 +standpoint_N 2.8921126304342795e-5 +standstill_N 1.735267578260568e-5 +staple_N 1.156845052173712e-5 +staple_V2 2.4417043096081066e-5 +star_N 1.0990027995650263e-4 +star_V 1.20598166907863e-4 +star_V2 7.325112928824319e-5 +starch_N 5.78422526086856e-6 +stardom_N 1.156845052173712e-5 +stare_V 6.02990834539315e-5 +stark_A 7.450870820527148e-5 +start_N 2.7185858726082226e-4 +start_V 3.859141341051616e-3 +start_V2 1.2696862409962153e-3 +start_VS 1.1060315587671434e-3 +start_VV 8.455834525822818e-3 +starter_N 2.313690104347424e-5 +starvation_N 5.78422526086856e-6 +starve_V 9.044862518089724e-5 +starve_V2 7.325112928824319e-5 +stash_V2 4.883408619216213e-5 +state_N 3.435829804955924e-3 +state_V2 4.6392381882554023e-4 +state_VS 1.0322961215160006e-3 +stated_A 9.313588525658937e-5 +statehouse_N 5.78422526086856e-6 +stately_A 3.725435410263574e-5 +statement_N 1.035376321695472e-3 +statesman_N 1.156845052173712e-5 +static_A 1.862717705131787e-5 +station_N 5.726383008259874e-4 +station_V2 4.883408619216213e-5 +stationary_A 3.725435410263574e-5 +stationery_N 1.735267578260568e-5 +statistic_N 5.78422526086856e-6 +statistical_A 2.4215330166713235e-4 +statistician_N 1.156845052173712e-5 +statistics_N 1.7352675782605678e-4 +statue_N 2.313690104347424e-5 +stature_N 5.78422526086856e-6 +status_quo_N 1.9087943360866246e-4 +statute_N 1.0411605469563407e-4 +statutory_A 1.4901741641054297e-4 +staunch_A 9.313588525658937e-5 +stave_V 6.02990834539315e-5 +stay_N 5.784225260868559e-5 +stay_V 1.8994211287988423e-3 +stay_V2 1.9533634476864853e-4 +stay_VA 2.4709302325581394e-2 +stay_VS 2.212063117534287e-4 +steadfast_A 3.725435410263574e-5 +steadiness_N 5.78422526086856e-6 +steady_A 8.941044984632579e-4 +steady_Adv 3.0354848175167712e-5 +steady_V 6.02990834539315e-5 +steady_V2 2.4417043096081066e-5 +steak_N 1.735267578260568e-5 +steal_V 3.014954172696575e-4 +steal_V2 6.836772066902698e-4 +steam_N 9.254760417389695e-5 +steam_V 3.014954172696575e-5 +steamroller_N 5.78422526086856e-6 +steel_N 7.577335091737813e-4 +steely_A 1.862717705131787e-5 +steep_A 5.215609574369004e-4 +steer_V 3.61794500723589e-4 +steer_V2 1.4650225857648638e-4 +stellar_A 3.725435410263574e-5 +stem_N 1.735267578260568e-5 +stem_V 1.6582247949831163e-3 +stem_V2 2.197533878647296e-4 +step_N 6.883228060433586e-4 +step_V 1.3567293777134587e-3 +step_V2 2.4417043096081066e-5 +stepmother_N 5.78422526086856e-6 +stereo_N 2.8921126304342795e-5 +stereotype_N 5.78422526086856e-6 +sterile_A 3.725435410263574e-5 +sterility_N 5.78422526086856e-6 +sterilization_N 5.78422526086856e-6 +sterilize_V 1.20598166907863e-4 +sterilize_V2 4.883408619216213e-5 +sterling_A 1.1176306230790724e-4 +sterling_N 2.0823210939126813e-4 +stern_A 3.725435410263574e-5 +stew_N 5.78422526086856e-6 +stew_V 3.014954172696575e-5 +steward_N 5.78422526086856e-6 +stewardship_N 5.78422526086856e-6 +stewed_A 1.862717705131787e-5 +stick_N 1.156845052173712e-5 +stick_V 7.838880849011095e-4 +sticker_N 1.735267578260568e-5 +stickiness_N 5.78422526086856e-6 +stickler_N 5.78422526086856e-6 +sticky_A 1.862717705131787e-5 +stiff_A 2.794076557697681e-4 +stiff_N 5.78422526086856e-6 +stifle_V2 1.2208521548040532e-4 +stigma_N 2.313690104347424e-5 +still_A 1.862717705131787e-5 +still_Adv 5.8382491323572564e-3 +stilt_N 5.78422526086856e-6 +stimulant_N 5.78422526086856e-6 +stimulate_V2 2.4417043096081065e-4 +stimulating_A 1.862717705131787e-5 +stimulation_N 1.156845052173712e-5 +stimulus_N 1.735267578260568e-5 +sting_V 6.02990834539315e-5 +sting_V2 4.883408619216213e-5 +stingray_N 5.78422526086856e-6 +stingy_A 3.725435410263574e-5 +stink_V 3.014954172696575e-5 +stint_N 1.735267578260568e-5 +stipulate_VS 2.212063117534287e-4 +stipulation_N 5.78422526086856e-6 +stir_V 1.808972503617945e-4 +stir_V2 1.7091930167256744e-4 +stirrup_N 5.78422526086856e-6 +stitch_N 5.78422526086856e-6 +stitch_V2 2.4417043096081066e-5 +stock_N 1.0602484903172069e-2 +stock_V2 3.418386033451349e-4 +stockbroker_N 4.627380208694848e-5 +stockholder_N 1.1568450521737118e-4 +stockholding_N 1.156845052173712e-5 +stocking_N 1.156845052173712e-5 +stockpile_N 1.156845052173712e-5 +stockpile_V2 2.4417043096081066e-5 +stockpiling_N 5.78422526086856e-6 +stockroom_N 5.78422526086856e-6 +stockyard_N 5.78422526086856e-6 +stodgy_A 3.725435410263574e-5 +stoke_V2 2.4417043096081066e-5 +stolen_A 3.725435410263574e-5 +stolid_A 1.862717705131787e-5 +stomach_N 2.313690104347424e-5 +stomach_V2 2.4417043096081066e-5 +stomp_V 3.014954172696575e-5 +stomp_V2 2.4417043096081066e-5 +stone_N 6.941070313042272e-5 +stone_V2 2.4417043096081066e-5 +stonemason_N 1.156845052173712e-5 +stonework_N 5.78422526086856e-6 +stooge_N 5.78422526086856e-6 +stool_N 5.78422526086856e-6 +stop_N 1.6195830730431966e-4 +stop_V 1.3567293777134587e-3 +stop_V2 1.0499328531314858e-3 +stop_VV 4.162872381943541e-3 +stopgap_N 1.735267578260568e-5 +stopover_N 5.78422526086856e-6 +stoppage_N 1.735267578260568e-5 +stopper_N 1.735267578260568e-5 +stopping_N 5.78422526086856e-6 +storage_N 1.850952083477939e-4 +store_N 1.1973346289997917e-3 +store_V2 2.685874740568917e-4 +storeroom_N 5.78422526086856e-6 +storm_N 1.2146873047823974e-4 +storm_V 3.014954172696575e-5 +storm_V2 2.4417043096081066e-5 +stormy_A 3.725435410263574e-5 +story_N 5.552856250433817e-4 +stow_V2 2.4417043096081066e-5 +stowaway_N 5.78422526086856e-6 +strafe_V2 2.4417043096081066e-5 +straight_A 2.794076557697681e-4 +straight_Adv 7.082797907539132e-5 +straightforward_A 1.862717705131787e-5 +strain_N 6.941070313042272e-5 +strain_V 9.044862518089724e-5 +strain_V2 1.2208521548040532e-4 +strained_A 3.725435410263574e-5 +strainer_N 5.78422526086856e-6 +strait_N 5.78422526086856e-6 +strait_laced_A 1.862717705131787e-5 +straitjacket_N 5.78422526086856e-6 +strand_V 3.014954172696575e-5 +strand_V2 4.883408619216213e-5 +strange_A 2.4215330166713235e-4 +stranger_N 2.8921126304342795e-5 +strangle_V2 2.4417043096081066e-5 +strap_V2 1.2208521548040532e-4 +stratagem_N 5.78422526086856e-6 +strategic_A 8.382229673093043e-4 +strategical_A 1.862717705131787e-5 +strategist_N 1.9087943360866246e-4 +strategy_N 9.891025196085237e-4 +stratosphere_N 5.78422526086856e-6 +strawberry_N 5.78422526086856e-6 +stray_V 9.044862518089724e-5 +streak_N 2.8921126304342795e-5 +streak_V 3.014954172696575e-5 +stream_N 6.362647786955415e-5 +stream_V 1.20598166907863e-4 +streamline_V 2.7134587554269177e-4 +streamline_V2 2.685874740568917e-4 +streamlined_A 1.862717705131787e-5 +street_N 3.0077971356516506e-4 +strength_N 3.7597464195645637e-4 +strengthen_V 4.5224312590448623e-4 +strengthen_V2 6.348431204981076e-4 +strenuous_A 5.588153115395362e-5 +stress_N 1.0411605469563407e-4 +stress_V2 2.4417043096081065e-4 +stress_VS 8.110898097625719e-4 +stretch_N 1.0411605469563407e-4 +stretch_V 3.9194404245055476e-4 +stretch_V2 1.4650225857648638e-4 +stricken_A 3.725435410263574e-5 +strict_A 4.097978951289932e-4 +stride_N 1.156845052173712e-5 +strident_A 1.862717705131787e-5 +strife_N 1.156845052173712e-5 +strike_N 4.916591471738276e-4 +strike_V 9.044862518089725e-4 +strike_V2 5.371749481137834e-4 +striker_N 2.313690104347424e-5 +striking_A 2.048989475644966e-4 +string_N 9.254760417389695e-5 +stringent_A 9.313588525658937e-5 +strip_N 1.2146873047823974e-4 +strip_V 2.41196333815726e-4 +strip_V2 1.7091930167256744e-4 +stripe_N 2.313690104347424e-5 +strive_V 6.02990834539315e-5 +strive_VV 6.504488096786782e-4 +stroke_N 4.627380208694848e-5 +stroke_V2 4.883408619216213e-5 +stroll_V 1.20598166907863e-4 +strong_A 6.091086895780944e-3 +stronghold_N 1.156845052173712e-5 +structural_A 8.568501443606221e-4 +structure_N 4.222484440434048e-4 +structure_V2 3.418386033451349e-4 +structured_A 7.450870820527148e-5 +struggle_N 1.0990027995650263e-4 +struggle_V 5.728412928123493e-4 +struggle_VS 1.474708745022858e-4 +struggle_VV 1.6911669051645636e-3 +stub_N 1.156845052173712e-5 +stub_V2 2.4417043096081066e-5 +stubborn_A 7.450870820527148e-5 +stubby_A 1.862717705131787e-5 +stucco_N 5.78422526086856e-6 +stuck_V2 2.9300451715297276e-4 +stud_V2 2.4417043096081066e-5 +student_N 4.222484440434048e-4 +studio_N 2.6029013673908516e-4 +studious_A 1.862717705131787e-5 +studiousness_N 5.78422526086856e-6 +study_N 7.461650586520442e-4 +study_V 2.7134587554269177e-4 +study_V2 1.0743498962275668e-3 +stuff_N 1.3882140626084543e-4 +stuff_V2 7.325112928824319e-5 +stuffy_A 1.862717705131787e-5 +stumble_N 5.78422526086856e-6 +stumble_V 3.014954172696575e-4 +stump_N 5.78422526086856e-6 +stun_V2 1.4650225857648638e-4 +stunning_A 1.6764459346186087e-4 +stunt_N 5.78422526086856e-6 +stunt_V2 2.4417043096081066e-5 +stupid_A 1.1176306230790724e-4 +sturdy_A 5.588153115395362e-5 +stutter_N 5.78422526086856e-6 +stygian_A 1.862717705131787e-5 +style_N 3.2970083986950786e-4 +style_V2 4.883408619216213e-5 +stylish_A 3.725435410263574e-5 +stylistic_A 3.725435410263574e-5 +stymy_V2 7.325112928824319e-5 +sub_N 5.78422526086856e-6 +sub_underwrite_V2 2.4417043096081066e-5 +subcommittee_N 1.6195830730431966e-4 +subcontract_V 3.014954172696575e-5 +subcontract_V2 2.4417043096081066e-5 +subcontractor_N 2.8921126304342795e-5 +subdue_V2 7.325112928824319e-5 +subgroup_N 1.735267578260568e-5 +subject_N 3.0077971356516506e-4 +subject_V2 1.7091930167256744e-4 +subjective_A 3.725435410263574e-5 +sublet_V2 2.4417043096081066e-5 +sublime_A 3.725435410263574e-5 +subliminal_A 1.862717705131787e-5 +submarine_A 3.725435410263574e-5 +submarine_N 1.156845052173712e-5 +submission_N 1.156845052173712e-5 +submit_V 3.3164495899662324e-4 +submit_V2 8.057624221706752e-4 +subordinate_A 7.450870820527148e-5 +subordinate_N 2.313690104347424e-5 +subordinate_V2 7.080942497863508e-4 +subpoena_N 2.8921126304342795e-5 +subpoena_V2 4.883408619216213e-5 +subscribe_V 3.014954172696575e-4 +subscriber_N 1.677425325651882e-4 +subscription_N 2.8921126304342795e-5 +subsequent_A 5.77442488590854e-4 +subside_V 6.02990834539315e-5 +subsidence_N 1.156845052173712e-5 +subsidiary_A 5.588153115395362e-5 +subsidiary_N 1.104787024825895e-3 +subsidization_N 5.78422526086856e-6 +subsidize_V2 3.9067268953729706e-4 +subsidy_N 2.1401633465213668e-4 +subsistence_N 5.78422526086856e-6 +substance_N 6.941070313042272e-5 +substandard_A 1.862717705131787e-5 +substantial_A 2.328397131414734e-3 +substantiate_V2 2.4417043096081066e-5 +substantive_A 5.588153115395362e-5 +substation_N 5.78422526086856e-6 +substitute_N 6.941070313042272e-5 +substitute_V 6.02990834539315e-5 +substitute_V2 1.4650225857648638e-4 +subsume_V2 2.4417043096081066e-5 +subterfuge_N 5.78422526086856e-6 +subterranean_A 1.862717705131787e-5 +subtitle_N 5.78422526086856e-6 +subtitle_VS 1.474708745022858e-4 +subtle_A 9.313588525658937e-5 +subtlety_N 5.78422526086856e-6 +subtract_V2 9.766817238432426e-5 +suburb_N 5.205802734781703e-5 +suburban_A 3.1666200987240384e-4 +suburbia_N 5.78422526086856e-6 +subversive_N 5.78422526086856e-6 +subvert_V2 9.766817238432426e-5 +subway_N 4.0489576826079914e-5 +succeed_V 1.3567293777134587e-3 +succeed_V2 2.1486997924551336e-3 +success_N 4.222484440434048e-4 +successful_A 1.3597839247462048e-3 +succession_N 4.0489576826079914e-5 +successive_A 7.450870820527148e-5 +successor_N 1.7352675782605678e-4 +succumb_V 3.014954172696575e-5 +such_Predet 0.23214285714285715 +such_as_Prep 3.8149848712469056e-2 +suck_V 3.014954172696575e-5 +sucker_N 2.8921126304342795e-5 +sudden_A 1.0803762689764367e-3 +sue_V 4.82392667631452e-4 +sue_V2 4.150897326333781e-4 +suffer_V 1.5074770863482876e-3 +suffer_V2 6.592601635941887e-4 +suffering_N 2.313690104347424e-5 +suffice_V 3.014954172696575e-5 +sufficiency_N 5.78422526086856e-6 +sufficient_A 6.333240197448077e-4 +sugar_N 1.2146873047823974e-4 +sugary_A 1.862717705131787e-5 +suggest_V 6.331403762662807e-4 +suggest_V2 5.860090343059455e-4 +suggest_VS 7.447279162365433e-3 +suggestion_N 1.6195830730431966e-4 +suicide_N 1.156845052173712e-5 +suit_V 3.014954172696575e-5 +suit_V2 9.766817238432426e-5 +suitable_A 1.1176306230790724e-4 +suite_N 5.205802734781703e-5 +suitor_N 1.272529557391083e-4 +sultan_N 5.78422526086856e-6 +sum_N 1.0411605469563407e-4 +sum_V 1.5074770863482875e-4 +summarize_V2 1.2208521548040532e-4 +summary_A 5.588153115395362e-5 +summary_N 2.8921126304342795e-5 +summer_N 5.552856250433817e-4 +summit_N 9.83318294347655e-5 +summon_V2 2.197533878647296e-4 +sun_N 4.627380208694848e-5 +sun_drenched_A 1.862717705131787e-5 +sunburn_N 5.78422526086856e-6 +sundry_A 1.862717705131787e-5 +sunflower_N 5.78422526086856e-6 +sunlight_N 5.78422526086856e-6 +sunny_A 3.725435410263574e-5 +sunrise_N 1.156845052173712e-5 +sunset_N 5.78422526086856e-6 +sunshine_N 1.156845052173712e-5 +suntan_N 1.156845052173712e-5 +super_A 1.862717705131787e-5 +super_N 2.313690104347424e-5 +superb_A 3.725435410263574e-5 +supercede_V2 4.883408619216213e-5 +supercharger_N 5.78422526086856e-6 +superficial_A 3.725435410263574e-5 +superimpose_V2 2.4417043096081066e-5 +superintendent_N 2.313690104347424e-5 +superior_A 2.4215330166713235e-4 +superiority_N 1.735267578260568e-5 +supermarket_N 1.0411605469563407e-4 +supersede_V2 4.883408619216213e-5 +supersonic_A 1.862717705131787e-5 +supervise_V 3.014954172696575e-5 +supervise_V2 2.9300451715297276e-4 +supervision_N 2.8921126304342795e-5 +supervisor_N 1.0411605469563407e-4 +supervisory_A 1.862717705131787e-5 +supplement_N 2.313690104347424e-5 +supplement_V2 4.883408619216213e-5 +supplier_N 2.3715323569561093e-4 +supply_N 6.941070313042271e-4 +supply_V2 1.2941032840922964e-3 +support_N 9.486129427824437e-4 +support_V2 3.369551947259187e-3 +supporter_N 1.677425325651882e-4 +suppose_V2 7.325112928824319e-5 +suppose_VS 3.686771862557145e-4 +suppose_VV 4.2929621438792765e-3 +supposed_A 1.303902393592251e-4 +suppository_N 5.78422526086856e-6 +suppress_V2 9.766817238432426e-5 +suppression_N 1.156845052173712e-5 +suppressor_N 3.470535156521136e-5 +supremacy_N 5.78422526086856e-6 +supreme_A 3.725435410263574e-5 +sure_A 1.732327465772562e-3 +sure_Adv 1.4165595815078264e-4 +surf_N 5.78422526086856e-6 +surface_N 7.519492839129126e-5 +surface_V 3.61794500723589e-4 +surface_V2 4.883408619216213e-5 +surface_VS 2.212063117534287e-4 +surge_N 2.3715323569561093e-4 +surge_V 1.1456825856246986e-3 +surge_V2 4.6392381882554023e-4 +surgeon_N 1.156845052173712e-5 +surgery_N 9.254760417389695e-5 +surgical_A 1.303902393592251e-4 +surmount_V2 2.4417043096081066e-5 +surpass_V2 1.7091930167256744e-4 +surplus_N 1.9087943360866246e-4 +surprise_N 1.7352675782605678e-4 +surprise_V2 7.080942497863508e-4 +surprised_A 1.8627177051317874e-4 +surprising_A 9.872403837198473e-4 +surrender_N 2.313690104347424e-5 +surrender_V 9.044862518089724e-5 +surrender_V2 2.197533878647296e-4 +surreptitious_A 1.862717705131787e-5 +surrogate_A 1.862717705131787e-5 +surrogate_N 5.78422526086856e-6 +surround_V2 7.080942497863508e-4 +surrounding_A 1.862717705131787e-5 +surtax_N 2.8921126304342795e-5 +surveillance_N 2.8921126304342795e-5 +survey_N 4.685222461303533e-4 +survey_V2 7.080942497863508e-4 +survival_N 6.941070313042272e-5 +survive_V 6.632899179932465e-4 +survive_V2 3.174215602490538e-4 +survive_VS 1.474708745022858e-4 +survivor_N 4.0489576826079914e-5 +susceptible_A 1.1176306230790724e-4 +suspect_A 5.588153115395362e-5 +suspect_N 2.313690104347424e-5 +suspect_V2 9.766817238432426e-5 +suspect_VS 1.474708745022858e-3 +suspend_V 3.014954172696575e-4 +suspend_V2 1.123183982419729e-3 +suspense_N 5.78422526086856e-6 +suspension_N 1.4460563152171398e-4 +suspicion_N 3.470535156521136e-5 +suspicious_A 9.313588525658937e-5 +sustain_V2 9.034305945549994e-4 +suture_N 5.78422526086856e-6 +svelte_A 1.862717705131787e-5 +swallow_V 9.044862518089724e-5 +swallow_V2 1.2208521548040532e-4 +swamp_V2 9.766817238432426e-5 +swan_N 5.78422526086856e-6 +swanky_A 1.862717705131787e-5 +swap_N 1.0411605469563407e-4 +swap_V 9.044862518089724e-5 +swap_V2 1.9533634476864853e-4 +swarm_N 5.78422526086856e-6 +swat_N 5.78422526086856e-6 +swath_N 5.78422526086856e-6 +swathe_V2 2.4417043096081066e-5 +sway_N 5.78422526086856e-6 +sway_V 2.1104679208876025e-4 +sway_V2 4.883408619216213e-5 +swear_V 1.5074770863482875e-4 +swear_V2 7.325112928824319e-5 +swearing_N 1.156845052173712e-5 +sweat_N 2.313690104347424e-5 +sweat_V 1.20598166907863e-4 +sweater_N 2.313690104347424e-5 +sweep_N 6.362647786955415e-5 +sweep_V 1.808972503617945e-4 +sweep_V2 7.325112928824319e-5 +sweeper_N 1.156845052173712e-5 +sweeping_A 2.794076557697681e-4 +sweet_A 1.8627177051317874e-4 +sweet_N 5.78422526086856e-6 +sweeten_V 1.20598166907863e-4 +sweeten_V2 2.685874740568917e-4 +sweetheart_N 1.156845052173712e-5 +sweetness_N 5.78422526086856e-6 +swell_N 1.156845052173712e-5 +swell_V 4.220935841775205e-4 +swell_V2 1.2208521548040532e-4 +swerve_V 3.014954172696575e-5 +swift_A 2.607804787184502e-4 +swig_N 5.78422526086856e-6 +swim_V 6.02990834539315e-5 +swimmer_N 1.156845052173712e-5 +swimming_N 2.313690104347424e-5 +swindle_V2 2.4417043096081066e-5 +swine_N 5.78422526086856e-6 +swing_N 2.6029013673908516e-4 +swing_V 2.41196333815726e-4 +swing_V2 2.4417043096081066e-5 +swipe_N 1.156845052173712e-5 +swirl_N 5.78422526086856e-6 +swiss_A 9.499860296172116e-4 +swiss_N 1.156845052173712e-5 +switch_N 5.784225260868559e-5 +switch_V 9.044862518089725e-4 +switch_V2 3.174215602490538e-4 +swoon_N 1.156845052173712e-5 +swoop_N 5.78422526086856e-6 +sword_N 5.78422526086856e-6 +sworn_A 1.862717705131787e-5 +sycamore_N 5.78422526086856e-6 +sycophant_N 5.78422526086856e-6 +syllable_N 5.78422526086856e-6 +symbol_N 1.0990027995650263e-4 +symbolic_A 5.588153115395362e-5 +symbolical_A 1.862717705131787e-5 +symbolism_N 1.156845052173712e-5 +symbolize_V2 4.883408619216213e-5 +symmetrical_A 1.862717705131787e-5 +symmetry_N 5.78422526086856e-6 +sympathetic_A 1.303902393592251e-4 +sympathize_V 6.02990834539315e-5 +sympathizer_N 5.78422526086856e-6 +sympathy_N 2.8921126304342795e-5 +symposium_N 1.156845052173712e-5 +symptom_N 7.519492839129126e-5 +synchronize_V2 2.4417043096081066e-5 +synchronous_A 1.862717705131787e-5 +syndciate_V2 2.4417043096081066e-5 +syndicate_N 2.1401633465213668e-4 +syndicate_V2 1.4650225857648638e-4 +syndication_N 1.735267578260568e-5 +syndrome_N 5.784225260868559e-5 +synonymous_A 1.862717705131787e-5 +synthesis_N 5.78422526086856e-6 +synthesize_V2 2.4417043096081066e-5 +synthetic_A 9.313588525658937e-5 +synthetic_N 1.735267578260568e-5 +syrian_A 1.1176306230790724e-4 +syringe_N 5.78422526086856e-6 +syrup_N 5.78422526086856e-6 +system_N 2.5277064389995605e-3 +systematic_A 3.725435410263574e-5 +systematically_Adv 1.0118282725055903e-5 +tab_N 4.627380208694848e-5 +table_N 2.545059114782166e-4 +tablet_N 1.735267578260568e-5 +tabloid_N 3.470535156521136e-5 +taboo_A 3.725435410263574e-5 +taboo_N 1.156845052173712e-5 +tacit_A 9.313588525658937e-5 +tack_N 2.313690104347424e-5 +tack_V 1.5074770863482875e-4 +tack_V2 2.4417043096081066e-5 +tackle_V 3.014954172696575e-5 +tackle_V2 1.7091930167256744e-4 +tactic_N 8.676337891302839e-5 +tactical_A 1.4901741641054297e-4 +tag_N 4.0489576826079914e-5 +tag_V 3.014954172696575e-5 +tag_VS 7.37354372511429e-5 +tail_N 2.313690104347424e-5 +tail_V2 2.4417043096081066e-5 +tailor_V2 9.766817238432426e-5 +tailor_made_A 3.725435410263574e-5 +tailspin_N 4.0489576826079914e-5 +taint_N 1.156845052173712e-5 +taint_V 3.014954172696575e-5 +taint_V2 4.883408619216213e-5 +taiwanese_A 9.313588525658937e-5 +take_N 5.78422526086856e-6 +take_V 1.1758321273516642e-2 +take_V2 1.3404956659748505e-2 +take_VA 2.9069767441860465e-3 +take_VS 3.686771862557145e-4 +takeover_N 1.5328196941301682e-3 +taker_N 1.156845052173712e-5 +tale_N 7.519492839129126e-5 +talent_N 1.0990027995650263e-4 +talk_N 1.0122394206519979e-3 +talk_V 2.9546550892426437e-3 +talk_V2 2.685874740568917e-4 +talk_VA 1.4534883720930232e-3 +tall_A 2.048989475644966e-4 +tally_N 2.313690104347424e-5 +tally_V2 4.883408619216213e-5 +tame_A 7.450870820527148e-5 +tame_V2 2.4417043096081066e-5 +tamper_V 3.014954172696575e-5 +tan_N 5.78422526086856e-6 +tan_V 3.014954172696575e-5 +tandem_N 5.78422526086856e-6 +tangible_A 1.1176306230790724e-4 +tangle_N 5.78422526086856e-6 +tangle_V2 7.325112928824319e-5 +tango_V 3.014954172696575e-5 +tank_N 1.7352675782605678e-4 +tanker_N 6.941070313042272e-5 +tantamount_A 5.588153115395362e-5 +tap_N 1.156845052173712e-5 +tap_V 1.808972503617945e-4 +tap_V2 3.418386033451349e-4 +tape_N 2.4293746095647948e-4 +tape_V 2.41196333815726e-4 +tape_V2 2.197533878647296e-4 +taper_N 5.78422526086856e-6 +taper_V 6.02990834539315e-5 +tapestry_N 1.156845052173712e-5 +tar_N 1.156845052173712e-5 +tar_V2 2.4417043096081066e-5 +tardy_A 3.725435410263574e-5 +target_N 4.627380208694847e-4 +target_V2 8.301794652667562e-4 +tariff_N 1.272529557391083e-4 +tarnish_V2 9.766817238432426e-5 +tart_A 1.862717705131787e-5 +tartan_N 1.156845052173712e-5 +task_N 3.2970083986950786e-4 +tassel_N 1.156845052173712e-5 +taste_N 8.676337891302839e-5 +taste_V 9.044862518089724e-5 +taste_V2 2.4417043096081066e-5 +tasteful_A 3.725435410263574e-5 +tasteless_A 5.588153115395362e-5 +tasty_A 5.588153115395362e-5 +tattered_A 1.862717705131787e-5 +taut_A 1.862717705131787e-5 +tavern_N 5.78422526086856e-6 +tawdry_A 1.862717705131787e-5 +tax_N 2.9326022072603593e-3 +tax_V2 2.197533878647296e-4 +tax_free_A 2.4215330166713235e-4 +taxable_A 4.097978951289932e-4 +taxation_N 5.784225260868559e-5 +taxi_N 4.0489576826079914e-5 +taxicab_N 5.78422526086856e-6 +taxpayer_N 2.4293746095647948e-4 +tb_N 5.78422526086856e-6 +tea_N 6.941070313042272e-5 +teach_V 6.331403762662807e-4 +teach_V2 1.9533634476864853e-4 +teach_VS 7.37354372511429e-5 +teacher_N 1.3303718099997685e-4 +teaching_N 2.8921126304342795e-5 +team_N 7.982230859998611e-4 +team_V 2.7134587554269177e-4 +tear_N 1.156845052173712e-5 +tear_V 2.7134587554269177e-4 +tear_V2 2.4417043096081066e-5 +tease_V2 2.4417043096081066e-5 +teaspoon_N 5.78422526086856e-6 +technical_A 1.1362578001303902e-3 +technicality_N 5.78422526086856e-6 +technician_N 6.362647786955415e-5 +technique_N 2.1980055991300526e-4 +technocrat_N 5.78422526086856e-6 +technological_A 2.048989475644966e-4 +technology_N 1.0816501237824205e-3 +teddy_boy_N 8.676337891302839e-5 +tedious_A 1.862717705131787e-5 +tee_N 5.78422526086856e-6 +teem_V 1.20598166907863e-4 +teenage_A 1.862717705131787e-5 +teenager_N 5.78422526086856e-6 +telecast_N 5.78422526086856e-6 +telecommunication_N 1.3882140626084543e-4 +telegram_N 5.78422526086856e-6 +telegraph_V 3.014954172696575e-5 +telegraph_V2 2.4417043096081066e-5 +telephone_N 5.610698503042503e-4 +telephone_V 3.014954172696575e-5 +telephone_V2 2.4417043096081066e-5 +telescope_N 5.78422526086856e-6 +televise_V2 1.4650225857648638e-4 +television_N 7.056754818259642e-4 +telex_N 2.313690104347424e-5 +tell_V 7.597684515195369e-3 +tell_V2 9.034305945549994e-4 +tell_V2V 1.0660980810234541e-3 +tell_VS 1.1060315587671434e-3 +tell_VV 2.601795238714713e-4 +teller_N 2.8921126304342795e-5 +telling_A 3.725435410263574e-5 +temp_N 5.78422526086856e-6 +temper_V2 4.883408619216213e-5 +temperament_N 5.78422526086856e-6 +temperature_N 6.362647786955415e-5 +temple_N 5.78422526086856e-6 +tempo_N 5.78422526086856e-6 +temporal_A 1.862717705131787e-5 +temporary_A 1.6578187575672907e-3 +tempt_V2V 1.0660980810234541e-3 +temptation_N 3.470535156521136e-5 +tenacious_A 5.588153115395362e-5 +tenant_N 6.362647786955415e-5 +tend_V 1.808972503617945e-4 +tend_V2 2.4417043096081066e-5 +tend_VV 6.764667620658254e-3 +tendency_N 5.205802734781703e-5 +tendentious_A 1.862717705131787e-5 +tender_N 3.1813238934777076e-4 +tender_V 1.808972503617945e-4 +tender_V2 3.66255646441216e-4 +tenderness_N 5.78422526086856e-6 +tenet_N 1.156845052173712e-5 +tenfold_Adv 5.059141362527952e-5 +tennis_N 3.470535156521136e-5 +tenor_N 1.735267578260568e-5 +tense_A 3.725435410263574e-5 +tension_N 1.0411605469563407e-4 +tent_N 5.78422526086856e-6 +tentative_A 6.519511967961255e-4 +tenth_A 1.862717705131787e-5 +tenth_N 1.156845052173712e-5 +tenuous_A 1.862717705131787e-5 +tenure_N 6.941070313042272e-5 +tepid_A 1.862717705131787e-5 +term_N 1.602230397260591e-3 +term_V2 7.325112928824319e-5 +term_VS 4.424126235068574e-4 +terminal_A 1.862717705131787e-5 +terminal_N 1.272529557391083e-4 +terminate_V 1.5074770863482875e-4 +terminate_V2 2.9300451715297276e-4 +termination_N 4.0489576826079914e-5 +terra_firma_N 5.78422526086856e-6 +terra_incognita_N 5.78422526086856e-6 +terrace_N 5.78422526086856e-6 +terrain_N 5.78422526086856e-6 +terrestrial_A 1.862717705131787e-5 +terrible_A 2.607804787184502e-4 +terrific_A 7.450870820527148e-5 +terrify_V2 2.4417043096081066e-5 +territory_N 9.254760417389695e-5 +terror_N 1.735267578260568e-5 +terrorism_N 1.272529557391083e-4 +terrorist_N 1.156845052173712e-5 +terse_A 1.862717705131787e-5 +test_N 6.30480553434673e-4 +test_V2 9.278476376510805e-4 +test_drive_V2 2.4417043096081066e-5 +testament_N 5.78422526086856e-6 +testify_V 5.426917510853835e-4 +testify_VS 2.949417490045716e-4 +testimonial_N 5.78422526086856e-6 +testimony_N 1.561740820434511e-4 +tetanus_N 5.78422526086856e-6 +teutonic_A 1.862717705131787e-5 +texan_A 1.862717705131787e-5 +text_N 7.519492839129126e-5 +textbook_N 1.735267578260568e-5 +textile_A 7.450870820527148e-5 +textile_N 7.519492839129126e-5 +texture_N 5.78422526086856e-6 +than_Prep 1.637713971350585e-2 +thank_V2 1.4650225857648638e-4 +thankless_A 1.862717705131787e-5 +that_Prep 3.025750618903536e-3 +that_Quant 9.4919431575335e-3 +that_RP 0.29086693288677057 +thaw_N 5.78422526086856e-6 +theatrical_A 9.313588525658937e-5 +theatrical_N 5.78422526086856e-6 +theft_N 1.0990027995650263e-4 +thematic_A 1.862717705131787e-5 +theme_N 1.7931098308692533e-4 +then_Adv 3.9360119800467466e-3 +then_Prep 1.057954761854383e-5 +theocracy_N 5.78422526086856e-6 +theologian_N 1.156845052173712e-5 +theoretical_A 1.4901741641054297e-4 +theorist_N 2.8921126304342795e-5 +theorize_VS 7.37354372511429e-5 +theory_N 2.3136901043474236e-4 +therapeutic_A 5.588153115395362e-5 +therapist_N 5.78422526086856e-6 +therapy_N 5.205802734781703e-5 +thereafter_Adv 1.6189252360089445e-4 +thereby_Adv 1.1130110997561494e-4 +therefore_Adv 1.8212908905100626e-4 +therein_Adv 2.0236565450111807e-5 +thereof_Adv 2.0236565450111807e-5 +thermal_A 5.588153115395362e-5 +thermometer_N 5.78422526086856e-6 +thesaurus_N 5.78422526086856e-6 +thesis_N 5.78422526086856e-6 +thespian_A 1.862717705131787e-5 +they_Pron 0.18690500935356474 +thick_A 2.048989475644966e-4 +thicket_N 1.156845052173712e-5 +thickness_N 1.156845052173712e-5 +thief_N 8.676337891302839e-5 +thigh_N 5.78422526086856e-6 +thin_A 6.519511967961255e-4 +thin_Adv 1.0118282725055903e-5 +thin_V 6.02990834539315e-5 +thing_N 1.602230397260591e-3 +think_N 1.156845052173712e-5 +think_V 2.532561505065123e-3 +think_V2 2.685874740568917e-4 +think_VA 2.9069767441860465e-3 +think_VS 2.54387258516443e-2 +thinker_N 1.156845052173712e-5 +thinking_N 4.627380208694848e-5 +thirst_N 5.78422526086856e-6 +thirsty_A 1.862717705131787e-5 +this_Quant 1.7252406133495563e-2 +thistle_N 5.78422526086856e-6 +thorough_A 1.4901741641054297e-4 +thoroughbred_A 7.450870820527148e-5 +thoroughbred_N 1.735267578260568e-5 +thoroughfare_N 1.156845052173712e-5 +though_Adv 5.059141362527952e-4 +though_Prep 2.274602737986924e-3 +thought_N 8.676337891302839e-5 +thoughtful_A 5.588153115395362e-5 +thoughtless_A 3.725435410263574e-5 +thrall_N 5.78422526086856e-6 +thrash_V 9.044862518089724e-5 +thrashing_N 5.78422526086856e-6 +thread_N 1.156845052173712e-5 +threat_N 3.9911154299993056e-4 +threaten_V 2.41196333815726e-4 +threaten_V2 5.127579050177024e-4 +threaten_VS 2.212063117534287e-4 +threaten_VV 2.7318850006504487e-3 +three_dimensional_A 5.588153115395362e-5 +threefold_Adv 1.0118282725055903e-5 +threshold_N 1.735267578260568e-5 +thrice_Adv 1.0118282725055903e-5 +thrift_N 7.230281576085699e-4 +thrill_N 5.78422526086856e-6 +thrill_V 3.014954172696575e-5 +thrill_V2 2.4417043096081066e-5 +thriller_N 5.78422526086856e-6 +thrive_V 2.1104679208876025e-4 +throat_N 1.156845052173712e-5 +through_Adv 1.7201080632595035e-4 +through_Prep 5.670637523539493e-3 +throughout_Prep 5.395569285457354e-4 +throw_V 9.949348769898697e-4 +throw_V2 7.080942497863508e-4 +throw_VS 7.37354372511429e-5 +thrust_N 3.470535156521136e-5 +thrust_V 3.014954172696575e-5 +thrust_V2 7.325112928824319e-5 +thug_N 1.156845052173712e-5 +thumb_N 2.8921126304342795e-5 +thumb_V2 2.4417043096081066e-5 +thump_N 1.156845052173712e-5 +thunder_N 1.156845052173712e-5 +thunder_V 3.014954172696575e-5 +thunderstorm_N 5.78422526086856e-6 +thus_Adv 9.005271625299754e-4 +thwart_V2 2.4417043096081065e-4 +tick_V 9.044862518089724e-5 +ticket_N 2.255847851738738e-4 +ticket_V2 4.883408619216213e-5 +ticklish_A 1.862717705131787e-5 +tidal_A 5.588153115395362e-5 +tidbit_N 5.78422526086856e-6 +tide_N 3.470535156521136e-5 +tidy_A 1.862717705131787e-5 +tie_N 2.255847851738738e-4 +tie_V 3.9194404245055476e-4 +tie_V2 7.32511292882432e-4 +tiff_N 5.78422526086856e-6 +tiger_N 5.78422526086856e-6 +tight_A 5.960696656421719e-4 +tight_Adv 5.059141362527952e-5 +tight_lipped_A 1.862717705131787e-5 +tighten_V 2.7134587554269177e-4 +tighten_V2 2.197533878647296e-4 +til_Prep 1.057954761854383e-5 +tile_N 2.313690104347424e-5 +till_Prep 5.289773809271916e-5 +tiller_N 5.78422526086856e-6 +tilt_N 1.735267578260568e-5 +tilt_V 6.02990834539315e-5 +tilt_V2 4.883408619216213e-5 +tilth_N 5.78422526086856e-6 +timber_N 2.8921126304342795e-5 +time_N 5.211586960042572e-3 +time_V2 9.766817238432426e-5 +timely_A 1.4901741641054297e-4 +timetable_N 6.362647786955415e-5 +timid_A 7.450870820527148e-5 +timidity_N 2.8921126304342795e-5 +timing_N 1.4460563152171398e-4 +timorous_A 1.862717705131787e-5 +tin_N 5.78422526086856e-6 +tin_pan_alley_N 4.627380208694848e-5 +tinge_N 5.78422526086856e-6 +tinker_V 9.044862518089724e-5 +tiny_A 4.097978951289932e-4 +tip_N 8.676337891302839e-5 +tip_V2 2.4417043096081066e-5 +tipster_N 5.78422526086856e-6 +tiptoe_V 3.014954172696575e-5 +tire_N 1.272529557391083e-4 +tire_V 6.02990834539315e-5 +tired_A 9.313588525658937e-5 +tireless_A 3.725435410263574e-5 +tiresome_A 1.862717705131787e-5 +tissue_N 8.097915365215983e-5 +titan_N 1.735267578260568e-5 +title_N 2.1401633465213668e-4 +title_VS 4.424126235068574e-4 +to_Prep 8.493260828166987e-2 +toad_N 1.156845052173712e-5 +toast_N 5.78422526086856e-6 +toast_V2 2.4417043096081066e-5 +toaster_N 5.78422526086856e-6 +tobacco_N 2.0244788413039958e-4 +toccata_N 5.78422526086856e-6 +today_N 1.665856875130145e-3 +toddler_N 5.78422526086856e-6 +toe_N 2.8921126304342795e-5 +toehold_N 1.156845052173712e-5 +toga_N 5.78422526086856e-6 +together_Adv 7.791077698293046e-4 +toil_V 9.044862518089724e-5 +toilet_N 3.470535156521136e-5 +tolerable_A 1.862717705131787e-5 +tolerance_N 2.8921126304342795e-5 +tolerate_V2 4.883408619216213e-5 +toll_N 1.3303718099997685e-4 +tomato_N 5.78422526086856e-6 +tomb_N 1.156845052173712e-5 +tomorrow_N 3.41269290391245e-4 +ton_N 6.651859049998843e-4 +tone_N 1.4460563152171398e-4 +tone_V 3.014954172696575e-5 +tongue_N 2.8921126304342795e-5 +tongue_in_cheek_A 3.725435410263574e-5 +tonic_sol_fa_N 5.78422526086856e-6 +tonight_Adv 3.0354848175167712e-5 +tonight_N 4.0489576826079914e-5 +tonnage_N 2.313690104347424e-5 +too_Adv 3.146785927492386e-3 +tool_N 2.6029013673908516e-4 +tooth_N 4.0489576826079914e-5 +toothpaste_N 2.8921126304342795e-5 +top_N 3.1813238934777076e-4 +top_V2 6.836772066902698e-4 +top_flight_A 3.725435410263574e-5 +top_heavy_A 1.862717705131787e-5 +topaz_N 1.735267578260568e-5 +topic_N 1.3303718099997685e-4 +topical_A 1.862717705131787e-5 +topless_A 1.862717705131787e-5 +topple_V 6.02990834539315e-5 +topple_V2 2.197533878647296e-4 +topsy_turvy_Adv 1.0118282725055903e-5 +torch_N 5.78422526086856e-6 +torch_V2 2.4417043096081066e-5 +torment_V2 7.325112928824319e-5 +tornado_N 1.156845052173712e-5 +torpedo_V2 2.4417043096081066e-5 +torque_N 5.78422526086856e-6 +torrid_A 1.862717705131787e-5 +tort_N 1.156845052173712e-5 +tortuous_A 1.862717705131787e-5 +toss_V 9.044862518089724e-5 +toss_V2 9.766817238432426e-5 +tot_N 5.78422526086856e-6 +total_A 3.6881810561609388e-3 +total_N 5.147960482173018e-4 +total_V 9.044862518089725e-4 +total_V2 2.3928702234159442e-3 +tote_V2 4.883408619216213e-5 +totter_V 3.014954172696575e-5 +touch_N 8.676337891302839e-5 +touch_V 2.7134587554269177e-4 +touch_V2 1.4650225857648638e-4 +touchdown_N 5.78422526086856e-6 +touching_A 1.862717705131787e-5 +touchy_A 9.313588525658937e-5 +tough_A 1.75095464282388e-3 +toughen_V2 2.4417043096081066e-5 +toughness_N 5.78422526086856e-6 +tour_N 1.156845052173712e-5 +tour_V 6.02990834539315e-5 +tour_V2 1.2208521548040532e-4 +tour_de_force_N 6.478332292172786e-4 +touring_N 5.78422526086856e-6 +tourism_N 8.097915365215983e-5 +tourist_N 2.1980055991300526e-4 +tournament_N 1.156845052173712e-5 +tout_V 3.014954172696575e-5 +tout_V2 3.418386033451349e-4 +tout_ensemble_N 5.78422526086856e-6 +toward_Prep 1.3647616427921543e-3 +towards_Prep 5.289773809271916e-5 +towel_N 4.627380208694848e-5 +tower_N 1.0411605469563407e-4 +tower_V 6.02990834539315e-5 +towering_A 1.862717705131787e-5 +town_N 3.239166146086393e-4 +township_N 3.470535156521136e-5 +toxic_A 1.1176306230790724e-4 +toxicity_N 5.78422526086856e-6 +toxicology_N 5.78422526086856e-6 +toxin_N 7.519492839129126e-5 +toy_N 9.254760417389695e-5 +toy_V 9.044862518089724e-5 +trace_N 5.78422526086856e-6 +trace_V2 1.4650225857648638e-4 +track_N 2.1980055991300526e-4 +track_V 3.014954172696575e-4 +track_V2 7.813453790745941e-4 +tracked_A 1.862717705131787e-5 +tract_N 3.470535156521136e-5 +tractor_N 3.470535156521136e-5 +trade_N 1.972420813956179e-3 +trade_V 3.2380607814761216e-2 +trade_V2 1.5871078012452693e-3 +trademark_N 4.0489576826079914e-5 +trader_N 2.3310427801300293e-3 +tradition_N 9.254760417389695e-5 +traditional_A 1.452919810002794e-3 +traditionalist_N 1.156845052173712e-5 +traduce_V2 4.883408619216213e-5 +traffic_N 3.2970083986950786e-4 +trafficker_N 4.627380208694848e-5 +tragedy_N 4.0489576826079914e-5 +tragic_A 7.450870820527148e-5 +tragically_Adv 1.0118282725055903e-5 +trail_N 8.097915365215983e-5 +trail_V 1.5074770863482875e-4 +trail_V2 1.9533634476864853e-4 +trailer_N 3.470535156521136e-5 +train_N 1.1568450521737118e-4 +train_V 1.5074770863482875e-4 +train_V2 1.7091930167256744e-4 +train_V2V 3.1982942430703624e-3 +trainer_N 1.735267578260568e-5 +training_N 2.4293746095647948e-4 +trait_N 2.8921126304342795e-5 +tramp_V 3.014954172696575e-5 +trample_V2 2.4417043096081066e-5 +tranquility_N 5.78422526086856e-6 +transact_V2 4.883408619216213e-5 +transaction_N 1.469193216260614e-3 +transcript_N 3.470535156521136e-5 +transfer_N 1.6195830730431966e-4 +transfer_V 4.220935841775205e-4 +transfer_V2 8.057624221706752e-4 +transferable_A 5.588153115395362e-5 +transform_V2 4.883408619216213e-4 +transformation_N 1.735267578260568e-5 +transfusion_N 2.313690104347424e-5 +transient_A 1.862717705131787e-5 +transistor_N 5.78422526086856e-6 +transit_N 3.470535156521136e-5 +transition_N 8.097915365215983e-5 +transitional_A 3.725435410263574e-5 +transitory_A 1.862717705131787e-5 +translate_V 3.9194404245055476e-4 +translate_V2 2.4417043096081065e-4 +translation_N 6.362647786955415e-5 +translator_N 1.156845052173712e-5 +translucent_A 1.862717705131787e-5 +transmission_N 4.627380208694848e-5 +transmit_V2 1.7091930167256744e-4 +transmitter_N 5.78422526086856e-6 +transmogrify_V2 2.4417043096081066e-5 +transparent_A 3.725435410263574e-5 +transplant_N 6.362647786955415e-5 +transplant_V 3.014954172696575e-5 +transplant_V2 4.883408619216213e-5 +transplantation_N 5.78422526086856e-6 +transport_N 9.83318294347655e-5 +transport_V2 3.174215602490538e-4 +transportable_A 1.862717705131787e-5 +transportation_N 4.3381689456514197e-4 +transporter_N 5.78422526086856e-6 +transvestite_N 5.78422526086856e-6 +trap_N 5.205802734781703e-5 +trap_V 9.044862518089724e-5 +trap_V2 2.4417043096081066e-5 +trash_N 4.627380208694848e-5 +trash_V2 4.883408619216213e-5 +trauma_N 1.735267578260568e-5 +traumatic_A 1.862717705131787e-5 +travail_N 5.78422526086856e-6 +travel_N 2.1401633465213668e-4 +travel_V 8.44187168355041e-4 +travel_V2 9.766817238432426e-5 +travelogue_N 5.78422526086856e-6 +treacherous_A 9.313588525658937e-5 +tread_V 3.014954172696575e-5 +treadmill_N 5.78422526086856e-6 +treasure_N 2.313690104347424e-5 +treasurer_N 1.272529557391083e-4 +treasury_N 1.96663658869531e-4 +treat_N 5.78422526086856e-6 +treat_V 2.1104679208876025e-4 +treat_V2 7.32511292882432e-4 +treatise_N 5.78422526086856e-6 +treatment_N 3.7597464195645637e-4 +treaty_N 1.3303718099997685e-4 +tree_N 1.272529557391083e-4 +trek_V 3.014954172696575e-5 +tremble_V 3.014954172696575e-5 +tremendous_A 3.1666200987240384e-4 +tremor_N 1.0411605469563407e-4 +tremulous_A 1.862717705131787e-5 +trench_N 1.735267578260568e-5 +trend_N 5.495013997825132e-4 +trend_V 9.044862518089724e-5 +trendy_A 9.313588525658937e-5 +trepidation_N 1.156845052173712e-5 +trespass_N 2.8921126304342795e-5 +trespass_V 9.044862518089724e-5 +trial_N 5.495013997825132e-4 +triangle_N 5.78422526086856e-6 +tribe_N 1.735267578260568e-5 +tribunal_N 1.156845052173712e-5 +tribute_N 2.313690104347424e-5 +trick_N 2.8921126304342795e-5 +trick_V2 2.4417043096081066e-5 +trickle_N 5.78422526086856e-6 +trickle_V 9.044862518089724e-5 +tricky_A 1.4901741641054297e-4 +tried_A 1.862717705131787e-5 +trigger_N 2.8921126304342795e-5 +trigger_V2 1.172018068611891e-3 +trill_N 5.78422526086856e-6 +trillion_N 1.156845052173712e-5 +trim_A 3.725435410263574e-5 +trim_V 2.1104679208876025e-4 +trim_V2 5.127579050177024e-4 +trinity_N 5.78422526086856e-6 +trio_N 5.78422526086856e-6 +trip_N 2.3136901043474236e-4 +trip_V2 2.4417043096081066e-5 +triple_A 7.450870820527148e-5 +triple_V 3.014954172696575e-4 +triple_V2 2.4417043096081066e-5 +triumph_N 2.313690104347424e-5 +triumph_V 6.02990834539315e-5 +trivial_A 3.725435410263574e-5 +trivialize_V2 2.4417043096081066e-5 +trolley_N 1.156845052173712e-5 +troop_N 1.4460563152171398e-4 +trophy_N 1.156845052173712e-5 +tropical_A 5.588153115395362e-5 +trot_V 9.044862518089724e-5 +trouble_N 5.668540755651188e-4 +trouble_V 2.41196333815726e-4 +trouble_V2 3.174215602490538e-4 +troublemaker_N 5.78422526086856e-6 +troublesome_A 1.1176306230790724e-4 +trough_N 4.627380208694848e-5 +trough_V 6.02990834539315e-5 +troupe_N 1.156845052173712e-5 +trouser_N 5.78422526086856e-6 +trout_N 5.78422526086856e-6 +trove_N 5.78422526086856e-6 +trowel_N 5.78422526086856e-6 +truce_N 2.8921126304342795e-5 +truck_N 5.37932949260776e-4 +truculence_N 5.78422526086856e-6 +trudge_V 6.02990834539315e-5 +true_A 1.0803762689764367e-3 +truly_Adv 1.9224737177606216e-4 +trumpet_N 5.78422526086856e-6 +trumpet_V 3.014954172696575e-5 +trumpet_V2 7.325112928824319e-5 +trundle_V 3.014954172696575e-5 +trunk_N 1.156845052173712e-5 +trust_N 6.131278776520673e-4 +trust_V 1.20598166907863e-4 +trust_V2 1.7091930167256744e-4 +trust_V2V 1.0660980810234541e-3 +trust_VS 7.37354372511429e-5 +trustee_N 7.519492839129126e-5 +truth_N 1.0990027995650263e-4 +truthful_A 3.725435410263574e-5 +try_N 1.156845052173712e-5 +try_V 1.3567293777134587e-3 +try_V2 4.150897326333781e-4 +try_VS 5.161480607580003e-4 +try_VV 3.876674905684922e-2 +tub_N 5.78422526086856e-6 +tube_N 5.784225260868559e-5 +tubular_A 1.862717705131787e-5 +tuck_V 3.014954172696575e-5 +tuck_V2 4.883408619216213e-5 +tug_N 5.78422526086856e-6 +tug_V2 2.4417043096081066e-5 +tuition_N 9.83318294347655e-5 +tulip_N 5.78422526086856e-6 +tumble_N 3.470535156521136e-5 +tumble_V 8.743367100820067e-4 +tumble_V2 5.127579050177024e-4 +tumult_N 1.735267578260568e-5 +tumultuous_A 1.1176306230790724e-4 +tuna_N 1.735267578260568e-5 +tune_N 4.0489576826079914e-5 +tune_V 6.02990834539315e-5 +tunnel_N 3.470535156521136e-5 +turban_N 2.8921126304342795e-5 +turbine_N 5.784225260868559e-5 +turboprop_N 1.735267578260568e-5 +turbulence_N 4.0489576826079914e-5 +turbulent_A 3.725435410263574e-5 +turf_N 4.627380208694848e-5 +turkey_N 5.78422526086856e-6 +turmoil_N 1.96663658869531e-4 +turn_N 1.9087943360866246e-4 +turn_V 5.81886155330439e-3 +turn_V2 1.0499328531314858e-3 +turn_VA 2.0348837209302327e-2 +turn_VS 2.949417490045716e-4 +turning_N 5.78422526086856e-6 +turnkey_N 5.78422526086856e-6 +turnover_N 1.850952083477939e-4 +turquoise_N 5.78422526086856e-6 +turtle_N 5.78422526086856e-6 +tusk_N 5.78422526086856e-6 +tuxedo_N 1.156845052173712e-5 +twang_N 5.78422526086856e-6 +tweed_N 5.78422526086856e-6 +twice_Adv 4.856775708026834e-4 +twin_N 5.78422526086856e-6 +twist_N 4.627380208694848e-5 +twist_V 3.014954172696575e-5 +twist_V2 7.325112928824319e-5 +tycoon_N 1.735267578260568e-5 +tyke_N 5.78422526086856e-6 +type_N 4.0489576826079917e-4 +type_V2 2.4417043096081066e-5 +typewriter_N 5.78422526086856e-6 +typhoon_N 5.78422526086856e-6 +typical_A 1.9744807674396945e-3 +typify_V2 4.883408619216213e-5 +tyranny_N 5.78422526086856e-6 +ubiquitous_A 1.862717705131787e-5 +ubiquity_N 5.78422526086856e-6 +ugly_A 3.725435410263574e-5 +ulcer_N 5.78422526086856e-6 +ultimate_A 9.872403837198473e-4 +ultimatum_N 1.735267578260568e-5 +ultrasonic_A 1.862717705131787e-5 +ultraviolet_A 1.862717705131787e-5 +umbrella_N 2.313690104347424e-5 +unabated_A 1.862717705131787e-5 +unable_A 7.26459905001397e-4 +unacceptable_A 7.450870820527148e-5 +unaccounted_A 1.862717705131787e-5 +unaccustomed_A 1.862717705131787e-5 +unaffected_A 1.862717705131787e-5 +unaltered_A 1.862717705131787e-5 +unambiguous_A 1.862717705131787e-5 +unamended_A 1.862717705131787e-5 +unanimous_A 2.607804787184502e-4 +unanswerable_A 1.862717705131787e-5 +unanticipated_A 1.1176306230790724e-4 +unappealing_A 1.862717705131787e-5 +unasked_A 1.862717705131787e-5 +unassuming_A 1.862717705131787e-5 +unattainable_A 1.862717705131787e-5 +unattractive_A 3.725435410263574e-5 +unauthorized_A 1.4901741641054297e-4 +unavailable_A 2.048989475644966e-4 +unaware_A 5.588153115395362e-5 +unawares_Adv 1.0118282725055903e-5 +unbeknownst_A 1.862717705131787e-5 +unbelievable_A 3.725435410263574e-5 +unbiased_A 1.862717705131787e-5 +unblock_V2 2.4417043096081066e-5 +unborn_A 7.450870820527148e-5 +unbroken_A 1.862717705131787e-5 +uncanny_A 5.588153115395362e-5 +uncensored_A 1.862717705131787e-5 +unceremonious_A 1.862717705131787e-5 +uncertain_A 3.725435410263575e-4 +uncertainty_N 3.7597464195645637e-4 +unchallenged_A 1.862717705131787e-5 +unchanged_A 1.6391915805159729e-3 +unchanging_A 3.725435410263574e-5 +uncharacteristically_Adv 3.0354848175167712e-5 +uncharted_A 3.725435410263574e-5 +unchecked_A 3.725435410263574e-5 +unclaimed_A 1.862717705131787e-5 +unclassified_A 3.725435410263574e-5 +uncle_N 1.735267578260568e-5 +unclean_A 1.862717705131787e-5 +unclear_A 3.3528918692372173e-4 +uncomfortable_A 9.313588525658937e-5 +uncommon_A 1.1176306230790724e-4 +uncomplicated_A 3.725435410263574e-5 +unconcerned_A 3.725435410263574e-5 +unconditional_A 1.862717705131787e-5 +unconscious_A 1.862717705131787e-5 +unconstitutional_A 1.303902393592251e-4 +uncontrolled_A 1.862717705131787e-5 +unconventional_A 1.862717705131787e-5 +unconvinced_A 1.862717705131787e-5 +unconvincing_A 1.862717705131787e-5 +uncover_V2 3.66255646441216e-4 +uncritical_A 1.862717705131787e-5 +undamaged_A 3.725435410263574e-5 +undated_A 1.862717705131787e-5 +undaunted_A 1.862717705131787e-5 +undefeated_A 1.862717705131787e-5 +undefined_A 7.450870820527148e-5 +undemocratic_A 9.313588525658937e-5 +undeniable_A 3.725435410263574e-5 +under_Adv 1.0118282725055903e-5 +under_Prep 6.696853642538245e-3 +undercover_A 1.862717705131787e-5 +undercurrent_N 5.78422526086856e-6 +undercut_V2 1.4650225857648638e-4 +underdeveloped_A 1.862717705131787e-5 +underemployed_A 1.862717705131787e-5 +underestimate_V2 1.4650225857648638e-4 +underfund_V2 4.883408619216213e-5 +undergarment_N 5.78422526086856e-6 +undergo_V2 1.7091930167256744e-4 +undergraduate_N 5.78422526086856e-6 +underground_A 9.313588525658937e-5 +underground_Adv 2.0236565450111807e-5 +underground_N 5.78422526086856e-6 +underlie_V2 4.883408619216213e-4 +underline_V2 9.766817238432426e-5 +undermine_V2 4.6392381882554023e-4 +underneath_Prep 2.115909523708766e-5 +underperform_V2 7.325112928824319e-5 +underpin_V2 1.4650225857648638e-4 +underprivileged_A 1.862717705131787e-5 +underscore_V2 4.150897326333781e-4 +undersecretary_N 1.156845052173712e-5 +underside_N 5.78422526086856e-6 +understand_V 3.9194404245055476e-4 +understand_V2 6.104260774020266e-4 +understand_VS 1.9908568057808583e-3 +understandable_A 1.4901741641054297e-4 +understanding_N 5.205802734781703e-5 +understate_V2 2.197533878647296e-4 +understatement_N 1.156845052173712e-5 +undertake_V2 4.6392381882554023e-4 +undertaking_N 2.8921126304342795e-5 +undertone_N 1.156845052173712e-5 +undervalue_V2 1.7091930167256744e-4 +underwater_A 3.725435410263574e-5 +underwear_N 4.627380208694848e-5 +underwhelm_V2 2.4417043096081066e-5 +underworld_N 5.78422526086856e-6 +underwrite_V 6.331403762662807e-4 +underwrite_V2 3.9067268953729706e-4 +underwriter_N 4.4538534508687907e-4 +undeserved_A 1.862717705131787e-5 +undesirable_A 3.725435410263574e-5 +undetected_A 1.862717705131787e-5 +undetermined_A 3.725435410263574e-5 +undeterred_A 5.588153115395362e-5 +undeveloped_A 1.303902393592251e-4 +undisclosed_A 2.048989475644966e-4 +undisputed_A 1.862717705131787e-5 +undistinguished_A 3.725435410263574e-5 +undisturbed_A 1.862717705131787e-5 +undo_V2 1.9533634476864853e-4 +undoing_N 5.78422526086856e-6 +undoubted_A 7.450870820527148e-5 +undress_N 5.78422526086856e-6 +undue_A 1.862717705131787e-5 +undulate_V 6.02990834539315e-5 +unduly_Adv 4.0473130900223614e-5 +unearth_V2 2.4417043096081066e-5 +unease_N 1.735267578260568e-5 +uneasiness_N 1.156845052173712e-5 +uneasy_A 9.313588525658937e-5 +uneconomic_A 1.862717705131787e-5 +uneducated_A 1.862717705131787e-5 +unemployed_A 3.725435410263574e-5 +unemployment_N 2.0244788413039958e-4 +unending_A 3.725435410263574e-5 +unenthusiastic_A 1.862717705131787e-5 +unequal_A 1.862717705131787e-5 +unequivocal_A 1.862717705131787e-5 +unerring_A 1.862717705131787e-5 +unethical_A 5.588153115395362e-5 +uneven_A 5.588153115395362e-5 +uneventful_A 1.862717705131787e-5 +unexpected_A 5.215609574369004e-4 +unexplained_A 9.313588525658937e-5 +unfair_A 3.911707180776753e-4 +unfamiliar_A 1.862717705131787e-5 +unfamiliarity_N 5.78422526086856e-6 +unfashionable_A 1.862717705131787e-5 +unfaze_V2 2.4417043096081066e-5 +unfettered_A 1.862717705131787e-5 +unfinished_A 1.862717705131787e-5 +unfit_A 3.725435410263574e-5 +unfold_V 2.1104679208876025e-4 +unforeseen_A 3.725435410263574e-5 +unforgiving_A 1.862717705131787e-5 +unfortunate_A 5.588153115395362e-4 +unfounded_A 3.725435410263574e-5 +unfriendly_A 1.4901741641054297e-4 +unfulfilled_A 3.725435410263574e-5 +ungainly_A 1.862717705131787e-5 +ungentlemanly_A 1.862717705131787e-5 +unhappiness_N 1.156845052173712e-5 +unhappy_A 1.6764459346186087e-4 +unharmed_A 3.725435410263574e-5 +unhealthy_A 1.862717705131787e-5 +unheard_A 3.725435410263574e-5 +unheard_of_A 1.862717705131787e-5 +unhelpful_A 1.862717705131787e-5 +unhinge_V2 4.883408619216213e-5 +unhurt_A 1.862717705131787e-5 +unidentified_A 1.4901741641054297e-4 +unification_N 1.735267578260568e-5 +uniform_A 1.1176306230790724e-4 +uniform_N 2.8921126304342795e-5 +uniformity_N 5.78422526086856e-6 +unify_V2 9.766817238432426e-5 +unilateral_A 7.450870820527148e-5 +unimaginable_A 1.862717705131787e-5 +unimaginative_A 1.862717705131787e-5 +unimportant_A 3.725435410263574e-5 +uninformative_A 1.862717705131787e-5 +uninformed_A 3.725435410263574e-5 +uninhabitable_A 1.862717705131787e-5 +uninitiated_A 1.862717705131787e-5 +uninspired_A 5.588153115395362e-5 +uninsured_A 1.1176306230790724e-4 +unintended_A 3.725435410263574e-5 +unintentional_A 1.862717705131787e-5 +uninterested_A 1.862717705131787e-5 +uninterrupted_A 1.862717705131787e-5 +uninvited_A 5.588153115395362e-5 +union_N 9.659656185650494e-4 +unionist_N 5.78422526086856e-6 +unique_A 1.8627177051317874e-4 +unit_N 3.910136276347146e-3 +unite_V 1.5074770863482875e-4 +unite_V2 4.883408619216213e-5 +united_A 1.862717705131787e-5 +unity_N 3.470535156521136e-5 +universal_A 2.048989475644966e-4 +universe_N 4.0489576826079914e-5 +university_N 2.1401633465213668e-4 +unjust_A 1.862717705131787e-5 +unknowing_A 1.862717705131787e-5 +unknown_A 1.303902393592251e-4 +unknown_N 2.8921126304342795e-5 +unlawful_A 1.303902393592251e-4 +unleash_V2 1.7091930167256744e-4 +unless_Prep 8.463638094835065e-4 +unlicensed_A 1.862717705131787e-5 +unlike_A 5.588153115395362e-5 +unlike_Prep 6.136137618755422e-4 +unlikely_A 7.26459905001397e-4 +unlimited_A 7.450870820527148e-5 +unlisted_A 1.862717705131787e-5 +unload_V 9.044862518089724e-5 +unload_V2 2.4417043096081065e-4 +unlock_V 3.014954172696575e-5 +unlock_V2 4.883408619216213e-5 +unlovable_A 1.862717705131787e-5 +unlovely_A 1.862717705131787e-5 +unmanned_A 1.862717705131787e-5 +unmarked_A 1.862717705131787e-5 +unmask_V2 2.4417043096081066e-5 +unmatched_A 1.862717705131787e-5 +unmistakable_A 3.725435410263574e-5 +unmoved_A 1.862717705131787e-5 +unnamed_A 7.450870820527148e-5 +unnecessary_A 3.1666200987240384e-4 +unnerve_V2 7.325112928824319e-5 +unnoticed_A 1.862717705131787e-5 +unnumbered_A 1.862717705131787e-5 +unobserved_A 3.725435410263574e-5 +unobtrusive_A 1.862717705131787e-5 +unoccupied_A 3.725435410263574e-5 +unofficial_A 1.1176306230790724e-4 +unorthodox_A 1.862717705131787e-5 +unpaid_A 1.303902393592251e-4 +unplanned_A 3.725435410263574e-5 +unpleasant_A 5.588153115395362e-5 +unpleasantness_N 5.78422526086856e-6 +unplug_V2 2.4417043096081066e-5 +unpopular_A 1.4901741641054297e-4 +unprecedented_A 3.911707180776753e-4 +unpredictable_A 9.313588525658937e-5 +unprepared_A 7.450870820527148e-5 +unproductive_A 1.862717705131787e-5 +unprofessional_A 3.725435410263574e-5 +unprofitable_A 1.4901741641054297e-4 +unpublished_A 5.588153115395362e-5 +unpunished_A 1.862717705131787e-5 +unqualified_A 1.862717705131787e-5 +unravel_V 6.02990834539315e-5 +unravel_V2 4.883408619216213e-5 +unread_A 1.862717705131787e-5 +unreadable_A 1.862717705131787e-5 +unrealistic_A 7.450870820527148e-5 +unrealistically_Adv 1.0118282725055903e-5 +unrealized_A 3.725435410263574e-5 +unreasonable_A 5.588153115395362e-5 +unrecognized_A 3.725435410263574e-5 +unregistered_A 3.725435410263574e-5 +unrelated_A 2.9803483282108594e-4 +unreliable_A 1.862717705131787e-5 +unremarkable_A 1.862717705131787e-5 +unremitting_A 1.862717705131787e-5 +unresolved_A 5.588153115395362e-5 +unrest_N 4.0489576826079914e-5 +unrestrained_A 1.862717705131787e-5 +unroll_V 3.014954172696575e-5 +unroll_V2 2.4417043096081066e-5 +unruly_A 3.725435410263574e-5 +unsafe_A 7.450870820527148e-5 +unscathed_A 9.313588525658937e-5 +unscientific_A 1.862717705131787e-5 +unscrupulous_A 1.1176306230790724e-4 +unsecured_A 6.519511967961255e-4 +unseemly_A 3.725435410263574e-5 +unseen_A 3.725435410263574e-5 +unsettle_V2 9.766817238432426e-5 +unsigned_A 1.862717705131787e-5 +unsold_A 5.588153115395362e-5 +unsolicited_A 1.1176306230790724e-4 +unsound_A 3.725435410263574e-5 +unspeakable_A 1.862717705131787e-5 +unspecified_A 2.607804787184502e-4 +unstable_A 9.313588525658937e-5 +unsteady_A 1.862717705131787e-5 +unstoppable_A 3.725435410263574e-5 +unsuccessful_A 3.539163639750396e-4 +unsupported_A 7.450870820527148e-5 +unsure_A 1.862717705131787e-5 +unsurpassed_A 1.862717705131787e-5 +unsuspected_A 3.725435410263574e-5 +unsuspecting_A 3.725435410263574e-5 +untapped_A 7.450870820527148e-5 +untested_A 3.725435410263574e-5 +unthinkable_A 1.862717705131787e-5 +until_Prep 3.015171071284992e-3 +untold_A 3.725435410263574e-5 +untouchable_A 1.862717705131787e-5 +untrained_A 1.862717705131787e-5 +untried_A 1.862717705131787e-5 +untrue_A 3.725435410263574e-5 +untrustworthy_A 1.862717705131787e-5 +unused_A 1.303902393592251e-4 +unusual_A 1.2852752165409332e-3 +unveil_V 3.014954172696575e-4 +unveil_V2 5.860090343059455e-4 +unwanted_A 9.313588525658937e-5 +unwarranted_A 1.303902393592251e-4 +unwary_A 1.862717705131787e-5 +unwed_A 1.862717705131787e-5 +unwelcome_A 1.6764459346186087e-4 +unwieldy_A 5.588153115395362e-5 +unwilling_A 1.6764459346186087e-4 +unwillingness_N 1.735267578260568e-5 +unwind_V 3.014954172696575e-5 +unwind_V2 4.883408619216213e-5 +unwise_A 7.450870820527148e-5 +unwitting_A 3.725435410263574e-5 +unworkable_A 1.862717705131787e-5 +unworthy_A 1.862717705131787e-5 +unwritten_A 3.725435410263574e-5 +up_Adv 5.312098430654349e-3 +up_Prep 2.867057404625378e-3 +up_V2 4.883408619216213e-5 +update_V2 3.418386033451349e-4 +upgrade_N 2.313690104347424e-5 +upgrade_V2 3.66255646441216e-4 +upheaval_N 5.784225260868559e-5 +uphill_A 5.588153115395362e-5 +uphill_Adv 1.0118282725055903e-5 +uphold_V2 2.4417043096081065e-4 +upholstery_N 1.156845052173712e-5 +upon_Prep 3.702841666490341e-4 +upper_A 2.4215330166713235e-4 +upper_N 5.78422526086856e-6 +uprising_N 2.8921126304342795e-5 +uproar_N 2.313690104347424e-5 +uproot_V2 2.4417043096081066e-5 +upset_N 1.156845052173712e-5 +upset_V 1.5074770863482875e-4 +upset_V2 9.766817238432426e-5 +upshot_N 1.156845052173712e-5 +upstairs_Adv 1.0118282725055903e-5 +upstart_A 3.725435410263574e-5 +upstart_N 1.156845052173712e-5 +upsurge_N 5.78422526086856e-6 +uptight_A 1.862717705131787e-5 +upturn_N 1.735267578260568e-5 +upward_A 1.4901741641054297e-4 +upward_Adv 1.1130110997561494e-4 +uranium_N 1.156845052173712e-5 +urban_A 4.097978951289932e-4 +urge_N 1.156845052173712e-5 +urge_V2 1.8068611891099988e-3 +urge_V2V 2.1321961620469083e-3 +urge_VS 2.949417490045716e-4 +urgency_N 4.0489576826079914e-5 +urgent_A 5.588153115395362e-5 +urine_N 5.78422526086856e-6 +usage_N 4.0489576826079914e-5 +use_N 9.659656185650494e-4 +use_V 9.07501205981669e-3 +use_V2 8.399462825051886e-3 +use_VV 4.032782620007805e-3 +used_A 1.303902393592251e-4 +useful_A 3.3528918692372173e-4 +usefulness_N 1.735267578260568e-5 +useless_A 3.725435410263574e-5 +user_N 3.4705351565211356e-4 +usher_V2 9.766817238432426e-5 +usual_A 2.7009406724410917e-3 +usurp_V2 4.883408619216213e-5 +usurpation_N 5.78422526086856e-6 +uterus_N 5.78422526086856e-6 +utilitarian_A 1.862717705131787e-5 +utility_N 4.685222461303533e-4 +utilization_N 7.519492839129126e-5 +utilize_V2 2.4417043096081066e-5 +utmost_A 1.862717705131787e-5 +utmost_N 5.78422526086856e-6 +utter_A 1.6764459346186087e-4 +utter_V2 2.4417043096081066e-5 +utterance_N 1.156845052173712e-5 +v_and_a_N 4.0489576826079914e-5 +vacancy_N 6.941070313042272e-5 +vacant_A 1.6764459346186087e-4 +vacate_V2 2.9300451715297276e-4 +vacation_N 4.627380208694848e-5 +vacation_V 6.02990834539315e-5 +vaccine_N 1.0411605469563407e-4 +vacillate_V 3.014954172696575e-5 +vacillation_N 5.78422526086856e-6 +vacuum_N 2.8921126304342795e-5 +vacuum_V2 2.4417043096081066e-5 +vagabond_N 5.78422526086856e-6 +vagary_N 1.156845052173712e-5 +vaginal_A 3.725435410263574e-5 +vague_A 1.8627177051317874e-4 +vain_A 7.450870820527148e-5 +valiant_A 1.862717705131787e-5 +valid_A 2.048989475644966e-4 +validate_V2 2.4417043096081066e-5 +validity_N 1.156845052173712e-5 +valley_N 1.156845052173712e-5 +valuable_A 3.539163639750396e-4 +valuation_N 4.0489576826079914e-5 +value_N 1.9666365886953103e-3 +value_V 3.9194404245055476e-4 +value_V2 2.0998657062629715e-3 +value_added_A 3.725435410263574e-5 +valve_N 2.313690104347424e-5 +van_N 7.519492839129126e-5 +vane_N 5.78422526086856e-6 +vanguard_N 5.78422526086856e-6 +vanilla_N 1.735267578260568e-5 +vanish_V 1.5074770863482875e-4 +vanity_N 1.156845052173712e-5 +variable_A 1.862717705131787e-5 +variable_N 2.8921126304342795e-5 +variation_N 8.097915365215983e-5 +varied_A 1.862717705131787e-5 +variety_N 1.7931098308692533e-4 +various_A 1.5460556952593834e-3 +vary_V 9.346357935359383e-4 +vary_V2 2.4417043096081066e-5 +vase_N 1.156845052173712e-5 +vassal_N 5.78422526086856e-6 +vast_A 5.215609574369004e-4 +vault_N 4.0489576826079914e-5 +vault_V2 2.4417043096081066e-5 +vector_N 1.156845052173712e-5 +veer_V 6.02990834539315e-5 +vegetable_N 4.0489576826079914e-5 +vegetarian_N 5.78422526086856e-6 +vehemence_N 5.78422526086856e-6 +vehement_A 1.1176306230790724e-4 +vehicle_N 6.015594271303301e-4 +veil_V2 4.883408619216213e-5 +vein_N 5.78422526086856e-6 +velocity_N 1.156845052173712e-5 +velvet_N 1.735267578260568e-5 +venal_A 1.862717705131787e-5 +vend_V2 2.4417043096081066e-5 +vendetta_N 1.156845052173712e-5 +vendor_N 6.941070313042272e-5 +venerable_A 9.313588525658937e-5 +venezuelan_A 5.588153115395362e-5 +vengeance_N 1.156845052173712e-5 +vent_V2 2.4417043096081066e-5 +ventilate_V2 4.883408619216213e-5 +ventilation_N 2.313690104347424e-5 +venture_N 1.087434349043289e-3 +venture_V 3.014954172696575e-5 +venture_V2 2.4417043096081066e-5 +venture_VS 7.37354372511429e-5 +venturesome_A 1.862717705131787e-5 +venue_N 5.78422526086856e-6 +veracity_N 1.156845052173712e-5 +verbal_A 9.313588525658937e-5 +verbatim_A 3.725435410263574e-5 +verbatim_Adv 1.0118282725055903e-5 +verdict_N 6.941070313042272e-5 +verge_N 2.8921126304342795e-5 +verge_V 3.014954172696575e-5 +verifiable_A 3.725435410263574e-5 +verification_N 1.156845052173712e-5 +verify_V2 7.325112928824319e-5 +veritable_A 3.725435410263574e-5 +verse_N 1.156845052173712e-5 +version_N 5.032275976955647e-4 +verso_N 5.78422526086856e-6 +versus_Prep 1.057954761854383e-5 +vertical_A 5.588153115395362e-5 +verve_N 5.78422526086856e-6 +very_AdA 0.1662688941925219 +vessel_N 8.676337891302839e-5 +vest_N 1.735267578260568e-5 +vest_V2 7.325112928824319e-5 +vet_N 5.78422526086856e-6 +veteran_N 1.2146873047823974e-4 +veterinary_A 3.725435410263574e-5 +veto_N 3.5862196617385066e-4 +veto_V 2.41196333815726e-4 +veto_V2 4.395067757294592e-4 +via_Prep 1.6609889761113816e-3 +via_media_N 2.8921126304342795e-5 +viability_N 3.470535156521136e-5 +viable_A 2.2352612461581448e-4 +viaduct_N 1.156845052173712e-5 +vial_N 5.78422526086856e-6 +vibrant_A 3.725435410263574e-5 +vibrate_V 3.014954172696575e-5 +vice_N 2.099673769695287e-3 +vice_versa_Adv 4.0473130900223614e-5 +vicinity_N 5.78422526086856e-6 +vicious_A 1.4901741641054297e-4 +victim_N 4.3381689456514197e-4 +victimize_V2 7.325112928824319e-5 +victor_N 1.735267578260568e-5 +victorian_A 7.450870820527148e-5 +victorious_A 3.725435410263574e-5 +victory_N 2.1401633465213668e-4 +video_N 1.3882140626084543e-4 +videotape_N 2.8921126304342795e-5 +view_N 7.114597070868328e-4 +view_V2 1.2941032840922964e-3 +viewer_N 1.850952083477939e-4 +viewpoint_N 2.8921126304342795e-5 +vigil_N 5.78422526086856e-6 +vignette_N 5.78422526086856e-6 +vigorous_A 3.539163639750396e-4 +village_N 5.205802734781703e-5 +villager_N 5.78422526086856e-6 +villain_N 5.78422526086856e-6 +vindicate_V2 2.4417043096081066e-5 +vindication_N 5.78422526086856e-6 +vine_N 5.78422526086856e-6 +vineyard_N 5.78422526086856e-6 +vintage_N 1.156845052173712e-5 +vinyl_N 1.156845052173712e-5 +violate_V2 1.0010987669393236e-3 +violation_N 2.3136901043474236e-4 +violence_N 9.254760417389695e-5 +violent_A 2.048989475644966e-4 +violet_N 1.156845052173712e-5 +violin_N 3.470535156521136e-5 +violinist_N 5.78422526086856e-6 +virgin_A 3.725435410263574e-5 +virgin_N 5.78422526086856e-6 +virility_N 5.78422526086856e-6 +virtual_A 1.005867560771165e-3 +virtue_N 2.8921126304342795e-5 +virtuosity_N 5.78422526086856e-6 +virtuoso_N 1.156845052173712e-5 +virulence_N 2.313690104347424e-5 +virus_N 8.676337891302839e-5 +visa_N 1.735267578260568e-5 +visage_N 5.78422526086856e-6 +visibility_N 1.735267578260568e-5 +visible_A 3.3528918692372173e-4 +vision_N 9.254760417389695e-5 +visionary_N 5.78422526086856e-6 +visit_N 1.850952083477939e-4 +visit_V 6.02990834539315e-4 +visit_V2 5.615919912098645e-4 +visitor_N 1.3882140626084543e-4 +vista_N 5.78422526086856e-6 +visual_A 1.8627177051317874e-4 +visualize_V2 4.883408619216213e-5 +vital_A 1.8627177051317874e-4 +vitiate_V2 2.4417043096081066e-5 +vivid_A 1.6764459346186087e-4 +vocal_A 7.450870820527148e-5 +vocalist_N 5.78422526086856e-6 +vodka_N 2.313690104347424e-5 +vogue_N 1.156845052173712e-5 +voice_N 2.0244788413039958e-4 +voice_V2 1.7091930167256744e-4 +void_N 1.156845052173712e-5 +void_V2 7.325112928824319e-5 +volatile_A 8.382229673093043e-4 +volatility_N 5.147960482173018e-4 +volcano_N 1.156845052173712e-5 +volume_N 1.509682793086694e-3 +voluminous_A 1.862717705131787e-5 +voluntary_A 3.539163639750396e-4 +volunteer_N 4.627380208694848e-5 +volunteer_V 9.044862518089724e-5 +volunteer_V2 2.4417043096081066e-5 +volunteer_VS 7.37354372511429e-5 +voluptuous_A 3.725435410263574e-5 +vomit_V 6.02990834539315e-5 +voracious_A 1.862717705131787e-5 +vortex_N 5.78422526086856e-6 +vote_N 7.056754818259642e-4 +vote_V 2.5024119633381575e-3 +vote_V2 3.174215602490538e-4 +vote_VS 2.212063117534287e-4 +vote_VV 2.341615714843242e-3 +voter_N 3.0656393882603366e-4 +voucher_N 5.78422526086856e-6 +vow_V2 1.2208521548040532e-4 +vow_VS 2.212063117534287e-4 +vow_VV 1.0407180954858852e-3 +voyage_N 5.78422526086856e-6 +voyeurism_N 5.78422526086856e-6 +vs_Prep 9.521592856689448e-5 +vulnerability_N 2.8921126304342795e-5 +vulnerable_A 3.725435410263575e-4 +wad_N 2.313690104347424e-5 +wad_VS 7.37354372511429e-5 +waddle_V 3.014954172696575e-5 +wade_V 3.014954172696575e-5 +wafer_N 1.156845052173712e-5 +waffle_N 1.156845052173712e-5 +waffle_V 3.014954172696575e-5 +waffle_V2 2.4417043096081066e-5 +waft_V2 2.4417043096081066e-5 +wag_N 1.735267578260568e-5 +wage_N 5.957752018694616e-4 +wage_V2 9.766817238432426e-5 +wager_V 3.014954172696575e-5 +waggish_A 1.862717705131787e-5 +wail_V 6.02990834539315e-5 +wait_N 2.313690104347424e-5 +wait_V 2.2009165460684997e-3 +wait_V2 9.766817238432426e-5 +wait_VV 1.9513464290360349e-3 +waiter_N 1.156845052173712e-5 +waitress_N 5.78422526086856e-6 +waive_V2 3.9067268953729706e-4 +waiver_N 5.784225260868559e-5 +wake_N 2.4872168621734806e-4 +wake_V 6.02990834539315e-5 +walk_N 1.156845052173712e-5 +walk_V 9.64785335262904e-4 +walk_V2 2.4417043096081065e-4 +walking_N 1.156845052173712e-5 +walkout_N 1.156845052173712e-5 +wall_N 2.545059114782166e-4 +wall_V2 2.4417043096081066e-5 +wallet_N 2.313690104347424e-5 +wallow_V 3.014954172696575e-5 +wallpaper_N 1.735267578260568e-5 +wander_V 1.5074770863482875e-4 +wane_V 2.41196333815726e-4 +want_V 1.3567293777134587e-3 +want_V2 2.6126236112806738e-3 +want_V2V 4.157782515991471e-2 +want_VS 1.548444182274001e-3 +want_VV 3.5124235722648625e-2 +war_N 5.205802734781703e-4 +war_V 3.014954172696575e-5 +ward_N 5.78422526086856e-6 +ward_V2 4.883408619216213e-5 +warden_N 1.156845052173712e-5 +wardrobe_N 5.78422526086856e-6 +ware_N 5.78422526086856e-6 +warehouse_N 7.519492839129126e-5 +warfare_N 1.156845052173712e-5 +warm_A 2.4215330166713235e-4 +warm_V 6.02990834539315e-4 +warn_V 7.23589001447178e-4 +warn_V2 1.2208521548040532e-4 +warn_VS 3.096888364548002e-3 +warning_N 1.677425325651882e-4 +warrant_N 3.5862196617385066e-4 +warrant_V2 9.766817238432426e-5 +warrant_VS 7.37354372511429e-5 +warranty_N 5.784225260868559e-5 +warren_N 1.156845052173712e-5 +warrior_N 5.78422526086856e-6 +wart_N 5.78422526086856e-6 +wary_A 3.1666200987240384e-4 +wash_N 5.78422526086856e-6 +wash_V 3.014954172696575e-5 +wash_V2 1.2208521548040532e-4 +washable_A 1.862717705131787e-5 +waste_N 1.3882140626084543e-4 +waste_V 1.20598166907863e-4 +waste_V2 2.197533878647296e-4 +wasteful_A 5.588153115395362e-5 +wasteland_N 5.78422526086856e-6 +watch_N 6.362647786955415e-5 +watch_V 1.0250844187168354e-3 +watch_V2 7.56928335978513e-4 +watch_V2V 6.396588486140725e-3 +watch_VS 4.424126235068574e-4 +watchdog_N 2.313690104347424e-5 +watcher_N 3.470535156521136e-5 +watchman_N 5.78422526086856e-6 +water_N 5.205802734781703e-4 +water_V 3.014954172696575e-5 +water_V2 4.883408619216213e-5 +waterfall_N 1.156845052173712e-5 +waterfront_N 1.156845052173712e-5 +watershed_N 5.78422526086856e-6 +waterworks_N 3.470535156521136e-5 +watery_A 1.862717705131787e-5 +watt_N 3.470535156521136e-5 +wave_N 2.4293746095647948e-4 +wave_V 1.808972503617945e-4 +wave_V2 4.883408619216213e-5 +wavelength_N 5.78422526086856e-6 +waver_V 1.20598166907863e-4 +wax_V 3.014954172696575e-5 +way_Adv 5.059141362527952e-5 +way_N 2.6491751694778e-3 +wayside_N 5.78422526086856e-6 +wayward_A 3.725435410263574e-5 +we_Pron 7.753065890667221e-2 +weak_A 1.8068361739778337e-3 +weak_kneed_A 1.862717705131787e-5 +weaken_V 1.0250844187168354e-3 +weaken_V2 3.66255646441216e-4 +weakling_N 5.78422526086856e-6 +weakness_N 3.528377409129821e-4 +wealth_N 9.254760417389695e-5 +wealthy_A 2.607804787184502e-4 +weapon_N 2.4293746095647948e-4 +wear_N 1.156845052173712e-5 +wear_V 3.9194404245055476e-4 +wear_V2 7.56928335978513e-4 +weariness_N 5.78422526086856e-6 +weary_A 5.588153115395362e-5 +weather_N 9.254760417389695e-5 +weather_V 6.02990834539315e-5 +weather_V2 7.325112928824319e-5 +weatherman_N 5.78422526086856e-6 +weave_V 3.014954172696575e-5 +weave_V2 4.883408619216213e-5 +web_N 5.78422526086856e-6 +wed_V2 4.883408619216213e-5 +wedding_N 3.470535156521136e-5 +wedge_N 2.8921126304342795e-5 +wedge_V 6.02990834539315e-5 +wedge_V2 2.4417043096081066e-5 +weed_N 1.156845052173712e-5 +week_N 5.188450058999098e-3 +weekday_N 1.735267578260568e-5 +weekend_N 3.239166146086393e-4 +weekly_A 7.078327279500792e-4 +weekly_Adv 2.0236565450111807e-5 +weekly_N 1.156845052173712e-5 +weep_V 6.02990834539315e-5 +weigh_V 3.3164495899662324e-4 +weigh_V2 2.9300451715297276e-4 +weight_N 1.5038985678258253e-4 +weight_V2 1.2208521548040532e-4 +weighty_A 1.862717705131787e-5 +weird_A 7.450870820527148e-5 +welcome_A 1.4901741641054297e-4 +welcome_V2 4.883408619216213e-4 +weld_V 6.02990834539315e-5 +welfare_N 5.205802734781703e-5 +well_A 1.862717705131787e-5 +well_Adv 4.067549655472473e-3 +well_N 1.3882140626084543e-4 +well_balanced_A 1.862717705131787e-5 +well_born_A 1.862717705131787e-5 +well_heeled_A 5.588153115395362e-5 +well_intentioned_A 5.588153115395362e-5 +well_known_A 4.097978951289932e-4 +well_meaning_A 1.862717705131787e-5 +well_to_do_A 1.862717705131787e-5 +welter_N 5.78422526086856e-6 +west_A 1.1362578001303902e-3 +west_Adv 1.0118282725055903e-5 +west_N 7.519492839129126e-5 +western_A 1.452919810002794e-3 +westward_Adv 2.0236565450111807e-5 +wet_A 1.862717705131787e-5 +whack_V2 1.4650225857648638e-4 +whacker_N 5.78422526086856e-6 +whale_N 5.78422526086856e-6 +wheat_N 8.097915365215983e-5 +wheel_N 4.627380208694848e-5 +wheel_V 6.02990834539315e-5 +wheelbase_N 5.78422526086856e-6 +wheelchair_N 1.156845052173712e-5 +wheeze_V 3.014954172696575e-5 +whereas_Prep 3.173864285563149e-5 +whether_Prep 2.4227164046465373e-3 +while_N 2.0823210939126813e-4 +whim_N 1.156845052173712e-5 +whimper_N 1.156845052173712e-5 +whimsical_A 5.588153115395362e-5 +whimsy_N 5.78422526086856e-6 +whiner_N 5.78422526086856e-6 +whip_N 1.735267578260568e-5 +whip_V 9.044862518089724e-5 +whip_V2 4.883408619216213e-5 +whipping_N 5.78422526086856e-6 +whipsaw_V2 7.325112928824319e-5 +whirl_N 5.78422526086856e-6 +whirlwind_N 1.156845052173712e-5 +whirr_V 3.014954172696575e-5 +whisk_V2 2.4417043096081066e-5 +whiskey_N 3.470535156521136e-5 +whisper_N 5.78422526086856e-6 +whisper_V 6.02990834539315e-5 +whisper_V2 2.4417043096081066e-5 +whispering_N 5.78422526086856e-6 +whistle_V2 2.4417043096081066e-5 +white_A 1.341156747694887e-3 +white_N 1.6195830730431966e-4 +white_collar_A 1.8627177051317874e-4 +whitewash_N 1.735267578260568e-5 +whitish_A 1.862717705131787e-5 +whittle_V 3.014954172696575e-5 +whiz_N 5.78422526086856e-6 +whole_A 1.341156747694887e-3 +whole_N 1.272529557391083e-4 +wholesale_A 6.333240197448077e-4 +wholesale_V2 2.4417043096081066e-5 +wholesaler_N 1.735267578260568e-5 +wholesome_A 3.725435410263574e-5 +wholly_Adv 8.094626180044723e-5 +whoop_V 3.014954172696575e-5 +whopping_A 9.313588525658937e-5 +wicked_A 5.588153115395362e-5 +wicker_N 1.735267578260568e-5 +wide_A 2.496041724876595e-3 +wide_Adv 1.0118282725055903e-5 +widen_V 7.537385431741438e-4 +widen_V2 2.685874740568917e-4 +widespread_A 6.333240197448077e-4 +widow_N 5.205802734781703e-5 +wield_V2 1.2208521548040532e-4 +wife_N 3.0656393882603366e-4 +wig_N 2.313690104347424e-5 +wiggle_N 5.78422526086856e-6 +wiggle_V 6.02990834539315e-5 +wiggle_V2 2.4417043096081066e-5 +wild_A 5.77442488590854e-4 +wild_Adv 1.0118282725055903e-5 +wilderness_N 2.313690104347424e-5 +will_N 1.2146873047823974e-4 +will_V 6.02990834539315e-5 +willful_A 1.303902393592251e-4 +willing_A 1.3970382788488405e-3 +willingness_N 4.627380208694848e-5 +willow_N 5.78422526086856e-6 +willy_nilly_Adv 1.0118282725055903e-5 +wily_A 1.862717705131787e-5 +win_N 4.0489576826079914e-5 +win_V 1.8994211287988423e-3 +win_V2 2.954462214625809e-3 +wind_N 6.941070313042272e-5 +wind_V 4.220935841775205e-4 +windfall_N 1.735267578260568e-5 +window_N 2.1401633465213668e-4 +windshield_N 2.8921126304342795e-5 +wine_N 5.205802734781703e-5 +wing_N 7.519492839129126e-5 +winger_N 5.78422526086856e-6 +wink_V 3.014954172696575e-5 +winner_N 1.6195830730431966e-4 +winter_N 1.272529557391083e-4 +wipe_V 5.125422093584177e-4 +wire_N 1.4460563152171398e-4 +wire_V2 4.883408619216213e-5 +wiring_N 1.156845052173712e-5 +wiry_A 3.725435410263574e-5 +wisdom_N 6.941070313042272e-5 +wise_A 1.303902393592251e-4 +wisecrack_N 1.156845052173712e-5 +wish_N 2.8921126304342795e-5 +wish_V 6.02990834539315e-5 +wish_V2 7.325112928824319e-5 +wish_V2V 2.1321961620469083e-3 +wish_VS 1.0322961215160006e-3 +wish_VV 1.0407180954858852e-3 +wishful_A 1.862717705131787e-5 +wistful_A 1.862717705131787e-5 +wit_N 2.313690104347424e-5 +witch_N 2.313690104347424e-5 +witchcraft_N 5.78422526086856e-6 +with_Prep 4.470916823596623e-2 +withdraw_V 6.632899179932465e-4 +withdraw_V2 4.883408619216213e-4 +withdrawal_N 2.0244788413039958e-4 +wither_V 6.02990834539315e-5 +withhold_V2 2.197533878647296e-4 +within_Prep 2.0312731427604156e-3 +without_Prep 2.814159666532659e-3 +withstand_V2 2.9300451715297276e-4 +witness_N 1.6195830730431966e-4 +witness_V 3.014954172696575e-5 +witness_V2 1.4650225857648638e-4 +witty_A 3.725435410263574e-5 +wobbly_A 3.725435410263574e-5 +woe_N 5.205802734781703e-5 +woebegone_A 1.862717705131787e-5 +woman_N 9.312602669998381e-4 +womanize_V 6.02990834539315e-5 +wonder_N 5.784225260868559e-5 +wonder_V 9.044862518089724e-5 +wonder_VS 2.6544757410411446e-3 +wonderful_A 1.8627177051317874e-4 +wonderment_N 5.78422526086856e-6 +wondrous_A 1.862717705131787e-5 +woo_V2 2.9300451715297276e-4 +wood_N 1.4460563152171398e-4 +wooden_A 1.1176306230790724e-4 +woodwind_N 5.78422526086856e-6 +wool_N 2.313690104347424e-5 +woolly_A 1.862717705131787e-5 +word_N 5.437171745216445e-4 +word_V2 7.325112928824319e-5 +wording_N 1.735267578260568e-5 +work_N 1.7005622266953564e-3 +work_V 9.979498311625663e-3 +work_V2 5.371749481137834e-4 +work_VV 1.5610771432288278e-3 +workable_A 1.862717705131787e-5 +workday_N 1.156845052173712e-5 +worker_N 1.313019134217163e-3 +working_A 1.6764459346186087e-4 +working_N 9.254760417389695e-5 +workman_N 1.156845052173712e-5 +workroom_N 5.78422526086856e-6 +world_N 1.602230397260591e-3 +world_weary_A 1.862717705131787e-5 +worm_N 6.362647786955415e-5 +worried_A 2.794076557697681e-4 +worrisome_A 1.1176306230790724e-4 +worry_N 1.0990027995650263e-4 +worry_V 1.1758321273516643e-3 +worry_V2 2.197533878647296e-4 +worry_VS 1.8433859312785724e-3 +worrying_A 3.725435410263574e-5 +worsen_V 3.014954172696575e-4 +worsen_V2 9.766817238432426e-5 +worship_N 5.78422526086856e-6 +worth_A 1.0803762689764367e-3 +worth_N 1.6195830730431966e-4 +worth_Prep 7.405683332980682e-5 +worthiness_N 5.78422526086856e-6 +worthless_A 5.588153115395362e-5 +worthwhile_A 7.450870820527148e-5 +worthy_A 1.1176306230790724e-4 +would_be_A 2.2352612461581448e-4 +wound_N 3.470535156521136e-5 +wound_V2 7.325112928824319e-5 +wrack_V2 7.325112928824319e-5 +wrangle_V 1.5074770863482875e-4 +wrap_N 1.156845052173712e-5 +wrap_V 2.41196333815726e-4 +wrap_V2 4.883408619216213e-5 +wrapper_N 1.156845052173712e-5 +wrapping_N 5.78422526086856e-6 +wrath_N 1.735267578260568e-5 +wreak_V2 9.766817238432426e-5 +wreck_N 1.735267578260568e-5 +wreck_V2 1.4650225857648638e-4 +wreckage_N 2.313690104347424e-5 +wrench_N 5.78422526086856e-6 +wrench_V2 2.4417043096081066e-5 +wrest_V2 4.883408619216213e-5 +wrestle_V 1.5074770863482875e-4 +wrestle_V2 4.883408619216213e-5 +wrestler_N 5.78422526086856e-6 +wriggle_V 3.014954172696575e-5 +wring_V2 4.883408619216213e-5 +wrinkle_N 1.735267578260568e-5 +wrist_N 1.735267578260568e-5 +writ_large_A 6.519511967961256e-3 +write_V 2.381813796430294e-3 +write_V2 1.5382737150531072e-3 +write_VS 1.9171213685297154e-3 +write_VV 1.3008976193573565e-4 +writer_N 2.255847851738738e-4 +writhe_V 6.02990834539315e-5 +writing_N 5.205802734781703e-5 +wrong_A 1.005867560771165e-3 +wrong_Adv 1.0118282725055903e-5 +wrong_V2 2.4417043096081066e-5 +wrongdoing_N 6.362647786955415e-5 +wrongful_A 7.450870820527148e-5 +yacht_N 1.735267578260568e-5 +yachting_N 5.78422526086856e-6 +yank_V2 1.7091930167256744e-4 +yankee_N 5.78422526086856e-6 +yard_N 9.254760417389695e-5 +yardstick_N 1.156845052173712e-5 +yarn_N 5.78422526086856e-6 +year_N 1.9290391244996645e-2 +yearbook_N 1.156845052173712e-5 +yearling_N 5.78422526086856e-6 +yearlong_A 3.725435410263574e-5 +yearly_A 1.4901741641054297e-4 +yearly_Adv 1.0118282725055903e-5 +yeast_N 5.205802734781703e-5 +yell_V 9.044862518089724e-5 +yell_V2 2.4417043096081066e-5 +yellow_A 1.303902393592251e-4 +yellow_N 1.156845052173712e-5 +yen_N 1.8509520834779389e-3 +yesterday_Adv 1.2141939270067085e-4 +yesterday_N 3.8407255732167233e-3 +yet_Adv 2.0337748277362367e-3 +yield_N 1.40556673839106e-3 +yield_V 1.4773275446213218e-3 +yield_V2 4.468318886582835e-3 +yield_VA 1.4534883720930232e-3 +yielding_A 1.862717705131787e-5 +yoga_N 5.78422526086856e-6 +youPl_Pron 3.6790688006651424e-2 +young_A 1.9931079444910123e-3 +young_N 5.78422526086856e-6 +youngish_A 1.862717705131787e-5 +youngster_N 2.313690104347424e-5 +youth_N 6.362647786955415e-5 +youthful_A 5.588153115395362e-5 +zap_V2 2.4417043096081066e-5 +zenith_N 5.78422526086856e-6 +zero_N 5.205802734781703e-5 +zero_V 1.20598166907863e-4 +zestful_A 1.862717705131787e-5 +zigzag_N 5.78422526086856e-6 +zinc_N 1.735267578260568e-5 +zip_V2 2.4417043096081066e-5 +zip_code_N 1.272529557391083e-4 +zloty_N 5.78422526086856e-6 +zombie_N 1.735267578260568e-5 +zone_N 4.627380208694848e-5 +zone_V2 4.883408619216213e-5 +zoning_N 5.78422526086856e-6 +zoo_N 5.78422526086856e-6 +zoological_A 2.8965260314799294e-2 +zoology_N 5.78422526086856e-6 +zoom_V 6.02990834539315e-5 +zoot_suit_N 1.127923925869369e-3