From c686004c4a91d761676b72c6791eab2a9164e9b8 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 5 Jun 2020 22:02:44 +0200 Subject: [PATCH] Moved src/experimental and src/parametric to a branch 'experimental' --- src/experimental/Chunk.gf | 91 - src/experimental/ChunkChi.gf | 128 - src/experimental/ChunkEng.gf | 138 - src/experimental/ChunkFin.gf | 139 - src/experimental/ChunkSwe.gf | 137 - src/experimental/Lift.gf | 32 - src/experimental/LiftChi.gf | 42 - src/experimental/LiftEng.gf | 46 - src/experimental/LiftFin.gf | 56 - src/experimental/LiftSwe.gf | 56 - src/experimental/Makefile | 9 - src/experimental/NDLift.gf | 35 - src/experimental/NDLiftChi.gf | 5 - src/experimental/NDLiftEng.gf | 5 - src/experimental/NDLiftFin.gf | 5 - src/experimental/NDLiftFunctor.gf | 34 - src/experimental/NDLiftSwe.gf | 5 - src/experimental/NDPred.gf | 292 - src/experimental/NDPredChi.gf | 10 - src/experimental/NDPredEng.gf | 5 - src/experimental/NDPredFin.gf | 6 - src/experimental/NDPredFunctor.gf | 226 - src/experimental/NDPredSwe.gf | 5 - src/experimental/NDPredTrans.probs | 65318 ---------------- src/experimental/NDTrans.gf | 25 - src/experimental/NDTransChi.gf | 23 - src/experimental/NDTransEng.gf | 23 - src/experimental/NDTransFin.gf | 25 - src/experimental/NDTransSwe.gf | 24 - src/experimental/Pred.gf | 125 - src/experimental/PredChi.gf | 184 - src/experimental/PredEng.gf | 135 - src/experimental/PredFin.gf | 243 - src/experimental/PredFunctor.gf | 372 - src/experimental/PredInstanceChi.gf | 188 - src/experimental/PredInstanceEng.gf | 455 - src/experimental/PredInstanceFin.gf | 335 - src/experimental/PredInstanceSwe.gf | 186 - src/experimental/PredInterface.gf | 278 - src/experimental/PredSwe.gf | 42 - src/experimental/RGLBase.gf | 20 - src/experimental/RGLBaseBul.gf | 20 - src/experimental/RGLBaseChi.gf | 20 - src/experimental/RGLBaseEng.gf | 20 - src/experimental/RGLBaseFin.gf | 20 - src/experimental/RGLBaseFre.gf | 20 - src/experimental/RGLBaseGer.gf | 20 - src/experimental/RGLBaseHin.gf | 21 - src/experimental/RGLBaseIta.gf | 20 - src/experimental/RGLBaseSpa.gf | 20 - src/experimental/RGLBaseSwe.gf | 20 - src/experimental/SmallNDPredFunctor.gf | 230 - src/experimental/Test.gf | 12 - src/experimental/TestChi.gf | 12 - src/experimental/TestEng.gf | 9 - src/experimental/TestFin.gf | 8 - src/experimental/TestSwe.gf | 12 - src/experimental/alternatives/Predication.gf | 142 - .../alternatives/PredicationEng.gf | 766 - .../alternatives/PredicationSwO.gf | 697 - .../alternatives/PredicationSwe.gf | 492 - src/experimental/alternatives/Trans.gf | 38 - src/experimental/alternatives/TransEng.gf | 41 - src/experimental/alternatives/TransSwe.gf | 41 - src/experimental/exx.gfs | 80 - src/experimental/transfer/Both.gf | 334 - src/experimental/transfer/Both.hs | 3078 - src/experimental/transfer/CountTransfer.hs | 78 - src/experimental/transfer/New.gf | 256 - src/experimental/transfer/New2Old.hs | 110 - src/experimental/transfer/ONTransfer.hs | 8 - src/experimental/transfer/Old.gf | 81 - src/experimental/transfer/Old2New.hs | 182 - src/experimental/transfer/TrainFreq.hs | 31 - src/parametric/Parametric.gf | 58 - 75 files changed, 76505 deletions(-) delete mode 100644 src/experimental/Chunk.gf delete mode 100644 src/experimental/ChunkChi.gf delete mode 100644 src/experimental/ChunkEng.gf delete mode 100644 src/experimental/ChunkFin.gf delete mode 100644 src/experimental/ChunkSwe.gf delete mode 100644 src/experimental/Lift.gf delete mode 100644 src/experimental/LiftChi.gf delete mode 100644 src/experimental/LiftEng.gf delete mode 100644 src/experimental/LiftFin.gf delete mode 100644 src/experimental/LiftSwe.gf delete mode 100644 src/experimental/Makefile delete mode 100644 src/experimental/NDLift.gf delete mode 100644 src/experimental/NDLiftChi.gf delete mode 100644 src/experimental/NDLiftEng.gf delete mode 100644 src/experimental/NDLiftFin.gf delete mode 100644 src/experimental/NDLiftFunctor.gf delete mode 100644 src/experimental/NDLiftSwe.gf delete mode 100644 src/experimental/NDPred.gf delete mode 100644 src/experimental/NDPredChi.gf delete mode 100644 src/experimental/NDPredEng.gf delete mode 100644 src/experimental/NDPredFin.gf delete mode 100644 src/experimental/NDPredFunctor.gf delete mode 100644 src/experimental/NDPredSwe.gf delete mode 100644 src/experimental/NDPredTrans.probs delete mode 100644 src/experimental/NDTrans.gf delete mode 100644 src/experimental/NDTransChi.gf delete mode 100644 src/experimental/NDTransEng.gf delete mode 100644 src/experimental/NDTransFin.gf delete mode 100644 src/experimental/NDTransSwe.gf delete mode 100644 src/experimental/Pred.gf delete mode 100644 src/experimental/PredChi.gf delete mode 100644 src/experimental/PredEng.gf delete mode 100644 src/experimental/PredFin.gf delete mode 100644 src/experimental/PredFunctor.gf delete mode 100644 src/experimental/PredInstanceChi.gf delete mode 100644 src/experimental/PredInstanceEng.gf delete mode 100644 src/experimental/PredInstanceFin.gf delete mode 100644 src/experimental/PredInstanceSwe.gf delete mode 100644 src/experimental/PredInterface.gf delete mode 100644 src/experimental/PredSwe.gf delete mode 100644 src/experimental/RGLBase.gf delete mode 100644 src/experimental/RGLBaseBul.gf delete mode 100644 src/experimental/RGLBaseChi.gf delete mode 100644 src/experimental/RGLBaseEng.gf delete mode 100644 src/experimental/RGLBaseFin.gf delete mode 100644 src/experimental/RGLBaseFre.gf delete mode 100644 src/experimental/RGLBaseGer.gf delete mode 100644 src/experimental/RGLBaseHin.gf delete mode 100644 src/experimental/RGLBaseIta.gf delete mode 100644 src/experimental/RGLBaseSpa.gf delete mode 100644 src/experimental/RGLBaseSwe.gf delete mode 100644 src/experimental/SmallNDPredFunctor.gf delete mode 100644 src/experimental/Test.gf delete mode 100644 src/experimental/TestChi.gf delete mode 100644 src/experimental/TestEng.gf delete mode 100644 src/experimental/TestFin.gf delete mode 100644 src/experimental/TestSwe.gf delete mode 100644 src/experimental/alternatives/Predication.gf delete mode 100644 src/experimental/alternatives/PredicationEng.gf delete mode 100644 src/experimental/alternatives/PredicationSwO.gf delete mode 100644 src/experimental/alternatives/PredicationSwe.gf delete mode 100644 src/experimental/alternatives/Trans.gf delete mode 100644 src/experimental/alternatives/TransEng.gf delete mode 100644 src/experimental/alternatives/TransSwe.gf delete mode 100644 src/experimental/exx.gfs delete mode 100644 src/experimental/transfer/Both.gf delete mode 100644 src/experimental/transfer/Both.hs delete mode 100644 src/experimental/transfer/CountTransfer.hs delete mode 100644 src/experimental/transfer/New.gf delete mode 100644 src/experimental/transfer/New2Old.hs delete mode 100644 src/experimental/transfer/ONTransfer.hs delete mode 100644 src/experimental/transfer/Old.gf delete mode 100644 src/experimental/transfer/Old2New.hs delete mode 100644 src/experimental/transfer/TrainFreq.hs delete mode 100644 src/parametric/Parametric.gf diff --git a/src/experimental/Chunk.gf b/src/experimental/Chunk.gf deleted file mode 100644 index 596ee58b..00000000 --- a/src/experimental/Chunk.gf +++ /dev/null @@ -1,91 +0,0 @@ -abstract Chunk = RGLBase - [Pol,Tense], NDPred ** { - -cat - Chunks ; - Chunk ; - -fun - OneChunk : Chunk -> Chunks ; - PlusChunk : Chunk -> Chunks -> Chunks ; - - ChunkPhr : Chunks -> Phr ; - -fun - - AP_Chunk : AP -> Chunk ; - AdA_Chunk : AdA -> Chunk ; - Adv_Chunk : Adv -> Chunk ; - AdV_Chunk : AdV -> Chunk ; - AdN_Chunk : AdN -> Chunk ; - Cl_Chunk : PrCl_none -> Chunk ; - Cl_np_Chunk : PrCl_np -> Chunk ; - QCl_Chunk : PrQCl_none -> Chunk ; - QCl_np_Chunk : PrQCl_np -> Chunk ; - CN_Pl_Chunk : CN -> Chunk ; - CN_Sg_Chunk : CN -> Chunk ; - CN_Pl_Gen_Chunk : CN -> Chunk ; - CN_Sg_Gen_Chunk : CN -> Chunk ; - Conj_Chunk : Conj -> Chunk ; - IAdv_Chunk : IAdv -> Chunk ; - IP_Chunk : IP -> Chunk ; - NP_Nom_Chunk : NP -> Chunk ; - NP_Acc_Chunk : NP -> Chunk ; - NP_Gen_Chunk : NP -> Chunk ; - Numeral_Nom_Chunk : Numeral -> Chunk ; - Numeral_Gen_Chunk : Numeral -> Chunk ; - Ord_Nom_Chunk : Ord -> Chunk ; - Ord_Gen_Chunk : Ord -> Chunk ; - Predet_Chunk : Predet -> Chunk ; - Prep_Chunk : Prep -> Chunk ; - RP_Nom_Chunk : RP -> Chunk ; - RP_Gen_Chunk : RP -> Chunk ; - RP_Acc_Chunk : RP -> Chunk ; - Subj_Chunk : Subj -> Chunk ; - - VP_none_Chunk, VP_none_inf_Chunk : PrVP_none -> Chunk ; - VP_np_Chunk, VP_np_inf_Chunk : PrVP_np -> Chunk ; - VP_s_Chunk, VP_s_inf_Chunk : PrVP_s -> Chunk ; - VP_v_Chunk, VP_v_inf_Chunk : PrVP_v -> Chunk ; - VP_a_Chunk, VP_a_inf_Chunk : PrVP_a -> Chunk ; - VP_q_Chunk, VP_q_inf_Chunk : PrVP_q -> Chunk ; - VP_np_np_Chunk, VP_np_np_inf_Chunk : PrVP_np_np -> Chunk ; - VP_np_s_Chunk, VP_np_s_inf_Chunk : PrVP_np_s -> Chunk ; - VP_np_v_Chunk, VP_np_v_inf_Chunk : PrVP_np_v -> Chunk ; - VP_np_q_Chunk, VP_np_q_inf_Chunk : PrVP_np_q -> Chunk ; - VP_np_a_Chunk, VP_np_a_inf_Chunk : PrVP_np_a -> Chunk ; - - V_none_prespart_Chunk, V_none_pastpart_Chunk : PrV_none -> Chunk ; - V_np_prespart_Chunk, V_np_pastpart_Chunk : PrV_np -> Chunk ; - V_s_prespart_Chunk, V_s_pastpart_Chunk : PrV_s -> Chunk ; - V_v_prespart_Chunk, V_v_pastpart_Chunk : PrV_v -> Chunk ; - V_q_prespart_Chunk, V_q_pastpart_Chunk : PrV_q -> Chunk ; - V_a_prespart_Chunk, V_a_pastpart_Chunk : PrV_q -> Chunk ; - - V_np_np_prespart_Chunk, V_np_np_pastpart_Chunk : PrV_np_np -> Chunk ; - V_np_s_prespart_Chunk, V_np_s_pastpart_Chunk : PrV_np_s -> Chunk ; - V_np_v_prespart_Chunk, V_np_v_pastpart_Chunk : PrV_np_v -> Chunk ; - V_np_q_prespart_Chunk, V_np_q_pastpart_Chunk : PrV_np_q -> Chunk ; - V_np_a_prespart_Chunk, V_np_a_pastpart_Chunk : PrV_np_q -> Chunk ; - - refl_SgP1_Chunk, - refl_SgP2_Chunk, - refl_SgP3_Chunk, - refl_PlP1_Chunk, - refl_PlP2_Chunk, - refl_PlP3_Chunk : Chunk ; - neg_Chunk : Chunk ; - copula_Chunk : Chunk ; - copula_neg_Chunk : Chunk ; - copula_inf_Chunk : Chunk ; - past_copula_Chunk : Chunk ; - past_copula_neg_Chunk : Chunk ; - future_Chunk : Chunk ; - future_neg_Chunk : Chunk ; - cond_Chunk : Chunk ; - cond_neg_Chunk : Chunk ; - perfect_Chunk : Chunk ; - perfect_neg_Chunk : Chunk ; - past_perfect_Chunk : Chunk ; - past_perfect_neg_Chunk : Chunk ; - -} \ No newline at end of file diff --git a/src/experimental/ChunkChi.gf b/src/experimental/ChunkChi.gf deleted file mode 100644 index 3fec9e0a..00000000 --- a/src/experimental/ChunkChi.gf +++ /dev/null @@ -1,128 +0,0 @@ -concrete ChunkChi of Chunk = - RGLBaseChi - [Pol,Tense,Ant], - NDPredChi - - ** open (PI=PredInstanceChi), ResChi, Prelude in { - -lincat - Chunks = {s : Str} ; - Chunk = {s : Str}; - -lin - OneChunk c = c ; - PlusChunk c cs = cc2 c cs ; - - ChunkPhr c = ss ("*" ++ c.s) | c ; - -lin - - - AP_Chunk ap = ap ; - AdA_Chunk ada = ada ; - Adv_Chunk adv = adv ; - AdV_Chunk adv = adv ; - AdN_Chunk adn = adn ; - Cl_Chunk, Cl_np_Chunk = \cl -> ss (PI.declCl cl) ; - QCl_Chunk, QCl_np_Chunk = \cl -> ss (PI.questCl cl) ; - CN_Pl_Chunk cn = cn ; - CN_Sg_Chunk cn = cn ; - CN_Pl_Gen_Chunk cn = ss (cn.s ++ de_s) ; - CN_Sg_Gen_Chunk cn = ss (cn.s ++ de_s) ; - Conj_Chunk conj = ss (conj.s ! CSent).s2 ; - IAdv_Chunk iadv = iadv ; - IP_Chunk ip = ip ; - NP_Nom_Chunk np = np ; - NP_Acc_Chunk np = np ; - NP_Gen_Chunk np = ss (np.s ++ de_s) ; - Numeral_Nom_Chunk num = ss (num.s ++ ge_s) ; - Numeral_Gen_Chunk num = ss (num.s ++ ge_s ++ de_s) ; - Ord_Nom_Chunk ord = ord ; - Ord_Gen_Chunk ord = ord ; - Predet_Chunk predet = predet ; - Prep_Chunk prep = ss (prep.prepPre ++ prep.prepPost) ; - RP_Nom_Chunk rp = rp ; - RP_Acc_Chunk rp = rp ; - RP_Gen_Chunk rp = ss (rp.s ++ de_s) ; - Subj_Chunk subj = ss (subj.prePart ++ subj.sufPart) ; - - VP_none_Chunk, - VP_np_Chunk, - VP_s_Chunk, - VP_v_Chunk, - VP_a_Chunk, - VP_q_Chunk, - VP_np_np_Chunk, - VP_np_s_Chunk, - VP_np_a_Chunk, - VP_np_q_Chunk, - VP_np_v_Chunk - = \vp -> - let verb = vp.v ! PI.UUnit - in ss ( - verb.p1 ++ vp.adV ++ vp.adv ++ verb.p2 ++ verb.p3 ++ vp.part ++ - vp.adj ! PI.UUnit ++ vp.obj1.p1 ! PI.UUnit ++ vp.obj2.p1 ! PI.UUnit ++ vp.ext - ) ; - - VP_none_inf_Chunk, - VP_np_inf_Chunk, - VP_s_inf_Chunk, - VP_a_inf_Chunk, - VP_q_inf_Chunk, - VP_v_inf_Chunk, - VP_np_np_inf_Chunk, - VP_np_s_inf_Chunk, - VP_np_a_inf_Chunk, - VP_np_q_inf_Chunk, - VP_np_v_inf_Chunk - = \vp -> ss (PI.infVP PI.UUnit PI.UUnit vp) ; - - V_none_prespart_Chunk, - V_np_prespart_Chunk, - V_s_prespart_Chunk, - V_a_prespart_Chunk, - V_q_prespart_Chunk, - V_v_prespart_Chunk, - V_np_np_prespart_Chunk, - V_np_s_prespart_Chunk, - V_np_a_prespart_Chunk, - V_np_q_prespart_Chunk, - V_np_v_prespart_Chunk - = \v -> ss (PI.vPresPart v PI.defaultAgr) ; - - V_none_pastpart_Chunk, - V_np_pastpart_Chunk, - V_s_pastpart_Chunk, - V_a_pastpart_Chunk, - V_q_pastpart_Chunk, - V_v_pastpart_Chunk, - V_np_np_pastpart_Chunk, - V_np_s_pastpart_Chunk, - V_np_a_pastpart_Chunk, - V_np_q_pastpart_Chunk, - V_np_v_pastpart_Chunk - = \v -> ss (PI.vPastPart v PI.defaultAgr) ; - - copula_inf_Chunk = ss "att vara" | ss "vara" ; - - refl_SgP1_Chunk = ss reflPron ; - refl_SgP2_Chunk = ss reflPron ; - refl_SgP3_Chunk = ss reflPron ; - refl_PlP1_Chunk = ss reflPron ; - refl_PlP2_Chunk = ss reflPron ; - refl_PlP3_Chunk = ss reflPron ; - neg_Chunk = ss neg_s ; - copula_Chunk = ss copula_s ; - copula_neg_Chunk = ss (neg_s ++ copula_s) ; - past_copula_Chunk = ss "了" ; - past_copula_neg_Chunk = ss (neg_s ++ copula_s ++ "了") ; - future_Chunk = ss copula_s ; ---- - future_neg_Chunk = ss (neg_s ++ copula_s) ; - cond_Chunk = ss copula_s ; ---- - cond_neg_Chunk = ss (neg_s ++ copula_s) ; - perfect_Chunk = ss "了" ; - perfect_neg_Chunk = ss (neg_s ++ copula_s ++ "了") ; - past_perfect_Chunk = ss "了" ; - past_perfect_neg_Chunk = ss (neg_s ++ copula_s ++ "了") ; - - -} \ No newline at end of file diff --git a/src/experimental/ChunkEng.gf b/src/experimental/ChunkEng.gf deleted file mode 100644 index 3aadd92d..00000000 --- a/src/experimental/ChunkEng.gf +++ /dev/null @@ -1,138 +0,0 @@ -concrete ChunkEng of Chunk = - RGLBaseEng - [Pol,Tense], - NDPredEng - - ** open (PI=PredInstanceEng), ResEng, Prelude in { - -lincat - Chunks = {s : Str} ; - Chunk = {s : Str}; - -lin - OneChunk c = c ; - PlusChunk c cs = cc2 c cs ; - - ChunkPhr c = ss ("*" ++ c.s) | c ; - -lin - - - AP_Chunk ap = allAgrSS (\a -> ap.s ! a) ; - AdA_Chunk ada = ada ; - Adv_Chunk adv = adv ; - AdV_Chunk adv = adv ; - AdN_Chunk adn = adn ; - Cl_Chunk, Cl_np_Chunk = \cl -> ss (PI.declCl cl) ; - QCl_Chunk, QCl_np_Chunk = \cl -> ss (PI.questCl cl) ; - CN_Pl_Chunk cn = ss (cn.s ! Pl ! Nom) ; - CN_Sg_Chunk cn = ss (cn.s ! Sg ! Nom) ; - CN_Pl_Gen_Chunk cn = ss (cn.s ! Pl ! Gen) ; - CN_Sg_Gen_Chunk cn = ss (cn.s ! Sg ! Gen) ; - Conj_Chunk conj = ss conj.s2 ; - IAdv_Chunk iadv = iadv ; - IP_Chunk ip = ss (ip.s ! NCase Nom) ; - NP_Nom_Chunk np = ss (np.s ! NCase Nom) ; - NP_Acc_Chunk np = ss (np.s ! NPAcc) ; - NP_Gen_Chunk np = ss (np.s ! NCase Gen) | ss (np.s ! NPNomPoss) ; - Numeral_Nom_Chunk num = ss (num.s ! NCard ! Nom) ; - Numeral_Gen_Chunk num = ss (num.s ! NCard ! Gen) ; - Ord_Nom_Chunk ord = ss (ord.s ! Nom) ; - Ord_Gen_Chunk ord = ss (ord.s ! Gen) ; - Predet_Chunk predet = predet ; - Prep_Chunk prep = prep ; - RP_Nom_Chunk rp = ss (rp.s ! RC Neutr (NCase Nom)) ; - RP_Acc_Chunk rp = ss (rp.s ! RPrep Masc) ; ---- - RP_Gen_Chunk rp = ss (rp.s ! RC Neutr (NCase Gen)) ; - Subj_Chunk subj = subj ; - - VP_none_Chunk, - VP_np_Chunk, - VP_s_Chunk, - VP_v_Chunk, - VP_a_Chunk, - VP_q_Chunk, - VP_np_np_Chunk, - VP_np_s_Chunk, - VP_np_a_Chunk, - VP_np_q_Chunk, - VP_np_v_Chunk - = \vp -> - let verb = vp.v ! (PI.VASgP1 | PI.VASgP3 | PI.VAPl) - in - allAgrSS (\a -> - verb.p1 ++ verb.p2 ++ vp.adV ++ verb.p3 ++ vp.part ++ - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a ++ vp.adv ++ vp.ext - ) ; - - VP_none_inf_Chunk, - VP_np_inf_Chunk, - VP_s_inf_Chunk, - VP_a_inf_Chunk, - VP_q_inf_Chunk, - VP_v_inf_Chunk, - VP_np_np_inf_Chunk, - VP_np_s_inf_Chunk, - VP_np_a_inf_Chunk, - VP_np_q_inf_Chunk, - VP_np_v_inf_Chunk - = \vp -> allAgrSS (\a -> PI.infVP (VVInf | VVAux) a vp) ; - - V_none_prespart_Chunk, - V_np_prespart_Chunk, - V_s_prespart_Chunk, - V_a_prespart_Chunk, - V_q_prespart_Chunk, - V_v_prespart_Chunk, - V_np_np_prespart_Chunk, - V_np_s_prespart_Chunk, - V_np_a_prespart_Chunk, - V_np_q_prespart_Chunk, - V_np_v_prespart_Chunk - = \v -> ss (PI.vPresPart v PI.defaultAgr) ; - - V_none_pastpart_Chunk, - V_np_pastpart_Chunk, - V_s_pastpart_Chunk, - V_a_pastpart_Chunk, - V_q_pastpart_Chunk, - V_v_pastpart_Chunk, - V_np_np_pastpart_Chunk, - V_np_s_pastpart_Chunk, - V_np_a_pastpart_Chunk, - V_np_q_pastpart_Chunk, - V_np_v_pastpart_Chunk - = \v -> ss (PI.vPastPart v PI.defaultAgr) ; - - copula_inf_Chunk = ss "to be" | ss "be" ; - - - refl_SgP1_Chunk = ss "myself" ; - refl_SgP2_Chunk = ss "yourself" ; - refl_SgP3_Chunk = ss "himself" | ss "herself" | ss "itself" ; - refl_PlP1_Chunk = ss "ourselves" ; - refl_PlP2_Chunk = ss "yourselves" ; - refl_PlP3_Chunk = ss "themselves" ; - neg_Chunk = ss "not" | ss "doesn't" | ss "don't" ; - copula_Chunk = ss "is" | ss "are" | ss "am" ; - copula_neg_Chunk = ss "isn't" | ss "aren't" ; - past_copula_Chunk = ss "was" | ss "were" ; - past_copula_neg_Chunk = ss "wasn't" | ss "weren't" ; - future_Chunk = ss "will" ; - future_neg_Chunk = ss "won't" ; - cond_Chunk = ss "would" ; - cond_neg_Chunk = ss "wouldn't" ; - perfect_Chunk = ss "has" | ss "have" ; - perfect_neg_Chunk = ss "hasn't" | ss "haven't" ; - past_perfect_Chunk = ss "had" ; - past_perfect_neg_Chunk = ss "hadn't" ; - - -oper - allAgrSS : (Agr -> Str) -> SS = \f -> - ss (f (AgP3Sg Masc)) ; ----- | ss (f (AgP3Sg Fem)) | ss (f (AgP3Sg Neutr)) | ----- ss (f (AgP1 Sg)) | ss (f (AgP1 Pl)) | ss (f (AgP2 Sg)) | ss (f (AgP2 Pl)) | ----- ss (f (AgP3Pl)) ; - - -} \ No newline at end of file diff --git a/src/experimental/ChunkFin.gf b/src/experimental/ChunkFin.gf deleted file mode 100644 index f909a272..00000000 --- a/src/experimental/ChunkFin.gf +++ /dev/null @@ -1,139 +0,0 @@ ---# -path=.:../finnish/stemmed:../finnish:../api:../translator:alltenses - -concrete ChunkFin of Chunk = - RGLBaseFin - [Pol,Tense], - NDPredFin - - ** open (PI=PredInstanceFin), ResFin, StemFin, Prelude in { - -lincat - Chunks = {s : Str} ; - Chunk = {s : Str}; - -lin - OneChunk c = c ; - PlusChunk c cs = cc2 c cs ; - - ChunkPhr c = ss ("*" ++ c.s) | c ; - -lin - - - AP_Chunk ap = ss (ap.s ! True ! NCase Sg Nom) ; ---- other agr - AdA_Chunk ada = ada ; - Adv_Chunk adv = adv ; - AdV_Chunk adv = adv ; - AdN_Chunk adn = adn ; - Cl_Chunk, Cl_np_Chunk = \cl -> ss (PI.declCl cl) ; - QCl_Chunk, QCl_np_Chunk = \cl -> ss (PI.questCl cl) ; - CN_Pl_Chunk cn = ss (cn.s ! NCase Pl Nom) ; - CN_Sg_Chunk cn = ss (cn.s ! NCase Sg Nom) ; - CN_Pl_Gen_Chunk cn = ss (cn.s ! NCase Pl Gen) ; - CN_Sg_Gen_Chunk cn = ss (cn.s ! NCase Sg Gen) ; - Conj_Chunk conj = ss conj.s2 ; - IAdv_Chunk iadv = iadv ; - IP_Chunk ip = ss (ip.s ! NPCase Nom) ; - NP_Nom_Chunk np = ss (np.s ! NPCase Nom) ; - NP_Acc_Chunk np = ss (np.s ! NPAcc) ; - NP_Gen_Chunk np = ss (np.s ! NPCase Gen) ; - Numeral_Nom_Chunk num = ss (num.s ! NCard (NCase Sg Nom)) ; - Numeral_Gen_Chunk num = ss (num.s ! NCard (NCase Sg Gen)) ; - Ord_Nom_Chunk ord = ss (ord.s ! NCase Sg Nom) ; - Ord_Gen_Chunk ord = ss (ord.s ! NCase Sg Gen) ; - Predet_Chunk predet = ss (predet.s ! Sg ! NPCase Nom) ; - Prep_Chunk prep = ss (prep.s.p1 ++ prep.s.p2) ; - RP_Nom_Chunk rp = ss (rp.s ! Sg ! NPCase Nom) ; - RP_Acc_Chunk rp = ss (rp.s ! Sg ! NPAcc) ; - RP_Gen_Chunk rp = ss (rp.s ! Sg ! NPCase Gen) ; - Subj_Chunk subj = subj ; - - VP_none_Chunk, - VP_np_Chunk, - VP_s_Chunk, - VP_v_Chunk, - VP_a_Chunk, - VP_q_Chunk, - VP_np_np_Chunk, - VP_np_s_Chunk, - VP_np_a_Chunk, - VP_np_q_Chunk, - VP_np_v_Chunk - = \vp -> - let verb = vp.v ! PI.defaultAgr ; - in - allAgrSS (\a -> - verb.fin ++ vp.adV ++ verb.inf ++ - vp.adj ! a ++ vp.obj1 ! a ++ vp.obj2 ! a ++ vp.adv ++ vp.ext - ) ; - - VP_none_inf_Chunk, - VP_np_inf_Chunk, - VP_s_inf_Chunk, - VP_a_inf_Chunk, - VP_q_inf_Chunk, - VP_v_inf_Chunk, - VP_np_np_inf_Chunk, - VP_np_s_inf_Chunk, - VP_np_a_inf_Chunk, - VP_np_q_inf_Chunk, - VP_np_v_inf_Chunk - = \vp -> allAgrSS (\a -> PI.infVP PI.vvInfinitive a vp) ; - - V_none_prespart_Chunk, - V_np_prespart_Chunk, - V_s_prespart_Chunk, - V_a_prespart_Chunk, - V_q_prespart_Chunk, - V_v_prespart_Chunk, - V_np_np_prespart_Chunk, - V_np_s_prespart_Chunk, - V_np_a_prespart_Chunk, - V_np_q_prespart_Chunk, - V_np_v_prespart_Chunk - = \v -> ss (PI.vPresPart v PI.defaultAgr) ; - - V_none_pastpart_Chunk, - V_np_pastpart_Chunk, - V_s_pastpart_Chunk, - V_a_pastpart_Chunk, - V_q_pastpart_Chunk, - V_v_pastpart_Chunk, - V_np_np_pastpart_Chunk, - V_np_s_pastpart_Chunk, - V_np_a_pastpart_Chunk, - V_np_q_pastpart_Chunk, - V_np_v_pastpart_Chunk - = \v -> ss (PI.vPastPart v PI.defaultAgr) ; - - copula_inf_Chunk = ss "olla" ; - - refl_SgP1_Chunk = ss "itseni" ; - refl_SgP2_Chunk = ss "itsesi" ; - refl_SgP3_Chunk = ss "itse" ; - refl_PlP1_Chunk = ss "itsemme" ; - refl_PlP2_Chunk = ss "itsenne" ; - refl_PlP3_Chunk = ss "itsensä" ; - neg_Chunk = ss "ei" ; - copula_Chunk = ss "on" ; - copula_neg_Chunk = ss "ei ole" ; - past_copula_Chunk = ss "oli" ; - past_copula_neg_Chunk = ss "ei ollut" ; - future_Chunk = ss "tulee" ; - future_neg_Chunk = ss "ei tule" ; - cond_Chunk = ss "olisi" ; - cond_neg_Chunk = ss "ei olisi" ; - perfect_Chunk = ss "on" ; - perfect_neg_Chunk = ss "ei ole" ; - past_perfect_Chunk = ss "oli" ; - past_perfect_neg_Chunk = ss "ei ollut" ; - - -oper - allAgrSS : (Agr -> Str) -> SS = \f -> - ss (f PI.defaultAgr) ; ----- | ss (f (AgP3Sg Fem)) | ss (f (AgP3Sg Neutr)) | ----- ss (f (AgP1 Sg)) | ss (f (AgP1 Pl)) | ss (f (AgP2 Sg)) | ss (f (AgP2 Pl)) | ----- ss (f (AgP3Pl)) ; - - -} \ No newline at end of file diff --git a/src/experimental/ChunkSwe.gf b/src/experimental/ChunkSwe.gf deleted file mode 100644 index 3ca8ed89..00000000 --- a/src/experimental/ChunkSwe.gf +++ /dev/null @@ -1,137 +0,0 @@ -concrete ChunkSwe of Chunk = - RGLBaseSwe - [Pol,Tense], - NDPredSwe - - ** open (PI=PredInstanceSwe), CommonScand, ResSwe, Prelude in { - -lincat - Chunks = {s : Str} ; - Chunk = {s : Str}; - -lin - OneChunk c = c ; - PlusChunk c cs = cc2 c cs ; - - ChunkPhr c = ss ("*" ++ c.s) | c ; - -lin - - - AP_Chunk ap = ss (ap.s ! (Strong (GSg Utr))) ; ---- other agr - AdA_Chunk ada = ada ; - Adv_Chunk adv = adv ; - AdV_Chunk adv = adv ; - AdN_Chunk adn = adn ; - Cl_Chunk, Cl_np_Chunk = \cl -> ss (PI.declCl cl) ; - QCl_Chunk, QCl_np_Chunk = \cl -> ss (PI.questCl cl) ; - CN_Pl_Chunk cn = ss (cn.s ! Pl ! DIndef ! Nom) ; - CN_Sg_Chunk cn = ss (cn.s ! Sg ! DIndef ! Nom) ; - CN_Pl_Gen_Chunk cn = ss (cn.s ! Pl ! DIndef ! Gen) ; - CN_Sg_Gen_Chunk cn = ss (cn.s ! Sg ! DIndef ! Gen) ; - Conj_Chunk conj = ss conj.s2 ; - IAdv_Chunk iadv = iadv ; - IP_Chunk ip = ss (ip.s ! NPNom) ; - NP_Nom_Chunk np = ss (np.s ! NPNom) ; - NP_Acc_Chunk np = ss (np.s ! NPAcc) ; - NP_Gen_Chunk np = ss (np.s ! NPPoss (GSg Utr) Nom) ; - Numeral_Nom_Chunk num = ss (num.s ! NCard Utr) ; - Numeral_Gen_Chunk num = ss (num.s ! NCard Utr) ; - Ord_Nom_Chunk ord = ord ; - Ord_Gen_Chunk ord = ord ; - Predet_Chunk predet = ss (predet.s ! Utr ! Sg) ; - Prep_Chunk prep = prep ; - RP_Nom_Chunk rp = ss (rp.s ! Utr ! Sg ! RNom) ; - RP_Acc_Chunk rp = ss (rp.s ! Utr ! Sg ! RNom) ; - RP_Gen_Chunk rp = ss (rp.s ! Utr ! Sg ! RGen) ; - Subj_Chunk subj = subj ; - - VP_none_Chunk, - VP_np_Chunk, - VP_s_Chunk, - VP_v_Chunk, - VP_a_Chunk, - VP_q_Chunk, - VP_np_np_Chunk, - VP_np_s_Chunk, - VP_np_a_Chunk, - VP_np_q_Chunk, - VP_np_v_Chunk - = \vp -> - let verb = vp.v ! PI.UUnit - in - allAgrSS (\a -> - verb.p1 ++ verb.p2 ++ vp.adV ++ verb.p3 ++ vp.part ++ - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a ++ vp.adv ++ vp.ext - ) ; - - VP_none_inf_Chunk, - VP_np_inf_Chunk, - VP_s_inf_Chunk, - VP_a_inf_Chunk, - VP_q_inf_Chunk, - VP_v_inf_Chunk, - VP_np_np_inf_Chunk, - VP_np_s_inf_Chunk, - VP_np_a_inf_Chunk, - VP_np_q_inf_Chunk, - VP_np_v_inf_Chunk - = \vp -> allAgrSS (\a -> PI.infVP PI.UUnit a vp) ; - - V_none_prespart_Chunk, - V_np_prespart_Chunk, - V_s_prespart_Chunk, - V_a_prespart_Chunk, - V_q_prespart_Chunk, - V_v_prespart_Chunk, - V_np_np_prespart_Chunk, - V_np_s_prespart_Chunk, - V_np_a_prespart_Chunk, - V_np_q_prespart_Chunk, - V_np_v_prespart_Chunk - = \v -> ss (PI.vPresPart v PI.defaultAgr) ; - - V_none_pastpart_Chunk, - V_np_pastpart_Chunk, - V_s_pastpart_Chunk, - V_a_pastpart_Chunk, - V_q_pastpart_Chunk, - V_v_pastpart_Chunk, - V_np_np_pastpart_Chunk, - V_np_s_pastpart_Chunk, - V_np_a_pastpart_Chunk, - V_np_q_pastpart_Chunk, - V_np_v_pastpart_Chunk - = \v -> ss (PI.vPastPart v PI.defaultAgr) ; - - copula_inf_Chunk = ss "att vara" | ss "vara" ; - - refl_SgP1_Chunk = ss "mig själv" ; - refl_SgP2_Chunk = ss "dig själv" ; - refl_SgP3_Chunk = ss "sig själv" ; - refl_PlP1_Chunk = ss "oss själva" ; - refl_PlP2_Chunk = ss "er själva" ; - refl_PlP3_Chunk = ss "sig själva" ; - neg_Chunk = ss "inte" ; - copula_Chunk = ss "är" ; - copula_neg_Chunk = ss "är inte" ; - past_copula_Chunk = ss "var" ; - past_copula_neg_Chunk = ss "var inte" ; - future_Chunk = ss "ska" | ss "skall" ; - future_neg_Chunk = ss "ska inte" | ss "skall inte" ; - cond_Chunk = ss "skulle" ; - cond_neg_Chunk = ss "skulle inte" ; - perfect_Chunk = ss "har" ; - perfect_neg_Chunk = ss "har inte" ; - past_perfect_Chunk = ss "hade" ; - past_perfect_neg_Chunk = ss "hade inte" ; - - -oper - allAgrSS : (Agr -> Str) -> SS = \f -> - ss (f PI.defaultAgr) ; ----- | ss (f (AgP3Sg Fem)) | ss (f (AgP3Sg Neutr)) | ----- ss (f (AgP1 Sg)) | ss (f (AgP1 Pl)) | ss (f (AgP2 Sg)) | ss (f (AgP2 Pl)) | ----- ss (f (AgP3Pl)) ; - - -} \ No newline at end of file diff --git a/src/experimental/Lift.gf b/src/experimental/Lift.gf deleted file mode 100644 index 5a263139..00000000 --- a/src/experimental/Lift.gf +++ /dev/null @@ -1,32 +0,0 @@ -abstract Lift = - RGLBase - [Pol,Tense] - ,Pred - ** { -fun - LiftV : V -> PrV aNone ; - LiftV2 : V2 -> PrV (aNP aNone) ; - LiftVS : VS -> PrV aS ; - LiftVQ : VQ -> PrV aQ ; - LiftVV : VV -> PrV aV ; - LiftVA : VA -> PrV aA ; - LiftVN : VA -> PrV aN ; ---- - - LiftV3 : V3 -> PrV (aNP (aNP aNone)) ; - LiftV2S : V2S -> PrV (aNP aS) ; - LiftV2Q : V2Q -> PrV (aNP aQ) ; - LiftV2V : V2V -> PrV (aNP aV) ; - LiftV2A : V2A -> PrV (aNP aA) ; - LiftV2N : V2A -> PrV (aNP aN) ; ---- - - LiftAP : AP -> PrAP aNone ; - LiftA2 : A2 -> PrAP (aNP aNone) ; - LiftCN : CN -> PrCN aNone ; - LiftN2 : N2 -> PrCN (aNP aNone) ; - - AppAPCN : PrAP aNone -> CN -> CN ; - - LiftAdv : Adv -> PrAdv aNone ; - LiftAdV : AdV -> PrAdv aNone ; - LiftPrep : Prep -> PrAdv (aNP aNone) ; - -} diff --git a/src/experimental/LiftChi.gf b/src/experimental/LiftChi.gf deleted file mode 100644 index 627bcbea..00000000 --- a/src/experimental/LiftChi.gf +++ /dev/null @@ -1,42 +0,0 @@ -concrete LiftChi of Lift = - RGLBaseChi - [Pol,Tense,Ant] - ,PredChi - - ** open CommonScand, ResChi, PredInstanceChi, Prelude in { - ---flags literal=Symb ; - -oper - liftV = PredInstanceChi.liftV ; - -lin - LiftV v = liftV v ; - LiftV2 v = : PrVerb> ** {c1 = v.c2} ; - LiftVS v = liftV v ; - LiftVQ v = liftV v ; - LiftVA v = liftV v ; ---- c1? - LiftVN v = liftV v ; ---- c1? - LiftVV v = liftV v ; - - LiftV3 v = : PrVerb> ** {c1 = v.c2 ; c2 = v.c3} ; - - LiftV2S v = : PrVerb> ** {c1 = v.c2} ; - LiftV2Q v = : PrVerb> ** {c1 = v.c2} ; - LiftV2V v = : PrVerb> ** {c1 = v.c2 ; c2 = v.c3} ; - LiftV2A v = : PrVerb> ** {c1 = v.c2} ; - LiftV2N v = : PrVerb> ** {c1 = v.c2} ; - - LiftAP ap = {s = \\a => ap.s ; c1,c2 = noComplCase ; obj1 = \\_ => []} ; --- monosyl - LiftA2 ap = {s = \\a => ap.s ; c1 = ap.c2 ; c2 = noComplCase ; obj1 = \\_ => []} ; --- isPre - - LiftCN cn = {s = \\n => cn.s ; c1,c2 = noComplCase ; obj1 = \\_ => []} ; - LiftN2 cn = {s = \\n => cn.s ; c1 = cn.c2 ; c2 = noComplCase ; obj1 = \\_ => []} ; - - AppAPCN ap cn = {s = ap.s ! UUnit ++ cn.s ; c = cn.c} ; ---- - - LiftAdv a = {advType = a.advType ; prepPre = a.s ; prepPost = []} ; - LiftAdV a = {advType = ATTime ; prepPre = a.s ; prepPost = []} ; ---- the first adv place - LiftPrep p = p ; - -} - diff --git a/src/experimental/LiftEng.gf b/src/experimental/LiftEng.gf deleted file mode 100644 index 5e5d0957..00000000 --- a/src/experimental/LiftEng.gf +++ /dev/null @@ -1,46 +0,0 @@ -concrete LiftEng of Lift = - RGLBaseEng - [Pol,Tense] - ,PredEng - - ** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in { - ---flags literal=Symb ; - -oper - liftV : ResEng.Verb -> Pr.PrV = \v -> lin PrV { - s = table {VVF f => v.s ! f ; VVPresNeg | VVPastNeg => v.s ! VInf} ; ---- only used for Aux - p = v.p ; - c1,c2 = [] ; isSubjectControl = True ; vtype = VTAct ; vvtype = VVInf - } ; - -lin - LiftV v = liftV v ; - LiftV2 v = liftV v ** {c1 = v.c2} ; - LiftVS v = liftV v ; - LiftVQ v = liftV v ; - LiftVA v = liftV v ; ---- c1? - LiftVN v = liftV v ; ---- c1? - LiftVV v = {s = v.s ; p = v.p ; c1,c2 = [] ; isSubjectControl = True ; - vtype = case v.typ of {VVAux => VTAux ; _ => VTAct} ; vvtype = v.typ} ; ---- c1? ---- VVF - - LiftV3 v = liftV v ** {c1 = v.c2 ; c2 = v.c3} ; - LiftV2S v = liftV v ** {c1 = v.c2} ; - LiftV2Q v = liftV v ** {c1 = v.c2} ; - LiftV2V v = liftV v ** {c1 = v.c2 ; c2 = v.c3 ; isSubjectControl = False ; vvtype = v.typ} ; ---- subj control should be defined in V2V - LiftV2A v = liftV v ** {c1 = v.c2} ; - LiftV2N v = liftV v ** {c1 = v.c2} ; - - - LiftAP ap = {s = \\a => ap.s ! a ; c1,c2 = [] ; obj1 = \\_ => []} ; --- isPre - LiftA2 a = {s = \\_ => a.s ! AAdj Posit Nom ; c1 = a.c2 ; c2 = [] ; obj1 = \\_ => []} ; --- isPre - LiftCN cn = {s = \\n => cn.s ! n ! Nom ; c1,c2 = [] ; obj1 = \\_ => []} ; - LiftN2 cn = {s = \\n => cn.s ! n ! Nom ; c1 = cn.c2 ; c2 = [] ; obj1 = \\_ => []} ; - - AppAPCN ap cn = {s = \\n,c => cn.s ! n ! c ++ ap.s ! agrgP3 n cn.g ++ ap.obj1 ! agrgP3 n cn.g ; g = cn.g} - | {s = \\n,c => ap.s ! agrgP3 n cn.g ++ ap.obj1 ! agrgP3 n cn.g ++ cn.s ! n ! c ; g = cn.g} ; ---- isPre - - LiftAdv a = a ** {isAdV = False ; c1 = []} ; - LiftAdV a = a ** {isAdV = True ; c1 = []} ; - LiftPrep p = {s = [] ; isAdV = False ; c1 = p.s} ; - -} diff --git a/src/experimental/LiftFin.gf b/src/experimental/LiftFin.gf deleted file mode 100644 index 7e0bbc83..00000000 --- a/src/experimental/LiftFin.gf +++ /dev/null @@ -1,56 +0,0 @@ -concrete LiftFin of Lift = - RGLBaseFin - [Pol,Tense] - ,PredFin - ** open ResFin, - StemFin, - PredInstanceFin, - Prelude in { - ---flags literal=Symb ; - -lin - LiftV v = liftV v ; - LiftV2 v = liftV v ** {c1 = v.c2} ; - LiftVS v = liftV v ; - LiftVQ v = liftV v ; - LiftVA v = liftV v ** {c1 = v.c2} ; - LiftVN v = liftV v ** {c1 = v.c2} ; - LiftVV v = liftV v ** {vvtype = v.vi} ; - - LiftV3 v = liftV v ** {c1 = v.c2 ; c2 = v.c3} ; - - LiftV2S v = liftV v ** {c1 = v.c2} ; - LiftV2Q v = liftV v ** {c1 = v.c2} ; - LiftV2V v = liftV v ** {c1 = v.c2 ; vvtype = v.vi} ; - LiftV2A v = liftV v ** {c1 = v.c2 ; c2 = v.c3} ; - LiftV2N v = liftV v ** {c1 = v.c2 ; c2 = v.c3} ; - - LiftAP ap = {s = \\a => ap.s ! False ! NCase (complNumAgr a) Nom ; c1,c2 = noComplCase ; obj1 = \\_ => []} ; --- Part in Pl ----- LiftA2 ap = {s = \\a => ap.s ! AF (APosit (agr2aformpos a)) Nom ; c1 = ap.c2.s ; c2 = noComplCase ; obj1 = \\_ => []} ; --- isPre - - LiftCN cn = {s = \\n => cn.s ! NCase n Nom ; c1,c2 = noComplCase ; obj1 = \\_ => []} ; ----- LiftN2 cn = {s = \\n => cn.s ! n ! specDet DIndef ! Nom ; c1 = cn.c2.s ; c2 = [] ; obj1 = \\_ => []} ; - - LiftA2,LiftN2,AppAPCN = variants {} ; ---- for functor use -{- - AppAPCN ap cn = - {s = \\n,d,c => - let - agr = {n = n ; g = cn.g ; p = P3} - in (cn.s ! n ! d ! c) ++ (ap.s ! agr ++ ap.obj1 ! agr) ; -- flicka älskad av alla - g = cn.g ; - isMod = True - } - | {s = \\n,d,c => - let - agr = {n = n ; g = cn.g ; p = P3} - in (ap.obj1 ! agr ++ ap.s ! agr) ++ (cn.s ! n ! d ! c) ; -- av alla älskad flicka - g = cn.g ; - isMod = True - } ; --} - LiftAdv a = a ** {isAdV = False ; c1 = noComplCase} ; - LiftAdV a = a ** {isAdV = True ; c1 = noComplCase} ; - LiftPrep p = {s = [] ; isAdV = False ; c1 = p} ; -} - diff --git a/src/experimental/LiftSwe.gf b/src/experimental/LiftSwe.gf deleted file mode 100644 index 047322ad..00000000 --- a/src/experimental/LiftSwe.gf +++ /dev/null @@ -1,56 +0,0 @@ -concrete LiftSwe of Lift = - RGLBaseSwe - [Pol,Tense] - ,PredSwe - - ** open CommonScand, ResSwe, PredInstanceSwe, Prelude in { - ---flags literal=Symb ; - -oper - liftV = PredInstanceSwe.liftV ; - -lin - LiftV v = liftV v ; - LiftV2 v = : PrVerb> ** {c1 = v.c2.s} ; - LiftVS v = liftV v ; - LiftVQ v = liftV v ; - LiftVA v = liftV v ; ---- c1? - LiftVN v = liftV v ; ---- c1? - LiftVV v = : PrVerb> ** {c1 = v.c2.s} ; - - LiftV3 v = : PrVerb> ** {c1 = v.c2.s ; c2 = v.c3.s} ; - - LiftV2S v = : PrVerb> ** {c1 = v.c2.s} ; - LiftV2Q v = : PrVerb> ** {c1 = v.c2.s} ; - LiftV2V v = : PrVerb> ** {c1 = v.c2.s ; c2 = v.c3.s} ; - LiftV2A v = : PrVerb> ** {c1 = v.c2.s} ; - LiftV2N v = : PrVerb> ** {c1 = v.c2.s} ; - - LiftAP ap = {s = \\a => ap.s ! agr2aformpos a ; c1,c2 = [] ; obj1 = \\_ => []} ; --- isPre - LiftA2 ap = {s = \\a => ap.s ! AF (APosit (agr2aformpos a)) Nom ; c1 = ap.c2.s ; c2 = [] ; obj1 = \\_ => []} ; --- isPre - - LiftCN cn = {s = \\n => cn.s ! n ! DIndef ! Nom ; c1,c2 = [] ; obj1 = \\_ => []} ; - LiftN2 cn = {s = \\n => cn.s ! n ! specDet DIndef ! Nom ; c1 = cn.c2.s ; c2 = [] ; obj1 = \\_ => []} ; - - AppAPCN ap cn = - {s = \\n,d,c => - let - agr = {n = n ; g = cn.g ; p = P3} - in (cn.s ! n ! d ! c) ++ (ap.s ! agr ++ ap.obj1 ! agr) ; -- flicka älskad av alla - g = cn.g ; - isMod = True - } - | {s = \\n,d,c => - let - agr = {n = n ; g = cn.g ; p = P3} - in (ap.obj1 ! agr ++ ap.s ! agr) ++ (cn.s ! n ! d ! c) ; -- av alla älskad flicka - g = cn.g ; - isMod = True - } ; - - LiftAdv a = a ** {isAdV = False ; c1 = []} ; - LiftAdV a = a ** {isAdV = True ; c1 = []} ; - LiftPrep p = {s = [] ; isAdV = False ; c1 = p.s} ; - -} - diff --git a/src/experimental/Makefile b/src/experimental/Makefile deleted file mode 100644 index e6ba5444..00000000 --- a/src/experimental/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: translator - -translator: - gf -s -make -literal=Symb -probs=NDPredTrans.probs -name=TransEngSwe NDTransEng.gf NDTransSwe.gf -bigtranslator: - gf -s -make -literal=Symb -probs=NDPredTrans.probs -name=TransEngChiFinSwe NDTransEng.gf NDTransSwe.gf NDTransChi.gf NDTransFin.gf +RTS -K200M -midtranslator: - gf -s -make -literal=Symb -probs=NDPredTrans.probs -name=TransEngChiSwe NDTransEng.gf NDTransSwe.gf NDTransChi.gf +RTS -K200M - diff --git a/src/experimental/NDLift.gf b/src/experimental/NDLift.gf deleted file mode 100644 index 69c16902..00000000 --- a/src/experimental/NDLift.gf +++ /dev/null @@ -1,35 +0,0 @@ -abstract NDLift = - RGLBase - [Pol,Tense] - ,NDPred - - ** { - -fun - LiftV : V -> PrV_none ; - LiftV2 : V2 -> PrV_np ; - LiftVS : VS -> PrV_s ; - LiftVQ : VQ -> PrV_q ; - LiftVV : VV -> PrV_v ; - LiftVA : VA -> PrV_a ; - LiftVN : VA -> PrV_n ; ---- - - LiftV3 : V3 -> PrV_np_np ; - LiftV2S : V2S -> PrV_np_s ; - LiftV2Q : V2Q -> PrV_np_q ; - LiftV2V : V2V -> PrV_np_v ; - LiftV2A : V2A -> PrV_np_a ; - LiftV2N : V2A -> PrV_np_n ; ---- - - LiftAP : AP -> PrAP_none ; - LiftA2 : A2 -> PrAP_np ; - LiftCN : CN -> PrCN_none ; - LiftN2 : N2 -> PrCN_np ; - - AppAPCN : PrAP_none -> CN -> CN ; - - LiftAdv : Adv -> PrAdv_none ; - LiftAdV : AdV -> PrAdv_none ; - LiftPrep : Prep -> PrAdv_np ; - - -} diff --git a/src/experimental/NDLiftChi.gf b/src/experimental/NDLiftChi.gf deleted file mode 100644 index 8e772b23..00000000 --- a/src/experimental/NDLiftChi.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete NDLiftChi of NDLift = - RGLBaseChi - [Pol,Tense,Ant] - ,NDPredChi - - ** NDLiftFunctor with (Lift = LiftChi) ; diff --git a/src/experimental/NDLiftEng.gf b/src/experimental/NDLiftEng.gf deleted file mode 100644 index 92e15bb7..00000000 --- a/src/experimental/NDLiftEng.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete NDLiftEng of NDLift = - RGLBaseEng - [Pol,Tense] - ,NDPredEng - - ** NDLiftFunctor with (Lift = LiftEng) ; diff --git a/src/experimental/NDLiftFin.gf b/src/experimental/NDLiftFin.gf deleted file mode 100644 index d348cdeb..00000000 --- a/src/experimental/NDLiftFin.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete NDLiftFin of NDLift = - RGLBaseFin - [Pol,Tense] - ,NDPredFin - - ** NDLiftFunctor with (Lift = LiftFin) ; diff --git a/src/experimental/NDLiftFunctor.gf b/src/experimental/NDLiftFunctor.gf deleted file mode 100644 index abe8f9b3..00000000 --- a/src/experimental/NDLiftFunctor.gf +++ /dev/null @@ -1,34 +0,0 @@ -incomplete concrete NDLiftFunctor of NDLift = - RGLBase - [Pol,Tense] - ,NDPred - - ** open Lift in { - -lin - LiftV = Lift.LiftV ; - LiftV2 = Lift.LiftV2 ; - LiftVS = Lift.LiftVS ; - LiftVQ = Lift.LiftVQ ; - LiftVV = Lift.LiftVV ; - LiftVA = Lift.LiftVA ; - LiftVN = Lift.LiftVN ; - - LiftV3 = Lift.LiftV3 ; - LiftV2S = Lift.LiftV2S ; - LiftV2Q = Lift.LiftV2Q ; - LiftV2V = Lift.LiftV2V ; - LiftV2A = Lift.LiftV2A ; - LiftV2N = Lift.LiftV2N ; - - LiftAP = Lift.LiftAP ; - LiftA2 = Lift.LiftA2 ; - LiftCN = Lift.LiftCN ; - LiftN2 = Lift.LiftN2 ; - - AppAPCN = Lift.AppAPCN ; - - LiftAdv = Lift.LiftAdv ; - LiftAdV = Lift.LiftAdV ; - LiftPrep = Lift.LiftPrep ; - -} diff --git a/src/experimental/NDLiftSwe.gf b/src/experimental/NDLiftSwe.gf deleted file mode 100644 index 048d2710..00000000 --- a/src/experimental/NDLiftSwe.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete NDLiftSwe of NDLift = - RGLBaseSwe - [Pol,Tense] - ,NDPredSwe - - ** NDLiftFunctor with (Lift = LiftSwe) ; diff --git a/src/experimental/NDPred.gf b/src/experimental/NDPred.gf deleted file mode 100644 index 0571b231..00000000 --- a/src/experimental/NDPred.gf +++ /dev/null @@ -1,292 +0,0 @@ -abstract NDPred = Cat [Ant,NP,Utt,IP,IAdv,IComp,Conj,RS,RP] ** { - -cat ---< Arg ; - ---< PrV Arg ; - PrV_none ; PrV_np ; PrV_v ; PrV_s ; PrV_q ; PrV_a ; PrV_n ; - PrV_np_np ; PrV_np_v ; PrV_np_s ; PrV_np_q ; PrV_np_a ; PrV_np_n ; - ---< PrVP Arg ; - PrVP_none ; PrVP_np ; PrVP_v ; PrVP_s ; PrVP_q ; PrVP_a ; PrVP_n ; - PrVP_np_np ; PrVP_np_v ; PrVP_np_s ; PrVP_np_q ; PrVP_np_a ; PrVP_np_n ; - ---< PrVPI Arg ; -- infinitive VP - PrVPI_none ; - PrVPI_np ; - ---< VPC Arg ; -- conjunction of VP - VPC_none ; - VPC_np ; - - Tense ; - Pol ; - ---< PrCl Arg ; - PrCl_none ; - PrCl_np ; - ---< ClC Arg ; -- conjunction of Cl - ClC_none ; - ClC_np ; - ---< PrQCl Arg ; - PrQCl_none ; - PrQCl_np ; - ---< PrAdv Arg ; - PrAdv_none ; - PrAdv_np ; - - PrS ; - ---< PrAP Arg ; - PrAP_none ; - PrAP_np ; - ---< PrCN Arg ; -- the country he became the president of - PrCN_none ; - PrCN_np ; - -fun ---< aNone, aS, aV, aQ, aA, aN : Arg ; ---< aNP : Arg -> Arg ; - - TPres, TPast, TFut, TCond : Tense ; - PPos, PNeg : Pol ; - ASimul, AAnter : Ant ; - ---< UseV : (a : Arg) -> Ant -> Tense -> Pol -> PrV a -> PrVP a ; - UseV_none : Ant -> Tense -> Pol -> PrV_none -> PrVP_none ; - UseV_np : Ant -> Tense -> Pol -> PrV_np -> PrVP_np ; - UseV_v : Ant -> Tense -> Pol -> PrV_v -> PrVP_v ; - UseV_s : Ant -> Tense -> Pol -> PrV_s -> PrVP_s ; - UseV_a : Ant -> Tense -> Pol -> PrV_a -> PrVP_a ; - UseV_q : Ant -> Tense -> Pol -> PrV_q -> PrVP_q ; - UseV_n : Ant -> Tense -> Pol -> PrV_v -> PrVP_n ; - UseV_np_np : Ant -> Tense -> Pol -> PrV_np_np -> PrVP_np_np ; - UseV_np_v : Ant -> Tense -> Pol -> PrV_np_v -> PrVP_np_v ; - UseV_np_s : Ant -> Tense -> Pol -> PrV_np_s -> PrVP_np_s ; - UseV_np_a : Ant -> Tense -> Pol -> PrV_np_a -> PrVP_np_a ; - UseV_np_q : Ant -> Tense -> Pol -> PrV_np_q -> PrVP_np_q ; - UseV_np_n : Ant -> Tense -> Pol -> PrV_np_n -> PrVP_np_n ; - ---< PassUseV : (a : Arg) -> Ant -> Tense -> Pol -> PrV (aNP a) -> PrVP a ; - PassUseV_none : Ant -> Tense -> Pol -> PrV_np -> PrVP_none ; - PassUseV_np : Ant -> Tense -> Pol -> PrV_np_np -> PrVP_np ; - PassUseV_v : Ant -> Tense -> Pol -> PrV_np_v -> PrVP_v ; - PassUseV_s : Ant -> Tense -> Pol -> PrV_np_s -> PrVP_s ; - PassUseV_a : Ant -> Tense -> Pol -> PrV_np_a -> PrVP_a ; - PassUseV_q : Ant -> Tense -> Pol -> PrV_np_q -> PrVP_q ; - PassUseV_n : Ant -> Tense -> Pol -> PrV_np_n -> PrVP_n ; - ---< AgentPassUseV : (a : Arg) -> Ant -> Tense -> Pol -> PrV (aNP a) -> NP -> PrVP a ; - AgentPassUseV_none : Ant -> Tense -> Pol -> PrV_np -> NP -> PrVP_none ; - AgentPassUseV_np : Ant -> Tense -> Pol -> PrV_np_np -> NP -> PrVP_np ; - AgentPassUseV_v : Ant -> Tense -> Pol -> PrV_np_v -> NP -> PrVP_v ; - AgentPassUseV_s : Ant -> Tense -> Pol -> PrV_np_s -> NP -> PrVP_s ; - AgentPassUseV_a : Ant -> Tense -> Pol -> PrV_np_a -> NP -> PrVP_a ; - AgentPassUseV_q : Ant -> Tense -> Pol -> PrV_np_q -> NP -> PrVP_q ; - AgentPassUseV_n : Ant -> Tense -> Pol -> PrV_np_n -> NP -> PrVP_n ; - ---< ComplV2 : (a : Arg) -> PrVP (aNP a) -> NP -> PrVP a ; -- she loves him - ComplV2_none : PrVP_np -> NP -> PrVP_none ; - ---< ComplVS : (a : Arg) -> PrVP aS -> PrCl a -> PrVP a ; -- she says that I am here - ComplVS_none : PrVP_s -> PrCl_none -> PrVP_none ; - ComplVS_np : PrVP_s -> PrCl_np -> PrVP_np ; - ---< ComplVV : (a : Arg) -> PrVP aV -> PrVPI a -> PrVP a ; -- she wants to sleep - ComplVV_none : PrVP_v -> PrVPI_none -> PrVP_none ; - ComplVV_np : PrVP_v -> PrVPI_np -> PrVP_np ; - ---< ComplVQ : (a : Arg) -> PrVP aQ -> PrQCl a -> PrVP a ; -- she wonders who is here - ComplVQ_none : PrVP_q -> PrQCl_none -> PrVP_none ; - ---< ComplVA : (a : Arg) -> PrVP aA -> PrAP a -> PrVP a ; -- she becomes old - ComplVA_none : PrVP_a -> PrAP_none -> PrVP_none ; - ---< ComplVN : (a : Arg) -> PrVP aN -> PrCN a -> PrVP a ; -- she becomes a professor - ComplVN_none : PrVP_n -> PrCN_none -> PrVP_none ; - ---< SlashV3 : (a : Arg) -> PrVP (aNP (aNP a)) -> NP -> PrVP (aNP a) ; -- she shows X to him - SlashV3_none : PrVP_np_np -> NP -> PrVP_np ; - ---< SlashV2S : (a : Arg) -> PrVP (aNP aS) -> PrCl a -> PrVP (aNP a) ; -- she tells X that I am here - SlashV2S_none : PrVP_np_s -> PrCl_none -> PrVP_np ; - ---< SlashV2V : (a : Arg) -> PrVP (aNP aV) -> PrVPI a -> PrVP (aNP a) ; -- she forces X to sleep - SlashV2V_none : PrVP_np_v -> PrVPI_none -> PrVP_np ; - SlashV2V_np : PrVP_np_v -> PrVPI_np -> PrVP_np_np ; - ---< SlashV2A : (a : Arg) -> PrVP (aNP aA) -> PrAP a -> PrVP (aNP a) ; -- she makes X crazy - SlashV2A_none : PrVP_np_a -> PrAP_none -> PrVP_np ; - ---< SlashV2N : (a : Arg) -> PrVP (aNP aN) -> PrCN a -> PrVP (aNP a) ; -- she makes X a professor - SlashV2N_none : PrVP_np_n -> PrCN_none -> PrVP_np ; - ---< SlashV2Q : (a : Arg) -> PrVP (aNP aA) -> PrQCl a -> PrVP (aNP a) ; -- she asks X who is here - SlashV2Q_none : PrVP_np_q -> PrQCl_none -> PrVP_np ; - ---< UseAP : (a : Arg) -> Ant -> Tense -> Pol -> PrAP a -> PrVP a ; -- she is married to X - UseAP_none : Ant -> Tense -> Pol -> PrAP_none -> PrVP_none ; - UseAP_np : Ant -> Tense -> Pol -> PrAP_np -> PrVP_np ; - ---< UseAdv : (a : Arg) -> Ant -> Tense -> Pol -> PrAdv a -> PrVP a ; -- she is in X - UseAdv_none : Ant -> Tense -> Pol -> PrAdv_none -> PrVP_none ; - UseAdv_np : Ant -> Tense -> Pol -> PrAdv_np -> PrVP_np ; - ---< UseCN : (a : Arg) -> Ant -> Tense -> Pol -> PrCN a -> PrVP a ; -- she is a member of X - UseCN_none : Ant -> Tense -> Pol -> PrCN_none -> PrVP_none ; - UseCN_np : Ant -> Tense -> Pol -> PrCN_np -> PrVP_np ; - --- the following are only for aNone - UseNP_none : Ant -> Tense -> Pol -> NP -> PrVP_none ; - UseS_none : Ant -> Tense -> Pol -> PrCl_none -> PrVP_none ; -- the fact is that she sleeps - UseQ_none : Ant -> Tense -> Pol -> PrQCl_none -> PrVP_none ; -- the question is who sleeps - UseVP_none : Ant -> Tense -> Pol -> PrVPI_none -> PrVP_none ; -- the goal is to sleep - ---< InfVP : (a : Arg) -> PrVP a -> PrVPI a ; - InfVP_none : PrVP_none -> PrVPI_none ; - InfVP_np : PrVP_np -> PrVPI_np ; - ---< PredVP : (a : Arg) -> NP -> PrVP a -> PrCl a ; - PredVP_none : NP -> PrVP_none -> PrCl_none ; - PredVP_np : NP -> PrVP_np -> PrCl_np ; - ---< SlashClNP : (a : Arg) -> PrCl (aNP a) -> NP -> PrCl a ; -- slash consumption: hon tittar på + oss - SlashClNP_none : PrCl_np -> NP -> PrCl_none ; - ---< ReflVP : (a : Arg) -> PrVP (aNP a) -> PrVP a ; -- refl on first position (direct object) - ReflVP_none : PrVP_np -> PrVP_none ; - ReflVP_np : PrVP_np_np -> PrVP_np ; - ReflVP_v : PrVP_np_v -> PrVP_v ; - ReflVP_s : PrVP_np_s -> PrVP_s ; - ReflVP_q : PrVP_np_q -> PrVP_q ; - ReflVP_a : PrVP_np_a -> PrVP_a ; - ReflVP_n : PrVP_np_n -> PrVP_n ; - ---< ReflVP2 : (a : Arg) -> PrVP (aNP (aNP a)) -> PrVP (aNP a) ; -- refl on second position (indirect object) - ReflVP2_np : PrVP_np_np -> PrVP_np ; - ---< QuestVP : (a : Arg) -> IP -> PrVP a -> PrQCl a ; - QuestVP_none : IP -> PrVP_none -> PrQCl_none ; - ---< QuestSlash : (a : Arg) -> IP -> PrQCl (aNP a) -> PrQCl a ; - QuestSlash_none : IP -> PrQCl_np -> PrQCl_none ; - ---< QuestCl : (a : Arg) -> PrCl a -> PrQCl a ; - QuestCl_none : PrCl_none -> PrQCl_none ; - QuestCl_np : PrCl_np -> PrQCl_np ; - ---< QuestIAdv : (a : Arg) -> IAdv -> PrCl a -> PrQCl a ; - QuestIAdv_none : IAdv -> PrCl_none -> PrQCl_none ; - - QuestIComp_none : Ant -> Tense -> Pol -> IComp -> NP -> PrQCl_none ; -- where is she - - ---< UseCl : PrCl aNone -> PrS ; - UseCl_none : PrCl_none -> PrS ; - ---< UseQCl : PrQCl aNone -> PrS ; - UseQCl_none : PrQCl_none -> PrS ; - ---< UseAdvCl : PrAdv aNone -> PrCl aNone -> PrS ; -- lift adv to front - UseAdvCl_none : PrAdv_none -> PrCl_none -> PrS ; - - UttPrS : PrS -> Utt ; - ---< AdvCl : (a : Arg) -> PrAdv a -> PrCl aNone -> PrCl a ; - AdvCl_none : PrAdv_none -> PrCl_none -> PrCl_none ; - AdvCl_np : PrAdv_np -> PrCl_none -> PrCl_np ; - ---< AdvQCl : (a : Arg) -> PrAdv a -> PrQCl aNone -> PrQCl a ; - AdvQCl_none : PrAdv_none -> PrQCl_none -> PrQCl_none ; - AdvQCl_np : PrAdv_np -> PrQCl_none -> PrQCl_np ; - --- relatives: just one of each - RelCl_none : PrCl_none -> RS ; - RelVP_none : RP -> PrVP_none -> RS ; - RelSlash_none : RP -> PrCl_np -> RS ; - --- imperatives: just one of each - - PrImpSg : PrVP_none -> Utt ; - PrImpPl : PrVP_none -> Utt ; - --- participles as adjectives - ---< PresPartAP : (a : Arg) -> PrV a -> PrAP a ; - PresPartAP_none : PrV_none -> PrAP_none ; - PresPartAP_np : PrV_np -> PrAP_np ; - ---< PastPartAP : (a : Arg) -> PrV (aNP a) -> PrAP a ; - PastPartAP_none : PrV_np -> PrAP_none ; - ---< AgentPastPartAP : (a : Arg) -> PrV (aNP a) -> NP -> PrAP a ; - AgentPastPartAP_none : PrV_np -> NP -> PrAP_none ; - --- for aNone only - NomVPNP_none : PrVPI_none -> NP ; -- translating a document - ---< ByVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- by translating a document - ByVP_none : PrVP_none -> PrVPI_none -> PrVP_none ; - ---< WhenVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- when translating a document - WhenVP_none : PrVP_none -> PrVPI_none -> PrVP_none ; - ---< BeforeVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- before translating a document - BeforeVP_none : PrVP_none -> PrVPI_none -> PrVP_none ; - ---< AfterVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- after translating a document - AfterVP_none : PrVP_none -> PrVPI_none -> PrVP_none ; - ---< InOrderVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- in order to translate a document - InOrderVP_none : PrVP_none -> PrVPI_none -> PrVP_none ; - ---< WithoutVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- without translating a document - WithoutVP_none : PrVP_none -> PrVPI_none -> PrVP_none ; - - --- PrVP coordination - ---< StartVPC : (a : Arg) -> Conj -> PrVP a -> PrVP a -> VPC a ; - StartVPC_none : Conj -> PrVP_none -> PrVP_none -> VPC_none ; - StartVPC_np : Conj -> PrVP_np -> PrVP_np -> VPC_np ; - ---- ... - ---< ContVPC : (a : Arg) -> PrVP a -> VPC a -> VPC a ; - ContVPC_none : PrVP_none -> VPC_none -> VPC_none ; - ContVPC_np : PrVP_np -> VPC_np -> VPC_np ; - ---- ... - ---< UseVPC : (a : Arg) -> VPC a -> PrVP a ; - UseVPC_none : VPC_none -> PrVP_none ; - UseVPC_np : VPC_np -> PrVP_np ; - --- clause coordination, including "she loves and we look at (her)" - ---< StartClC : (a : Arg) -> Conj -> PrCl a -> PrCl a -> ClC a ; - StartClC_none : Conj -> PrCl_none -> PrCl_none -> ClC_none ; - StartClC_np : Conj -> PrCl_np -> PrCl_np -> ClC_np ; - ---< ContClC : (a : Arg) -> PrCl a -> ClC a -> ClC a ; - ContClC_none : PrCl_none -> ClC_none -> ClC_none ; - ContClC_np : PrCl_np -> ClC_np -> ClC_np ; - ---< UseClC : (a : Arg) -> ClC a -> PrCl a ; - UseClC_none : ClC_none -> PrCl_none ; - UseClC_np : ClC_np -> PrCl_np ; - ---< ComplAdv : (a : Arg) -> PrAdv (aNP a) -> NP -> PrAdv a ; -- typically: formation of preposition phrase - ComplAdv_none : PrAdv_np -> NP -> PrAdv_none ; - ---< SubjUttPreS : Subj -> PrCl aNone -> PrCl aNone -> Utt ; - SubjUttPreS : Subj -> PrCl_none -> PrCl_none -> Utt ; ---< SubjUttPreQ : Subj -> PrCl aNone -> PrQCl aNone -> Utt ; - SubjUttPreQ : Subj -> PrCl_none -> PrQCl_none -> Utt ; ---< SubjUttPost : Subj -> PrCl aNone -> Utt -> Utt ; - SubjUttPost : Subj -> PrCl_none -> Utt -> Utt ; - - -} \ No newline at end of file diff --git a/src/experimental/NDPredChi.gf b/src/experimental/NDPredChi.gf deleted file mode 100644 index 4b39de97..00000000 --- a/src/experimental/NDPredChi.gf +++ /dev/null @@ -1,10 +0,0 @@ -concrete NDPredChi of NDPred = - CatChi [NP,Utt,IP,IAdv,IComp,Conj,RS,RP,Subj] ** - NDPredFunctor - with - (PredInterface = PredInstanceChi), - (Pred = PredChi) ** open PredChi in { - -lincat Ant = PredChi.Ant ; - -} diff --git a/src/experimental/NDPredEng.gf b/src/experimental/NDPredEng.gf deleted file mode 100644 index 67d057e0..00000000 --- a/src/experimental/NDPredEng.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete NDPredEng of NDPred = - CatEng [Ant,NP,Utt,IP,IAdv,IComp,Conj,RS,RP,Subj] ** - NDPredFunctor with - (PredInterface = PredInstanceEng), - (Pred = PredEng) ; diff --git a/src/experimental/NDPredFin.gf b/src/experimental/NDPredFin.gf deleted file mode 100644 index 4fa74a9d..00000000 --- a/src/experimental/NDPredFin.gf +++ /dev/null @@ -1,6 +0,0 @@ -concrete NDPredFin of NDPred = - CatFin [Ant,NP,Utt,IP,IAdv,IComp,Conj,Subj,RS,RP] ** - NDPredFunctor - with - (PredInterface = PredInstanceFin), - (Pred = PredFin) ; diff --git a/src/experimental/NDPredFunctor.gf b/src/experimental/NDPredFunctor.gf deleted file mode 100644 index 0726f2a7..00000000 --- a/src/experimental/NDPredFunctor.gf +++ /dev/null @@ -1,226 +0,0 @@ -incomplete concrete NDPredFunctor of NDPred = - Cat [Ant,NP,Utt,IP,IAdv,Conj,RS,RP,Subj] ** - open - PredInterface, - Pred, - ParamX, - Prelude - in { - ------------------------------------- --- lincats -------------------------------------- - -lincat - Tense = Pred.Tense ; - Pol = Pred.Pol ; - - PrV_none, PrV_np, PrV_v, PrV_s, PrV_q, PrV_a, PrV_n, - PrV_np_np, PrV_np_v, PrV_np_s, PrV_np_q, PrV_np_a, PrV_np_n = Pred.PrV ; - - PrVP_none, PrVP_np, PrVP_v, PrVP_s, PrVP_q, PrVP_a, PrVP_n, - PrVP_np_np, PrVP_np_v, PrVP_np_s, PrVP_np_q, PrVP_np_a, PrVP_np_n = Pred.PrVP ; - - PrVPI_none, PrVPI_np = Pred.PrVPI ; - - PrCl_none, PrCl_np = Pred.PrCl ; - - PrQCl_none, PrQCl_np = Pred.PrQCl ; - - VPC_none, VPC_np = Pred.VPC ; - - ClC_none, ClC_np = Pred.ClC ; - - PrAdv_none, PrAdv_np = Pred.PrAdv ; - - PrS = Pred.PrS ; - - PrAP_none, PrAP_np = Pred.PrAP ; - - PrCN_none, PrCN_np = Pred.PrCN ; - --- reference linearizations for chunking ----- should be by functor as well - -linref - PrVP_none, PrVP_np, PrVP_v, PrVP_s, PrVP_q, PrVP_a, PrVP_n, - PrVP_np_np, PrVP_np_v, PrVP_np_s, PrVP_np_q, PrVP_np_a, PrVP_np_n - = linrefPrVP ; - PrCl_none, PrCl_np = linrefPrCl ; - PrQCl_none, PrQCl_np = linrefPrQCl ; - PrAdv_none, PrAdv_np = linrefPrAdv ; ----- PrAP_none, PrAP_np = \ap -> ap.s ! defaultAgr ++ ap.obj1 ! defaultAgr ; ----- PrCN_none, PrCN_np = \cn -> cn.s ! Sg ++ cn.obj1 ! defaultAgr ; - ----------------------------- ---- linearization rules ---- ----------------------------- - -lin - --- standard general - - TPres = Pred.TPres ; - TPast = Pred.TPast ; - TFut = Pred.TFut ; - TCond = Pred.TCond ; - ASimul = Pred.ASimul ; - AAnter = Pred.AAnter ; - PPos = Pred.PPos ; - PNeg = Pred.PNeg ; - - UseV_none, UseV_np, UseV_v, UseV_s, UseV_q, UseV_a, UseV_n, UseV_np_np, UseV_np_v, UseV_np_s, UseV_np_q, UseV_np_a, UseV_np_n - = Pred.UseV Pred.aNone ; - PassUseV_none, PassUseV_np, PassUseV_v, PassUseV_s, PassUseV_q, PassUseV_a, PassUseV_n - = Pred.PassUseV Pred.aNone ; - AgentPassUseV_none, AgentPassUseV_np, AgentPassUseV_v, AgentPassUseV_s, AgentPassUseV_q, AgentPassUseV_a, AgentPassUseV_n - = Pred.AgentPassUseV Pred.aNone ; - - UseAP_none, UseAP_np - = Pred.UseAP Pred.aNone ; - UseCN_none, UseCN_np - = Pred.UseCN Pred.aNone ; - UseAdv_none, UseAdv_np - = Pred.UseAdv Pred.aNone ; - UseNP_none - = Pred.UseNP ; - UseS_none - = Pred.UseS ; - UseQ_none - = Pred.UseQ ; - UseVP_none - = Pred.UseVP ; - - ComplV2_none - = Pred.ComplV2 Pred.aNone ; - ComplVV_none, ComplVV_np - = Pred.ComplVV Pred.aNone ; - ComplVS_none, ComplVS_np - = Pred.ComplVS Pred.aNone ; - ComplVA_none - = Pred.ComplVA Pred.aNone ; - ComplVQ_none - = Pred.ComplVQ Pred.aNone ; - ComplVN_none - = Pred.ComplVN Pred.aNone ; - - SlashV3_none - = Pred.SlashV3 Pred.aNone ; - SlashV2V_none, SlashV2V_np - = Pred.SlashV2V Pred.aNone ; - SlashV2S_none - = Pred.SlashV2S Pred.aNone ; - SlashV2Q_none - = Pred.SlashV2Q Pred.aNone ; - SlashV2A_none - = Pred.SlashV2A Pred.aNone ; - SlashV2N_none - = Pred.SlashV2N Pred.aNone ; - - ReflVP_none, ReflVP_np, ReflVP_v, ReflVP_s, ReflVP_q, ReflVP_a, ReflVP_n - = Pred.ReflVP Pred.aNone ; - ReflVP2_np - = Pred.ReflVP2 Pred.aNone ; - - InfVP_none, InfVP_np - = Pred.InfVP Pred.aNone ; - - PredVP_none, PredVP_np - = Pred.PredVP Pred.aNone ; - - SlashClNP_none - = Pred.SlashClNP Pred.aNone ; - - QuestCl_none, QuestCl_np - = Pred.QuestCl Pred.aNone ; - - QuestIAdv_none - = Pred.QuestIAdv Pred.aNone ; - - QuestIComp_none - = Pred.QuestIComp ; - - QuestVP_none - = Pred.QuestVP Pred.aNone ; - - QuestSlash_none - = Pred.QuestSlash Pred.aNone ; - - UseCl_none - = Pred.UseCl ; - UseQCl_none - = Pred.UseQCl ; - - UseAdvCl_none - = Pred.UseAdvCl ; - - UttPrS - = Pred.UttPrS ; - - AdvCl_none, AdvCl_np - = Pred.AdvCl Pred.aNone ; - AdvQCl_none, AdvQCl_np - = Pred.AdvQCl Pred.aNone ; - ----- RelCl_none ----- = Pred.RelCl Pred.aNone ; - RelVP_none - = Pred.RelVP ; - RelSlash_none - = Pred.RelSlash ; - - PrImpSg - = Pred.PrImpSg ; - PrImpPl - = Pred.PrImpPl ; - - PresPartAP_none, PresPartAP_np - = Pred.PresPartAP Pred.aNone ; - - PastPartAP_none - = Pred.PastPartAP Pred.aNone ; - - AgentPastPartAP_none - = Pred.AgentPastPartAP Pred.aNone ; - - NomVPNP_none - = Pred.NomVPNP ; - - ByVP_none - = Pred.ByVP Pred.aNone ; - WhenVP_none - = Pred.WhenVP Pred.aNone ; - BeforeVP_none - = Pred.BeforeVP Pred.aNone ; - AfterVP_none - = Pred.AfterVP Pred.aNone ; - InOrderVP_none - = Pred.InOrderVP Pred.aNone ; - WithoutVP_none - = Pred.WithoutVP Pred.aNone ; - - StartVPC_none, StartVPC_np - = Pred.StartVPC Pred.aNone ; - ContVPC_none, ContVPC_np - = Pred.ContVPC Pred.aNone ; - UseVPC_none, UseVPC_np - = Pred.UseVPC Pred.aNone ; - - StartClC_none, StartClC_np - = Pred.StartClC Pred.aNone ; - ContClC_none, ContClC_np - = Pred.ContClC Pred.aNone ; - UseClC_none, UseClC_np - = Pred.UseClC Pred.aNone ; - - ComplAdv_none - = Pred.ComplAdv Pred.aNone ; - - SubjUttPreS - = Pred.SubjUttPreS ; - SubjUttPreQ - = Pred.SubjUttPreQ ; - SubjUttPost - = Pred.SubjUttPost ; - -} \ No newline at end of file diff --git a/src/experimental/NDPredSwe.gf b/src/experimental/NDPredSwe.gf deleted file mode 100644 index ff7afce0..00000000 --- a/src/experimental/NDPredSwe.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete NDPredSwe of NDPred = - CatSwe [Ant,NP,Utt,IP,IAdv,IComp,Conj,RS,RP,Subj] ** - NDPredFunctor with - (PredInterface = PredInstanceSwe), - (Pred = PredSwe) ; diff --git a/src/experimental/NDPredTrans.probs b/src/experimental/NDPredTrans.probs deleted file mode 100644 index 6aee008f..00000000 --- a/src/experimental/NDPredTrans.probs +++ /dev/null @@ -1,65318 +0,0 @@ -a_posteriori_A 1.2512512512512513e-5 -a_priori_A 2.5025025025025026e-5 -abactinal_A 1.2512512512512513e-5 -abasic_A 1.2512512512512513e-5 -abatable_A 1.2512512512512513e-5 -abaxial_A 1.2512512512512513e-5 -abbatial_A 1.2512512512512513e-5 -abdicable_A 1.2512512512512513e-5 -abdominal_A 1.2512512512512513e-5 -abdominous_A 1.2512512512512513e-5 -abdominovesical_A 1.2512512512512513e-5 -abducent_A 1.2512512512512513e-5 -abecedarian_A 1.2512512512512513e-5 -aberrant_A 1.2512512512512513e-5 -abeyant_A 1.2512512512512513e-5 -abhorrent_A 1.2512512512512513e-5 -abient_A 1.2512512512512513e-5 -abiogenetic_A 1.2512512512512513e-5 -abject_A 1.2512512512512513e-5 -ablated_A 1.2512512512512513e-5 -ablative_A 1.2512512512512513e-5 -ablaze_A 1.2512512512512513e-5 -able_A 2.7652652652652653e-3 -able_bodied_A 1.2512512512512513e-5 -abloom_A 1.2512512512512513e-5 -ablutionary_A 1.2512512512512513e-5 -abnormal_A 7.507507507507507e-5 -abolishable_A 1.2512512512512513e-5 -abolitionary_A 1.2512512512512513e-5 -abomasal_A 1.2512512512512513e-5 -abominable_A 2.5025025025025026e-5 -aboral_A 1.2512512512512513e-5 -aboriginal_A 1.2512512512512513e-5 -abortifacient_A 1.2512512512512513e-5 -abortive_A 2.5025025025025026e-5 -above_A 1.2512512512512513e-5 -above_board_A 2.5025025025025025e-4 -above_mentioned_A 1.2512512512512513e-5 -above_named_A 1.2512512512512513e-5 -aboveboard_A 1.2512512512512513e-5 -aboveground_A 1.2512512512512513e-5 -abranchiate_A 1.2512512512512513e-5 -abrasive_A 3.7537537537537536e-5 -abroach_A 1.2512512512512513e-5 -abroad_A 1.2512512512512513e-5 -abrupt_A 2.5025025025025025e-4 -abscessed_A 1.2512512512512513e-5 -absent_A 3.7537537537537536e-5 -absent_minded_A 1.2512512512512513e-5 -absolute_A 4.254254254254254e-4 -absolutist_A 1.2512512512512513e-5 -absolvitory_A 1.2512512512512513e-5 -absorbable_A 1.2512512512512513e-5 -absorbefacient_A 1.2512512512512513e-5 -absorbent_A 2.5025025025025026e-5 -absorbing_A 1.2512512512512513e-5 -abstemious_A 1.2512512512512513e-5 -abstinent_A 1.2512512512512513e-5 -abstract_A 6.256256256256256e-5 -abstractive_A 1.2512512512512513e-5 -abstruse_A 1.2512512512512513e-5 -absurd_A 8.758758758758758e-5 -abulic_A 1.2512512512512513e-5 -abundant_A 1.001001001001001e-4 -abusive_A 5.005005005005005e-5 -abuzz_A 1.2512512512512513e-5 -abysmal_A 1.2512512512512513e-5 -abyssal_A 1.2512512512512513e-5 -academic_A 3.2532532532532533e-4 -acanthoid_A 1.2512512512512513e-5 -acanthotic_A 1.2512512512512513e-5 -acapnic_A 1.2512512512512513e-5 -acarpelous_A 1.2512512512512513e-5 -acarpous_A 1.2512512512512513e-5 -acatalectic_A 1.2512512512512513e-5 -acaudate_A 1.2512512512512513e-5 -acaulescent_A 1.2512512512512513e-5 -accelerando_A 1.2512512512512513e-5 -accelerative_A 1.2512512512512513e-5 -accentual_A 1.2512512512512513e-5 -acceptable_A 2.2522522522522523e-4 -acceptive_A 1.2512512512512513e-5 -accessary_A 1.2512512512512513e-5 -accessible_A 8.758758758758758e-5 -accessional_A 1.2512512512512513e-5 -accessorial_A 1.2512512512512513e-5 -accessory_A 1.2512512512512513e-5 -accident_prone_A 1.2512512512512513e-5 -accidental_A 3.7537537537537536e-5 -accipitrine_A 1.2512512512512513e-5 -acclivitous_A 1.2512512512512513e-5 -accommodational_A 1.2512512512512513e-5 -accommodative_A 1.2512512512512513e-5 -accomplishable_A 1.2512512512512513e-5 -accordant_A 1.2512512512512513e-5 -accountable_A 6.256256256256256e-5 -accoutered_A 1.2512512512512513e-5 -accretionary_A 1.2512512512512513e-5 -accretive_A 1.2512512512512513e-5 -acculturational_A 1.2512512512512513e-5 -accumbent_A 1.2512512512512513e-5 -accumulative_A 1.2512512512512513e-5 -accurate_A 2.8778778778778776e-4 -accursed_A 1.2512512512512513e-5 -accurst_A 1.2512512512512513e-5 -accusative_A 1.2512512512512513e-5 -accusatorial_A 1.2512512512512513e-5 -ace_A 1.2512512512512513e-5 -acentric_A 1.2512512512512513e-5 -acephalous_A 1.2512512512512513e-5 -acerate_A 1.2512512512512513e-5 -acerb_A 1.2512512512512513e-5 -acervate_A 1.2512512512512513e-5 -acetabular_A 1.2512512512512513e-5 -acetic_A 1.2512512512512513e-5 -acetonic_A 1.2512512512512513e-5 -acetose_A 1.2512512512512513e-5 -acetylenic_A 1.2512512512512513e-5 -acetylic_A 1.2512512512512513e-5 -achenial_A 1.2512512512512513e-5 -achievable_A 3.7537537537537536e-5 -achlamydeous_A 1.2512512512512513e-5 -achlorhydric_A 1.2512512512512513e-5 -achondritic_A 1.2512512512512513e-5 -achondroplastic_A 1.2512512512512513e-5 -achromatic_A 1.2512512512512513e-5 -achromatinic_A 1.2512512512512513e-5 -achromatous_A 1.2512512512512513e-5 -achromic_A 1.2512512512512513e-5 -aciculate_A 1.2512512512512513e-5 -acid_A 5.005005005005005e-5 -acidic_A 1.2512512512512513e-5 -acidimetric_A 1.2512512512512513e-5 -acidophilic_A 1.2512512512512513e-5 -acidotic_A 1.2512512512512513e-5 -acidulated_A 1.2512512512512513e-5 -acidulous_A 1.2512512512512513e-5 -acinar_A 1.2512512512512513e-5 -acknowledgeable_A 1.2512512512512513e-5 -acned_A 1.2512512512512513e-5 -acneiform_A 1.2512512512512513e-5 -acold_A 1.2512512512512513e-5 -acoustic_A 1.2512512512512513e-5 -acquiescent_A 1.2512512512512513e-5 -acquirable_A 1.2512512512512513e-5 -acquisitive_A 3.7537537537537536e-5 -acrid_A 1.2512512512512513e-5 -acrimonious_A 3.7537537537537536e-5 -acritical_A 1.2512512512512513e-5 -acrobatic_A 1.2512512512512513e-5 -acrocarpous_A 1.2512512512512513e-5 -acrocentric_A 1.2512512512512513e-5 -acrogenic_A 1.2512512512512513e-5 -acromegalic_A 1.2512512512512513e-5 -acronymic_A 1.2512512512512513e-5 -acropetal_A 1.2512512512512513e-5 -acrophobic_A 1.2512512512512513e-5 -acroscopic_A 1.2512512512512513e-5 -actable_A 1.2512512512512513e-5 -actinal_A 1.2512512512512513e-5 -actinic_A 1.2512512512512513e-5 -actinoid_A 1.2512512512512513e-5 -actinometric_A 1.2512512512512513e-5 -actinomorphic_A 1.2512512512512513e-5 -actinomycetal_A 1.2512512512512513e-5 -actinomycotic_A 1.2512512512512513e-5 -actionable_A 2.5025025025025026e-5 -active_A 1.7517517517517517e-3 -activist_A 1.2512512512512513e-5 -actual_A 2.74024024024024e-3 -actuarial_A 2.5025025025025026e-5 -acuate_A 1.2512512512512513e-5 -aculeate_A 1.2512512512512513e-5 -acuminate_A 1.2512512512512513e-5 -acute_A 5.005005005005005e-5 -acyclic_A 1.2512512512512513e-5 -ad_hoc_A 1.2512512512512513e-5 -ad_lib_A 1.2512512512512513e-5 -adactylous_A 1.2512512512512513e-5 -adagio_A 1.2512512512512513e-5 -adamant_A 6.256256256256256e-5 -adamantine_A 1.2512512512512513e-5 -adaptable_A 2.5025025025025026e-5 -adaptational_A 1.2512512512512513e-5 -adaptive_A 1.2512512512512513e-5 -adaxial_A 1.2512512512512513e-5 -addable_A 1.2512512512512513e-5 -addictive_A 2.5025025025025026e-5 -additional_A 2.877877877877878e-3 -additive_A 1.2512512512512513e-5 -addle_A 1.2512512512512513e-5 -addle_brained_A 1.2512512512512513e-5 -addle_pated_A 1.2512512512512513e-5 -addlebrained_A 1.2512512512512513e-5 -addressable_A 1.2512512512512513e-5 -adducent_A 1.2512512512512513e-5 -adenocarcinomatous_A 1.2512512512512513e-5 -adenoid_A 1.2512512512512513e-5 -adenoidal_A 1.2512512512512513e-5 -adept_A 3.7537537537537536e-5 -adequate_A 4.3793793793793793e-4 -adherent_A 1.2512512512512513e-5 -adhesive_A 2.5025025025025026e-5 -adiabatic_A 1.2512512512512513e-5 -adient_A 1.2512512512512513e-5 -adipose_A 1.2512512512512513e-5 -adjacent_A 1.001001001001001e-4 -adjectival_A 1.2512512512512513e-5 -adjective_A 1.2512512512512513e-5 -adjudicative_A 1.2512512512512513e-5 -adjunct_A 1.2512512512512513e-5 -adjunctive_A 1.2512512512512513e-5 -adjuratory_A 1.2512512512512513e-5 -adjustable_A 3.503503503503503e-4 -adjustive_A 1.2512512512512513e-5 -adjuvant_A 1.2512512512512513e-5 -administrable_A 1.2512512512512513e-5 -administrative_A 5.880880880880881e-4 -admirable_A 1.001001001001001e-4 -admissible_A 2.5025025025025026e-5 -admissive_A 1.2512512512512513e-5 -admittable_A 1.2512512512512513e-5 -admonitory_A 1.2512512512512513e-5 -adnate_A 1.2512512512512513e-5 -adnexal_A 1.2512512512512513e-5 -adolescent_A 2.5025025025025026e-5 -adoptable_A 1.2512512512512513e-5 -adoptive_A 2.5025025025025026e-5 -adorable_A 1.2512512512512513e-5 -adoring_A 1.2512512512512513e-5 -adrenal_A 1.2512512512512513e-5 -adrenergic_A 1.2512512512512513e-5 -adrenocortical_A 1.2512512512512513e-5 -adrenocorticotropic_A 1.2512512512512513e-5 -adrift_A 1.2512512512512513e-5 -adroit_A 5.005005005005005e-5 -adscititious_A 1.2512512512512513e-5 -adscript_A 1.2512512512512513e-5 -adsorbable_A 1.2512512512512513e-5 -adsorbent_A 1.2512512512512513e-5 -adulatory_A 1.2512512512512513e-5 -adult_A 2.5025025025025026e-5 -adulterate_A 1.2512512512512513e-5 -adulterating_A 1.2512512512512513e-5 -adulterine_A 1.2512512512512513e-5 -adulterous_A 1.2512512512512513e-5 -adumbrative_A 1.2512512512512513e-5 -adust_A 1.2512512512512513e-5 -advantageous_A 2.5025025025025026e-5 -advective_A 1.2512512512512513e-5 -adventitial_A 1.2512512512512513e-5 -adventitious_A 1.2512512512512513e-5 -adventive_A 1.2512512512512513e-5 -adventuresome_A 1.2512512512512513e-5 -adventuristic_A 1.2512512512512513e-5 -adventurous_A 1.2512512512512513e-5 -adverbial_A 1.2512512512512513e-5 -adversative_A 1.2512512512512513e-5 -adverse_A 4.004004004004004e-4 -advertent_A 1.2512512512512513e-5 -advisable_A 2.5025025025025026e-5 -advisory_A 1.8768768768768769e-4 -adynamic_A 1.2512512512512513e-5 -aecial_A 1.2512512512512513e-5 -aeolotropic_A 1.2512512512512513e-5 -aerial_A 3.7537537537537536e-5 -aeriferous_A 1.2512512512512513e-5 -aeriform_A 1.2512512512512513e-5 -aerobic_A 1.2512512512512513e-5 -aerobiotic_A 1.2512512512512513e-5 -aerodynamic_A 2.5025025025025026e-5 -aerolitic_A 1.2512512512512513e-5 -aerological_A 1.2512512512512513e-5 -aeromechanic_A 1.2512512512512513e-5 -aeromedical_A 1.2512512512512513e-5 -aeronautical_A 1.2512512512512513e-5 -aerophilatelic_A 1.2512512512512513e-5 -aerosolized_A 1.2512512512512513e-5 -aesculapian_A 1.2512512512512513e-5 -aesthetic_A 6.256256256256256e-5 -aesthetical_A 1.2512512512512513e-5 -aestival_A 1.2512512512512513e-5 -afebrile_A 1.2512512512512513e-5 -affable_A 2.5025025025025026e-5 -affecting_A 1.2512512512512513e-5 -affectional_A 1.2512512512512513e-5 -affectionate_A 2.5025025025025026e-5 -afferent_A 1.2512512512512513e-5 -affinal_A 1.2512512512512513e-5 -affine_A 1.2512512512512513e-5 -affined_A 1.2512512512512513e-5 -affirmable_A 1.2512512512512513e-5 -affirmative_A 6.256256256256256e-5 -affixal_A 1.2512512512512513e-5 -afflictive_A 1.2512512512512513e-5 -affluent_A 2.127127127127127e-4 -afghan_A 1.1261261261261261e-4 -afghanistani_A 1.2512512512512513e-5 -afire_A 1.2512512512512513e-5 -aflame_A 1.2512512512512513e-5 -aflare_A 1.2512512512512513e-5 -afloat_A 1.2512512512512513e-5 -aflutter_A 1.2512512512512513e-5 -afoot_A 1.2512512512512513e-5 -aforesaid_A 1.2512512512512513e-5 -afraid_A 2.752752752752753e-4 -african_A 6.256256256256256e-5 -afrikaner_A 1.2512512512512513e-5 -afro_asian_A 1.2512512512512513e-5 -after_A 1.2512512512512513e-5 -aftermost_A 1.2512512512512513e-5 -aftershafted_A 1.2512512512512513e-5 -agamic_A 1.2512512512512513e-5 -agape_A 1.2512512512512513e-5 -agaze_A 1.2512512512512513e-5 -age_long_A 1.2512512512512513e-5 -age_old_A 1.2512512512512513e-5 -ageless_A 1.2512512512512513e-5 -agelong_A 1.2512512512512513e-5 -agential_A 1.2512512512512513e-5 -agglomerate_A 1.2512512512512513e-5 -agglutinate_A 1.2512512512512513e-5 -agglutinative_A 1.2512512512512513e-5 -aggravating_A 1.2512512512512513e-5 -aggregate_A 1.2512512512512513e-5 -aggressive_A 1.0885885885885886e-3 -aghast_A 2.5025025025025026e-5 -agile_A 1.2512512512512513e-5 -agitative_A 1.2512512512512513e-5 -agleam_A 1.2512512512512513e-5 -aglow_A 1.2512512512512513e-5 -agnate_A 1.2512512512512513e-5 -agnostic_A 1.2512512512512513e-5 -agog_A 1.2512512512512513e-5 -agonadal_A 1.2512512512512513e-5 -agonal_A 1.2512512512512513e-5 -agonistic_A 1.2512512512512513e-5 -agonized_A 1.2512512512512513e-5 -agoraphobic_A 1.2512512512512513e-5 -agranulocytic_A 1.2512512512512513e-5 -agraphic_A 1.2512512512512513e-5 -agrarian_A 1.2512512512512513e-5 -agreeable_A 2.5025025025025026e-5 -agrestic_A 1.2512512512512513e-5 -agricultural_A 2.127127127127127e-4 -agrobiologic_A 1.2512512512512513e-5 -agrologic_A 1.2512512512512513e-5 -agronomic_A 1.2512512512512513e-5 -aground_A 1.2512512512512513e-5 -agrypnotic_A 1.2512512512512513e-5 -aguish_A 1.2512512512512513e-5 -ahistorical_A 1.2512512512512513e-5 -aimless_A 3.7537537537537536e-5 -air_conditioned_A 5.005005005005005e-5 -air_cooled_A 1.2512512512512513e-5 -air_minded_A 1.2512512512512513e-5 -air_sick_A 1.2512512512512513e-5 -air_to_air_A 1.2512512512512513e-5 -air_to_ground_A 1.2512512512512513e-5 -airborne_A 5.005005005005005e-5 -airheaded_A 1.2512512512512513e-5 -airless_A 1.2512512512512513e-5 -airsick_A 1.2512512512512513e-5 -airtight_A 1.2512512512512513e-5 -airworthy_A 1.2512512512512513e-5 -airy_A 1.2512512512512513e-5 -ajar_A 1.2512512512512513e-5 -akin_A 6.256256256256256e-5 -alabaster_A 1.2512512512512513e-5 -alacritous_A 1.2512512512512513e-5 -alar_A 1.2512512512512513e-5 -alarming_A 5.005005005005005e-5 -alate_A 1.2512512512512513e-5 -albanian_A 1.2512512512512513e-5 -albescent_A 1.2512512512512513e-5 -albinal_A 1.2512512512512513e-5 -albitic_A 1.2512512512512513e-5 -albuminous_A 1.2512512512512513e-5 -albuminuric_A 1.2512512512512513e-5 -alchemic_A 1.2512512512512513e-5 -alchemistic_A 1.2512512512512513e-5 -alcoholic_A 3.7537537537537536e-5 -aldehydic_A 1.2512512512512513e-5 -aldermanic_A 1.2512512512512513e-5 -aleatory_A 1.2512512512512513e-5 -alee_A 1.2512512512512513e-5 -alert_A 6.256256256256256e-5 -aleuronic_A 1.2512512512512513e-5 -alexic_A 1.2512512512512513e-5 -alfresco_A 1.2512512512512513e-5 -algal_A 1.2512512512512513e-5 -algebraic_A 1.2512512512512513e-5 -algebraical_A 1.2512512512512513e-5 -algerian_A 1.2512512512512513e-5 -algid_A 1.2512512512512513e-5 -algoid_A 1.2512512512512513e-5 -algolagnic_A 1.2512512512512513e-5 -algometric_A 1.2512512512512513e-5 -algophobic_A 1.2512512512512513e-5 -algorithmic_A 1.2512512512512513e-5 -alien_A 6.256256256256256e-5 -alienable_A 1.2512512512512513e-5 -alienating_A 1.2512512512512513e-5 -alight_A 1.2512512512512513e-5 -alike_A 1.2512512512512513e-5 -alimentary_A 1.2512512512512513e-5 -alimentative_A 1.2512512512512513e-5 -aliphatic_A 1.2512512512512513e-5 -aliquot_A 1.2512512512512513e-5 -alive_A 2.5025025025025025e-4 -alkahestic_A 1.2512512512512513e-5 -alkalescent_A 1.2512512512512513e-5 -alkaline_A 1.2512512512512513e-5 -alkaloidal_A 1.2512512512512513e-5 -alkalotic_A 1.2512512512512513e-5 -alkylic_A 1.2512512512512513e-5 -all_A 1.2512512512512513e-5 -all_mains_A 1.2512512512512513e-5 -all_round_A 1.2512512512512513e-5 -allantoic_A 1.2512512512512513e-5 -allantoid_A 1.2512512512512513e-5 -allargando_A 1.2512512512512513e-5 -allegiant_A 1.2512512512512513e-5 -allegoric_A 1.2512512512512513e-5 -allegorical_A 1.2512512512512513e-5 -allegretto_A 1.2512512512512513e-5 -allegro_A 1.2512512512512513e-5 -allelic_A 1.2512512512512513e-5 -allergenic_A 1.2512512512512513e-5 -allergic_A 2.5025025025025026e-5 -alleviative_A 1.2512512512512513e-5 -alliaceous_A 1.2512512512512513e-5 -alligatored_A 1.2512512512512513e-5 -alliterative_A 1.2512512512512513e-5 -allocable_A 1.2512512512512513e-5 -allochronic_A 1.2512512512512513e-5 -allochthonous_A 1.2512512512512513e-5 -allogamous_A 1.2512512512512513e-5 -allogeneic_A 1.2512512512512513e-5 -allographic_A 1.2512512512512513e-5 -allomerous_A 1.2512512512512513e-5 -allometric_A 1.2512512512512513e-5 -allomorphic_A 1.2512512512512513e-5 -allopathic_A 1.2512512512512513e-5 -allopatric_A 1.2512512512512513e-5 -allophonic_A 1.2512512512512513e-5 -allotropic_A 1.2512512512512513e-5 -allover_A 1.2512512512512513e-5 -allowable_A 5.005005005005005e-5 -alluring_A 2.5025025025025026e-5 -allusive_A 1.2512512512512513e-5 -alluvial_A 2.5025025025025026e-5 -allylic_A 1.2512512512512513e-5 -almighty_A 1.2512512512512513e-5 -almond_eyed_A 1.2512512512512513e-5 -alone_A 7.507507507507507e-5 -aloof_A 1.2512512512512513e-5 -alopecic_A 1.2512512512512513e-5 -alpestrine_A 1.2512512512512513e-5 -alpha_A 1.2512512512512513e-5 -alphabetic_A 1.2512512512512513e-5 -alphabetical_A 1.2512512512512513e-5 -alphabetized_A 1.2512512512512513e-5 -alphanumeric_A 1.2512512512512513e-5 -alpine_A 1.2512512512512513e-5 -alright_A 1.2512512512512513e-5 -alterable_A 1.2512512512512513e-5 -alternate_A 5.005005005005005e-5 -alternative_A 3.2532532532532533e-4 -altissimo_A 1.2512512512512513e-5 -altitudinal_A 1.2512512512512513e-5 -altitudinous_A 1.2512512512512513e-5 -alto_A 1.2512512512512513e-5 -altricial_A 1.2512512512512513e-5 -altruistic_A 2.5025025025025026e-5 -alular_A 1.2512512512512513e-5 -aluminiferous_A 1.2512512512512513e-5 -aluminous_A 1.2512512512512513e-5 -alveolar_A 1.2512512512512513e-5 -alveolate_A 1.2512512512512513e-5 -alvine_A 1.2512512512512513e-5 -amalgamate_A 1.2512512512512513e-5 -amalgamative_A 1.2512512512512513e-5 -amaranthine_A 1.2512512512512513e-5 -amateur_A 1.2512512512512513e-5 -amateurish_A 2.5025025025025026e-5 -amative_A 1.2512512512512513e-5 -amatory_A 1.2512512512512513e-5 -amaurotic_A 1.2512512512512513e-5 -amazing_A 1.6266266266266267e-4 -ambassadorial_A 1.2512512512512513e-5 -amber_A 1.2512512512512513e-5 -ambidextrous_A 1.2512512512512513e-5 -ambient_A 1.2512512512512513e-5 -ambiguous_A 7.507507507507507e-5 -ambitious_A 3.3783783783783786e-4 -ambivalent_A 6.256256256256256e-5 -ambiversive_A 1.2512512512512513e-5 -amblyopic_A 1.2512512512512513e-5 -ambrosial_A 1.2512512512512513e-5 -ambulacral_A 1.2512512512512513e-5 -ambulant_A 1.2512512512512513e-5 -ambulatory_A 1.2512512512512513e-5 -ameboid_A 1.2512512512512513e-5 -amenable_A 2.5025025025025026e-5 -amendable_A 1.2512512512512513e-5 -amendatory_A 1.2512512512512513e-5 -amenorrheic_A 1.2512512512512513e-5 -amentiferous_A 1.2512512512512513e-5 -amerciable_A 1.2512512512512513e-5 -american_A 4.3793793793793793e-4 -ametabolic_A 1.2512512512512513e-5 -amethyst_A 1.2512512512512513e-5 -amethystine_A 1.2512512512512513e-5 -ametropic_A 1.2512512512512513e-5 -amiable_A 3.7537537537537536e-5 -amicable_A 3.7537537537537536e-5 -amidship_A 1.2512512512512513e-5 -amino_A 1.2512512512512513e-5 -amiss_A 2.5025025025025026e-5 -amitotic_A 1.2512512512512513e-5 -ammino_A 1.2512512512512513e-5 -ammoniac_A 1.2512512512512513e-5 -ammoniated_A 1.2512512512512513e-5 -ammonitic_A 1.2512512512512513e-5 -amnesic_A 1.2512512512512513e-5 -amnestic_A 1.2512512512512513e-5 -amniotic_A 1.2512512512512513e-5 -amoebic_A 1.2512512512512513e-5 -amoral_A 1.2512512512512513e-5 -amoristic_A 1.2512512512512513e-5 -amorous_A 1.2512512512512513e-5 -amorphous_A 1.2512512512512513e-5 -amort_A 1.2512512512512513e-5 -amphibiotic_A 1.2512512512512513e-5 -amphibious_A 1.2512512512512513e-5 -amphiprostylar_A 1.2512512512512513e-5 -amphistylar_A 1.2512512512512513e-5 -amphitheatric_A 1.2512512512512513e-5 -amphitropous_A 1.2512512512512513e-5 -amphoric_A 1.2512512512512513e-5 -amphoteric_A 1.2512512512512513e-5 -ample_A 1.6266266266266267e-4 -ampullar_A 1.2512512512512513e-5 -amuck_A 1.2512512512512513e-5 -amusing_A 1.1261261261261261e-4 -amygdaline_A 1.2512512512512513e-5 -amylolytic_A 1.2512512512512513e-5 -anabatic_A 1.2512512512512513e-5 -anabiotic_A 1.2512512512512513e-5 -anabolic_A 1.2512512512512513e-5 -anachronic_A 1.2512512512512513e-5 -anachronistic_A 1.2512512512512513e-5 -anaclinal_A 1.2512512512512513e-5 -anaclitic_A 1.2512512512512513e-5 -anacoluthic_A 1.2512512512512513e-5 -anadromous_A 1.2512512512512513e-5 -anaemic_A 1.2512512512512513e-5 -anaerobic_A 1.2512512512512513e-5 -anaesthetic_A 1.2512512512512513e-5 -anaglyphic_A 1.2512512512512513e-5 -anagogic_A 1.2512512512512513e-5 -anagrammatic_A 1.2512512512512513e-5 -anal_A 1.2512512512512513e-5 -analeptic_A 1.2512512512512513e-5 -analgesic_A 1.2512512512512513e-5 -analogical_A 1.2512512512512513e-5 -analogous_A 2.5025025025025026e-5 -analogue_A 1.2512512512512513e-5 -analphabetic_A 1.2512512512512513e-5 -analytic_A 2.5025025025025026e-5 -analytical_A 2.5025025025025026e-5 -analyzable_A 1.2512512512512513e-5 -anamnestic_A 1.2512512512512513e-5 -anamorphic_A 1.2512512512512513e-5 -anapaestic_A 1.2512512512512513e-5 -anapestic_A 1.2512512512512513e-5 -anaphasic_A 1.2512512512512513e-5 -anaphoric_A 1.2512512512512513e-5 -anaphrodisiac_A 1.2512512512512513e-5 -anaphylactic_A 1.2512512512512513e-5 -anaplastic_A 1.2512512512512513e-5 -anarchic_A 1.2512512512512513e-5 -anarchistic_A 1.2512512512512513e-5 -anasarcous_A 1.2512512512512513e-5 -anastigmatic_A 1.2512512512512513e-5 -anastomotic_A 1.2512512512512513e-5 -anatomic_A 1.2512512512512513e-5 -anatomical_A 3.7537537537537536e-5 -anatropous_A 1.2512512512512513e-5 -ancestral_A 2.5025025025025026e-5 -anchoritic_A 1.2512512512512513e-5 -ancient_A 1.001001001001001e-4 -ancillary_A 3.7537537537537536e-5 -andante_A 1.2512512512512513e-5 -andantino_A 1.2512512512512513e-5 -andorran_A 1.2512512512512513e-5 -androgenetic_A 1.2512512512512513e-5 -androgenic_A 1.2512512512512513e-5 -androgynous_A 1.2512512512512513e-5 -anecdotal_A 5.005005005005005e-5 -anecdotic_A 1.2512512512512513e-5 -anechoic_A 1.2512512512512513e-5 -anemic_A 1.2512512512512513e-5 -anemographic_A 1.2512512512512513e-5 -anemometric_A 1.2512512512512513e-5 -anemophilous_A 1.2512512512512513e-5 -anencephalic_A 1.2512512512512513e-5 -aneroid_A 1.2512512512512513e-5 -anesthetic_A 1.2512512512512513e-5 -anestrous_A 1.2512512512512513e-5 -aneuploid_A 1.2512512512512513e-5 -aneurysmal_A 1.2512512512512513e-5 -anfractuous_A 1.2512512512512513e-5 -angelic_A 1.2512512512512513e-5 -anginal_A 1.2512512512512513e-5 -angiocarpic_A 1.2512512512512513e-5 -angiomatous_A 1.2512512512512513e-5 -angiospermous_A 1.2512512512512513e-5 -anglican_A 1.2512512512512513e-5 -anglo_catholic_A 1.2512512512512513e-5 -anglo_indian_A 1.2512512512512513e-5 -anglo_saxon_A 1.2512512512512513e-5 -angolan_A 2.5025025025025026e-5 -angry_A 3.2532532532532533e-4 -anguillan_A 1.2512512512512513e-5 -anguine_A 1.2512512512512513e-5 -anguished_A 2.5025025025025026e-5 -angular_A 1.2512512512512513e-5 -anhydrous_A 1.2512512512512513e-5 -anicteric_A 1.2512512512512513e-5 -anile_A 1.2512512512512513e-5 -animalistic_A 1.2512512512512513e-5 -animate_A 1.2512512512512513e-5 -animatedly_A 1.2512512512512513e-5 -animating_A 1.2512512512512513e-5 -animatistic_A 1.2512512512512513e-5 -animist_A 1.2512512512512513e-5 -anionic_A 1.2512512512512513e-5 -aniseikonic_A 1.2512512512512513e-5 -anisogametic_A 1.2512512512512513e-5 -anisogamic_A 1.2512512512512513e-5 -anisometric_A 1.2512512512512513e-5 -anisometropic_A 1.2512512512512513e-5 -anisotropic_A 1.2512512512512513e-5 -ankylotic_A 1.2512512512512513e-5 -annalistic_A 1.2512512512512513e-5 -annelid_A 1.2512512512512513e-5 -annexational_A 1.2512512512512513e-5 -annihilating_A 1.2512512512512513e-5 -annihilative_A 1.2512512512512513e-5 -annoying_A 2.5025025025025026e-5 -annual_A 4.8673673673673675e-3 -annular_A 1.2512512512512513e-5 -annunciatory_A 1.2512512512512513e-5 -anodic_A 1.2512512512512513e-5 -anodyne_A 1.2512512512512513e-5 -anomalous_A 3.7537537537537536e-5 -anonymous_A 7.507507507507507e-5 -anoperineal_A 1.2512512512512513e-5 -anopheline_A 1.2512512512512513e-5 -anorectal_A 1.2512512512512513e-5 -anorectic_A 1.2512512512512513e-5 -anorexic_A 1.2512512512512513e-5 -anorthitic_A 1.2512512512512513e-5 -anosmic_A 1.2512512512512513e-5 -anoxemic_A 1.2512512512512513e-5 -anoxic_A 1.2512512512512513e-5 -anserine_A 1.2512512512512513e-5 -answerable_A 2.5025025025025026e-5 -antacid_A 1.2512512512512513e-5 -antagonistic_A 3.7537537537537536e-5 -antarctic_A 1.2512512512512513e-5 -antebellum_A 1.2512512512512513e-5 -antecedent_A 1.2512512512512513e-5 -antecubital_A 1.2512512512512513e-5 -antediluvian_A 1.2512512512512513e-5 -antemeridian_A 1.2512512512512513e-5 -antemortem_A 1.2512512512512513e-5 -antenatal_A 1.2512512512512513e-5 -antennal_A 1.2512512512512513e-5 -antenuptial_A 1.2512512512512513e-5 -antepenultimate_A 1.2512512512512513e-5 -anterior_A 1.2512512512512513e-5 -anterograde_A 1.2512512512512513e-5 -anthelmintic_A 1.2512512512512513e-5 -antheral_A 1.2512512512512513e-5 -antheridial_A 1.2512512512512513e-5 -anthophagous_A 1.2512512512512513e-5 -anthracitic_A 1.2512512512512513e-5 -anthropic_A 1.2512512512512513e-5 -anthropocentric_A 1.2512512512512513e-5 -anthropogenetic_A 1.2512512512512513e-5 -anthropoid_A 1.2512512512512513e-5 -anthropological_A 1.2512512512512513e-5 -anthropometric_A 1.2512512512512513e-5 -anthropomorphic_A 1.2512512512512513e-5 -anthropophagous_A 1.2512512512512513e-5 -anti_A 1.2512512512512513e-5 -anti_aircraft_A 2.5025025025025026e-5 -anti_personnel_A 1.2512512512512513e-5 -anti_semite_A 1.2512512512512513e-5 -anti_semitic_A 3.7537537537537536e-5 -antiadrenergic_A 1.2512512512512513e-5 -antiaircraft_A 1.2512512512512513e-5 -antiapartheid_A 1.2512512512512513e-5 -antiauthoritarian_A 1.2512512512512513e-5 -antibacterial_A 1.2512512512512513e-5 -antibiotic_A 3.7537537537537536e-5 -antic_A 1.2512512512512513e-5 -anticancer_A 1.2512512512512513e-5 -anticholinergic_A 1.2512512512512513e-5 -anticipant_A 1.2512512512512513e-5 -anticipatory_A 1.2512512512512513e-5 -anticlimactic_A 1.2512512512512513e-5 -anticlinal_A 1.2512512512512513e-5 -anticoagulative_A 1.2512512512512513e-5 -anticyclonic_A 1.2512512512512513e-5 -antidotal_A 1.2512512512512513e-5 -antidromic_A 1.2512512512512513e-5 -antiferromagnetic_A 1.2512512512512513e-5 -antigenic_A 1.2512512512512513e-5 -antiguan_A 1.2512512512512513e-5 -antiheretical_A 1.2512512512512513e-5 -antiknock_A 1.2512512512512513e-5 -antimagnetic_A 1.2512512512512513e-5 -antimicrobial_A 1.2512512512512513e-5 -antimonial_A 1.2512512512512513e-5 -antimonic_A 1.2512512512512513e-5 -antimonopoly_A 1.2512512512512513e-5 -antinomian_A 1.2512512512512513e-5 -antiparallel_A 1.2512512512512513e-5 -antipathetic_A 1.2512512512512513e-5 -antipersonnel_A 1.2512512512512513e-5 -antiphlogistic_A 1.2512512512512513e-5 -antiphonary_A 1.2512512512512513e-5 -antipodal_A 1.2512512512512513e-5 -antipollution_A 1.2512512512512513e-5 -antipyretic_A 1.2512512512512513e-5 -antiquarian_A 1.2512512512512513e-5 -antiquated_A 3.7537537537537536e-5 -antique_A 3.7537537537537536e-5 -antisatellite_A 1.2512512512512513e-5 -antiseptic_A 1.2512512512512513e-5 -antisocial_A 2.5025025025025026e-5 -antistrophic_A 1.2512512512512513e-5 -antisubmarine_A 1.2512512512512513e-5 -antitank_A 1.2512512512512513e-5 -antithetic_A 1.2512512512512513e-5 -antithetical_A 3.7537537537537536e-5 -antithyroid_A 1.2512512512512513e-5 -antitoxic_A 1.2512512512512513e-5 -antitrade_A 1.2512512512512513e-5 -antitypic_A 1.2512512512512513e-5 -antiviral_A 1.2512512512512513e-5 -antlered_A 1.2512512512512513e-5 -antonymous_A 1.2512512512512513e-5 -antrorse_A 1.2512512512512513e-5 -antsy_A 1.2512512512512513e-5 -anuran_A 1.2512512512512513e-5 -anuretic_A 1.2512512512512513e-5 -anurous_A 1.2512512512512513e-5 -anxiolytic_A 1.2512512512512513e-5 -anxious_A 2.6276276276276277e-4 -aoristic_A 1.2512512512512513e-5 -aortal_A 1.2512512512512513e-5 -apathetic_A 2.5025025025025026e-5 -aperient_A 1.2512512512512513e-5 -aperiodic_A 1.2512512512512513e-5 -apetalous_A 1.2512512512512513e-5 -aphaeretic_A 1.2512512512512513e-5 -aphakic_A 1.2512512512512513e-5 -aphanitic_A 1.2512512512512513e-5 -aphasic_A 1.2512512512512513e-5 -aphetic_A 1.2512512512512513e-5 -aphonic_A 1.2512512512512513e-5 -aphoristic_A 1.2512512512512513e-5 -aphotic_A 1.2512512512512513e-5 -aphrodisiac_A 1.2512512512512513e-5 -aphyllous_A 1.2512512512512513e-5 -apian_A 1.2512512512512513e-5 -apiarian_A 1.2512512512512513e-5 -apical_A 1.2512512512512513e-5 -apiculate_A 1.2512512512512513e-5 -apicultural_A 1.2512512512512513e-5 -apish_A 1.2512512512512513e-5 -apivorous_A 1.2512512512512513e-5 -aplacental_A 1.2512512512512513e-5 -aplanatic_A 1.2512512512512513e-5 -aplitic_A 1.2512512512512513e-5 -apneic_A 1.2512512512512513e-5 -apocalyptic_A 2.5025025025025026e-5 -apocarpous_A 1.2512512512512513e-5 -apochromatic_A 1.2512512512512513e-5 -apocrine_A 1.2512512512512513e-5 -apocryphal_A 1.2512512512512513e-5 -apocynaceous_A 1.2512512512512513e-5 -apodal_A 1.2512512512512513e-5 -apodictic_A 1.2512512512512513e-5 -apogamic_A 1.2512512512512513e-5 -apogean_A 1.2512512512512513e-5 -apolitical_A 1.2512512512512513e-5 -apologetic_A 1.2512512512512513e-5 -apomictic_A 1.2512512512512513e-5 -aponeurotic_A 1.2512512512512513e-5 -apopemptic_A 1.2512512512512513e-5 -apophatic_A 1.2512512512512513e-5 -apophyseal_A 1.2512512512512513e-5 -apoplectic_A 1.2512512512512513e-5 -apoplectiform_A 1.2512512512512513e-5 -aposiopetic_A 1.2512512512512513e-5 -apostate_A 1.2512512512512513e-5 -apostolic_A 1.2512512512512513e-5 -apostrophic_A 1.2512512512512513e-5 -apothecial_A 1.2512512512512513e-5 -apothegmatic_A 1.2512512512512513e-5 -apotropaic_A 1.2512512512512513e-5 -appalling_A 5.005005005005005e-5 -appareled_A 1.2512512512512513e-5 -apparent_A 1.8018018018018018e-3 -apparitional_A 1.2512512512512513e-5 -appealable_A 1.2512512512512513e-5 -appeasable_A 1.2512512512512513e-5 -appellant_A 1.2512512512512513e-5 -appellate_A 1.2512512512512513e-5 -appellative_A 1.2512512512512513e-5 -appendaged_A 1.2512512512512513e-5 -appendant_A 1.2512512512512513e-5 -appendicular_A 1.2512512512512513e-5 -apperceptive_A 1.2512512512512513e-5 -appetent_A 1.2512512512512513e-5 -appetitive_A 1.2512512512512513e-5 -appetizing_A 2.5025025025025026e-5 -applaudable_A 1.2512512512512513e-5 -applicable_A 1.1261261261261261e-4 -applicative_A 1.2512512512512513e-5 -appointive_A 1.2512512512512513e-5 -apposite_A 1.2512512512512513e-5 -appositional_A 1.2512512512512513e-5 -appreciable_A 5.005005005005005e-5 -appreciative_A 1.2512512512512513e-5 -apprehensible_A 1.2512512512512513e-5 -apprehensive_A 2.5025025025025026e-5 -appressed_A 1.2512512512512513e-5 -approachable_A 1.2512512512512513e-5 -appropriable_A 1.2512512512512513e-5 -appropriate_A 5.38038038038038e-4 -appropriative_A 1.2512512512512513e-5 -approximate_A 4.87987987987988e-4 -apractic_A 1.2512512512512513e-5 -apres_ski_A 1.2512512512512513e-5 -apropos_A 1.2512512512512513e-5 -apsidal_A 1.2512512512512513e-5 -apt_A 1.1261261261261261e-4 -apteral_A 1.2512512512512513e-5 -apterous_A 1.2512512512512513e-5 -aptitudinal_A 1.2512512512512513e-5 -aquatic_A 1.2512512512512513e-5 -aqueous_A 1.2512512512512513e-5 -aquicultural_A 1.2512512512512513e-5 -aquiferous_A 1.2512512512512513e-5 -aquiline_A 1.2512512512512513e-5 -arabian_A 1.2512512512512513e-5 -arabic_A 1.2512512512512513e-5 -arable_A 2.5025025025025026e-5 -arachnoid_A 1.2512512512512513e-5 -araneidal_A 1.2512512512512513e-5 -arbitrable_A 1.2512512512512513e-5 -arbitral_A 1.2512512512512513e-5 -arbitrary_A 1.001001001001001e-4 -arbitrative_A 1.2512512512512513e-5 -arboraceous_A 1.2512512512512513e-5 -arboreal_A 1.2512512512512513e-5 -arborical_A 1.2512512512512513e-5 -arcadian_A 1.2512512512512513e-5 -arcane_A 3.7537537537537536e-5 -arced_A 1.2512512512512513e-5 -arch_A 1.2512512512512513e-5 -archaeological_A 2.5025025025025026e-5 -archaic_A 3.7537537537537536e-5 -archaistic_A 1.2512512512512513e-5 -archangelic_A 1.2512512512512513e-5 -archdiocesan_A 1.2512512512512513e-5 -archducal_A 1.2512512512512513e-5 -archean_A 1.2512512512512513e-5 -archegonial_A 1.2512512512512513e-5 -archeozoic_A 1.2512512512512513e-5 -archesporial_A 1.2512512512512513e-5 -archetypal_A 1.2512512512512513e-5 -archidiaconal_A 1.2512512512512513e-5 -archiepiscopal_A 1.2512512512512513e-5 -archipelagic_A 1.2512512512512513e-5 -architectural_A 1.2512512512512512e-4 -archival_A 1.2512512512512513e-5 -archosaurian_A 1.2512512512512513e-5 -arco_A 1.2512512512512513e-5 -arctic_A 1.2512512512512513e-5 -ardent_A 6.256256256256256e-5 -arduous_A 1.2512512512512513e-5 -areal_A 1.2512512512512513e-5 -arenaceous_A 1.2512512512512513e-5 -arenicolous_A 1.2512512512512513e-5 -areolar_A 1.2512512512512513e-5 -argent_A 1.2512512512512513e-5 -argentic_A 1.2512512512512513e-5 -argentiferous_A 1.2512512512512513e-5 -argentinian_A 2.5025025025025026e-5 -argentous_A 1.2512512512512513e-5 -argillaceous_A 1.2512512512512513e-5 -arguable_A 5.005005005005005e-5 -argumentative_A 1.2512512512512513e-5 -argus_eyed_A 1.2512512512512513e-5 -arid_A 1.2512512512512513e-5 -ariled_A 1.2512512512512513e-5 -ariose_A 1.2512512512512513e-5 -aristocratic_A 2.5025025025025026e-5 -arithmetical_A 1.2512512512512513e-5 -armillary_A 1.2512512512512513e-5 -armless_A 1.2512512512512513e-5 -armlike_A 1.2512512512512513e-5 -armored_A 1.2512512512512513e-5 -armorial_A 1.2512512512512513e-5 -armoured_A 1.2512512512512513e-5 -aroid_A 1.2512512512512513e-5 -aromatic_A 1.2512512512512513e-5 -arrant_A 1.2512512512512513e-5 -arresting_A 1.2512512512512513e-5 -arrhythmic_A 1.2512512512512513e-5 -arrogant_A 8.758758758758758e-5 -arsenical_A 1.2512512512512513e-5 -arsenious_A 1.2512512512512513e-5 -arterial_A 1.2512512512512513e-5 -arteriolar_A 1.2512512512512513e-5 -arteriosclerotic_A 1.2512512512512513e-5 -arteriovenous_A 1.2512512512512513e-5 -artesian_A 1.2512512512512513e-5 -artful_A 2.5025025025025026e-5 -arthralgic_A 1.2512512512512513e-5 -arthritic_A 2.5025025025025026e-5 -arthromeric_A 1.2512512512512513e-5 -arthropodal_A 1.2512512512512513e-5 -arthrosporic_A 1.2512512512512513e-5 -articular_A 1.2512512512512513e-5 -articulate_A 1.2512512512512513e-5 -articulatory_A 1.2512512512512513e-5 -artifactual_A 1.2512512512512513e-5 -artificial_A 1.6266266266266267e-4 -artiodactyl_A 1.2512512512512513e-5 -artistic_A 1.2512512512512512e-4 -artless_A 1.2512512512512513e-5 -arty_A 1.2512512512512513e-5 -arty_crafty_A 1.2512512512512513e-5 -arundinaceous_A 1.2512512512512513e-5 -aryan_A 1.2512512512512513e-5 -ascendable_A 1.2512512512512513e-5 -ascendant_A 1.2512512512512513e-5 -ascensional_A 1.2512512512512513e-5 -ascertainable_A 1.2512512512512513e-5 -ascetic_A 1.2512512512512513e-5 -ascitic_A 1.2512512512512513e-5 -asclepiadaceous_A 1.2512512512512513e-5 -ascocarpous_A 1.2512512512512513e-5 -ascomycetous_A 1.2512512512512513e-5 -ascorbic_A 1.2512512512512513e-5 -ascosporic_A 1.2512512512512513e-5 -ascribable_A 1.2512512512512513e-5 -aseptic_A 1.2512512512512513e-5 -asexual_A 1.2512512512512513e-5 -ashamed_A 2.5025025025025026e-5 -ashen_A 1.2512512512512513e-5 -ashy_A 1.2512512512512513e-5 -asian_A 7.507507507507507e-5 -asiatic_A 1.2512512512512513e-5 -asinine_A 1.2512512512512513e-5 -askance_A 1.2512512512512513e-5 -askew_A 1.2512512512512513e-5 -aslant_A 1.2512512512512513e-5 -asleep_A 3.7537537537537536e-5 -asocial_A 1.2512512512512513e-5 -aspectual_A 1.2512512512512513e-5 -asphaltic_A 1.2512512512512513e-5 -aspheric_A 1.2512512512512513e-5 -asphyxiating_A 1.2512512512512513e-5 -aspirant_A 1.2512512512512513e-5 -assailable_A 1.2512512512512513e-5 -assaultive_A 1.2512512512512513e-5 -assentient_A 1.2512512512512513e-5 -assertive_A 2.5025025025025026e-5 -assessable_A 1.2512512512512513e-5 -assiduous_A 2.5025025025025026e-5 -assignable_A 1.2512512512512513e-5 -assimilable_A 1.2512512512512513e-5 -assimilative_A 1.2512512512512513e-5 -assistive_A 1.2512512512512513e-5 -associable_A 1.2512512512512513e-5 -associate_A 2.3773773773773772e-4 -associational_A 1.2512512512512513e-5 -associative_A 1.2512512512512513e-5 -assonant_A 1.2512512512512513e-5 -assorted_A 8.758758758758758e-5 -assuasive_A 1.2512512512512513e-5 -assumptive_A 1.2512512512512513e-5 -assurgent_A 1.2512512512512513e-5 -assuring_A 1.2512512512512513e-5 -astatic_A 1.2512512512512513e-5 -asteriated_A 1.2512512512512513e-5 -asterisked_A 1.2512512512512513e-5 -asterismal_A 1.2512512512512513e-5 -asternal_A 1.2512512512512513e-5 -asteroid_A 1.2512512512512513e-5 -asteroidal_A 1.2512512512512513e-5 -asthenic_A 1.2512512512512513e-5 -asthmatic_A 1.2512512512512513e-5 -astigmatic_A 1.2512512512512513e-5 -astir_A 1.2512512512512513e-5 -astomatal_A 1.2512512512512513e-5 -astomatous_A 1.2512512512512513e-5 -astonishing_A 5.005005005005005e-5 -astounding_A 1.2512512512512513e-5 -astragalar_A 1.2512512512512513e-5 -astral_A 1.2512512512512513e-5 -astray_A 1.2512512512512513e-5 -astride_A 1.2512512512512513e-5 -astringent_A 1.2512512512512513e-5 -astrocytic_A 1.2512512512512513e-5 -astrological_A 1.2512512512512513e-5 -astronautic_A 1.2512512512512513e-5 -astronomic_A 1.2512512512512513e-5 -astronomical_A 5.005005005005005e-5 -astrophysical_A 1.2512512512512513e-5 -astute_A 3.7537537537537536e-5 -astylar_A 1.2512512512512513e-5 -asymmetric_A 1.2512512512512513e-5 -asymmetrical_A 1.2512512512512513e-5 -asymptomatic_A 1.2512512512512513e-5 -asymptotic_A 1.2512512512512513e-5 -asynchronous_A 1.2512512512512513e-5 -asyndetic_A 1.2512512512512513e-5 -asynergic_A 1.2512512512512513e-5 -ataractic_A 1.2512512512512513e-5 -atavistic_A 1.2512512512512513e-5 -ataxic_A 1.2512512512512513e-5 -ateleiotic_A 1.2512512512512513e-5 -atheist_A 1.2512512512512513e-5 -atheistic_A 1.2512512512512513e-5 -athenian_A 2.5025025025025026e-5 -atheromatous_A 1.2512512512512513e-5 -atherosclerotic_A 1.2512512512512513e-5 -athirst_A 1.2512512512512513e-5 -athletic_A 1.001001001001001e-4 -atilt_A 1.2512512512512513e-5 -atmospheric_A 8.758758758758758e-5 -atomic_A 2.5025025025025026e-5 -atomistic_A 1.2512512512512513e-5 -atonal_A 2.5025025025025026e-5 -atonalistic_A 1.2512512512512513e-5 -atonic_A 1.2512512512512513e-5 -atrabilious_A 1.2512512512512513e-5 -atrial_A 1.2512512512512513e-5 -atrioventricular_A 1.2512512512512513e-5 -atrocious_A 2.5025025025025026e-5 -atrophic_A 1.2512512512512513e-5 -attachable_A 1.2512512512512513e-5 -attainable_A 2.5025025025025026e-5 -attendant_A 3.7537537537537536e-5 -attentional_A 1.2512512512512513e-5 -attentive_A 1.2512512512512513e-5 -attenuate_A 1.2512512512512513e-5 -attic_A 3.7537537537537536e-5 -attitudinal_A 1.2512512512512513e-5 -attractable_A 1.2512512512512513e-5 -attractive_A 5.755755755755755e-4 -attributable_A 8.758758758758758e-5 -attributive_A 1.2512512512512513e-5 -attrited_A 1.2512512512512513e-5 -attritional_A 1.2512512512512513e-5 -atypical_A 1.2512512512512513e-5 -au_fait_A 1.2512512512512513e-5 -auburn_A 1.2512512512512513e-5 -audacious_A 3.7537537537537536e-5 -audible_A 2.5025025025025026e-5 -audio_lingual_A 1.2512512512512513e-5 -audiometric_A 1.2512512512512513e-5 -audiovisual_A 1.2512512512512513e-5 -auditory_A 1.2512512512512513e-5 -augitic_A 1.2512512512512513e-5 -augmentative_A 1.2512512512512513e-5 -august_A 2.5025025025025026e-5 -augustan_A 1.2512512512512513e-5 -auld_A 1.2512512512512513e-5 -aural_A 2.5025025025025026e-5 -aureate_A 1.2512512512512513e-5 -auricular_A 1.2512512512512513e-5 -auriculate_A 1.2512512512512513e-5 -auriferous_A 1.2512512512512513e-5 -auriform_A 1.2512512512512513e-5 -auroral_A 1.2512512512512513e-5 -aurous_A 1.2512512512512513e-5 -auscultatory_A 1.2512512512512513e-5 -auspicious_A 3.7537537537537536e-5 -austenitic_A 1.2512512512512513e-5 -austere_A 6.256256256256256e-5 -austral_A 1.2512512512512513e-5 -australian_A 7.132132132132132e-4 -australopithecine_A 1.2512512512512513e-5 -austrian_A 5.005005005005005e-5 -autacoidal_A 1.2512512512512513e-5 -autarchic_A 1.2512512512512513e-5 -autarkic_A 1.2512512512512513e-5 -authentic_A 3.7537537537537536e-5 -authorial_A 1.2512512512512513e-5 -authoritarian_A 5.005005005005005e-5 -authoritative_A 2.5025025025025026e-5 -autistic_A 1.2512512512512513e-5 -autobiographic_A 1.2512512512512513e-5 -autobiographical_A 1.2512512512512513e-5 -autocatalytic_A 1.2512512512512513e-5 -autochthonal_A 1.2512512512512513e-5 -autochthonous_A 1.2512512512512513e-5 -autocratic_A 3.7537537537537536e-5 -autodidactic_A 1.2512512512512513e-5 -autoecious_A 1.2512512512512513e-5 -autoerotic_A 1.2512512512512513e-5 -autofluorescent_A 1.2512512512512513e-5 -autogamous_A 1.2512512512512513e-5 -autogenetic_A 1.2512512512512513e-5 -autogenous_A 1.2512512512512513e-5 -autographic_A 1.2512512512512513e-5 -autoicous_A 1.2512512512512513e-5 -autoimmune_A 1.2512512512512513e-5 -autologous_A 1.2512512512512513e-5 -autolytic_A 1.2512512512512513e-5 -automatic_A 2.752752752752753e-4 -automotive_A 5.005005005005005e-5 -autonomic_A 1.2512512512512513e-5 -autonomous_A 5.005005005005005e-5 -autoplastic_A 1.2512512512512513e-5 -autoradiographic_A 1.2512512512512513e-5 -autosemantic_A 1.2512512512512513e-5 -autosomal_A 1.2512512512512513e-5 -autotelic_A 1.2512512512512513e-5 -autotomic_A 1.2512512512512513e-5 -autotrophic_A 1.2512512512512513e-5 -autotypic_A 1.2512512512512513e-5 -autumnal_A 1.2512512512512513e-5 -auxetic_A 1.2512512512512513e-5 -auxiliary_A 5.005005005005005e-5 -auxinic_A 1.2512512512512513e-5 -available_A 2.2772772772772774e-3 -avaricious_A 3.7537537537537536e-5 -avascular_A 1.2512512512512513e-5 -avellan_A 1.2512512512512513e-5 -average_A 3.0905905905905906e-3 -averse_A 1.2512512512512513e-5 -aversive_A 1.2512512512512513e-5 -avian_A 1.2512512512512513e-5 -avid_A 3.7537537537537536e-5 -avifaunal_A 1.2512512512512513e-5 -avionic_A 1.2512512512512513e-5 -avirulent_A 1.2512512512512513e-5 -avitaminotic_A 1.2512512512512513e-5 -avocado_A 1.2512512512512513e-5 -avocational_A 1.2512512512512513e-5 -avoidable_A 1.2512512512512513e-5 -avuncular_A 3.7537537537537536e-5 -awake_A 3.7537537537537536e-5 -aware_A 1.1261261261261261e-4 -awash_A 2.5025025025025026e-5 -away_A 1.2512512512512513e-5 -awe_inspiring_A 1.2512512512512513e-5 -awe_stricken_A 1.2512512512512513e-5 -awe_struck_A 1.2512512512512513e-5 -aweary_A 1.2512512512512513e-5 -aweigh_A 1.2512512512512513e-5 -aweless_A 1.2512512512512513e-5 -awesome_A 5.005005005005005e-5 -awful_A 1.8768768768768769e-4 -awheel_A 1.2512512512512513e-5 -awkward_A 6.256256256256256e-5 -awned_A 1.2512512512512513e-5 -awninged_A 1.2512512512512513e-5 -awnless_A 1.2512512512512513e-5 -awry_A 2.5025025025025026e-5 -axenic_A 1.2512512512512513e-5 -axial_A 1.2512512512512513e-5 -axile_A 1.2512512512512513e-5 -axillary_A 1.2512512512512513e-5 -axiological_A 1.2512512512512513e-5 -axiomatic_A 2.5025025025025026e-5 -axonal_A 1.2512512512512513e-5 -azido_A 1.2512512512512513e-5 -azimuthal_A 1.2512512512512513e-5 -azo_A 1.2512512512512513e-5 -azoic_A 1.2512512512512513e-5 -azonal_A 1.2512512512512513e-5 -azonic_A 1.2512512512512513e-5 -azotemic_A 1.2512512512512513e-5 -azotic_A 1.2512512512512513e-5 -azure_A 2.5025025025025026e-5 -azygous_A 1.2512512512512513e-5 -babelike_A 1.2512512512512513e-5 -baboonish_A 1.2512512512512513e-5 -baby_faced_A 2.5025025025025026e-5 -babyish_A 1.2512512512512513e-5 -baccate_A 1.2512512512512513e-5 -bacchanal_A 1.2512512512512513e-5 -bacchanalian_A 1.2512512512512513e-5 -bacchantic_A 1.2512512512512513e-5 -baccivorous_A 1.2512512512512513e-5 -bacillar_A 1.2512512512512513e-5 -back_breaking_A 1.2512512512512513e-5 -backhand_A 1.2512512512512513e-5 -backhanded_A 1.2512512512512513e-5 -backless_A 1.2512512512512513e-5 -backmost_A 1.2512512512512513e-5 -backstair_A 1.2512512512512513e-5 -backswept_A 1.2512512512512513e-5 -backward_A 1.2512512512512513e-5 -backwards_A 1.2512512512512513e-5 -bacteremic_A 1.2512512512512513e-5 -bacterial_A 5.005005005005005e-5 -bactericidal_A 1.2512512512512513e-5 -bacteriological_A 1.2512512512512513e-5 -bacteriolytic_A 1.2512512512512513e-5 -bacteriophagic_A 1.2512512512512513e-5 -bacteriostatic_A 1.2512512512512513e-5 -bacteroidal_A 1.2512512512512513e-5 -bad_A 2.48998998998999e-3 -badly_behaved_A 1.2512512512512513e-5 -baffling_A 1.2512512512512513e-5 -baggy_A 1.2512512512512513e-5 -bahamian_A 1.2512512512512513e-5 -bahraini_A 1.2512512512512513e-5 -bailable_A 1.2512512512512513e-5 -baking_hot_A 1.2512512512512513e-5 -balconied_A 1.2512512512512513e-5 -bald_A 3.7537537537537536e-5 -balding_A 1.2512512512512513e-5 -baleful_A 1.2512512512512513e-5 -balletic_A 1.2512512512512513e-5 -ballistic_A 3.7537537537537536e-5 -bally_A 1.2512512512512513e-5 -balmy_A 2.5025025025025026e-5 -balsamic_A 1.2512512512512513e-5 -banal_A 3.7537537537537536e-5 -banausic_A 1.2512512512512513e-5 -bandy_A 1.2512512512512513e-5 -bandy_legged_A 1.2512512512512513e-5 -baneful_A 1.2512512512512513e-5 -bangladeshi_A 1.2512512512512513e-5 -bankable_A 1.2512512512512513e-5 -bankrupt_A 7.507507507507507e-5 -banner_A 1.2512512512512513e-5 -bantam_A 1.2512512512512513e-5 -bantu_A 1.2512512512512513e-5 -baptismal_A 1.2512512512512513e-5 -baptist_A 1.2512512512512513e-5 -barbadian_A 1.2512512512512513e-5 -barbarian_A 1.2512512512512513e-5 -barbaric_A 1.2512512512512513e-5 -barbarous_A 1.2512512512512513e-5 -barbed_A 1.2512512512512513e-5 -bardic_A 1.2512512512512513e-5 -bare_A 4.62962962962963e-4 -bareback_A 1.2512512512512513e-5 -barebacked_A 1.2512512512512513e-5 -barefaced_A 1.2512512512512513e-5 -barefoot_A 1.2512512512512513e-5 -barefooted_A 1.2512512512512513e-5 -barehanded_A 1.2512512512512513e-5 -bareheaded_A 1.2512512512512513e-5 -barelegged_A 1.2512512512512513e-5 -baric_A 1.2512512512512513e-5 -baritone_A 1.2512512512512513e-5 -barky_A 1.2512512512512513e-5 -barmy_A 1.2512512512512513e-5 -barographic_A 1.2512512512512513e-5 -barometric_A 1.2512512512512513e-5 -baronial_A 1.2512512512512513e-5 -baroque_A 2.5025025025025026e-5 -barreled_A 1.2512512512512513e-5 -barren_A 2.5025025025025026e-5 -barytic_A 1.2512512512512513e-5 -basal_A 1.2512512512512513e-5 -basaltic_A 1.2512512512512513e-5 -base_A 1.7517517517517516e-4 -baseless_A 3.7537537537537536e-5 -bashful_A 1.2512512512512513e-5 -basic_A 6.256256256256256e-4 -basidial_A 1.2512512512512513e-5 -basidiomycetous_A 1.2512512512512513e-5 -basidiosporous_A 1.2512512512512513e-5 -basifixed_A 1.2512512512512513e-5 -basilar_A 1.2512512512512513e-5 -basilican_A 1.2512512512512513e-5 -basinal_A 1.2512512512512513e-5 -basined_A 1.2512512512512513e-5 -basipetal_A 1.2512512512512513e-5 -basiscopic_A 1.2512512512512513e-5 -basophilic_A 1.2512512512512513e-5 -bass_A 1.2512512512512513e-5 -bastardly_A 1.2512512512512513e-5 -bastioned_A 1.2512512512512513e-5 -bathetic_A 1.2512512512512513e-5 -batholithic_A 1.2512512512512513e-5 -bathyal_A 1.2512512512512513e-5 -bathymetric_A 1.2512512512512513e-5 -bats_A 1.2512512512512513e-5 -battleful_A 1.2512512512512513e-5 -battlemented_A 1.2512512512512513e-5 -batty_A 1.2512512512512513e-5 -batwing_A 1.2512512512512513e-5 -bauxitic_A 1.2512512512512513e-5 -bawdy_A 1.2512512512512513e-5 -bay_A 1.2512512512512513e-5 -beaded_A 1.2512512512512513e-5 -beady_A 1.2512512512512513e-5 -beaked_A 1.2512512512512513e-5 -beakless_A 1.2512512512512513e-5 -beaklike_A 1.2512512512512513e-5 -beamish_A 1.2512512512512513e-5 -beamy_A 1.2512512512512513e-5 -bearable_A 2.5025025025025026e-5 -beardless_A 1.2512512512512513e-5 -bearish_A 3.128128128128128e-4 -beastly_A 1.2512512512512513e-5 -beatable_A 1.2512512512512513e-5 -beaten_A 2.5025025025025026e-5 -beatific_A 2.5025025025025026e-5 -beauteous_A 1.2512512512512513e-5 -beautiful_A 2.002002002002002e-4 -becalmed_A 1.2512512512512513e-5 -bedaubed_A 1.2512512512512513e-5 -bedecked_A 1.2512512512512513e-5 -bedewed_A 1.2512512512512513e-5 -bedfast_A 1.2512512512512513e-5 -bedimmed_A 1.2512512512512513e-5 -bedless_A 1.2512512512512513e-5 -bedraggled_A 1.2512512512512513e-5 -bedridden_A 2.5025025025025026e-5 -bedroomed_A 1.2512512512512513e-5 -beechen_A 1.2512512512512513e-5 -beefy_A 2.5025025025025026e-5 -beery_A 1.2512512512512513e-5 -beetle_A 1.2512512512512513e-5 -beetle_browed_A 1.2512512512512513e-5 -befitting_A 2.5025025025025026e-5 -befogged_A 1.2512512512512513e-5 -beforehand_A 1.2512512512512513e-5 -beggarly_A 1.2512512512512513e-5 -begrimed_A 1.2512512512512513e-5 -beguiling_A 1.2512512512512513e-5 -behaved_A 1.2512512512512513e-5 -behavioral_A 1.2512512512512513e-5 -behavioristic_A 1.2512512512512513e-5 -behindhand_A 1.2512512512512513e-5 -beholden_A 2.5025025025025026e-5 -beige_A 1.2512512512512513e-5 -bejewelled_A 1.2512512512512513e-5 -belated_A 5.005005005005005e-5 -belemnitic_A 1.2512512512512513e-5 -belgian_A 1.2512512512512512e-4 -believable_A 2.5025025025025026e-5 -belittling_A 1.2512512512512513e-5 -bell_bottomed_A 1.2512512512512513e-5 -belletristic_A 1.2512512512512513e-5 -bellicose_A 1.2512512512512513e-5 -belligerent_A 1.2512512512512513e-5 -bellyless_A 1.2512512512512513e-5 -beloved_A 5.005005005005005e-5 -belowground_A 1.2512512512512513e-5 -beltlike_A 1.2512512512512513e-5 -bemused_A 2.5025025025025026e-5 -bendable_A 1.2512512512512513e-5 -benedictine_A 1.2512512512512513e-5 -benedictory_A 1.2512512512512513e-5 -benefic_A 1.2512512512512513e-5 -beneficed_A 1.2512512512512513e-5 -beneficent_A 1.2512512512512513e-5 -beneficial_A 2.002002002002002e-4 -beneficiary_A 1.2512512512512513e-5 -benevolent_A 2.5025025025025026e-5 -bengali_A 1.2512512512512513e-5 -benighted_A 2.5025025025025026e-5 -benign_A 1.001001001001001e-4 -benignant_A 1.2512512512512513e-5 -beninese_A 1.2512512512512513e-5 -bent_A 2.5025025025025026e-5 -benthic_A 1.2512512512512513e-5 -bentonitic_A 1.2512512512512513e-5 -benumbed_A 1.2512512512512513e-5 -benzenoid_A 1.2512512512512513e-5 -benzoic_A 1.2512512512512513e-5 -benzylic_A 1.2512512512512513e-5 -bereft_A 1.2512512512512513e-5 -bermudan_A 1.2512512512512513e-5 -berried_A 1.2512512512512513e-5 -berserk_A 1.2512512512512513e-5 -beseeching_A 1.2512512512512513e-5 -besotted_A 1.2512512512512513e-5 -bespangled_A 1.2512512512512513e-5 -bespattered_A 1.2512512512512513e-5 -bespectacled_A 1.2512512512512513e-5 -bespoke_A 1.2512512512512513e-5 -besprent_A 1.2512512512512513e-5 -best_A 1.2512512512512513e-5 -bestial_A 1.2512512512512513e-5 -bestubbled_A 1.2512512512512513e-5 -beta_A 1.2512512512512513e-5 -better_A 1.2512512512512513e-5 -bettering_A 1.2512512512512513e-5 -betulaceous_A 1.2512512512512513e-5 -bewildering_A 1.2512512512512513e-5 -bewitching_A 1.2512512512512513e-5 -bhutani_A 1.2512512512512513e-5 -bias_A 1.2512512512512513e-5 -biauricular_A 1.2512512512512513e-5 -biaxial_A 1.2512512512512513e-5 -bibbed_A 1.2512512512512513e-5 -bibless_A 1.2512512512512513e-5 -biblical_A 1.2512512512512513e-5 -bibliographic_A 1.2512512512512513e-5 -bibliolatrous_A 1.2512512512512513e-5 -bibliomaniacal_A 1.2512512512512513e-5 -bibliophilic_A 1.2512512512512513e-5 -bibliopolic_A 1.2512512512512513e-5 -bibliothecal_A 1.2512512512512513e-5 -bibliotic_A 1.2512512512512513e-5 -bibulous_A 1.2512512512512513e-5 -bicameral_A 2.5025025025025026e-5 -bicapsular_A 1.2512512512512513e-5 -bicentennial_A 2.5025025025025026e-5 -bicentric_A 1.2512512512512513e-5 -bicephalous_A 1.2512512512512513e-5 -bichromated_A 1.2512512512512513e-5 -bicipital_A 1.2512512512512513e-5 -bicolor_A 1.2512512512512513e-5 -biconcave_A 1.2512512512512513e-5 -biconvex_A 1.2512512512512513e-5 -bicorn_A 1.2512512512512513e-5 -bicuspid_A 1.2512512512512513e-5 -bicyclic_A 1.2512512512512513e-5 -bicylindrical_A 1.2512512512512513e-5 -biddable_A 1.2512512512512513e-5 -bidentate_A 1.2512512512512513e-5 -bidirectional_A 1.2512512512512513e-5 -biennial_A 3.7537537537537536e-5 -biface_A 1.2512512512512513e-5 -bifid_A 1.2512512512512513e-5 -bifilar_A 1.2512512512512513e-5 -biflagellate_A 1.2512512512512513e-5 -bifocal_A 1.2512512512512513e-5 -bifoliate_A 1.2512512512512513e-5 -biform_A 1.2512512512512513e-5 -bifurcate_A 1.2512512512512513e-5 -big_A 7.582582582582583e-3 -big_boned_A 1.2512512512512513e-5 -bigamous_A 1.2512512512512513e-5 -bigeminal_A 1.2512512512512513e-5 -bigeneric_A 1.2512512512512513e-5 -biggish_A 1.2512512512512513e-5 -bigheaded_A 1.2512512512512513e-5 -bigmouthed_A 1.2512512512512513e-5 -bignoniaceous_A 1.2512512512512513e-5 -bigoted_A 1.2512512512512513e-5 -bijou_A 1.2512512512512513e-5 -bilabial_A 1.2512512512512513e-5 -bilabiate_A 1.2512512512512513e-5 -bilateral_A 7.507507507507507e-5 -bilgy_A 1.2512512512512513e-5 -biliary_A 1.2512512512512513e-5 -bilinear_A 1.2512512512512513e-5 -bilingual_A 2.5025025025025026e-5 -bilious_A 2.5025025025025026e-5 -billiard_A 1.2512512512512513e-5 -billion_A 1.2512512512512513e-5 -billionth_A 1.2512512512512513e-5 -billowy_A 1.2512512512512513e-5 -bilobate_A 1.2512512512512513e-5 -bilocular_A 1.2512512512512513e-5 -bimestrial_A 1.2512512512512513e-5 -bimetal_A 1.2512512512512513e-5 -bimetallic_A 1.2512512512512513e-5 -bimetallistic_A 1.2512512512512513e-5 -bimillenial_A 1.2512512512512513e-5 -bimodal_A 1.2512512512512513e-5 -bimolecular_A 1.2512512512512513e-5 -bimonthly_A 1.2512512512512513e-5 -bimorphemic_A 1.2512512512512513e-5 -bimotored_A 1.2512512512512513e-5 -binary_A 1.2512512512512513e-5 -binate_A 1.2512512512512513e-5 -binaural_A 1.2512512512512513e-5 -bindable_A 1.2512512512512513e-5 -binocular_A 1.2512512512512513e-5 -binomial_A 1.2512512512512513e-5 -binucleate_A 1.2512512512512513e-5 -biocatalytic_A 1.2512512512512513e-5 -biochemical_A 1.2512512512512513e-5 -bioclimatic_A 1.2512512512512513e-5 -biodegradable_A 3.7537537537537536e-5 -biogenetic_A 1.2512512512512513e-5 -biogenic_A 1.2512512512512513e-5 -biogenous_A 1.2512512512512513e-5 -biogeographic_A 1.2512512512512513e-5 -biographic_A 1.2512512512512513e-5 -biographical_A 1.2512512512512513e-5 -biological_A 8.758758758758758e-5 -biologistic_A 1.2512512512512513e-5 -bioluminescent_A 1.2512512512512513e-5 -biomedical_A 1.2512512512512513e-5 -bionic_A 1.2512512512512513e-5 -biosynthetic_A 1.2512512512512513e-5 -biosystematic_A 1.2512512512512513e-5 -biotic_A 1.2512512512512513e-5 -biotitic_A 1.2512512512512513e-5 -biotypic_A 1.2512512512512513e-5 -biparous_A 1.2512512512512513e-5 -bipartisan_A 1.5015015015015014e-4 -bipartite_A 1.2512512512512513e-5 -bipedal_A 1.2512512512512513e-5 -bipinnate_A 1.2512512512512513e-5 -bipinnatifid_A 1.2512512512512513e-5 -bipolar_A 1.2512512512512513e-5 -biquadratic_A 1.2512512512512513e-5 -biracial_A 1.2512512512512513e-5 -biradial_A 1.2512512512512513e-5 -birch_A 1.2512512512512513e-5 -bird's_eye_A 2.5025025025025026e-5 -birefringent_A 1.2512512512512513e-5 -bisectional_A 1.2512512512512513e-5 -biserrate_A 1.2512512512512513e-5 -bisexual_A 1.2512512512512513e-5 -bismuthal_A 1.2512512512512513e-5 -bismuthic_A 1.2512512512512513e-5 -bisontine_A 1.2512512512512513e-5 -bistered_A 1.2512512512512513e-5 -bistroic_A 1.2512512512512513e-5 -bitchy_A 2.5025025025025026e-5 -biting_A 2.5025025025025026e-5 -bitter_A 3.7537537537537537e-4 -bitter_sweet_A 1.2512512512512513e-5 -bitterish_A 1.2512512512512513e-5 -bittersweet_A 1.2512512512512513e-5 -bitty_A 1.2512512512512513e-5 -bituminoid_A 1.2512512512512513e-5 -bituminous_A 1.2512512512512513e-5 -bivalent_A 1.2512512512512513e-5 -bivalve_A 1.2512512512512513e-5 -bivariate_A 1.2512512512512513e-5 -bizarre_A 8.758758758758758e-5 -bizonal_A 1.2512512512512513e-5 -blabbermouthed_A 1.2512512512512513e-5 -black_A 1.7267267267267268e-3 -blackguardly_A 1.2512512512512513e-5 -blackish_A 1.2512512512512513e-5 -blackwater_A 1.2512512512512513e-5 -bladdery_A 1.2512512512512513e-5 -bladed_A 1.2512512512512513e-5 -blae_A 1.2512512512512513e-5 -blameless_A 1.2512512512512513e-5 -blameworthy_A 1.2512512512512513e-5 -bland_A 2.5025025025025026e-5 -blank_A 1.2512512512512512e-4 -blase_A 1.2512512512512513e-5 -blasphemous_A 2.5025025025025026e-5 -blastemal_A 1.2512512512512513e-5 -blastocoelic_A 1.2512512512512513e-5 -blastodermatic_A 1.2512512512512513e-5 -blastogenetic_A 1.2512512512512513e-5 -blastomeric_A 1.2512512512512513e-5 -blastomycotic_A 1.2512512512512513e-5 -blastoporal_A 1.2512512512512513e-5 -blastospheric_A 1.2512512512512513e-5 -blatant_A 3.7537537537537536e-5 -bleak_A 1.6266266266266267e-4 -bleary_A 1.2512512512512513e-5 -bleary_eyed_A 1.2512512512512513e-5 -blebbed_A 1.2512512512512513e-5 -blebby_A 1.2512512512512513e-5 -blimpish_A 1.2512512512512513e-5 -blind_A 1.001001001001001e-4 -blindfold_A 1.2512512512512513e-5 -blissful_A 1.2512512512512513e-5 -blithe_A 3.7537537537537536e-5 -blithering_A 1.2512512512512513e-5 -blithesome_A 1.2512512512512513e-5 -bloated_A 1.001001001001001e-4 -blockading_A 1.2512512512512513e-5 -blockheaded_A 1.2512512512512513e-5 -blockish_A 1.2512512512512513e-5 -blonde_A 7.507507507507507e-5 -bloodcurdling_A 1.2512512512512513e-5 -bloodguilty_A 1.2512512512512513e-5 -bloodless_A 1.2512512512512513e-5 -bloodshot_A 1.2512512512512513e-5 -bloodstained_A 1.2512512512512513e-5 -bloodsucking_A 1.2512512512512513e-5 -bloodthirsty_A 1.2512512512512513e-5 -bloody_A 1.001001001001001e-4 -bloody_minded_A 2.5025025025025026e-5 -blotched_A 1.2512512512512513e-5 -blotchy_A 1.2512512512512513e-5 -blotto_A 1.2512512512512513e-5 -blowsy_A 1.2512512512512513e-5 -blowy_A 1.2512512512512513e-5 -blowzy_A 1.2512512512512513e-5 -blubbery_A 1.2512512512512513e-5 -blue_A 4.3793793793793793e-4 -blue_collar_A 1.001001001001001e-4 -bluff_A 1.2512512512512513e-5 -bluish_A 2.5025025025025026e-5 -blunt_A 7.507507507507507e-5 -blushful_A 1.2512512512512513e-5 -blustery_A 1.2512512512512513e-5 -boastful_A 1.2512512512512513e-5 -bobtail_A 1.2512512512512513e-5 -boche_A 1.2512512512512513e-5 -bodacious_A 1.2512512512512513e-5 -bodied_A 1.2512512512512513e-5 -bodiless_A 1.2512512512512513e-5 -bodily_A 1.2512512512512513e-5 -boer_A 1.2512512512512513e-5 -boffo_A 1.2512512512512513e-5 -boggy_A 1.2512512512512513e-5 -bogus_A 6.256256256256256e-5 -bohemian_A 1.2512512512512513e-5 -boisterous_A 1.2512512512512513e-5 -bold_A 2.5025025025025025e-4 -bolivian_A 1.2512512512512513e-5 -bolographic_A 1.2512512512512513e-5 -bolometric_A 1.2512512512512513e-5 -bolshy_A 1.2512512512512513e-5 -bomb_proof_A 1.2512512512512513e-5 -bombastic_A 1.2512512512512513e-5 -bombproof_A 1.2512512512512513e-5 -bona_fide_A 3.7537537537537536e-5 -bondable_A 1.2512512512512513e-5 -bone_A 1.2512512512512513e-5 -bone_dry_A 1.2512512512512513e-5 -bone_idle_A 1.2512512512512513e-5 -bone_lazy_A 1.2512512512512513e-5 -boneless_A 1.2512512512512513e-5 -bonelike_A 1.2512512512512513e-5 -bonkers_A 1.2512512512512513e-5 -bonny_A 1.2512512512512513e-5 -bony_A 1.2512512512512513e-5 -bonzer_A 1.2512512512512513e-5 -bookable_A 1.2512512512512513e-5 -bookish_A 1.2512512512512513e-5 -boon_A 1.2512512512512513e-5 -boorish_A 2.5025025025025026e-5 -bootleg_A 1.2512512512512513e-5 -bootless_A 1.2512512512512513e-5 -bootlicking_A 1.2512512512512513e-5 -boozy_A 1.2512512512512513e-5 -boracic_A 1.2512512512512513e-5 -borated_A 1.2512512512512513e-5 -borderline_A 1.2512512512512513e-5 -boreal_A 1.2512512512512513e-5 -boric_A 1.2512512512512513e-5 -boring_A 1.001001001001001e-4 -boronic_A 1.2512512512512513e-5 -boskopoid_A 1.2512512512512513e-5 -bosky_A 1.2512512512512513e-5 -bosomed_A 1.2512512512512513e-5 -bosomy_A 1.2512512512512513e-5 -boss_A 1.2512512512512513e-5 -boss_eyed_A 1.2512512512512513e-5 -bossy_A 1.2512512512512513e-5 -botanic_A 1.2512512512512513e-5 -botanical_A 2.5025025025025026e-5 -botchy_A 1.2512512512512513e-5 -bothersome_A 2.5025025025025026e-5 -botonee_A 1.2512512512512513e-5 -botryoid_A 1.2512512512512513e-5 -bottle_fed_A 1.2512512512512513e-5 -bottle_green_A 1.2512512512512513e-5 -bottom_A 1.2512512512512513e-5 -bottomed_A 1.2512512512512513e-5 -bottomless_A 3.7537537537537536e-5 -bottommost_A 1.2512512512512513e-5 -botuliform_A 1.2512512512512513e-5 -botulinal_A 1.2512512512512513e-5 -bouffant_A 1.2512512512512513e-5 -boughed_A 1.2512512512512513e-5 -boughless_A 1.2512512512512513e-5 -boughten_A 1.2512512512512513e-5 -bouncy_A 1.2512512512512513e-5 -bounden_A 1.2512512512512513e-5 -boundless_A 1.2512512512512513e-5 -bounteous_A 1.2512512512512513e-5 -bountied_A 1.2512512512512513e-5 -bountiful_A 1.2512512512512513e-5 -bourgeois_A 1.2512512512512513e-5 -boustrophedonic_A 1.2512512512512513e-5 -bovine_A 3.7537537537537536e-5 -bowery_A 1.2512512512512513e-5 -bowfront_A 1.2512512512512513e-5 -boxlike_A 1.2512512512512513e-5 -boyish_A 2.5025025025025026e-5 -brachial_A 1.2512512512512513e-5 -brachiate_A 1.2512512512512513e-5 -brachiopod_A 1.2512512512512513e-5 -brachycephalic_A 1.2512512512512513e-5 -brachydactylic_A 1.2512512512512513e-5 -brachypterous_A 1.2512512512512513e-5 -brachyurous_A 1.2512512512512513e-5 -brackish_A 1.2512512512512513e-5 -bracteal_A 1.2512512512512513e-5 -bracteate_A 1.2512512512512513e-5 -bracteolate_A 1.2512512512512513e-5 -brahminic_A 1.2512512512512513e-5 -brainless_A 1.2512512512512513e-5 -brainsick_A 1.2512512512512513e-5 -brainy_A 1.2512512512512513e-5 -braky_A 1.2512512512512513e-5 -bran_new_A 1.2512512512512513e-5 -branched_A 1.2512512512512513e-5 -branchial_A 1.2512512512512513e-5 -branchiate_A 1.2512512512512513e-5 -branchiopod_A 1.2512512512512513e-5 -branchless_A 1.2512512512512513e-5 -branchy_A 1.2512512512512513e-5 -brand_new_A 1.2512512512512513e-5 -brash_A 3.7537537537537536e-5 -brassbound_A 1.2512512512512513e-5 -brassy_A 1.2512512512512513e-5 -bratty_A 1.2512512512512513e-5 -brave_A 7.507507507507507e-5 -brawny_A 2.5025025025025026e-5 -brazen_A 1.2512512512512513e-5 -brazen_faced_A 1.2512512512512513e-5 -brazilian_A 2.2522522522522523e-4 -breakable_A 1.2512512512512513e-5 -breakaway_A 1.2512512512512513e-5 -breakneck_A 1.2512512512512513e-5 -breast_fed_A 1.2512512512512513e-5 -breastless_A 1.2512512512512513e-5 -breathless_A 2.5025025025025026e-5 -breathtaking_A 6.256256256256256e-5 -breeched_A 1.2512512512512513e-5 -breezy_A 5.005005005005005e-5 -bregmatic_A 1.2512512512512513e-5 -bribable_A 1.2512512512512513e-5 -bridal_A 1.2512512512512513e-5 -bridgeable_A 1.2512512512512513e-5 -brief_A 4.254254254254254e-4 -briefless_A 1.2512512512512513e-5 -bright_A 3.2532532532532533e-4 -brilliant_A 1.2512512512512512e-4 -brimful_A 1.2512512512512513e-5 -brimfull_A 1.2512512512512513e-5 -brimless_A 1.2512512512512513e-5 -brindled_A 1.2512512512512513e-5 -briny_A 1.2512512512512513e-5 -brisant_A 1.2512512512512513e-5 -brisk_A 2.002002002002002e-4 -bristlelike_A 1.2512512512512513e-5 -bristly_A 1.2512512512512513e-5 -britannic_A 1.2512512512512513e-5 -british_A 3.7537537537537537e-4 -briton_A 1.2512512512512513e-5 -brittle_A 2.5025025025025026e-5 -broad_A 1.589089089089089e-3 -broad_minded_A 1.2512512512512513e-5 -broadband_A 1.2512512512512513e-5 -broadleaf_A 1.2512512512512513e-5 -broadloom_A 1.2512512512512513e-5 -broadside_A 1.2512512512512513e-5 -broke_A 2.5025025025025026e-5 -broken_hearted_A 1.2512512512512513e-5 -brokenhearted_A 1.2512512512512513e-5 -bromic_A 1.2512512512512513e-5 -bromidic_A 1.2512512512512513e-5 -bronchial_A 1.2512512512512513e-5 -bronchiolar_A 1.2512512512512513e-5 -bronchitic_A 1.2512512512512513e-5 -bronchoscopic_A 1.2512512512512513e-5 -bronze_A 1.2512512512512513e-5 -broody_A 1.2512512512512513e-5 -brotherly_A 2.5025025025025026e-5 -brown_A 5.005005005005005e-5 -brownish_A 1.2512512512512513e-5 -brumal_A 1.2512512512512513e-5 -brumous_A 1.2512512512512513e-5 -bruneian_A 1.2512512512512513e-5 -brunet_A 1.2512512512512513e-5 -brushlike_A 1.2512512512512513e-5 -brusque_A 1.2512512512512513e-5 -brut_A 1.2512512512512513e-5 -brutal_A 8.758758758758758e-5 -brutish_A 2.5025025025025026e-5 -bryophytic_A 1.2512512512512513e-5 -bubaline_A 1.2512512512512513e-5 -bubbly_A 1.2512512512512513e-5 -bubonic_A 1.2512512512512513e-5 -buccal_A 1.2512512512512513e-5 -buckshee_A 1.2512512512512513e-5 -bucolic_A 1.2512512512512513e-5 -budgetary_A 1.2512512512512512e-4 -buff_A 1.2512512512512513e-5 -buffoonish_A 1.2512512512512513e-5 -buggy_A 1.2512512512512513e-5 -built_in_A 7.507507507507507e-5 -built_up_A 1.2512512512512513e-5 -bulbaceous_A 1.2512512512512513e-5 -bulbar_A 1.2512512512512513e-5 -bulbed_A 1.2512512512512513e-5 -bulblike_A 1.2512512512512513e-5 -bulbous_A 1.2512512512512513e-5 -bulgarian_A 5.005005005005005e-5 -bulimic_A 1.2512512512512513e-5 -bulky_A 2.5025025025025026e-5 -bull_headed_A 1.2512512512512513e-5 -bullate_A 1.2512512512512513e-5 -bullet_headed_A 1.2512512512512513e-5 -bulletproof_A 1.2512512512512513e-5 -bullheaded_A 1.2512512512512513e-5 -bullish_A 1.2512512512512513e-5 -bullnecked_A 1.2512512512512513e-5 -bullocky_A 1.2512512512512513e-5 -bully_A 1.2512512512512513e-5 -bum_A 1.2512512512512513e-5 -bumbling_A 1.2512512512512513e-5 -bumpkinly_A 1.2512512512512513e-5 -bumptious_A 1.2512512512512513e-5 -bumpy_A 5.005005005005005e-5 -bunchy_A 1.2512512512512513e-5 -bungaloid_A 1.2512512512512513e-5 -buoyant_A 5.005005005005005e-5 -burdenless_A 1.2512512512512513e-5 -burdensome_A 5.005005005005005e-5 -bureaucratic_A 1.5015015015015014e-4 -burglar_proof_A 1.2512512512512513e-5 -burglarious_A 1.2512512512512513e-5 -burglarproof_A 1.2512512512512513e-5 -burled_A 1.2512512512512513e-5 -burlesque_A 1.2512512512512513e-5 -burly_A 2.5025025025025026e-5 -burmese_A 1.2512512512512513e-5 -burnable_A 1.2512512512512513e-5 -burrlike_A 1.2512512512512513e-5 -bursal_A 1.2512512512512513e-5 -bursiform_A 1.2512512512512513e-5 -burundian_A 1.2512512512512513e-5 -bushwhacking_A 1.2512512512512513e-5 -bushy_A 2.5025025025025026e-5 -businesslike_A 5.005005005005005e-5 -busy_A 5.880880880880881e-4 -butch_A 1.2512512512512513e-5 -buteonine_A 1.2512512512512513e-5 -buttery_A 1.2512512512512513e-5 -buttoned_up_A 2.5025025025025026e-5 -buttony_A 1.2512512512512513e-5 -butyraceous_A 1.2512512512512513e-5 -butyric_A 1.2512512512512513e-5 -buxom_A 1.2512512512512513e-5 -bygone_A 2.5025025025025026e-5 -cabalistic_A 1.2512512512512513e-5 -cachectic_A 1.2512512512512513e-5 -cackly_A 1.2512512512512513e-5 -cacodemonic_A 1.2512512512512513e-5 -cacodylic_A 1.2512512512512513e-5 -cacophonous_A 1.2512512512512513e-5 -cacuminal_A 1.2512512512512513e-5 -cadastral_A 1.2512512512512513e-5 -cadaverous_A 1.2512512512512513e-5 -caddish_A 1.2512512512512513e-5 -cadenced_A 1.2512512512512513e-5 -caducean_A 1.2512512512512513e-5 -caducous_A 1.2512512512512513e-5 -caecilian_A 1.2512512512512513e-5 -caesarian_A 1.2512512512512513e-5 -caespitose_A 1.2512512512512513e-5 -caesural_A 1.2512512512512513e-5 -caffeinic_A 1.2512512512512513e-5 -cagey_A 1.2512512512512513e-5 -cairned_A 1.2512512512512513e-5 -caitiff_A 1.2512512512512513e-5 -calamitous_A 2.5025025025025026e-5 -calando_A 1.2512512512512513e-5 -calcaneal_A 1.2512512512512513e-5 -calcareous_A 1.2512512512512513e-5 -calced_A 1.2512512512512513e-5 -calceolate_A 1.2512512512512513e-5 -calcic_A 1.2512512512512513e-5 -calcicolous_A 1.2512512512512513e-5 -calciferous_A 1.2512512512512513e-5 -calcific_A 1.2512512512512513e-5 -calcifugous_A 1.2512512512512513e-5 -calcitic_A 1.2512512512512513e-5 -calculable_A 1.2512512512512513e-5 -calculous_A 1.2512512512512513e-5 -calefacient_A 1.2512512512512513e-5 -calefactory_A 1.2512512512512513e-5 -calendric_A 1.2512512512512513e-5 -calico_A 1.2512512512512513e-5 -californian_A 1.2512512512512513e-5 -caliginous_A 1.2512512512512513e-5 -calisthenic_A 1.2512512512512513e-5 -callable_A 2.5025025025025026e-5 -caller_A 1.2512512512512513e-5 -calligraphic_A 1.2512512512512513e-5 -callipygian_A 1.2512512512512513e-5 -callithumpian_A 1.2512512512512513e-5 -callous_A 1.2512512512512513e-5 -calloused_A 1.2512512512512513e-5 -callow_A 1.2512512512512513e-5 -calm_A 1.2512512512512512e-4 -caloric_A 1.2512512512512513e-5 -calorifacient_A 1.2512512512512513e-5 -calorific_A 1.2512512512512513e-5 -calorimetric_A 1.2512512512512513e-5 -calumniatory_A 1.2512512512512513e-5 -calyceal_A 1.2512512512512513e-5 -calycular_A 1.2512512512512513e-5 -calyculate_A 1.2512512512512513e-5 -calyptrate_A 1.2512512512512513e-5 -cambial_A 1.2512512512512513e-5 -cambodian_A 7.507507507507507e-5 -cameroonian_A 1.2512512512512513e-5 -camp_A 1.2512512512512513e-5 -campanulate_A 1.2512512512512513e-5 -campestral_A 1.2512512512512513e-5 -camphoraceous_A 1.2512512512512513e-5 -camphorated_A 1.2512512512512513e-5 -camphoric_A 1.2512512512512513e-5 -campylotropous_A 1.2512512512512513e-5 -canadian_A 5.005005005005005e-5 -canalicular_A 1.2512512512512513e-5 -canaliculate_A 1.2512512512512513e-5 -canary_A 1.2512512512512513e-5 -cancellate_A 1.2512512512512513e-5 -cancerous_A 5.005005005005005e-5 -cancroid_A 1.2512512512512513e-5 -candescent_A 1.2512512512512513e-5 -candid_A 5.005005005005005e-5 -canescent_A 1.2512512512512513e-5 -canicular_A 1.2512512512512513e-5 -canine_A 2.5025025025025026e-5 -cankerous_A 1.2512512512512513e-5 -cannibalic_A 1.2512512512512513e-5 -cannibalistic_A 1.2512512512512513e-5 -canny_A 2.5025025025025026e-5 -canonic_A 1.2512512512512513e-5 -canonical_A 1.2512512512512513e-5 -canonist_A 1.2512512512512513e-5 -canopied_A 1.2512512512512513e-5 -canorous_A 1.2512512512512513e-5 -cantabile_A 1.2512512512512513e-5 -cantankerous_A 1.2512512512512513e-5 -cantonal_A 1.2512512512512513e-5 -canty_A 1.2512512512512513e-5 -capable_A 2.2522522522522523e-4 -capacious_A 1.2512512512512513e-5 -capacitive_A 1.2512512512512513e-5 -capillary_A 1.2512512512512513e-5 -capital_A 1.2512512512512512e-4 -capitalism_A 1.2512512512512513e-5 -capitalist_A 1.2512512512512513e-5 -capitalistic_A 6.256256256256256e-5 -capitate_A 1.2512512512512513e-5 -capitular_A 1.2512512512512513e-5 -capricious_A 3.7537537537537536e-5 -caprine_A 1.2512512512512513e-5 -capsular_A 1.2512512512512513e-5 -capsulate_A 1.2512512512512513e-5 -captious_A 1.2512512512512513e-5 -captive_A 2.5025025025025026e-5 -caramel_A 1.2512512512512513e-5 -carangid_A 1.2512512512512513e-5 -carbocyclic_A 1.2512512512512513e-5 -carbolated_A 1.2512512512512513e-5 -carbolic_A 1.2512512512512513e-5 -carbonaceous_A 1.2512512512512513e-5 -carbonated_A 1.2512512512512513e-5 -carbonic_A 1.2512512512512513e-5 -carboniferous_A 1.2512512512512513e-5 -carbonyl_A 1.2512512512512513e-5 -carboxyl_A 1.2512512512512513e-5 -carbuncled_A 1.2512512512512513e-5 -carcinogenic_A 1.2512512512512513e-5 -carcinomatous_A 1.2512512512512513e-5 -cardboard_A 1.2512512512512513e-5 -cardiac_A 6.256256256256256e-5 -cardinal_A 1.2512512512512513e-5 -cardiographic_A 1.2512512512512513e-5 -cardiologic_A 1.2512512512512513e-5 -cardiopulmonary_A 1.2512512512512513e-5 -cardiovascular_A 1.2512512512512513e-5 -carefree_A 3.7537537537537536e-5 -careful_A 5.38038038038038e-4 -careladen_A 1.2512512512512513e-5 -careless_A 3.7537537537537536e-5 -caressing_A 1.2512512512512513e-5 -careworn_A 1.2512512512512513e-5 -carinal_A 1.2512512512512513e-5 -carious_A 1.2512512512512513e-5 -carmelite_A 2.5025025025025026e-5 -carminative_A 1.2512512512512513e-5 -carmine_A 1.2512512512512513e-5 -carnal_A 1.2512512512512513e-5 -carnassial_A 1.2512512512512513e-5 -carnation_A 1.2512512512512513e-5 -carnivorous_A 1.2512512512512513e-5 -carotid_A 1.2512512512512513e-5 -carpal_A 1.2512512512512513e-5 -carpellary_A 1.2512512512512513e-5 -carpellate_A 1.2512512512512513e-5 -carpetbag_A 1.2512512512512513e-5 -carpophagous_A 1.2512512512512513e-5 -carposporic_A 1.2512512512512513e-5 -carposporous_A 1.2512512512512513e-5 -carroty_A 1.2512512512512513e-5 -carsick_A 1.2512512512512513e-5 -cartilaginous_A 1.2512512512512513e-5 -cartographic_A 1.2512512512512513e-5 -caruncular_A 1.2512512512512513e-5 -carunculate_A 1.2512512512512513e-5 -caryophyllaceous_A 1.2512512512512513e-5 -case_hardened_A 1.2512512512512513e-5 -casebook_A 1.2512512512512513e-5 -caseous_A 1.2512512512512513e-5 -cashable_A 1.2512512512512513e-5 -cassocked_A 1.2512512512512513e-5 -cast_iron_A 3.7537537537537536e-5 -cast_off_A 1.2512512512512513e-5 -castellated_A 1.2512512512512513e-5 -casual_A 1.2512512512512512e-4 -casuistic_A 1.2512512512512513e-5 -casuistical_A 1.2512512512512513e-5 -catabolic_A 1.2512512512512513e-5 -catachrestic_A 1.2512512512512513e-5 -cataclinal_A 1.2512512512512513e-5 -cataclysmal_A 1.2512512512512513e-5 -cataclysmic_A 1.2512512512512513e-5 -catacorner_A 1.2512512512512513e-5 -catadromous_A 1.2512512512512513e-5 -catalan_A 1.2512512512512513e-5 -catalatic_A 1.2512512512512513e-5 -catalectic_A 1.2512512512512513e-5 -cataleptic_A 1.2512512512512513e-5 -catalytic_A 3.7537537537537536e-5 -cataphatic_A 1.2512512512512513e-5 -cataplastic_A 1.2512512512512513e-5 -catapultic_A 1.2512512512512513e-5 -catarrhal_A 1.2512512512512513e-5 -catarrhine_A 1.2512512512512513e-5 -catastrophic_A 1.7517517517517516e-4 -catatonic_A 1.2512512512512513e-5 -catchpenny_A 1.2512512512512513e-5 -catchy_A 1.2512512512512513e-5 -catechetical_A 1.2512512512512513e-5 -catechismal_A 1.2512512512512513e-5 -catechistic_A 1.2512512512512513e-5 -categorematic_A 1.2512512512512513e-5 -categorial_A 1.2512512512512513e-5 -categoric_A 1.2512512512512513e-5 -categorical_A 2.5025025025025026e-5 -catenulate_A 1.2512512512512513e-5 -cathartic_A 1.2512512512512513e-5 -cathectic_A 1.2512512512512513e-5 -cathedral_A 1.2512512512512513e-5 -cathodic_A 1.2512512512512513e-5 -catholic_A 2.5025025025025026e-5 -cationic_A 1.2512512512512513e-5 -catkinate_A 1.2512512512512513e-5 -catoptric_A 1.2512512512512513e-5 -cattish_A 1.2512512512512513e-5 -catty_A 1.2512512512512513e-5 -caucasian_A 1.2512512512512513e-5 -caudal_A 1.2512512512512513e-5 -caudate_A 1.2512512512512513e-5 -caulescent_A 1.2512512512512513e-5 -cauline_A 1.2512512512512513e-5 -causal_A 1.2512512512512513e-5 -causative_A 1.2512512512512513e-5 -causeless_A 1.2512512512512513e-5 -caustic_A 5.005005005005005e-5 -cautionary_A 2.5025025025025026e-5 -cautious_A 6.506506506506507e-4 -cavalier_A 3.7537537537537536e-5 -cavernous_A 3.7537537537537536e-5 -ceaseless_A 3.7537537537537536e-5 -cecal_A 1.2512512512512513e-5 -cedarn_A 1.2512512512512513e-5 -ceilinged_A 1.2512512512512513e-5 -celebrated_A 2.5025025025025026e-5 -celebratory_A 1.2512512512512513e-5 -celestial_A 1.2512512512512513e-5 -celiac_A 1.2512512512512513e-5 -celibate_A 1.2512512512512513e-5 -cellular_A 3.878878878878879e-4 -celluloid_A 1.2512512512512513e-5 -cellulosid_A 1.2512512512512513e-5 -celtic_A 1.2512512512512513e-5 -cementitious_A 1.2512512512512513e-5 -cenobitic_A 1.2512512512512513e-5 -cenogenetic_A 1.2512512512512513e-5 -censorial_A 1.2512512512512513e-5 -censorious_A 1.2512512512512513e-5 -centenarian_A 1.2512512512512513e-5 -centenary_A 2.5025025025025026e-5 -centennial_A 6.256256256256256e-5 -center_A 1.2512512512512513e-5 -centered_A 1.2512512512512513e-5 -centesimal_A 1.2512512512512513e-5 -centigrade_A 1.2512512512512513e-5 -central_A 1.0885885885885886e-3 -centralist_A 1.2512512512512513e-5 -centric_A 1.2512512512512513e-5 -centrifugal_A 3.7537537537537536e-5 -centripetal_A 1.2512512512512513e-5 -centrist_A 1.2512512512512513e-5 -centroidal_A 1.2512512512512513e-5 -centromeric_A 1.2512512512512513e-5 -centrosomic_A 1.2512512512512513e-5 -cephalic_A 1.2512512512512513e-5 -cephalopod_A 1.2512512512512513e-5 -ceramic_A 1.001001001001001e-4 -cercarial_A 1.2512512512512513e-5 -cereal_A 1.2512512512512513e-5 -cerebellar_A 1.2512512512512513e-5 -cerebral_A 1.2512512512512513e-5 -cerebrospinal_A 1.2512512512512513e-5 -cerebrovascular_A 1.2512512512512513e-5 -ceremonial_A 3.7537537537537536e-5 -ceremonious_A 1.2512512512512513e-5 -ceric_A 1.2512512512512513e-5 -cerise_A 1.2512512512512513e-5 -cernuous_A 1.2512512512512513e-5 -cerous_A 1.2512512512512513e-5 -certain_A 4.567067067067067e-3 -certifiable_A 1.2512512512512513e-5 -certificatory_A 1.2512512512512513e-5 -cerulean_A 1.2512512512512513e-5 -ceruminous_A 1.2512512512512513e-5 -cervical_A 2.5025025025025026e-5 -cervine_A 1.2512512512512513e-5 -cesarean_A 1.2512512512512513e-5 -cetacean_A 1.2512512512512513e-5 -chadian_A 1.2512512512512513e-5 -chaetal_A 1.2512512512512513e-5 -chaetognathan_A 1.2512512512512513e-5 -chaffy_A 1.2512512512512513e-5 -chalky_A 1.2512512512512513e-5 -challengeable_A 1.2512512512512513e-5 -chalybeate_A 1.2512512512512513e-5 -chambered_A 1.2512512512512513e-5 -champion_A 2.5025025025025026e-5 -champleve_A 1.2512512512512513e-5 -chancroidal_A 1.2512512512512513e-5 -chancrous_A 1.2512512512512513e-5 -chancy_A 1.2512512512512513e-5 -changeable_A 1.2512512512512513e-5 -changeful_A 1.2512512512512513e-5 -changeless_A 1.2512512512512513e-5 -chantlike_A 1.2512512512512513e-5 -chaotic_A 1.001001001001001e-4 -chapfallen_A 1.2512512512512513e-5 -chapleted_A 1.2512512512512513e-5 -characteristic_A 7.507507507507507e-5 -characterless_A 2.5025025025025026e-5 -charcoal_A 1.2512512512512513e-5 -chargeable_A 1.2512512512512513e-5 -charismatic_A 2.5025025025025026e-5 -charitable_A 1.3763763763763765e-4 -charnel_A 1.2512512512512513e-5 -chartaceous_A 1.2512512512512513e-5 -chartless_A 1.2512512512512513e-5 -chartreuse_A 1.2512512512512513e-5 -chary_A 2.5025025025025026e-5 -chaste_A 2.5025025025025026e-5 -chatty_A 1.2512512512512513e-5 -chauvinistic_A 1.2512512512512513e-5 -cheap_A 1.0635635635635637e-3 -cheapjack_A 1.2512512512512513e-5 -cheeky_A 2.5025025025025026e-5 -cheerful_A 2.5025025025025026e-5 -cheerless_A 1.2512512512512513e-5 -cheery_A 2.5025025025025026e-5 -cheeselike_A 1.2512512512512513e-5 -cheeseparing_A 1.2512512512512513e-5 -chelate_A 1.2512512512512513e-5 -cheliceral_A 1.2512512512512513e-5 -chelicerous_A 1.2512512512512513e-5 -cheliferous_A 1.2512512512512513e-5 -chelonian_A 1.2512512512512513e-5 -chemical_A 2.002002002002002e-4 -chemiluminescent_A 1.2512512512512513e-5 -chemisorptive_A 1.2512512512512513e-5 -chemoreceptive_A 1.2512512512512513e-5 -chemotherapeutic_A 1.2512512512512513e-5 -cherry_A 3.7537537537537536e-5 -cherty_A 1.2512512512512513e-5 -cherubic_A 1.2512512512512513e-5 -chestnut_A 1.2512512512512513e-5 -chewable_A 1.2512512512512513e-5 -chewy_A 1.2512512512512513e-5 -chiasmal_A 1.2512512512512513e-5 -chic_A 5.005005005005005e-5 -chichi_A 1.2512512512512513e-5 -chicken_A 1.2512512512512513e-5 -chicken_hearted_A 1.2512512512512513e-5 -chief_A 4.904904904904905e-3 -chilblained_A 1.2512512512512513e-5 -childbearing_A 1.2512512512512513e-5 -childish_A 2.5025025025025026e-5 -childless_A 1.2512512512512513e-5 -childlike_A 1.2512512512512513e-5 -chilean_A 5.005005005005005e-5 -chill_A 1.2512512512512513e-5 -chilly_A 5.005005005005005e-5 -chimeric_A 1.2512512512512513e-5 -chimerical_A 1.2512512512512513e-5 -chinese_A 1.001001001001001e-4 -chinless_A 1.2512512512512513e-5 -chipper_A 1.2512512512512513e-5 -chiromantic_A 1.2512512512512513e-5 -chirpy_A 2.5025025025025026e-5 -chiseled_A 1.2512512512512513e-5 -chitinous_A 1.2512512512512513e-5 -chivalric_A 1.2512512512512513e-5 -chivalrous_A 1.2512512512512513e-5 -chlamydeous_A 1.2512512512512513e-5 -chlamydial_A 1.2512512512512513e-5 -chlorophyllose_A 1.2512512512512513e-5 -chlorotic_A 1.2512512512512513e-5 -chock_a_block_A 1.2512512512512513e-5 -chock_full_A 1.2512512512512513e-5 -choice_A 2.5025025025025026e-5 -choky_A 1.2512512512512513e-5 -choleraic_A 1.2512512512512513e-5 -choleric_A 1.2512512512512513e-5 -cholinergic_A 1.2512512512512513e-5 -chondritic_A 1.2512512512512513e-5 -choosey_A 1.2512512512512513e-5 -choosy_A 1.2512512512512513e-5 -choppy_A 6.256256256256256e-5 -choragic_A 1.2512512512512513e-5 -choral_A 1.2512512512512513e-5 -chordal_A 1.2512512512512513e-5 -chordate_A 1.2512512512512513e-5 -choreographic_A 1.2512512512512513e-5 -choric_A 1.2512512512512513e-5 -chorionic_A 1.2512512512512513e-5 -christian_A 1.1261261261261261e-4 -christianly_A 1.2512512512512513e-5 -christless_A 1.2512512512512513e-5 -christlike_A 1.2512512512512513e-5 -chromatic_A 1.2512512512512513e-5 -chromatinic_A 1.2512512512512513e-5 -chromatographic_A 1.2512512512512513e-5 -chromosomal_A 1.2512512512512513e-5 -chronic_A 5.005005005005005e-5 -chronological_A 1.2512512512512513e-5 -chthonian_A 1.2512512512512513e-5 -chubby_A 1.2512512512512513e-5 -chuffed_A 1.2512512512512513e-5 -chummy_A 1.2512512512512513e-5 -chunky_A 1.2512512512512513e-5 -churchgoing_A 1.2512512512512513e-5 -churchly_A 1.2512512512512513e-5 -churlish_A 1.2512512512512513e-5 -chylaceous_A 1.2512512512512513e-5 -chyliferous_A 1.2512512512512513e-5 -chylific_A 1.2512512512512513e-5 -cigar_shaped_A 1.2512512512512513e-5 -ciliary_A 1.2512512512512513e-5 -ciliate_A 1.2512512512512513e-5 -cinematic_A 2.5025025025025026e-5 -cinerary_A 1.2512512512512513e-5 -circadian_A 1.2512512512512513e-5 -circuitous_A 2.5025025025025026e-5 -circular_A 2.5025025025025026e-5 -circulative_A 1.2512512512512513e-5 -circulatory_A 1.2512512512512513e-5 -circumferential_A 1.2512512512512513e-5 -circumlocutious_A 1.2512512512512513e-5 -circumpolar_A 1.2512512512512513e-5 -circumspect_A 6.256256256256256e-5 -circumstantial_A 2.5025025025025026e-5 -cisalpine_A 1.2512512512512513e-5 -cismontane_A 1.2512512512512513e-5 -cissy_A 1.2512512512512513e-5 -citified_A 1.2512512512512513e-5 -citric_A 1.2512512512512513e-5 -citrous_A 1.2512512512512513e-5 -citywide_A 1.2512512512512513e-5 -civic_A 8.758758758758758e-5 -civil_A 1.151151151151151e-3 -civilian_A 8.758758758758758e-5 -clairvoyant_A 1.2512512512512513e-5 -clamant_A 1.2512512512512513e-5 -clamatorial_A 1.2512512512512513e-5 -clammy_A 2.5025025025025026e-5 -clamorous_A 1.2512512512512513e-5 -clandestine_A 2.5025025025025026e-5 -clangorous_A 1.2512512512512513e-5 -clannish_A 2.5025025025025026e-5 -clarion_A 1.2512512512512513e-5 -class_conscious_A 2.5025025025025026e-5 -classic_A 2.752752752752753e-4 -classical_A 8.758758758758758e-5 -classicistic_A 1.2512512512512513e-5 -classifiable_A 1.2512512512512513e-5 -classificatory_A 1.2512512512512513e-5 -classless_A 2.5025025025025026e-5 -classy_A 3.7537537537537536e-5 -clastic_A 1.2512512512512513e-5 -clathrate_A 1.2512512512512513e-5 -clattery_A 1.2512512512512513e-5 -clausal_A 1.2512512512512513e-5 -claustrophobic_A 2.5025025025025026e-5 -clawlike_A 1.2512512512512513e-5 -clayey_A 1.2512512512512513e-5 -clean_A 2.8778778778778776e-4 -clean_bowled_A 1.2512512512512513e-5 -clean_cut_A 1.2512512512512513e-5 -clean_limbed_A 1.2512512512512513e-5 -clean_living_A 1.2512512512512513e-5 -clean_shaven_A 1.2512512512512513e-5 -cleanable_A 1.2512512512512513e-5 -cleanly_A 1.2512512512512513e-5 -cleansing_A 1.2512512512512513e-5 -clear_A 2.852852852852853e-3 -clear_headed_A 1.2512512512512513e-5 -clear_sighted_A 1.2512512512512513e-5 -clearheaded_A 1.2512512512512513e-5 -cleavable_A 1.2512512512512513e-5 -cleft_A 1.2512512512512513e-5 -cleistogamous_A 1.2512512512512513e-5 -clement_A 1.2512512512512513e-5 -clerical_A 3.7537537537537536e-5 -clever_A 1.1261261261261261e-4 -cliched_A 1.2512512512512513e-5 -climactic_A 1.2512512512512513e-5 -climatic_A 3.7537537537537536e-5 -clinical_A 2.002002002002002e-4 -clinker_built_A 1.2512512512512513e-5 -clinquant_A 1.2512512512512513e-5 -clip_on_A 1.2512512512512513e-5 -cliquish_A 1.2512512512512513e-5 -clitoral_A 1.2512512512512513e-5 -clockwise_A 1.2512512512512513e-5 -cloddish_A 1.2512512512512513e-5 -cloggy_A 1.2512512512512513e-5 -clonal_A 1.2512512512512513e-5 -clonic_A 1.2512512512512513e-5 -close_A 2.89039039039039e-3 -close_cropped_A 1.2512512512512513e-5 -close_cut_A 1.2512512512512513e-5 -close_fisted_A 1.2512512512512513e-5 -close_fitting_A 1.2512512512512513e-5 -close_grained_A 1.2512512512512513e-5 -close_hauled_A 1.2512512512512513e-5 -close_set_A 1.2512512512512513e-5 -closefisted_A 1.2512512512512513e-5 -closet_A 1.2512512512512513e-5 -clothesless_A 1.2512512512512513e-5 -cloud_capped_A 1.2512512512512513e-5 -cloudless_A 1.2512512512512513e-5 -cloudlike_A 1.2512512512512513e-5 -cloudy_A 1.2512512512512513e-5 -cloven_A 1.2512512512512513e-5 -clownish_A 1.2512512512512513e-5 -cloze_A 1.2512512512512513e-5 -club_footed_A 1.2512512512512513e-5 -clubbable_A 1.2512512512512513e-5 -clubbish_A 1.2512512512512513e-5 -clubfooted_A 1.2512512512512513e-5 -clueless_A 1.2512512512512513e-5 -clumsy_A 3.7537537537537536e-5 -clunky_A 1.2512512512512513e-5 -coagulable_A 1.2512512512512513e-5 -coagulate_A 1.2512512512512513e-5 -coalescent_A 1.2512512512512513e-5 -coarctate_A 1.2512512512512513e-5 -coarse_A 2.5025025025025026e-5 -coastal_A 6.256256256256256e-5 -coastwise_A 1.2512512512512513e-5 -coaxial_A 1.2512512512512513e-5 -cobwebby_A 1.2512512512512513e-5 -coccal_A 1.2512512512512513e-5 -coccoid_A 1.2512512512512513e-5 -coccygeal_A 1.2512512512512513e-5 -cochlear_A 1.2512512512512513e-5 -cock_a_hoop_A 1.2512512512512513e-5 -cockamamie_A 1.2512512512512513e-5 -cockeyed_A 1.2512512512512513e-5 -cockney_A 1.2512512512512513e-5 -cocksure_A 1.2512512512512513e-5 -cocky_A 2.5025025025025026e-5 -coeducational_A 1.2512512512512513e-5 -coeliac_A 1.2512512512512513e-5 -coequal_A 1.2512512512512513e-5 -coercive_A 1.2512512512512513e-5 -coetaneous_A 1.2512512512512513e-5 -coeval_A 1.2512512512512513e-5 -coexistent_A 1.2512512512512513e-5 -coextensive_A 1.2512512512512513e-5 -cogent_A 1.2512512512512513e-5 -cogged_A 1.2512512512512513e-5 -cogitable_A 1.2512512512512513e-5 -cogitative_A 1.2512512512512513e-5 -cognate_A 1.2512512512512513e-5 -cognitive_A 1.2512512512512513e-5 -cognizant_A 1.2512512512512513e-5 -coherent_A 5.005005005005005e-5 -cohesive_A 3.7537537537537536e-5 -coincident_A 3.7537537537537536e-5 -coincidental_A 3.7537537537537536e-5 -coital_A 1.2512512512512513e-5 -cold_A 5.255255255255255e-4 -cold_blooded_A 1.2512512512512513e-5 -cold_hearted_A 1.2512512512512513e-5 -coldhearted_A 1.2512512512512513e-5 -colicky_A 1.2512512512512513e-5 -collaborative_A 1.2512512512512513e-5 -collagenous_A 1.2512512512512513e-5 -collapsable_A 1.2512512512512513e-5 -collapsible_A 1.2512512512512513e-5 -collarless_A 1.2512512512512513e-5 -collateral_A 3.7537537537537536e-5 -collect_A 2.5025025025025026e-5 -collectible_A 1.2512512512512513e-5 -collective_A 2.3773773773773772e-4 -collectivist_A 1.2512512512512513e-5 -collegial_A 1.2512512512512513e-5 -collegiate_A 2.5025025025025026e-5 -collinear_A 1.2512512512512513e-5 -colloidal_A 1.2512512512512513e-5 -colloquial_A 1.2512512512512513e-5 -collusive_A 1.2512512512512513e-5 -colombian_A 1.7517517517517516e-4 -colonial_A 3.7537537537537536e-5 -colonic_A 1.2512512512512513e-5 -colonnaded_A 1.2512512512512513e-5 -color_A 1.2512512512512513e-5 -colorectal_A 1.2512512512512513e-5 -colored_A 1.2512512512512513e-5 -colorfast_A 1.2512512512512513e-5 -colorimetric_A 1.2512512512512513e-5 -colossal_A 1.2512512512512513e-5 -colour_blind_A 1.2512512512512513e-5 -colourful_A 1.2512512512512513e-5 -colourless_A 1.2512512512512513e-5 -coltish_A 1.2512512512512513e-5 -columnar_A 1.2512512512512513e-5 -columned_A 1.2512512512512513e-5 -columniform_A 1.2512512512512513e-5 -comate_A 1.2512512512512513e-5 -comatose_A 1.2512512512512513e-5 -combatant_A 1.2512512512512513e-5 -combative_A 1.2512512512512513e-5 -combinable_A 1.2512512512512513e-5 -combinative_A 1.2512512512512513e-5 -combinatorial_A 1.2512512512512513e-5 -comburent_A 1.2512512512512513e-5 -combustible_A 1.2512512512512513e-5 -come_at_able_A 1.2512512512512513e-5 -comely_A 1.2512512512512513e-5 -cometary_A 1.2512512512512513e-5 -comfortable_A 5.13013013013013e-4 -comforting_A 1.2512512512512513e-5 -comfortless_A 1.2512512512512513e-5 -comfy_A 1.2512512512512513e-5 -comic_A 2.002002002002002e-4 -comical_A 2.5025025025025026e-5 -commemorative_A 3.7537537537537536e-5 -commendable_A 5.005005005005005e-5 -commensal_A 1.2512512512512513e-5 -commensurable_A 1.2512512512512513e-5 -commensurate_A 2.5025025025025026e-5 -commercial_A 2.8403403403403403e-3 -comminatory_A 1.2512512512512513e-5 -commiserative_A 1.2512512512512513e-5 -commodious_A 1.2512512512512513e-5 -common_A 5.618118118118118e-3 -commonplace_A 5.005005005005005e-5 -commonsense_A 1.2512512512512513e-5 -communal_A 2.5025025025025026e-5 -communicable_A 1.2512512512512513e-5 -communicational_A 1.2512512512512513e-5 -communicative_A 1.2512512512512513e-5 -communist_A 3.503503503503503e-4 -commutable_A 1.2512512512512513e-5 -commutative_A 1.2512512512512513e-5 -compact_A 1.1261261261261261e-4 -companionable_A 1.2512512512512513e-5 -companionate_A 1.2512512512512513e-5 -comparable_A 7.632632632632632e-4 -comparative_A 8.758758758758758e-5 -compartmental_A 1.2512512512512513e-5 -compartmented_A 1.2512512512512513e-5 -compassionate_A 1.2512512512512513e-5 -compatible_A 1.1261261261261261e-4 -compelling_A 1.2512512512512513e-5 -compendious_A 1.2512512512512513e-5 -compensable_A 1.2512512512512513e-5 -compensatory_A 5.005005005005005e-5 -competent_A 1.001001001001001e-4 -competitive_A 9.75975975975976e-4 -complacent_A 3.7537537537537536e-5 -complaisant_A 1.2512512512512513e-5 -complemental_A 1.2512512512512513e-5 -complementary_A 5.005005005005005e-5 -complete_A 9.009009009009009e-4 -complex_A 6.381381381381381e-4 -compliant_A 1.2512512512512513e-5 -complimentary_A 1.2512512512512513e-5 -component_A 1.2512512512512513e-5 -compos_mentis_A 1.2512512512512513e-5 -composite_A 2.74024024024024e-3 -compositional_A 2.5025025025025026e-5 -compound_A 8.758758758758758e-5 -comprehensible_A 1.2512512512512513e-5 -comprehensive_A 2.3773773773773772e-4 -compressible_A 1.2512512512512513e-5 -compulsive_A 3.7537537537537536e-5 -compulsory_A 2.5025025025025026e-5 -computable_A 1.2512512512512513e-5 -computational_A 1.2512512512512513e-5 -comradely_A 1.2512512512512513e-5 -concave_A 1.2512512512512513e-5 -conceited_A 1.2512512512512513e-5 -conceivable_A 6.256256256256256e-5 -concentric_A 1.2512512512512513e-5 -conceptional_A 1.2512512512512513e-5 -conceptive_A 1.2512512512512513e-5 -conceptual_A 8.758758758758758e-5 -conceptualistic_A 1.2512512512512513e-5 -concessive_A 1.2512512512512513e-5 -conciliatory_A 7.507507507507507e-5 -concise_A 1.2512512512512513e-5 -conclusive_A 2.5025025025025026e-5 -concomitant_A 3.7537537537537536e-5 -concordant_A 1.2512512512512513e-5 -concrete_A 2.5025025025025025e-4 -concretistic_A 1.2512512512512513e-5 -concurrent_A 7.507507507507507e-5 -condemnable_A 1.2512512512512513e-5 -condemnatory_A 1.2512512512512513e-5 -condign_A 1.2512512512512513e-5 -conditional_A 1.1261261261261261e-4 -condolent_A 1.2512512512512513e-5 -conducive_A 2.5025025025025026e-5 -conductive_A 1.2512512512512513e-5 -condylar_A 1.2512512512512513e-5 -confederate_A 1.2512512512512513e-5 -confident_A 5.505505505505506e-4 -confidential_A 1.1261261261261261e-4 -configurational_A 1.2512512512512513e-5 -confining_A 1.2512512512512513e-5 -confirmable_A 1.2512512512512513e-5 -confiscate_A 1.2512512512512513e-5 -confluent_A 1.2512512512512513e-5 -conformable_A 1.2512512512512513e-5 -conformist_A 1.2512512512512513e-5 -confounding_A 1.2512512512512513e-5 -confrontational_A 1.2512512512512513e-5 -confucian_A 1.2512512512512513e-5 -confusable_A 1.2512512512512513e-5 -confusing_A 1.2512512512512513e-5 -congeneric_A 1.2512512512512513e-5 -congenial_A 2.5025025025025026e-5 -congenital_A 1.2512512512512513e-5 -congested_A 1.2512512512512513e-5 -congestive_A 1.2512512512512513e-5 -conglomerate_A 3.7537537537537536e-5 -congolese_A 2.5025025025025026e-5 -congratulatory_A 2.5025025025025026e-5 -congregational_A 1.2512512512512513e-5 -congressional_A 1.589089089089089e-3 -congruent_A 1.2512512512512513e-5 -congruous_A 1.2512512512512513e-5 -conic_A 1.2512512512512513e-5 -conical_A 1.2512512512512513e-5 -coniferous_A 1.2512512512512513e-5 -conjectural_A 1.2512512512512513e-5 -conjoint_A 1.2512512512512513e-5 -conjugal_A 1.2512512512512513e-5 -conjugate_A 1.2512512512512513e-5 -conjunct_A 1.2512512512512513e-5 -conjunctival_A 1.2512512512512513e-5 -conjunctive_A 1.2512512512512513e-5 -connate_A 1.2512512512512513e-5 -connatural_A 1.2512512512512513e-5 -connective_A 1.2512512512512513e-5 -conning_A 1.2512512512512513e-5 -connotational_A 1.2512512512512513e-5 -connotative_A 1.2512512512512513e-5 -connubial_A 1.2512512512512513e-5 -conquerable_A 1.2512512512512513e-5 -conscience_smitten_A 1.2512512512512513e-5 -conscienceless_A 1.2512512512512513e-5 -conscientious_A 6.256256256256256e-5 -conscionable_A 1.2512512512512513e-5 -conscious_A 6.256256256256256e-5 -consecutive_A 6.506506506506507e-4 -consensual_A 1.2512512512512513e-5 -consentaneous_A 1.2512512512512513e-5 -consequent_A 1.8768768768768769e-4 -consequential_A 1.2512512512512513e-5 -conservative_A 1.076076076076076e-3 -considerable_A 7.882882882882883e-4 -considerate_A 1.2512512512512513e-5 -consistent_A 6.131131131131132e-4 -consolable_A 1.2512512512512513e-5 -consolatory_A 1.2512512512512513e-5 -consolidative_A 1.2512512512512513e-5 -consonant_A 2.5025025025025026e-5 -consonantal_A 1.2512512512512513e-5 -conspecific_A 1.2512512512512513e-5 -conspicuous_A 6.256256256256256e-5 -conspiratorial_A 1.2512512512512513e-5 -constant_A 4.5045045045045046e-4 -constituent_A 2.5025025025025026e-5 -constitutional_A 6.381381381381381e-4 -constitutive_A 1.2512512512512513e-5 -constricting_A 1.2512512512512513e-5 -constructional_A 1.2512512512512513e-5 -constructive_A 1.001001001001001e-4 -consubstantial_A 1.2512512512512513e-5 -consular_A 1.2512512512512513e-5 -consultative_A 1.2512512512512513e-5 -consumable_A 1.2512512512512513e-5 -consummate_A 2.5025025025025026e-5 -consumptive_A 1.2512512512512513e-5 -contagious_A 5.005005005005005e-5 -contaminative_A 1.2512512512512513e-5 -contemplative_A 1.2512512512512513e-5 -contemporaneous_A 1.2512512512512513e-5 -contemporary_A 1.5015015015015014e-4 -contemptible_A 2.5025025025025026e-5 -content_A 6.256256256256256e-5 -contentious_A 1.001001001001001e-4 -conterminous_A 1.2512512512512513e-5 -contestable_A 1.2512512512512513e-5 -contextual_A 1.2512512512512513e-5 -contiguous_A 3.7537537537537536e-5 -continent_A 1.2512512512512513e-5 -continental_A 1.2512512512512512e-4 -contingent_A 1.001001001001001e-4 -continual_A 1.3763763763763765e-4 -continuous_A 8.758758758758758e-5 -contrabass_A 1.2512512512512513e-5 -contraceptive_A 6.256256256256256e-5 -contractible_A 1.2512512512512513e-5 -contractile_A 1.2512512512512513e-5 -contractual_A 7.507507507507507e-5 -contradictory_A 5.005005005005005e-5 -contralateral_A 1.2512512512512513e-5 -contrapuntal_A 1.2512512512512513e-5 -contrarious_A 1.2512512512512513e-5 -contrary_A 1.6266266266266267e-4 -contrastive_A 1.2512512512512513e-5 -contrasty_A 1.2512512512512513e-5 -contributory_A 1.2512512512512513e-5 -contrite_A 1.2512512512512513e-5 -controllable_A 1.2512512512512513e-5 -controlling_A 1.2512512512512513e-5 -controversial_A 6.131131131131132e-4 -contumacious_A 1.2512512512512513e-5 -contumelious_A 1.2512512512512513e-5 -convalescent_A 1.2512512512512513e-5 -convenient_A 1.1261261261261261e-4 -conventional_A 7.632632632632632e-4 -conventionalized_A 1.2512512512512513e-5 -convergent_A 1.2512512512512513e-5 -conversant_A 1.2512512512512513e-5 -conversational_A 1.2512512512512513e-5 -converse_A 3.7537537537537536e-5 -convertible_A 1.3763763763763764e-3 -convex_A 1.2512512512512513e-5 -convincible_A 1.2512512512512513e-5 -convincing_A 7.507507507507507e-5 -convivial_A 1.2512512512512513e-5 -convolute_A 1.2512512512512513e-5 -convoluted_A 2.5025025025025026e-5 -convulsive_A 1.2512512512512513e-5 -cool_A 1.8768768768768769e-4 -cool_headed_A 1.2512512512512513e-5 -cooperative_A 1.7517517517517516e-4 -coordinate_A 1.2512512512512513e-5 -copacetic_A 1.2512512512512513e-5 -copernican_A 1.2512512512512513e-5 -copious_A 2.5025025025025026e-5 -coplanar_A 1.2512512512512513e-5 -copper_bottomed_A 1.2512512512512513e-5 -coppery_A 1.2512512512512513e-5 -copt_A 1.2512512512512513e-5 -copular_A 1.2512512512512513e-5 -copulative_A 1.2512512512512513e-5 -coquettish_A 1.2512512512512513e-5 -coral_A 1.2512512512512513e-5 -corbelled_A 1.2512512512512513e-5 -cordate_A 1.2512512512512513e-5 -cordial_A 1.2512512512512513e-5 -cordless_A 1.2512512512512513e-5 -cordon_bleu_A 1.2512512512512513e-5 -coreferent_A 1.2512512512512513e-5 -coreferential_A 1.2512512512512513e-5 -coriaceous_A 1.2512512512512513e-5 -corinthian_A 2.5025025025025026e-5 -cormous_A 1.2512512512512513e-5 -corneal_A 1.2512512512512513e-5 -corneous_A 1.2512512512512513e-5 -corny_A 1.2512512512512513e-5 -coronary_A 2.5025025025025026e-5 -coroneted_A 1.2512512512512513e-5 -corporal_A 1.2512512512512513e-5 -corporate_A 4.116616616616616e-3 -corporatist_A 1.2512512512512513e-5 -corporeal_A 1.2512512512512513e-5 -corpulent_A 1.2512512512512513e-5 -corpuscular_A 1.2512512512512513e-5 -correct_A 2.127127127127127e-4 -correctable_A 1.2512512512512513e-5 -correctional_A 1.2512512512512513e-5 -corrective_A 3.7537537537537536e-5 -correlational_A 1.2512512512512513e-5 -correlative_A 1.2512512512512513e-5 -corrigible_A 1.2512512512512513e-5 -corroborant_A 1.2512512512512513e-5 -corroborative_A 1.2512512512512513e-5 -corrosive_A 1.2512512512512513e-5 -corrupt_A 8.758758758758758e-5 -corruptible_A 1.2512512512512513e-5 -corruptive_A 1.2512512512512513e-5 -cortical_A 1.2512512512512513e-5 -corticoafferent_A 1.2512512512512513e-5 -corticoefferent_A 1.2512512512512513e-5 -corvine_A 1.2512512512512513e-5 -corymbose_A 1.2512512512512513e-5 -coseismic_A 1.2512512512512513e-5 -cosher_A 1.2512512512512513e-5 -cosignatory_A 1.2512512512512513e-5 -cosmetic_A 7.507507507507507e-5 -cosmic_A 6.256256256256256e-5 -cosmologic_A 1.2512512512512513e-5 -cosmopolitan_A 1.2512512512512513e-5 -costa_rican_A 2.752752752752753e-4 -costal_A 1.2512512512512513e-5 -costate_A 1.2512512512512513e-5 -costive_A 1.2512512512512513e-5 -costly_A 6.631631631631631e-4 -costumed_A 1.2512512512512513e-5 -cosy_A 1.2512512512512513e-5 -coterminous_A 1.2512512512512513e-5 -cottony_A 1.2512512512512513e-5 -couchant_A 1.2512512512512513e-5 -countable_A 1.2512512512512513e-5 -counter_revolutionary_A 1.2512512512512513e-5 -counteractive_A 1.2512512512512513e-5 -counterclockwise_A 1.2512512512512513e-5 -counterfactual_A 1.2512512512512513e-5 -counterfeit_A 1.2512512512512513e-5 -counterinsurgent_A 1.2512512512512513e-5 -counterintuitive_A 1.2512512512512513e-5 -counterproductive_A 1.2512512512512513e-5 -counterrevolutionary_A 1.2512512512512513e-5 -countertenor_A 1.2512512512512513e-5 -counterterror_A 1.2512512512512513e-5 -countless_A 3.7537537537537536e-5 -countrified_A 1.2512512512512513e-5 -countrywide_A 1.2512512512512513e-5 -countywide_A 1.2512512512512513e-5 -courageous_A 2.5025025025025026e-5 -courteous_A 1.2512512512512513e-5 -courtly_A 1.2512512512512513e-5 -cousinly_A 1.2512512512512513e-5 -couth_A 1.2512512512512513e-5 -couthie_A 1.2512512512512513e-5 -covalent_A 1.2512512512512513e-5 -covariant_A 1.2512512512512513e-5 -covering_A 1.2512512512512513e-5 -covert_A 2.127127127127127e-4 -covetous_A 2.5025025025025026e-5 -cowardly_A 2.5025025025025026e-5 -cowled_A 1.2512512512512513e-5 -coy_A 2.5025025025025026e-5 -cozy_A 2.5025025025025026e-5 -crabwise_A 1.2512512512512513e-5 -crackbrained_A 1.2512512512512513e-5 -crackers_A 1.2512512512512513e-5 -crackle_A 1.2512512512512513e-5 -crafty_A 2.5025025025025026e-5 -cragfast_A 1.2512512512512513e-5 -cragged_A 1.2512512512512513e-5 -craggy_A 1.2512512512512513e-5 -cram_full_A 1.2512512512512513e-5 -cranial_A 1.2512512512512513e-5 -craniometric_A 1.2512512512512513e-5 -crank_A 1.2512512512512513e-5 -cranky_A 1.2512512512512513e-5 -crannied_A 1.2512512512512513e-5 -crapulent_A 1.2512512512512513e-5 -crapulous_A 1.2512512512512513e-5 -crass_A 2.5025025025025026e-5 -craven_A 1.2512512512512513e-5 -crazed_A 1.2512512512512513e-5 -crazy_A 1.8768768768768769e-4 -creaky_A 1.2512512512512513e-5 -creamy_A 3.7537537537537536e-5 -creaseless_A 1.2512512512512513e-5 -creaseproof_A 1.2512512512512513e-5 -creative_A 4.004004004004004e-4 -credentialled_A 1.2512512512512513e-5 -credible_A 1.2512512512512512e-4 -credit_worthy_A 1.2512512512512513e-5 -creditable_A 1.2512512512512513e-5 -creditworthy_A 1.2512512512512513e-5 -credulous_A 1.2512512512512513e-5 -creedal_A 1.2512512512512513e-5 -creepy_A 2.5025025025025026e-5 -crenate_A 1.2512512512512513e-5 -crenellated_A 1.2512512512512513e-5 -crenulate_A 1.2512512512512513e-5 -creole_A 1.2512512512512513e-5 -crepuscular_A 1.2512512512512513e-5 -crescendo_A 1.2512512512512513e-5 -crestfallen_A 1.2512512512512513e-5 -cretaceous_A 2.5025025025025026e-5 -cretinous_A 1.2512512512512513e-5 -criminal_A 9.509509509509509e-4 -criminative_A 1.2512512512512513e-5 -criminological_A 1.2512512512512513e-5 -crimson_A 2.5025025025025026e-5 -crinkly_A 1.2512512512512513e-5 -crinoid_A 1.2512512512512513e-5 -crippling_A 1.2512512512512513e-5 -crisp_A 2.5025025025025026e-5 -crispate_A 1.2512512512512513e-5 -crisscross_A 1.2512512512512513e-5 -criterial_A 1.2512512512512513e-5 -critical_A 6.756756756756757e-4 -croaky_A 1.2512512512512513e-5 -crocketed_A 1.2512512512512513e-5 -crook_back_A 1.2512512512512513e-5 -crook_backed_A 1.2512512512512513e-5 -crookback_A 1.2512512512512513e-5 -cross_A 3.7537537537537536e-5 -cross_grained_A 1.2512512512512513e-5 -crosscountry_A 1.2512512512512513e-5 -crosscut_A 1.2512512512512513e-5 -crosseyed_A 1.2512512512512513e-5 -crosstown_A 1.2512512512512513e-5 -crosswise_A 1.2512512512512513e-5 -crotchety_A 2.5025025025025026e-5 -croupy_A 1.2512512512512513e-5 -crowning_A 2.5025025025025026e-5 -crucial_A 5.005005005005005e-4 -cruciate_A 1.2512512512512513e-5 -cruciferous_A 1.2512512512512513e-5 -cruciform_A 1.2512512512512513e-5 -cruddy_A 1.2512512512512513e-5 -crude_A 5.13013013013013e-4 -cruel_A 7.507507507507507e-5 -crumbly_A 1.2512512512512513e-5 -crural_A 1.2512512512512513e-5 -crustaceous_A 1.2512512512512513e-5 -crustal_A 1.2512512512512513e-5 -crustose_A 1.2512512512512513e-5 -crusty_A 2.5025025025025026e-5 -cryogenic_A 1.2512512512512513e-5 -cryonic_A 1.2512512512512513e-5 -cryptanalytic_A 1.2512512512512513e-5 -cryptic_A 1.2512512512512513e-5 -cryptobiotic_A 1.2512512512512513e-5 -cryptogamic_A 1.2512512512512513e-5 -crystalline_A 2.5025025025025026e-5 -ctenoid_A 1.2512512512512513e-5 -cuban_A 1.2512512512512512e-4 -cubelike_A 1.2512512512512513e-5 -cubic_A 2.752752752752753e-4 -cubical_A 1.2512512512512513e-5 -cubist_A 1.2512512512512513e-5 -cubital_A 1.2512512512512513e-5 -cucurbitaceous_A 1.2512512512512513e-5 -cuddlesome_A 1.2512512512512513e-5 -cuddly_A 1.2512512512512513e-5 -culinary_A 1.2512512512512513e-5 -culpable_A 2.5025025025025026e-5 -cultivable_A 1.2512512512512513e-5 -cultural_A 2.3773773773773772e-4 -cultured_A 1.2512512512512513e-5 -cumbersome_A 6.256256256256256e-5 -cumbrous_A 1.2512512512512513e-5 -cumulative_A 2.752752752752753e-4 -cumuliform_A 1.2512512512512513e-5 -cumulous_A 1.2512512512512513e-5 -cuneate_A 1.2512512512512513e-5 -cuneiform_A 1.2512512512512513e-5 -cunning_A 2.5025025025025026e-5 -cuplike_A 1.2512512512512513e-5 -cupric_A 1.2512512512512513e-5 -cupular_A 1.2512512512512513e-5 -curable_A 1.2512512512512513e-5 -curative_A 1.2512512512512513e-5 -curatorial_A 1.2512512512512513e-5 -curious_A 5.005005005005005e-5 -curly_A 2.5025025025025026e-5 -current_A 8.095595595595596e-3 -curricular_A 1.2512512512512513e-5 -currish_A 1.2512512512512513e-5 -cursive_A 1.2512512512512513e-5 -cursorial_A 1.2512512512512513e-5 -cursory_A 1.2512512512512513e-5 -curst_A 1.2512512512512513e-5 -curt_A 3.7537537537537536e-5 -curtainless_A 1.2512512512512513e-5 -curtal_A 1.2512512512512513e-5 -curvilineal_A 1.2512512512512513e-5 -curvy_A 1.2512512512512513e-5 -cushy_A 1.2512512512512513e-5 -cuspate_A 1.2512512512512513e-5 -cussed_A 1.2512512512512513e-5 -custodial_A 2.5025025025025026e-5 -custom_built_A 1.2512512512512513e-5 -custom_made_A 2.5025025025025026e-5 -customary_A 1.2512512512512512e-4 -cut_price_A 1.2512512512512513e-5 -cut_rate_A 2.5025025025025026e-5 -cut_throat_A 1.2512512512512513e-5 -cutaneous_A 1.2512512512512513e-5 -cute_A 5.005005005005005e-5 -cuticular_A 1.2512512512512513e-5 -cutthroat_A 1.2512512512512513e-5 -cyanobacterial_A 1.2512512512512513e-5 -cyanogenetic_A 1.2512512512512513e-5 -cybernetic_A 1.2512512512512513e-5 -cyclic_A 1.2512512512512513e-5 -cyclical_A 2.5025025025025025e-4 -cycloid_A 1.2512512512512513e-5 -cyclonic_A 1.2512512512512513e-5 -cyclopean_A 1.2512512512512513e-5 -cyclothymic_A 1.2512512512512513e-5 -cylindrical_A 1.2512512512512513e-5 -cymose_A 1.2512512512512513e-5 -cynical_A 7.507507507507507e-5 -cyprian_A 1.2512512512512513e-5 -cyprinid_A 1.2512512512512513e-5 -cypriot_A 1.2512512512512513e-5 -cyrillic_A 1.2512512512512513e-5 -cystic_A 1.2512512512512513e-5 -cytoarchitectural_A 1.2512512512512513e-5 -cytogenetic_A 1.2512512512512513e-5 -cytokinetic_A 1.2512512512512513e-5 -cytological_A 1.2512512512512513e-5 -cytolytic_A 1.2512512512512513e-5 -cytomegalic_A 1.2512512512512513e-5 -cytopathogenic_A 1.2512512512512513e-5 -cytophotometric_A 1.2512512512512513e-5 -cytoplasmic_A 1.2512512512512513e-5 -cytoplastic_A 1.2512512512512513e-5 -cytotoxic_A 1.2512512512512513e-5 -czarist_A 1.2512512512512513e-5 -czech_A 6.256256256256256e-5 -czechoslovak_A 2.5025025025025026e-5 -czechoslovakian_A 1.2512512512512513e-5 -d_o_a__A 1.2512512512512513e-5 -dacitic_A 1.2512512512512513e-5 -dactylic_A 1.2512512512512513e-5 -daedal_A 1.2512512512512513e-5 -daft_A 1.2512512512512513e-5 -daily_A 1.2637637637637638e-3 -dainty_A 1.2512512512512513e-5 -daisylike_A 1.2512512512512513e-5 -damaging_A 1.2512512512512513e-5 -damascene_A 1.2512512512512513e-5 -damask_A 1.2512512512512513e-5 -damn_A 2.5025025025025026e-5 -damnable_A 1.2512512512512513e-5 -damnatory_A 1.2512512512512513e-5 -damp_A 3.7537537537537536e-5 -dampish_A 1.2512512512512513e-5 -danceable_A 1.2512512512512513e-5 -dandified_A 1.2512512512512513e-5 -dandy_A 2.5025025025025026e-5 -dangerous_A 4.004004004004004e-4 -danish_A 2.5025025025025026e-5 -dank_A 1.2512512512512513e-5 -dapper_A 2.5025025025025026e-5 -dapple_grey_A 1.2512512512512513e-5 -daredevil_A 1.2512512512512513e-5 -dark_A 2.002002002002002e-4 -darkish_A 1.2512512512512513e-5 -darkling_A 1.2512512512512513e-5 -dastardly_A 1.2512512512512513e-5 -datable_A 1.2512512512512513e-5 -dateless_A 1.2512512512512513e-5 -dative_A 1.2512512512512513e-5 -daughterly_A 1.2512512512512513e-5 -daunting_A 1.2512512512512513e-5 -dauntless_A 1.2512512512512513e-5 -daylight_saving_A 1.2512512512512513e-5 -daylong_A 1.2512512512512513e-5 -dazzling_A 1.2512512512512513e-5 -de_facto_A 3.7537537537537536e-5 -de_jure_A 1.2512512512512513e-5 -de_luxe_A 1.2512512512512513e-5 -de_rigeur_A 1.2512512512512513e-5 -de_trop_A 1.2512512512512513e-5 -dead_A 4.129129129129129e-4 -deadlocked_A 2.5025025025025026e-5 -deadly_A 1.001001001001001e-4 -deadpan_A 1.2512512512512513e-5 -deaf_A 2.5025025025025026e-5 -deafening_A 1.2512512512512513e-5 -dear_A 3.7537537537537536e-5 -deathless_A 1.2512512512512513e-5 -deathlike_A 1.2512512512512513e-5 -deathly_A 1.2512512512512513e-5 -debasing_A 1.2512512512512513e-5 -debatable_A 2.5025025025025026e-5 -debilitating_A 1.2512512512512513e-5 -debilitative_A 1.2512512512512513e-5 -debonair_A 1.2512512512512513e-5 -decadent_A 2.5025025025025026e-5 -decalescent_A 1.2512512512512513e-5 -decasyllabic_A 1.2512512512512513e-5 -decayable_A 1.2512512512512513e-5 -decayed_A 1.2512512512512513e-5 -deceitful_A 1.2512512512512513e-5 -decent_A 1.8768768768768769e-4 -deceptive_A 1.2512512512512512e-4 -decided_A 6.256256256256256e-5 -deciduous_A 1.2512512512512513e-5 -decimal_A 3.7537537537537536e-5 -decipherable_A 1.2512512512512513e-5 -decisive_A 1.1261261261261261e-4 -deckle_edged_A 1.2512512512512513e-5 -deckled_A 1.2512512512512513e-5 -declamatory_A 1.2512512512512513e-5 -declarable_A 1.2512512512512513e-5 -declarative_A 1.2512512512512513e-5 -declivitous_A 1.2512512512512513e-5 -decollete_A 1.2512512512512513e-5 -decompositional_A 1.2512512512512513e-5 -decompound_A 1.2512512512512513e-5 -deconsecrated_A 1.2512512512512513e-5 -deconstructionist_A 1.2512512512512513e-5 -decorative_A 3.7537537537537536e-5 -decorous_A 1.2512512512512513e-5 -decrepit_A 1.2512512512512513e-5 -decrescendo_A 1.2512512512512513e-5 -decurved_A 1.2512512512512513e-5 -decussate_A 1.2512512512512513e-5 -dedifferentiated_A 1.2512512512512513e-5 -deducible_A 1.2512512512512513e-5 -deductible_A 1.2512512512512512e-4 -deductive_A 1.2512512512512513e-5 -deep_A 8.383383383383384e-4 -deep_laid_A 1.2512512512512513e-5 -deep_mined_A 1.2512512512512513e-5 -deep_rooted_A 1.2512512512512513e-5 -deep_sea_A 1.2512512512512513e-5 -deep_seated_A 2.5025025025025026e-5 -deep_water_A 1.2512512512512513e-5 -defamatory_A 3.7537537537537536e-5 -defeasible_A 1.2512512512512513e-5 -defective_A 1.3763763763763765e-4 -defenceless_A 1.2512512512512513e-5 -defendable_A 1.2512512512512513e-5 -defenseless_A 1.2512512512512513e-5 -defensible_A 3.7537537537537536e-5 -defensive_A 3.878878878878879e-4 -deferent_A 1.2512512512512513e-5 -deferential_A 1.2512512512512513e-5 -defervescent_A 1.2512512512512513e-5 -defiant_A 3.7537537537537536e-5 -deficient_A 1.2512512512512513e-5 -definable_A 1.2512512512512513e-5 -definite_A 2.3773773773773772e-4 -definitive_A 5.255255255255255e-4 -deflationary_A 2.5025025025025026e-5 -deflective_A 1.2512512512512513e-5 -defoliate_A 1.2512512512512513e-5 -deformational_A 1.2512512512512513e-5 -deft_A 2.5025025025025026e-5 -defunct_A 1.1261261261261261e-4 -degage_A 1.2512512512512513e-5 -degenerate_A 1.2512512512512513e-5 -degenerative_A 1.2512512512512513e-5 -degressive_A 1.2512512512512513e-5 -dehiscent_A 1.2512512512512513e-5 -deictic_A 1.2512512512512513e-5 -deific_A 1.2512512512512513e-5 -deist_A 1.2512512512512513e-5 -delayed_action_A 1.2512512512512513e-5 -delectable_A 3.7537537537537536e-5 -deleterious_A 2.5025025025025026e-5 -deliberate_A 2.5025025025025025e-4 -deliberative_A 2.5025025025025026e-5 -delible_A 1.2512512512512513e-5 -delicate_A 1.2512512512512512e-4 -delicious_A 2.5025025025025026e-5 -delightful_A 3.7537537537537536e-5 -delineative_A 1.2512512512512513e-5 -delinquent_A 6.256256256256256e-5 -deliquescent_A 1.2512512512512513e-5 -delirious_A 2.5025025025025026e-5 -deliverable_A 1.2512512512512513e-5 -delphic_A 1.2512512512512513e-5 -deltoid_A 1.2512512512512513e-5 -delusional_A 1.2512512512512513e-5 -delusive_A 1.2512512512512513e-5 -deluxe_A 1.2512512512512513e-5 -demagogic_A 2.5025025025025026e-5 -demanding_A 1.2512512512512513e-5 -demeaning_A 1.2512512512512513e-5 -demented_A 1.2512512512512513e-5 -democratic_A 1.3263263263263263e-3 -demode_A 1.2512512512512513e-5 -demographic_A 7.507507507507507e-5 -demoniac_A 1.2512512512512513e-5 -demoniacal_A 1.2512512512512513e-5 -demonic_A 3.7537537537537536e-5 -demonstrable_A 1.2512512512512513e-5 -demonstrative_A 1.2512512512512513e-5 -demoralizing_A 1.2512512512512513e-5 -demotic_A 1.2512512512512513e-5 -demulcent_A 1.2512512512512513e-5 -demure_A 1.2512512512512513e-5 -demythologized_A 1.2512512512512513e-5 -denary_A 1.2512512512512513e-5 -denatured_A 1.2512512512512513e-5 -dendritic_A 1.2512512512512513e-5 -deniable_A 1.2512512512512513e-5 -denominational_A 1.2512512512512513e-5 -denotative_A 1.2512512512512513e-5 -dense_A 3.7537537537537536e-5 -dental_A 6.256256256256256e-5 -dentate_A 1.2512512512512513e-5 -denticulate_A 1.2512512512512513e-5 -departed_A 1.2512512512512513e-5 -departmental_A 1.2512512512512513e-5 -dependable_A 1.2512512512512513e-5 -dependent_A 1.7517517517517516e-4 -depilatory_A 1.2512512512512513e-5 -depilous_A 1.2512512512512513e-5 -depletable_A 1.2512512512512513e-5 -deplorable_A 5.005005005005005e-5 -deprecative_A 1.2512512512512513e-5 -depreciatory_A 1.2512512512512513e-5 -depressant_A 1.2512512512512513e-5 -depressing_A 1.2512512512512513e-5 -depressive_A 1.2512512512512513e-5 -derelict_A 1.2512512512512513e-5 -derisive_A 3.7537537537537536e-5 -derisory_A 1.2512512512512513e-5 -derivable_A 1.2512512512512513e-5 -derivational_A 1.2512512512512513e-5 -derivative_A 2.2522522522522523e-4 -dermal_A 1.2512512512512513e-5 -dermatologic_A 1.2512512512512513e-5 -derogative_A 1.2512512512512513e-5 -derogatory_A 3.7537537537537536e-5 -descendant_A 1.2512512512512513e-5 -describable_A 1.2512512512512513e-5 -descriptive_A 2.5025025025025026e-5 -desegrated_A 1.2512512512512513e-5 -desensitizing_A 1.2512512512512513e-5 -desert_A 1.2512512512512513e-5 -designate_A 2.5025025025025026e-5 -designative_A 1.2512512512512513e-5 -desirable_A 1.8768768768768769e-4 -desirous_A 1.2512512512512513e-5 -desolate_A 3.7537537537537536e-5 -desperate_A 3.003003003003003e-4 -despicable_A 2.5025025025025026e-5 -despiteful_A 1.2512512512512513e-5 -despondent_A 1.2512512512512513e-5 -despotic_A 1.2512512512512513e-5 -destitute_A 1.2512512512512513e-5 -destroyable_A 1.2512512512512513e-5 -destructible_A 1.2512512512512513e-5 -destructive_A 6.256256256256256e-5 -desultory_A 2.5025025025025026e-5 -detachable_A 1.2512512512512513e-5 -detectable_A 3.7537537537537536e-5 -detergent_A 1.2512512512512513e-5 -determinable_A 1.2512512512512513e-5 -determinant_A 1.2512512512512513e-5 -determinate_A 1.2512512512512513e-5 -determinative_A 1.2512512512512513e-5 -deterministic_A 1.2512512512512513e-5 -deterrent_A 1.2512512512512513e-5 -detestable_A 1.2512512512512513e-5 -detonative_A 1.2512512512512513e-5 -detractive_A 1.2512512512512513e-5 -detrimental_A 2.5025025025025026e-5 -deuced_A 1.2512512512512513e-5 -deuteranopic_A 1.2512512512512513e-5 -developmental_A 1.2512512512512513e-5 -deviant_A 2.5025025025025026e-5 -devil_may_care_A 1.2512512512512513e-5 -devilish_A 1.2512512512512513e-5 -devious_A 2.5025025025025026e-5 -devoid_A 3.7537537537537536e-5 -devotional_A 1.2512512512512513e-5 -devout_A 2.5025025025025026e-5 -dewy_A 1.2512512512512513e-5 -dexter_A 1.2512512512512513e-5 -dexterous_A 1.2512512512512513e-5 -dextral_A 1.2512512512512513e-5 -dextrorotary_A 1.2512512512512513e-5 -dextrorse_A 1.2512512512512513e-5 -dextrous_A 1.2512512512512513e-5 -diabatic_A 1.2512512512512513e-5 -diabetic_A 1.2512512512512513e-5 -diabolic_A 1.2512512512512513e-5 -diabolical_A 1.2512512512512513e-5 -diachronic_A 1.2512512512512513e-5 -diacritic_A 1.2512512512512513e-5 -diacritical_A 1.2512512512512513e-5 -diadromous_A 1.2512512512512513e-5 -diagnosable_A 1.2512512512512513e-5 -diagnostic_A 1.3763763763763765e-4 -diagonal_A 1.2512512512512513e-5 -diagonalizable_A 1.2512512512512513e-5 -diagrammatic_A 1.2512512512512513e-5 -diagrammatical_A 1.2512512512512513e-5 -dialectal_A 1.2512512512512513e-5 -dialectic_A 1.2512512512512513e-5 -dialectical_A 1.2512512512512513e-5 -diamagnetic_A 1.2512512512512513e-5 -diamantine_A 1.2512512512512513e-5 -diametral_A 1.2512512512512513e-5 -diametric_A 1.2512512512512513e-5 -dianoetic_A 1.2512512512512513e-5 -diaphanous_A 1.2512512512512513e-5 -diaphoretic_A 1.2512512512512513e-5 -diaphyseal_A 1.2512512512512513e-5 -diarrheal_A 1.2512512512512513e-5 -diastolic_A 1.2512512512512513e-5 -diatomic_A 1.2512512512512513e-5 -diatonic_A 1.2512512512512513e-5 -diazo_A 1.2512512512512513e-5 -dicarboxylic_A 1.2512512512512513e-5 -dicey_A 1.2512512512512513e-5 -dichotomous_A 1.2512512512512513e-5 -dichromatic_A 1.2512512512512513e-5 -dicky_A 1.2512512512512513e-5 -diclinous_A 1.2512512512512513e-5 -dicotyledonous_A 1.2512512512512513e-5 -dictatorial_A 2.5025025025025026e-5 -dictyopteran_A 1.2512512512512513e-5 -didactic_A 2.5025025025025026e-5 -die_cast_A 1.2512512512512513e-5 -diestrous_A 1.2512512512512513e-5 -dietary_A 1.2512512512512513e-5 -different_A 2.1896896896896898e-3 -differentiable_A 1.2512512512512513e-5 -differential_A 2.5025025025025026e-5 -difficult_A 1.539039039039039e-3 -diffident_A 1.2512512512512513e-5 -diffuse_A 1.2512512512512513e-5 -digestible_A 1.2512512512512513e-5 -digestive_A 1.2512512512512513e-5 -dighted_A 1.2512512512512513e-5 -digital_A 1.1261261261261261e-4 -digitate_A 1.2512512512512513e-5 -digitigrade_A 1.2512512512512513e-5 -dignifying_A 1.2512512512512513e-5 -digressive_A 1.2512512512512513e-5 -dilapidated_A 2.5025025025025026e-5 -dilatory_A 1.2512512512512513e-5 -dilettante_A 1.2512512512512513e-5 -diligent_A 1.2512512512512513e-5 -dilute_A 1.2512512512512513e-5 -diluvian_A 1.2512512512512513e-5 -dim_A 2.5025025025025026e-5 -dimensional_A 1.2512512512512513e-5 -dimensioning_A 1.2512512512512513e-5 -diminutive_A 3.7537537537537536e-5 -dimorphic_A 1.2512512512512513e-5 -dingy_A 1.2512512512512513e-5 -dinky_A 2.5025025025025026e-5 -diocesan_A 1.2512512512512513e-5 -dioecious_A 1.2512512512512513e-5 -diploid_A 1.2512512512512513e-5 -diplomatic_A 1.7517517517517516e-4 -dipolar_A 1.2512512512512513e-5 -dipterous_A 1.2512512512512513e-5 -dire_A 1.001001001001001e-4 -direct_A 2.48998998998999e-3 -directional_A 1.2512512512512513e-5 -direful_A 1.2512512512512513e-5 -dirt_A 1.2512512512512513e-5 -dirt_cheap_A 1.2512512512512513e-5 -dirty_A 7.507507507507507e-5 -disabling_A 1.2512512512512513e-5 -disadvantageous_A 1.2512512512512513e-5 -disaffected_A 3.7537537537537536e-5 -disagreeable_A 2.5025025025025026e-5 -disappointing_A 5.755755755755755e-4 -disastrous_A 5.005005005005005e-5 -disavowable_A 1.2512512512512513e-5 -discalced_A 1.2512512512512513e-5 -discernible_A 2.5025025025025026e-5 -discerning_A 2.5025025025025026e-5 -disciform_A 1.2512512512512513e-5 -disciplinary_A 1.7517517517517516e-4 -discoid_A 1.2512512512512513e-5 -discombobulated_A 1.2512512512512513e-5 -discomycetous_A 1.2512512512512513e-5 -disconcerting_A 1.2512512512512513e-5 -disconfirming_A 1.2512512512512513e-5 -disconsolate_A 1.2512512512512513e-5 -discontinuous_A 1.2512512512512513e-5 -discordant_A 3.7537537537537536e-5 -discorporate_A 1.2512512512512513e-5 -discouraging_A 1.2512512512512513e-5 -discourteous_A 1.2512512512512513e-5 -discreditable_A 1.2512512512512513e-5 -discreet_A 2.5025025025025026e-5 -discrepant_A 1.2512512512512513e-5 -discrete_A 2.5025025025025026e-5 -discretionary_A 1.6266266266266267e-4 -discriminable_A 1.2512512512512513e-5 -discriminate_A 1.2512512512512513e-5 -discriminative_A 1.2512512512512513e-5 -discriminatory_A 6.256256256256256e-5 -discursive_A 1.2512512512512513e-5 -disdainful_A 1.2512512512512513e-5 -diseased_A 2.5025025025025026e-5 -disenchanting_A 1.2512512512512513e-5 -disgraceful_A 3.7537537537537536e-5 -disgruntled_A 5.005005005005005e-5 -disgusting_A 2.5025025025025026e-5 -disharmonious_A 1.2512512512512513e-5 -disheveled_A 1.2512512512512513e-5 -dishevelled_A 1.2512512512512513e-5 -dishonest_A 2.5025025025025026e-5 -dishonorable_A 1.2512512512512513e-5 -dishonourable_A 1.2512512512512513e-5 -dishy_A 1.2512512512512513e-5 -disinfectant_A 1.2512512512512513e-5 -disingenuous_A 3.7537537537537536e-5 -disintegrative_A 1.2512512512512513e-5 -disinterested_A 3.7537537537537536e-5 -disjoined_A 1.2512512512512513e-5 -disjoint_A 1.2512512512512513e-5 -disjunct_A 1.2512512512512513e-5 -disjunctive_A 1.2512512512512513e-5 -dislikable_A 1.2512512512512513e-5 -disloyal_A 3.7537537537537536e-5 -dismal_A 1.8768768768768769e-4 -dismissible_A 1.2512512512512513e-5 -dismissive_A 1.2512512512512513e-5 -disobedient_A 1.2512512512512513e-5 -disobliging_A 1.2512512512512513e-5 -disorderly_A 6.256256256256256e-5 -disorienting_A 1.2512512512512513e-5 -disparate_A 5.005005005005005e-5 -dispassionate_A 1.2512512512512513e-5 -dispensable_A 1.2512512512512513e-5 -displeasing_A 1.2512512512512513e-5 -disposable_A 1.5015015015015014e-4 -disproportionate_A 1.7517517517517516e-4 -disputable_A 1.2512512512512513e-5 -disputatious_A 1.2512512512512513e-5 -disquieting_A 2.5025025025025026e-5 -disreputable_A 1.2512512512512513e-5 -disrespectful_A 1.2512512512512513e-5 -disruptive_A 6.256256256256256e-5 -dissentient_A 1.2512512512512513e-5 -dissentious_A 1.2512512512512513e-5 -dissident_A 1.6266266266266267e-4 -dissilient_A 1.2512512512512513e-5 -dissimilar_A 2.5025025025025026e-5 -dissimulative_A 1.2512512512512513e-5 -dissociable_A 1.2512512512512513e-5 -dissociative_A 1.2512512512512513e-5 -dissoluble_A 1.2512512512512513e-5 -dissolute_A 1.2512512512512513e-5 -dissolvable_A 1.2512512512512513e-5 -dissonant_A 1.2512512512512513e-5 -dissuasive_A 1.2512512512512513e-5 -distal_A 1.2512512512512513e-5 -distant_A 1.3763763763763765e-4 -distasteful_A 3.7537537537537536e-5 -distensible_A 1.2512512512512513e-5 -distinct_A 1.2512512512512512e-4 -distinctive_A 1.6266266266266267e-4 -distinguishable_A 1.2512512512512513e-5 -distortable_A 1.2512512512512513e-5 -distrait_A 1.2512512512512513e-5 -distraught_A 1.2512512512512513e-5 -distressful_A 2.5025025025025026e-5 -distressing_A 5.005005005005005e-5 -distributional_A 1.2512512512512513e-5 -distributive_A 1.2512512512512513e-5 -distrustful_A 1.2512512512512513e-5 -disused_A 1.2512512512512513e-5 -disyllabic_A 1.2512512512512513e-5 -dithyrambic_A 1.2512512512512513e-5 -diurnal_A 1.2512512512512513e-5 -divergent_A 6.256256256256256e-5 -divers_A 1.2512512512512513e-5 -diverse_A 1.1261261261261261e-4 -diversionary_A 2.5025025025025026e-5 -dividable_A 1.2512512512512513e-5 -divinatory_A 1.2512512512512513e-5 -divine_A 1.2512512512512513e-5 -divisible_A 1.2512512512512513e-5 -divisional_A 3.7537537537537536e-5 -dizygotic_A 1.2512512512512513e-5 -dizzy_A 1.2512512512512513e-5 -djiboutian_A 1.2512512512512513e-5 -docile_A 2.5025025025025026e-5 -doctoral_A 1.2512512512512513e-5 -doctrinaire_A 1.2512512512512513e-5 -doctrinal_A 1.2512512512512513e-5 -documentary_A 2.5025025025025026e-5 -doddery_A 1.2512512512512513e-5 -dodgy_A 1.2512512512512513e-5 -dog_eared_A 2.5025025025025026e-5 -dog_like_A 1.2512512512512513e-5 -dogging_A 1.2512512512512513e-5 -doglike_A 1.2512512512512513e-5 -dogmatic_A 1.2512512512512513e-5 -dolabriform_A 1.2512512512512513e-5 -doleful_A 1.2512512512512513e-5 -dolichocephalic_A 1.2512512512512513e-5 -dolomitic_A 1.2512512512512513e-5 -dolorous_A 1.2512512512512513e-5 -dolourous_A 1.2512512512512513e-5 -doltish_A 1.2512512512512513e-5 -domed_A 1.2512512512512513e-5 -domestic_A 2.4024024024024023e-3 -domiciliary_A 1.2512512512512513e-5 -dominant_A 2.6276276276276277e-4 -dominical_A 1.2512512512512513e-5 -dominican_A 1.2512512512512513e-5 -donnish_A 1.2512512512512513e-5 -door_to_door_A 5.005005005005005e-5 -dopey_A 1.2512512512512513e-5 -doric_A 1.2512512512512513e-5 -dormant_A 5.005005005005005e-5 -dormie_A 1.2512512512512513e-5 -dorsal_A 1.2512512512512513e-5 -dorsoventral_A 1.2512512512512513e-5 -dotty_A 1.2512512512512513e-5 -double_A 3.128128128128128e-4 -double_barrelled_A 1.2512512512512513e-5 -double_bedded_A 1.2512512512512513e-5 -double_breasted_A 2.5025025025025026e-5 -double_dealing_A 1.2512512512512513e-5 -double_dyed_A 1.2512512512512513e-5 -double_edged_A 5.005005005005005e-5 -double_faced_A 1.2512512512512513e-5 -double_jointed_A 1.2512512512512513e-5 -double_quick_A 1.2512512512512513e-5 -doubtful_A 1.2512512512512512e-4 -doubting_A 1.2512512512512513e-5 -doughty_A 1.2512512512512513e-5 -doughy_A 1.2512512512512513e-5 -dour_A 1.2512512512512513e-5 -dowdy_A 5.005005005005005e-5 -dowerless_A 1.2512512512512513e-5 -down_A 1.2512512512512513e-5 -down_market_A 1.2512512512512513e-5 -down_to_earth_A 2.5025025025025026e-5 -downbound_A 1.2512512512512513e-5 -downcast_A 1.2512512512512513e-5 -downfield_A 1.2512512512512513e-5 -downhearted_A 1.2512512512512513e-5 -downmarket_A 1.2512512512512513e-5 -downright_A 3.7537537537537536e-5 -downscale_A 1.2512512512512513e-5 -downstage_A 1.2512512512512513e-5 -downstair_A 1.2512512512512513e-5 -downstairs_A 1.2512512512512513e-5 -downstream_A 2.5025025025025026e-5 -downtown_A 1.2512512512512513e-5 -downtrodden_A 2.5025025025025026e-5 -downward_A 3.128128128128128e-4 -downwind_A 1.2512512512512513e-5 -downy_A 1.2512512512512513e-5 -drab_A 3.7537537537537536e-5 -draconian_A 3.7537537537537536e-5 -drafty_A 1.2512512512512513e-5 -draggled_A 1.2512512512512513e-5 -dramatic_A 4.3793793793793793e-4 -dramaturgic_A 1.2512512512512513e-5 -drastic_A 8.758758758758758e-5 -draughty_A 1.2512512512512513e-5 -dreadful_A 3.7537537537537536e-5 -dreamless_A 1.2512512512512513e-5 -dreamlike_A 1.2512512512512513e-5 -dreamy_A 2.5025025025025026e-5 -drear_A 1.2512512512512513e-5 -dreary_A 2.5025025025025026e-5 -dress_A 1.2512512512512513e-5 -dressy_A 1.2512512512512513e-5 -drinkable_A 1.2512512512512513e-5 -drip_dry_A 1.2512512512512513e-5 -dripless_A 1.2512512512512513e-5 -drippy_A 1.2512512512512513e-5 -drizzly_A 1.2512512512512513e-5 -droll_A 1.2512512512512513e-5 -dropsical_A 1.2512512512512513e-5 -drowsy_A 1.2512512512512513e-5 -drugless_A 1.2512512512512513e-5 -drumhead_A 1.2512512512512513e-5 -drunk_A 3.7537537537537536e-5 -drunken_A 1.2512512512512513e-5 -drupaceous_A 1.2512512512512513e-5 -dry_A 1.8768768768768769e-4 -dry_shod_A 1.2512512512512513e-5 -dual_A 2.8778778778778776e-4 -dualistic_A 1.2512512512512513e-5 -dubious_A 1.3763763763763765e-4 -ducal_A 1.2512512512512513e-5 -duckbill_A 1.2512512512512513e-5 -duckbilled_A 1.2512512512512513e-5 -ductile_A 1.2512512512512513e-5 -ductless_A 1.2512512512512513e-5 -dud_A 1.2512512512512513e-5 -due_A 4.717217217217217e-3 -dulcet_A 1.2512512512512513e-5 -dull_A 1.001001001001001e-4 -dumb_A 1.001001001001001e-4 -dummy_A 1.2512512512512513e-5 -dumpy_A 1.2512512512512513e-5 -dun_A 1.2512512512512513e-5 -duodecimal_A 1.2512512512512513e-5 -duodenal_A 2.5025025025025026e-5 -duplex_A 1.2512512512512513e-5 -duplicable_A 1.2512512512512513e-5 -duplicate_A 1.2512512512512513e-5 -durable_A 3.2532532532532533e-4 -dural_A 1.2512512512512513e-5 -dusky_A 1.2512512512512513e-5 -dustlike_A 1.2512512512512513e-5 -dusty_A 7.507507507507507e-5 -dutch_A 3.2532532532532533e-4 -duteous_A 1.2512512512512513e-5 -dutiable_A 1.2512512512512513e-5 -dutiful_A 5.005005005005005e-5 -duty_free_A 1.3763763763763765e-4 -dwarfish_A 1.2512512512512513e-5 -dyadic_A 1.2512512512512513e-5 -dyed_in_the_wool_A 2.5025025025025026e-5 -dynamic_A 1.2512512512512512e-4 -dynastic_A 1.2512512512512513e-5 -dysfunctional_A 1.2512512512512513e-5 -dysgenic_A 1.2512512512512513e-5 -dyslectic_A 1.2512512512512513e-5 -dyslexic_A 1.2512512512512513e-5 -dyslogistic_A 1.2512512512512513e-5 -dyspeptic_A 1.2512512512512513e-5 -dysphemistic_A 1.2512512512512513e-5 -dysphoric_A 1.2512512512512513e-5 -dysplastic_A 1.2512512512512513e-5 -dystopian_A 1.2512512512512513e-5 -eager_A 4.7547547547547545e-4 -eagle_eyed_A 1.2512512512512513e-5 -eared_A 1.2512512512512513e-5 -earless_A 1.2512512512512513e-5 -earlier_A 1.2512512512512513e-5 -early_A 5.367867867867868e-3 -early_warning_A 1.2512512512512513e-5 -earlyish_A 1.2512512512512513e-5 -earnest_A 3.7537537537537536e-5 -earthborn_A 1.2512512512512513e-5 -earthbound_A 1.2512512512512513e-5 -earthen_A 1.2512512512512513e-5 -earthlike_A 1.2512512512512513e-5 -earthly_A 2.5025025025025026e-5 -earthshaking_A 1.2512512512512513e-5 -earthy_A 2.5025025025025026e-5 -east_A 5.005005005005005e-4 -eastbound_A 1.2512512512512513e-5 -easterly_A 1.2512512512512513e-5 -eastern_A 2.8778778778778776e-4 -easternmost_A 1.2512512512512513e-5 -eastside_A 1.2512512512512513e-5 -eastward_A 1.2512512512512513e-5 -easy_A 1.951951951951952e-3 -easygoing_A 3.7537537537537536e-5 -eatable_A 1.2512512512512513e-5 -ebon_A 1.2512512512512513e-5 -ebony_A 1.2512512512512513e-5 -ebracteate_A 1.2512512512512513e-5 -ebullient_A 5.005005005005005e-5 -eccentric_A 5.005005005005005e-5 -ecclesiastical_A 1.2512512512512513e-5 -eccrine_A 1.2512512512512513e-5 -ecdemic_A 1.2512512512512513e-5 -echoic_A 1.2512512512512513e-5 -echoless_A 1.2512512512512513e-5 -eclectic_A 3.7537537537537536e-5 -ecological_A 1.001001001001001e-4 -econometric_A 1.2512512512512513e-5 -economic_A 5.28028028028028e-3 -economical_A 1.5015015015015014e-4 -ecstatic_A 3.7537537537537536e-5 -ectodermal_A 1.2512512512512513e-5 -ectomorphic_A 1.2512512512512513e-5 -ectopic_A 1.2512512512512513e-5 -ecuadorian_A 1.2512512512512513e-5 -ecumenic_A 1.2512512512512513e-5 -ecumenical_A 1.2512512512512513e-5 -edacious_A 1.2512512512512513e-5 -edematous_A 1.2512512512512513e-5 -edental_A 1.2512512512512513e-5 -edentulous_A 1.2512512512512513e-5 -edgeless_A 1.2512512512512513e-5 -edgy_A 5.005005005005005e-5 -edible_A 6.256256256256256e-5 -edifying_A 1.2512512512512513e-5 -editorial_A 1.5015015015015014e-4 -educational_A 4.87987987987988e-4 -educative_A 1.2512512512512513e-5 -edwardian_A 1.2512512512512513e-5 -eellike_A 1.2512512512512513e-5 -eerie_A 6.256256256256256e-5 -eery_A 2.5025025025025026e-5 -effaceable_A 1.2512512512512513e-5 -effective_A 1.8268268268268268e-3 -effectual_A 1.2512512512512513e-5 -effeminate_A 1.2512512512512513e-5 -efferent_A 1.2512512512512513e-5 -effervescent_A 1.2512512512512513e-5 -effete_A 2.5025025025025026e-5 -efficacious_A 1.2512512512512513e-5 -efficient_A 5.755755755755755e-4 -efflorescent_A 1.2512512512512513e-5 -effluent_A 1.2512512512512513e-5 -effortful_A 1.2512512512512513e-5 -effortless_A 3.7537537537537536e-5 -effulgent_A 1.2512512512512513e-5 -effusive_A 3.7537537537537536e-5 -egalitarian_A 1.2512512512512513e-5 -egocentric_A 1.2512512512512513e-5 -egoistic_A 1.2512512512512513e-5 -egoistical_A 1.2512512512512513e-5 -egotistic_A 1.2512512512512513e-5 -egregious_A 3.7537537537537536e-5 -egyptian_A 1.1261261261261261e-4 -eidetic_A 1.2512512512512513e-5 -eightpenny_A 1.2512512512512513e-5 -elaborate_A 1.5015015015015014e-4 -elapsed_A 1.2512512512512513e-5 -elastic_A 1.2512512512512513e-5 -elasticized_A 1.2512512512512513e-5 -elating_A 1.2512512512512513e-5 -elder_A 1.2512512512512513e-5 -elderly_A 3.128128128128128e-4 -eldritch_A 1.2512512512512513e-5 -elect_A 1.2512512512512513e-5 -elective_A 5.005005005005005e-5 -electoral_A 1.3763763763763765e-4 -electric_A 4.62962962962963e-4 -electrical_A 3.7537537537537537e-4 -electrifying_A 1.2512512512512513e-5 -electrocardiographic_A 1.2512512512512513e-5 -electrochemical_A 1.2512512512512513e-5 -electroencephalographic_A 1.2512512512512513e-5 -electrolytic_A 1.2512512512512513e-5 -electromagnetic_A 1.2512512512512513e-5 -electromechanical_A 1.2512512512512513e-5 -electromotive_A 1.2512512512512513e-5 -electronic_A 1.0385385385385385e-3 -electrophoretic_A 1.2512512512512513e-5 -electrostatic_A 1.2512512512512513e-5 -eleemosynary_A 1.2512512512512513e-5 -elegant_A 1.1261261261261261e-4 -elegiac_A 1.2512512512512513e-5 -elemental_A 1.2512512512512513e-5 -elementary_A 7.507507507507507e-5 -elephantine_A 1.2512512512512513e-5 -elfin_A 1.2512512512512513e-5 -elfish_A 1.2512512512512513e-5 -eligible_A 2.2522522522522523e-4 -elizabethan_A 1.2512512512512513e-5 -ellipsoid_A 1.2512512512512513e-5 -elliptic_A 1.2512512512512513e-5 -elliptical_A 2.5025025025025026e-5 -elocutionary_A 1.2512512512512513e-5 -elongate_A 1.2512512512512513e-5 -eloquent_A 7.507507507507507e-5 -elusive_A 7.507507507507507e-5 -elvish_A 1.2512512512512513e-5 -elysian_A 1.2512512512512513e-5 -emancipative_A 1.2512512512512513e-5 -emarginate_A 1.2512512512512513e-5 -embarrassing_A 1.2512512512512512e-4 -embattled_A 2.5025025025025026e-5 -emblematic_A 2.5025025025025026e-5 -embolic_A 1.2512512512512513e-5 -embonpoint_A 1.2512512512512513e-5 -embryonic_A 2.5025025025025026e-5 -emergent_A 1.2512512512512513e-5 -emeritus_A 2.5025025025025026e-5 -eminent_A 2.5025025025025026e-5 -emmetropic_A 1.2512512512512513e-5 -emotional_A 3.7537537537537537e-4 -emotionless_A 1.2512512512512513e-5 -emotive_A 1.2512512512512513e-5 -empathic_A 1.2512512512512513e-5 -emphatic_A 1.2512512512512513e-5 -emphysematous_A 1.2512512512512513e-5 -empiric_A 1.2512512512512513e-5 -empirical_A 2.5025025025025026e-5 -employable_A 1.2512512512512513e-5 -empty_A 1.6266266266266267e-4 -empty_handed_A 1.2512512512512513e-5 -empty_headed_A 1.2512512512512513e-5 -empurpled_A 1.2512512512512513e-5 -empyreal_A 1.2512512512512513e-5 -empyrean_A 1.2512512512512513e-5 -emulous_A 1.2512512512512513e-5 -enabling_A 1.2512512512512513e-5 -enamored_A 1.2512512512512513e-5 -enate_A 1.2512512512512513e-5 -encaustic_A 1.2512512512512513e-5 -encomiastic_A 1.2512512512512513e-5 -encouraging_A 3.7537537537537536e-5 -encyclical_A 1.2512512512512513e-5 -encyclopaedic_A 1.2512512512512513e-5 -encyclopedic_A 2.5025025025025026e-5 -encysted_A 1.2512512512512513e-5 -endemic_A 1.2512512512512513e-5 -endergonic_A 1.2512512512512513e-5 -endermic_A 1.2512512512512513e-5 -endless_A 1.2512512512512512e-4 -endocentric_A 1.2512512512512513e-5 -endocrine_A 1.2512512512512513e-5 -endodontic_A 1.2512512512512513e-5 -endoergic_A 1.2512512512512513e-5 -endogamous_A 1.2512512512512513e-5 -endogenic_A 1.2512512512512513e-5 -endogenous_A 1.2512512512512513e-5 -endometrial_A 1.2512512512512513e-5 -endomorphic_A 1.2512512512512513e-5 -endoparasitic_A 1.2512512512512513e-5 -endoscopic_A 1.2512512512512513e-5 -endothelial_A 1.2512512512512513e-5 -endothermic_A 1.2512512512512513e-5 -endurable_A 1.2512512512512513e-5 -energetic_A 1.1261261261261261e-4 -energizing_A 1.2512512512512513e-5 -enforceable_A 1.2512512512512513e-5 -english_A 6.256256256256256e-5 -enigmatic_A 1.2512512512512513e-5 -enjoyable_A 3.7537537537537536e-5 -enlightening_A 1.2512512512512513e-5 -ennobling_A 1.2512512512512513e-5 -enolic_A 1.2512512512512513e-5 -enormous_A 5.755755755755755e-4 -enough_A 1.2137137137137137e-3 -ensiform_A 1.2512512512512513e-5 -enteric_A 1.2512512512512513e-5 -enterprising_A 2.5025025025025026e-5 -entertaining_A 8.758758758758758e-5 -enthusiastic_A 1.1261261261261261e-4 -entire_A 1.4514514514514514e-3 -entomological_A 1.2512512512512513e-5 -entomophilous_A 1.2512512512512513e-5 -entozoan_A 1.2512512512512513e-5 -entozoic_A 1.2512512512512513e-5 -entrepreneurial_A 8.758758758758758e-5 -enured_A 1.2512512512512513e-5 -enviable_A 6.256256256256256e-5 -envious_A 1.2512512512512513e-5 -environmental_A 1.2762762762762762e-3 -envisioned_A 1.2512512512512513e-5 -enzootic_A 1.2512512512512513e-5 -enzymatic_A 1.2512512512512513e-5 -eolithic_A 1.2512512512512513e-5 -eonian_A 1.2512512512512513e-5 -eosinophilic_A 1.2512512512512513e-5 -eparchial_A 1.2512512512512513e-5 -epenthetic_A 1.2512512512512513e-5 -ephemeral_A 1.2512512512512513e-5 -epic_A 1.2512512512512513e-5 -epicarpal_A 1.2512512512512513e-5 -epicurean_A 1.2512512512512513e-5 -epicyclic_A 1.2512512512512513e-5 -epideictic_A 1.2512512512512513e-5 -epidemic_A 1.2512512512512513e-5 -epidemiologic_A 1.2512512512512513e-5 -epidural_A 1.2512512512512513e-5 -epigastric_A 1.2512512512512513e-5 -epigrammatic_A 1.2512512512512513e-5 -epileptic_A 1.2512512512512513e-5 -epilithic_A 1.2512512512512513e-5 -epimorphic_A 1.2512512512512513e-5 -epiphyseal_A 1.2512512512512513e-5 -epiphytic_A 1.2512512512512513e-5 -epiphytotic_A 1.2512512512512513e-5 -episcopal_A 1.2512512512512513e-5 -episcopalian_A 1.2512512512512513e-5 -episodic_A 2.5025025025025026e-5 -epistemic_A 1.2512512512512513e-5 -epistolary_A 1.2512512512512513e-5 -epithelial_A 1.2512512512512513e-5 -epitheliod_A 1.2512512512512513e-5 -epizoan_A 1.2512512512512513e-5 -epizoic_A 1.2512512512512513e-5 -epizootic_A 1.2512512512512513e-5 -epoch_making_A 1.2512512512512513e-5 -epochal_A 1.2512512512512513e-5 -eponymous_A 1.2512512512512513e-5 -equable_A 1.2512512512512513e-5 -equal_A 9.25925925925926e-4 -equatorial_A 1.2512512512512513e-5 -equestrian_A 1.2512512512512513e-5 -equiangular_A 1.2512512512512513e-5 -equidistant_A 1.2512512512512513e-5 -equilateral_A 1.2512512512512513e-5 -equine_A 1.2512512512512513e-5 -equinoctial_A 1.2512512512512513e-5 -equipoised_A 1.2512512512512513e-5 -equipotent_A 1.2512512512512513e-5 -equiprobable_A 1.2512512512512513e-5 -equitable_A 5.005005005005005e-5 -equivalent_A 2.5025025025025025e-4 -equivocal_A 1.2512512512512513e-5 -eradicable_A 1.2512512512512513e-5 -erect_A 1.2512512512512513e-5 -erectile_A 1.2512512512512513e-5 -eremitic_A 1.2512512512512513e-5 -ergodic_A 1.2512512512512513e-5 -ergonomic_A 1.2512512512512513e-5 -ergotic_A 1.2512512512512513e-5 -ergotropic_A 1.2512512512512513e-5 -eristic_A 1.2512512512512513e-5 -eritrean_A 3.7537537537537536e-5 -erogenous_A 1.2512512512512513e-5 -erose_A 1.2512512512512513e-5 -erosive_A 1.2512512512512513e-5 -erotic_A 1.2512512512512513e-5 -errant_A 1.2512512512512513e-5 -erratic_A 6.256256256256256e-5 -errhine_A 1.2512512512512513e-5 -erroneous_A 8.758758758758758e-5 -errorless_A 1.2512512512512513e-5 -ersatz_A 1.2512512512512513e-5 -erudite_A 3.7537537537537536e-5 -eruptive_A 1.2512512512512513e-5 -erythematous_A 1.2512512512512513e-5 -erythroid_A 1.2512512512512513e-5 -erythropoietic_A 1.2512512512512513e-5 -eschatological_A 1.2512512512512513e-5 -esophageal_A 1.2512512512512513e-5 -esoteric_A 2.5025025025025026e-5 -especial_A 2.077077077077077e-3 -essential_A 7.632632632632632e-4 -esthetic_A 1.2512512512512513e-5 -esthetical_A 1.2512512512512513e-5 -estimable_A 1.2512512512512513e-5 -estranging_A 1.2512512512512513e-5 -estrogenic_A 1.2512512512512513e-5 -estrous_A 1.2512512512512513e-5 -estuarine_A 1.2512512512512513e-5 -eternal_A 6.256256256256256e-5 -ethereal_A 1.2512512512512513e-5 -ethical_A 1.5015015015015014e-4 -ethiopian_A 3.7537537537537536e-5 -ethnic_A 2.127127127127127e-4 -ethnocentric_A 1.2512512512512513e-5 -ethnographic_A 1.2512512512512513e-5 -ethnological_A 1.2512512512512513e-5 -etiolate_A 1.2512512512512513e-5 -etiological_A 1.2512512512512513e-5 -etymological_A 1.2512512512512513e-5 -euclidean_A 1.2512512512512513e-5 -eudemonic_A 1.2512512512512513e-5 -eugenic_A 1.2512512512512513e-5 -eukaryotic_A 1.2512512512512513e-5 -eulogistic_A 1.2512512512512513e-5 -euphemistic_A 1.2512512512512513e-5 -euphonic_A 1.2512512512512513e-5 -euphonious_A 1.2512512512512513e-5 -euphoriant_A 1.2512512512512513e-5 -euphoric_A 1.2512512512512513e-5 -eurasian_A 1.2512512512512513e-5 -european_A 2.002002002002002e-4 -eusporangiate_A 1.2512512512512513e-5 -eustachian_A 1.2512512512512513e-5 -eutherian_A 1.2512512512512513e-5 -eutrophic_A 1.2512512512512513e-5 -evaluative_A 1.2512512512512513e-5 -evanescent_A 1.2512512512512513e-5 -evangelical_A 2.5025025025025026e-5 -evangelistic_A 1.2512512512512513e-5 -evaporable_A 1.2512512512512513e-5 -evaporative_A 1.2512512512512513e-5 -evasive_A 1.2512512512512513e-5 -even_A 3.003003003003003e-4 -even_handed_A 1.2512512512512513e-5 -evenhanded_A 1.2512512512512513e-5 -eventful_A 1.2512512512512513e-5 -eventual_A 1.2512512512512512e-3 -evergreen_A 1.2512512512512513e-5 -everlasting_A 2.5025025025025026e-5 -everyday_A 1.2512512512512512e-4 -evident_A 2.3773773773773772e-4 -evidential_A 1.2512512512512513e-5 -evidentiary_A 1.2512512512512513e-5 -evil_A 1.1261261261261261e-4 -evil_minded_A 1.2512512512512513e-5 -eviscerate_A 1.2512512512512513e-5 -evitable_A 1.2512512512512513e-5 -evocative_A 2.5025025025025026e-5 -evolutionary_A 5.005005005005005e-5 -ex_directory_A 1.2512512512512513e-5 -ex_gratia_A 1.2512512512512513e-5 -ex_officio_A 2.5025025025025026e-5 -ex_service_A 1.2512512512512513e-5 -exact_A 7.632632632632632e-4 -exacting_A 1.2512512512512513e-5 -exasperating_A 1.2512512512512513e-5 -exaugural_A 1.2512512512512513e-5 -exceeding_A 6.256256256256256e-5 -excellent_A 2.127127127127127e-4 -exceptionable_A 1.2512512512512513e-5 -exceptional_A 1.5015015015015014e-4 -excess_A 4.7547547547547545e-4 -excessive_A 3.503503503503503e-4 -exchangeable_A 3.7537537537537536e-5 -excitable_A 1.2512512512512513e-5 -excitant_A 1.2512512512512513e-5 -exciting_A 1.2512512512512513e-5 -exclamatory_A 1.2512512512512513e-5 -exclusive_A 6.256256256256256e-4 -excogitative_A 1.2512512512512513e-5 -excrescent_A 1.2512512512512513e-5 -excretory_A 1.2512512512512513e-5 -excruciating_A 1.2512512512512513e-5 -exculpatory_A 1.2512512512512513e-5 -excusable_A 1.2512512512512513e-5 -execrable_A 1.2512512512512513e-5 -executive_A 3.1406406406406405e-3 -exegetic_A 1.2512512512512513e-5 -exemplary_A 2.5025025025025026e-5 -exemplifying_A 1.2512512512512513e-5 -exempt_A 1.3763763763763765e-4 -exergonic_A 1.2512512512512513e-5 -exhaustible_A 1.2512512512512513e-5 -exhausting_A 1.2512512512512513e-5 -exhaustive_A 3.7537537537537536e-5 -exhibitionistic_A 1.2512512512512513e-5 -exhilarating_A 1.2512512512512513e-5 -exhortative_A 1.2512512512512513e-5 -exigent_A 1.2512512512512513e-5 -exiguous_A 1.2512512512512513e-5 -exilic_A 1.2512512512512513e-5 -existent_A 2.5025025025025026e-5 -existential_A 1.2512512512512513e-5 -existentialist_A 1.2512512512512513e-5 -exocentric_A 1.2512512512512513e-5 -exocrine_A 1.2512512512512513e-5 -exodontic_A 1.2512512512512513e-5 -exoergic_A 1.2512512512512513e-5 -exogamous_A 1.2512512512512513e-5 -exogenous_A 1.2512512512512513e-5 -exorbitant_A 7.507507507507507e-5 -exoteric_A 1.2512512512512513e-5 -exothermic_A 1.2512512512512513e-5 -exotic_A 1.5015015015015014e-4 -expandable_A 1.2512512512512513e-5 -expansionist_A 1.2512512512512513e-5 -expansive_A 3.7537537537537536e-5 -expectable_A 1.2512512512512513e-5 -expectant_A 2.5025025025025026e-5 -expedient_A 1.2512512512512513e-5 -expeditionary_A 1.2512512512512513e-5 -expeditious_A 2.5025025025025026e-5 -expendable_A 3.7537537537537536e-5 -expensive_A 9.884884884884884e-4 -experienced_A 7.507507507507507e-5 -experiential_A 1.2512512512512513e-5 -experimental_A 1.3763763763763765e-4 -expert_A 5.005005005005005e-5 -expiable_A 1.2512512512512513e-5 -expiatory_A 1.2512512512512513e-5 -expiratory_A 1.2512512512512513e-5 -explainable_A 1.2512512512512513e-5 -explanatory_A 3.7537537537537536e-5 -explicable_A 1.2512512512512513e-5 -explicit_A 1.2512512512512512e-4 -exploitative_A 1.2512512512512513e-5 -exploratory_A 3.7537537537537536e-5 -explosive_A 1.001001001001001e-4 -exponential_A 1.2512512512512513e-5 -exportable_A 1.2512512512512513e-5 -expository_A 1.2512512512512513e-5 -express_A 7.507507507507507e-5 -expressible_A 1.2512512512512513e-5 -expressionist_A 1.2512512512512513e-5 -expressionless_A 1.2512512512512513e-5 -expressive_A 2.5025025025025026e-5 -exquisite_A 2.5025025025025026e-5 -extant_A 1.2512512512512513e-5 -extemporaneous_A 1.2512512512512513e-5 -extemporary_A 1.2512512512512513e-5 -extempore_A 1.2512512512512513e-5 -extendible_A 1.2512512512512513e-5 -extensile_A 1.2512512512512513e-5 -extensional_A 1.2512512512512513e-5 -extensive_A 3.6286286286286285e-4 -extenuating_A 1.2512512512512513e-5 -exterior_A 1.2512512512512513e-5 -exterminable_A 1.2512512512512513e-5 -external_A 1.5015015015015014e-4 -exteroceptive_A 1.2512512512512513e-5 -exterritorial_A 1.2512512512512513e-5 -extinct_A 3.7537537537537536e-5 -extinguishable_A 1.2512512512512513e-5 -extortionate_A 1.2512512512512513e-5 -extra_A 6.756756756756757e-4 -extracellular_A 1.2512512512512513e-5 -extractable_A 1.2512512512512513e-5 -extracurricular_A 2.5025025025025026e-5 -extragalactic_A 1.2512512512512513e-5 -extrajudicial_A 1.2512512512512513e-5 -extralegal_A 1.2512512512512513e-5 -extralinguistic_A 1.2512512512512513e-5 -extramarital_A 2.5025025025025026e-5 -extramural_A 2.5025025025025026e-5 -extraneous_A 3.7537537537537536e-5 -extraordinary_A 7.257257257257257e-4 -extrasensory_A 1.2512512512512513e-5 -extrasystolic_A 1.2512512512512513e-5 -extraterrestrial_A 1.2512512512512513e-5 -extraterritorial_A 1.2512512512512513e-5 -extravagant_A 2.5025025025025026e-5 -extreme_A 8.383383383383384e-4 -extremist_A 1.2512512512512513e-5 -extricable_A 1.2512512512512513e-5 -extrinsic_A 1.2512512512512513e-5 -extropic_A 1.2512512512512513e-5 -extrospective_A 1.2512512512512513e-5 -extroversive_A 1.2512512512512513e-5 -extrovert_A 1.2512512512512513e-5 -extroverted_A 1.2512512512512513e-5 -extrovertish_A 1.2512512512512513e-5 -extrusive_A 1.2512512512512513e-5 -exuberant_A 1.2512512512512513e-5 -exultant_A 1.2512512512512513e-5 -exuvial_A 1.2512512512512513e-5 -eye_catching_A 3.7537537537537536e-5 -eyecatching_A 1.2512512512512513e-5 -eyeless_A 1.2512512512512513e-5 -eyelike_A 1.2512512512512513e-5 -fab_A 1.2512512512512513e-5 -fabian_A 1.2512512512512513e-5 -fabled_A 6.256256256256256e-5 -fabulous_A 3.7537537537537536e-5 -face_saving_A 3.7537537537537536e-5 -faceless_A 1.2512512512512513e-5 -faceted_A 1.2512512512512513e-5 -facetious_A 2.5025025025025026e-5 -facial_A 6.256256256256256e-5 -facile_A 1.2512512512512513e-5 -facilitative_A 1.2512512512512513e-5 -facilitatory_A 1.2512512512512513e-5 -fact_finding_A 3.7537537537537536e-5 -factious_A 1.2512512512512513e-5 -factitious_A 1.2512512512512513e-5 -factorial_A 1.2512512512512513e-5 -factual_A 7.507507507507507e-5 -facultative_A 1.2512512512512513e-5 -faddish_A 1.2512512512512513e-5 -faddy_A 1.2512512512512513e-5 -faecal_A 1.2512512512512513e-5 -fail_safe_A 1.2512512512512513e-5 -faineant_A 1.2512512512512513e-5 -faint_A 5.005005005005005e-5 -faint_hearted_A 1.2512512512512513e-5 -fair_A 1.2637637637637638e-3 -fair_minded_A 1.2512512512512513e-5 -fairish_A 1.2512512512512513e-5 -faithful_A 5.005005005005005e-5 -faithless_A 1.2512512512512513e-5 -fake_A 1.2512512512512513e-5 -falcate_A 1.2512512512512513e-5 -falconine_A 1.2512512512512513e-5 -fallacious_A 2.5025025025025026e-5 -fallible_A 2.5025025025025026e-5 -fallopian_A 1.2512512512512513e-5 -fallow_A 2.5025025025025026e-5 -false_A 4.129129129129129e-4 -falsetto_A 1.2512512512512513e-5 -familial_A 1.2512512512512513e-5 -familiar_A 1.8768768768768769e-4 -familiarizing_A 1.2512512512512513e-5 -famous_A 3.6286286286286285e-4 -fanatic_A 2.5025025025025026e-5 -fanatical_A 1.2512512512512513e-5 -fanciful_A 5.005005005005005e-5 -fancy_A 1.8768768768768769e-4 -fancy_free_A 1.2512512512512513e-5 -fanged_A 1.2512512512512513e-5 -fanlike_A 1.2512512512512513e-5 -fantastic_A 3.7537537537537536e-5 -far_A 4.804804804804805e-3 -far_famed_A 1.2512512512512513e-5 -far_fetched_A 1.2512512512512513e-5 -far_flung_A 3.7537537537537536e-5 -far_off_A 1.2512512512512513e-5 -far_reaching_A 1.6266266266266267e-4 -far_seeing_A 1.2512512512512513e-5 -far_sighted_A 1.2512512512512513e-5 -faraway_A 1.2512512512512513e-5 -farcical_A 1.2512512512512513e-5 -farfetched_A 1.2512512512512513e-5 -farinaceous_A 1.2512512512512513e-5 -farseeing_A 1.2512512512512513e-5 -farsighted_A 1.2512512512512513e-5 -farther_A 1.2512512512512513e-5 -farthermost_A 1.2512512512512513e-5 -fascinating_A 5.005005005005005e-5 -fascist_A 3.7537537537537536e-5 -fashionable_A 1.3763763763763765e-4 -fast_A 5.255255255255255e-4 -fastidious_A 2.5025025025025026e-5 -fastigiate_A 1.2512512512512513e-5 -fat_A 2.6276276276276277e-4 -fatal_A 8.758758758758758e-5 -fatalist_A 1.2512512512512513e-5 -fatalistic_A 1.2512512512512513e-5 -fateful_A 1.2512512512512513e-5 -fatherless_A 1.2512512512512513e-5 -fatherly_A 1.2512512512512513e-5 -fathomable_A 1.2512512512512513e-5 -fathomless_A 1.2512512512512513e-5 -fatless_A 1.2512512512512513e-5 -fattish_A 1.2512512512512513e-5 -fatty_A 1.2512512512512513e-5 -fatuous_A 2.5025025025025026e-5 -faucal_A 1.2512512512512513e-5 -faultless_A 3.7537537537537536e-5 -faulty_A 6.256256256256256e-5 -favourable_A 2.5025025025025026e-5 -favourite_A 5.005005005005005e-5 -fearful_A 8.758758758758758e-5 -fearless_A 2.5025025025025026e-5 -fearsome_A 2.5025025025025026e-5 -feasible_A 7.507507507507507e-5 -featherbrained_A 1.2512512512512513e-5 -featherlike_A 1.2512512512512513e-5 -feathery_A 1.2512512512512513e-5 -featureless_A 2.5025025025025026e-5 -febrile_A 1.2512512512512513e-5 -feckless_A 3.7537537537537536e-5 -feculent_A 1.2512512512512513e-5 -fecund_A 1.2512512512512513e-5 -federal_A 8.27077077077077e-3 -federate_A 1.2512512512512513e-5 -feeble_A 3.7537537537537536e-5 -feeble_minded_A 1.2512512512512513e-5 -feisty_A 1.2512512512512513e-5 -felicitous_A 1.2512512512512513e-5 -feline_A 2.5025025025025026e-5 -fell_A 3.7537537537537536e-5 -felonious_A 1.2512512512512513e-5 -felted_A 1.2512512512512513e-5 -female_A 2.002002002002002e-4 -feminine_A 2.5025025025025026e-5 -feminist_A 1.2512512512512513e-5 -femoral_A 1.2512512512512513e-5 -fencelike_A 1.2512512512512513e-5 -fenestral_A 1.2512512512512513e-5 -feral_A 1.2512512512512513e-5 -ferial_A 1.2512512512512513e-5 -fermentable_A 1.2512512512512513e-5 -ferned_A 1.2512512512512513e-5 -fernless_A 1.2512512512512513e-5 -fernlike_A 1.2512512512512513e-5 -ferny_A 1.2512512512512513e-5 -ferocious_A 8.758758758758758e-5 -ferric_A 1.2512512512512513e-5 -ferromagnetic_A 1.2512512512512513e-5 -ferrous_A 1.2512512512512513e-5 -fertile_A 2.5025025025025026e-5 -fertilizable_A 1.2512512512512513e-5 -fervent_A 3.7537537537537536e-5 -fervid_A 1.2512512512512513e-5 -festal_A 1.2512512512512513e-5 -festive_A 2.5025025025025026e-5 -fetal_A 7.507507507507507e-5 -fetching_A 3.7537537537537536e-5 -fetid_A 1.2512512512512513e-5 -feudal_A 2.5025025025025026e-5 -feudatory_A 1.2512512512512513e-5 -fevered_A 1.2512512512512513e-5 -feverish_A 1.2512512512512513e-5 -few_A 1.2512512512512513e-5 -fewer_A 1.2512512512512513e-5 -fey_A 1.2512512512512513e-5 -fibrillose_A 1.2512512512512513e-5 -fibrinous_A 1.2512512512512513e-5 -fibrocalcific_A 1.2512512512512513e-5 -fibrocartilaginous_A 1.2512512512512513e-5 -fibrous_A 1.2512512512512513e-5 -fickle_A 3.7537537537537536e-5 -fictile_A 1.2512512512512513e-5 -fictional_A 5.005005005005005e-5 -fictitious_A 3.7537537537537536e-5 -fictive_A 1.2512512512512513e-5 -fidgety_A 1.2512512512512513e-5 -fiducial_A 1.2512512512512513e-5 -fiduciary_A 1.2512512512512513e-5 -fiendish_A 1.2512512512512513e-5 -fierce_A 2.6276276276276277e-4 -fiery_A 2.5025025025025026e-5 -figural_A 1.2512512512512513e-5 -figurative_A 3.7537537537537536e-5 -fijian_A 1.2512512512512513e-5 -filamentous_A 1.2512512512512513e-5 -filar_A 1.2512512512512513e-5 -filarial_A 1.2512512512512513e-5 -filariid_A 1.2512512512512513e-5 -filial_A 2.5025025025025026e-5 -filipino_A 5.005005005005005e-5 -filmable_A 1.2512512512512513e-5 -filmy_A 1.2512512512512513e-5 -filtertipped_A 1.2512512512512513e-5 -filthy_A 1.2512512512512513e-5 -fimbriate_A 1.2512512512512513e-5 -finable_A 1.2512512512512513e-5 -final_A 2.4774774774774773e-3 -financial_A 7.732732732732733e-3 -fine_A 4.129129129129129e-4 -fine_tooth_A 1.2512512512512513e-5 -fineable_A 1.2512512512512513e-5 -finer_A 1.2512512512512513e-5 -finespun_A 1.2512512512512513e-5 -fingerless_A 1.2512512512512513e-5 -finical_A 1.2512512512512513e-5 -finicky_A 1.2512512512512513e-5 -finite_A 2.5025025025025026e-5 -finnish_A 1.2512512512512513e-5 -fireproof_A 1.2512512512512513e-5 -firm_A 9.25925925925926e-4 -firmamental_A 1.2512512512512513e-5 -first_class_A 3.7537537537537536e-5 -first_hand_A 2.5025025025025026e-5 -first_rate_A 3.7537537537537536e-5 -firstborn_A 1.2512512512512513e-5 -firsthand_A 1.2512512512512513e-5 -fiscal_A 3.5285285285285286e-3 -fisheye_A 1.2512512512512513e-5 -fishy_A 1.2512512512512513e-5 -fissile_A 1.2512512512512513e-5 -fissionable_A 1.2512512512512513e-5 -fissiparous_A 1.2512512512512513e-5 -fistular_A 1.2512512512512513e-5 -fistulous_A 1.2512512512512513e-5 -fit_A 5.005005005005005e-5 -fitful_A 1.2512512512512513e-5 -fitter_A 1.2512512512512513e-5 -fitting_A 3.7537537537537536e-5 -fivefold_A 3.7537537537537536e-5 -fivepenny_A 1.2512512512512513e-5 -fizzy_A 1.2512512512512513e-5 -flabby_A 1.2512512512512513e-5 -flaccid_A 1.2512512512512513e-5 -flagellate_A 1.2512512512512513e-5 -flagitious_A 1.2512512512512513e-5 -flagrant_A 3.7537537537537536e-5 -flaky_A 2.5025025025025026e-5 -flamboyant_A 1.1261261261261261e-4 -flameproof_A 1.2512512512512513e-5 -flammable_A 2.5025025025025026e-5 -flashy_A 1.1261261261261261e-4 -flat_A 1.1761761761761762e-3 -flat_bottomed_A 1.2512512512512513e-5 -flat_footed_A 1.2512512512512513e-5 -flatbottom_A 1.2512512512512513e-5 -flattering_A 1.2512512512512513e-5 -flatulent_A 1.2512512512512513e-5 -flaunty_A 1.2512512512512513e-5 -flavorful_A 1.2512512512512513e-5 -flavourless_A 1.2512512512512513e-5 -flawless_A 3.7537537537537536e-5 -flaxen_A 1.2512512512512513e-5 -flea_bitten_A 1.2512512512512513e-5 -fledged_A 1.2512512512512513e-5 -fledgling_A 1.2512512512512513e-5 -fleeceable_A 1.2512512512512513e-5 -fleecy_A 1.2512512512512513e-5 -fleet_A 2.5025025025025026e-5 -fleeting_A 8.758758758758758e-5 -flemish_A 3.7537537537537536e-5 -fleshly_A 1.2512512512512513e-5 -fleshy_A 1.2512512512512513e-5 -flexible_A 2.2522522522522523e-4 -flexuous_A 1.2512512512512513e-5 -flightless_A 1.2512512512512513e-5 -flighty_A 1.2512512512512513e-5 -flimsy_A 2.5025025025025026e-5 -flinty_A 1.2512512512512513e-5 -flip_A 3.7537537537537536e-5 -flippant_A 2.5025025025025026e-5 -flirtatious_A 1.2512512512512513e-5 -floccose_A 1.2512512512512513e-5 -flocculent_A 1.2512512512512513e-5 -floodlit_A 1.2512512512512513e-5 -floppy_A 6.256256256256256e-5 -floral_A 3.7537537537537536e-5 -floricultural_A 1.2512512512512513e-5 -florid_A 1.2512512512512513e-5 -floury_A 1.2512512512512513e-5 -flowered_A 1.2512512512512513e-5 -flowerless_A 1.2512512512512513e-5 -flowery_A 1.2512512512512513e-5 -fluent_A 5.005005005005005e-5 -fluffy_A 2.5025025025025026e-5 -fluid_A 5.005005005005005e-5 -fluorescent_A 1.2512512512512513e-5 -flush_A 6.256256256256256e-5 -fluvial_A 1.2512512512512513e-5 -fly_A 1.2512512512512513e-5 -flyaway_A 1.2512512512512513e-5 -flyblown_A 1.2512512512512513e-5 -foamy_A 1.2512512512512513e-5 -focal_A 3.7537537537537536e-5 -foetal_A 1.2512512512512513e-5 -fogbound_A 1.2512512512512513e-5 -foggy_A 2.5025025025025026e-5 -fogyish_A 1.2512512512512513e-5 -foldable_A 1.2512512512512513e-5 -foliaceous_A 1.2512512512512513e-5 -foliate_A 1.2512512512512513e-5 -foliolate_A 1.2512512512512513e-5 -folksy_A 2.5025025025025026e-5 -follicular_A 1.2512512512512513e-5 -following_A 1.7517517517517516e-4 -fond_A 6.256256256256256e-5 -foodless_A 1.2512512512512513e-5 -foolhardy_A 2.5025025025025026e-5 -foolish_A 5.005005005005005e-5 -foolproof_A 1.2512512512512513e-5 -foot_and_mouth_A 1.2512512512512513e-5 -footless_A 1.2512512512512513e-5 -footloose_A 1.2512512512512513e-5 -footsore_A 1.2512512512512513e-5 -footsure_A 1.2512512512512513e-5 -foppish_A 1.2512512512512513e-5 -forbidding_A 1.2512512512512513e-5 -forceful_A 6.256256256256256e-5 -forceless_A 1.2512512512512513e-5 -forcible_A 1.2512512512512513e-5 -forcipate_A 1.2512512512512513e-5 -fordable_A 1.2512512512512513e-5 -fore_A 1.2512512512512513e-5 -forehand_A 1.2512512512512513e-5 -forehanded_A 1.2512512512512513e-5 -foreign_A 5.067567567567568e-3 -foremost_A 2.5025025025025026e-5 -forensic_A 2.5025025025025026e-5 -foreseeable_A 8.758758758758758e-5 -forested_A 1.2512512512512513e-5 -forethoughtful_A 1.2512512512512513e-5 -forgetful_A 1.2512512512512513e-5 -forgettable_A 1.2512512512512513e-5 -forgivable_A 1.2512512512512513e-5 -forlorn_A 3.7537537537537536e-5 -formal_A 8.133133133133133e-4 -formalistic_A 1.2512512512512513e-5 -formative_A 1.2512512512512513e-5 -former_A 4.854854854854855e-3 -formic_A 1.2512512512512513e-5 -formidable_A 3.7537537537537536e-5 -formless_A 1.2512512512512513e-5 -formulaic_A 1.2512512512512513e-5 -formulary_A 1.2512512512512513e-5 -forte_A 1.2512512512512513e-5 -fortemente_A 1.2512512512512513e-5 -forthcoming_A 7.507507507507507e-5 -forthright_A 3.7537537537537536e-5 -fortissimo_A 1.2512512512512513e-5 -fortnightly_A 1.2512512512512513e-5 -fortuitous_A 2.5025025025025026e-5 -fortunate_A 1.3763763763763765e-4 -forty_A 1.2512512512512513e-5 -fortyish_A 1.2512512512512513e-5 -forward_A 3.7537537537537536e-5 -fossil_A 1.2512512512512513e-5 -fossiliferous_A 1.2512512512512513e-5 -fossorial_A 1.2512512512512513e-5 -foster_A 1.2512512512512513e-5 -foul_A 5.005005005005005e-5 -foul_mouthed_A 3.7537537537537536e-5 -foul_spoken_A 1.2512512512512513e-5 -four_part_A 6.256256256256256e-5 -four_ply_A 1.2512512512512513e-5 -fourfold_A 1.2512512512512513e-5 -fourhanded_A 1.2512512512512513e-5 -fourpenny_A 1.2512512512512513e-5 -fourscore_A 1.2512512512512513e-5 -foursquare_A 1.2512512512512513e-5 -foxy_A 1.2512512512512513e-5 -fractional_A 1.1261261261261261e-4 -fractious_A 2.5025025025025026e-5 -fragile_A 1.7517517517517516e-4 -fragmental_A 1.2512512512512513e-5 -fragmentary_A 1.2512512512512513e-5 -fragrant_A 1.2512512512512513e-5 -frail_A 2.5025025025025026e-5 -franciscan_A 2.5025025025025026e-5 -frangible_A 1.2512512512512513e-5 -frank_A 1.6266266266266267e-4 -frantic_A 6.256256256256256e-5 -fraternal_A 1.2512512512512513e-5 -fraudulent_A 2.002002002002002e-4 -fraught_A 3.7537537537537536e-5 -freakish_A 2.5025025025025026e-5 -freaky_A 1.2512512512512513e-5 -free_A 1.7517517517517517e-3 -free_and_easy_A 1.2512512512512513e-5 -free_handed_A 1.2512512512512513e-5 -free_range_A 1.2512512512512513e-5 -free_spoken_A 1.2512512512512513e-5 -free_standing_A 5.005005005005005e-5 -free_thinking_A 1.2512512512512513e-5 -freeborn_A 1.2512512512512513e-5 -freehand_A 1.2512512512512513e-5 -freelance_A 1.2512512512512513e-5 -freestanding_A 1.2512512512512513e-5 -freewill_A 1.2512512512512513e-5 -french_A 2.002002002002002e-4 -frenetic_A 6.256256256256256e-5 -frenzied_A 3.7537537537537536e-5 -frequent_A 7.507507507507507e-4 -fresh_A 5.255255255255255e-4 -freshman_A 1.2512512512512513e-5 -freshwater_A 1.2512512512512513e-5 -fretful_A 1.2512512512512513e-5 -freudian_A 1.2512512512512513e-5 -friable_A 1.2512512512512513e-5 -fricative_A 1.2512512512512513e-5 -frictional_A 1.2512512512512513e-5 -frictionless_A 1.2512512512512513e-5 -friendless_A 1.2512512512512513e-5 -friendly_A 5.755755755755755e-4 -frightening_A 7.507507507507507e-5 -frightful_A 1.2512512512512513e-5 -frigid_A 1.2512512512512513e-5 -frigorific_A 1.2512512512512513e-5 -frilled_A 1.2512512512512513e-5 -frilly_A 1.2512512512512513e-5 -fringy_A 1.2512512512512513e-5 -frisky_A 1.2512512512512513e-5 -frivolous_A 7.507507507507507e-5 -frizzy_A 1.2512512512512513e-5 -frolicsome_A 1.2512512512512513e-5 -frontal_A 2.5025025025025026e-5 -frore_A 1.2512512512512513e-5 -frost_bound_A 1.2512512512512513e-5 -frostbitten_A 1.2512512512512513e-5 -frosty_A 2.5025025025025026e-5 -frothy_A 2.5025025025025026e-5 -froward_A 1.2512512512512513e-5 -frowsty_A 1.2512512512512513e-5 -frowsy_A 1.2512512512512513e-5 -frowzy_A 1.2512512512512513e-5 -frugal_A 2.5025025025025026e-5 -fruitful_A 2.5025025025025026e-5 -fruitless_A 7.507507507507507e-5 -fruity_A 1.2512512512512513e-5 -frumpish_A 1.2512512512512513e-5 -frumpy_A 2.5025025025025026e-5 -frustrating_A 1.2512512512512513e-5 -fugal_A 1.2512512512512513e-5 -fuggy_A 1.2512512512512513e-5 -fugitive_A 1.2512512512512513e-5 -fugly_A 1.2512512512512513e-5 -fulgurating_A 1.2512512512512513e-5 -full_A 3.903903903903904e-3 -full_blooded_A 1.2512512512512513e-5 -full_blown_A 3.7537537537537536e-5 -full_dress_A 1.2512512512512513e-5 -full_fashioned_A 1.2512512512512513e-5 -full_fledged_A 6.256256256256256e-5 -full_grown_A 1.2512512512512513e-5 -full_length_A 3.7537537537537536e-5 -full_page_A 5.005005005005005e-5 -full_scale_A 5.005005005005005e-5 -full_time_A 1.6266266266266267e-4 -fully_fashioned_A 1.2512512512512513e-5 -fully_fledged_A 1.2512512512512513e-5 -fully_grown_A 1.2512512512512513e-5 -fulminant_A 1.2512512512512513e-5 -fulsome_A 1.2512512512512513e-5 -functional_A 2.5025025025025026e-5 -fundamental_A 6.506506506506507e-4 -fundamentalist_A 1.2512512512512513e-5 -funerary_A 1.2512512512512513e-5 -funereal_A 1.2512512512512513e-5 -fungal_A 1.2512512512512513e-5 -fungible_A 1.2512512512512513e-5 -fungicidal_A 1.2512512512512513e-5 -fungoid_A 1.2512512512512513e-5 -fungous_A 1.2512512512512513e-5 -funicular_A 1.2512512512512513e-5 -funky_A 1.2512512512512513e-5 -funny_A 2.002002002002002e-4 -furious_A 1.001001001001001e-4 -furlike_A 1.2512512512512513e-5 -furred_A 1.2512512512512513e-5 -furry_A 1.2512512512512513e-5 -further_A 8.758758758758758e-5 -furthermost_A 1.2512512512512513e-5 -furthest_A 1.2512512512512513e-5 -furtive_A 1.2512512512512513e-5 -fuscous_A 1.2512512512512513e-5 -fusible_A 1.2512512512512513e-5 -fusiform_A 1.2512512512512513e-5 -fussy_A 1.2512512512512513e-5 -fusty_A 1.2512512512512513e-5 -futile_A 5.005005005005005e-5 -future_A 1.7517517517517517e-3 -futureless_A 1.2512512512512513e-5 -futuristic_A 1.2512512512512513e-5 -fuzzed_A 1.2512512512512513e-5 -fuzzy_A 3.7537537537537536e-5 -gabled_A 1.2512512512512513e-5 -gabonese_A 1.2512512512512513e-5 -gaelic_A 2.5025025025025026e-5 -gaga_A 1.2512512512512513e-5 -gainful_A 1.2512512512512513e-5 -gainly_A 1.2512512512512513e-5 -galactic_A 1.2512512512512513e-5 -gallant_A 2.5025025025025026e-5 -gallic_A 1.2512512512512513e-5 -gallinaceous_A 1.2512512512512513e-5 -galvanic_A 1.2512512512512513e-5 -gambian_A 1.2512512512512513e-5 -game_A 1.2512512512512513e-5 -gamey_A 1.2512512512512513e-5 -gammy_A 1.2512512512512513e-5 -gamopetalous_A 1.2512512512512513e-5 -gamy_A 1.2512512512512513e-5 -gangling_A 1.2512512512512513e-5 -gangrenous_A 1.2512512512512513e-5 -gap_toothed_A 1.2512512512512513e-5 -gargantuan_A 7.507507507507507e-5 -garish_A 2.5025025025025026e-5 -garlicky_A 1.2512512512512513e-5 -garrulous_A 1.2512512512512513e-5 -gaseous_A 2.5025025025025026e-5 -gassy_A 1.2512512512512513e-5 -gastric_A 1.2512512512512513e-5 -gastroduodenal_A 1.2512512512512513e-5 -gastroesophageal_A 1.2512512512512513e-5 -gastrointestinal_A 1.2512512512512513e-5 -gastronomic_A 1.2512512512512513e-5 -gauche_A 1.2512512512512513e-5 -gaudy_A 1.2512512512512513e-5 -gaumless_A 1.2512512512512513e-5 -gaunt_A 1.2512512512512513e-5 -gauntleted_A 1.2512512512512513e-5 -gauzy_A 1.2512512512512513e-5 -gawky_A 3.7537537537537536e-5 -gay_A 5.005005005005005e-5 -gelatinous_A 1.2512512512512513e-5 -gemmed_A 1.2512512512512513e-5 -gemmiferous_A 1.2512512512512513e-5 -genealogic_A 1.2512512512512513e-5 -genealogical_A 1.2512512512512513e-5 -general_A 5.2302302302302305e-3 -generational_A 1.2512512512512513e-5 -generative_A 1.2512512512512513e-5 -generic_A 1.3763763763763765e-4 -generous_A 1.6266266266266267e-4 -genetic_A 4.3793793793793793e-4 -genial_A 2.5025025025025026e-5 -genic_A 1.2512512512512513e-5 -geniculate_A 1.2512512512512513e-5 -genital_A 2.5025025025025026e-5 -genitive_A 1.2512512512512513e-5 -genitourinary_A 1.2512512512512513e-5 -genotypical_A 1.2512512512512513e-5 -genteel_A 3.7537537537537536e-5 -gentile_A 2.5025025025025026e-5 -gentle_A 1.001001001001001e-4 -gentlemanlike_A 1.2512512512512513e-5 -gentlemanly_A 1.2512512512512513e-5 -genuine_A 2.3773773773773772e-4 -geocentric_A 1.2512512512512513e-5 -geodetic_A 1.2512512512512513e-5 -geographic_A 1.2512512512512513e-5 -geographical_A 1.2512512512512513e-5 -geological_A 2.5025025025025026e-5 -geometric_A 2.5025025025025026e-5 -geometrical_A 2.5025025025025026e-5 -geomorphologic_A 1.2512512512512513e-5 -geophysical_A 1.2512512512512513e-5 -geophytic_A 1.2512512512512513e-5 -geopolitical_A 1.2512512512512513e-5 -georgian_A 3.7537537537537536e-5 -geostationary_A 1.2512512512512513e-5 -geostrategic_A 1.2512512512512513e-5 -geosynchronous_A 1.2512512512512513e-5 -geothermal_A 1.2512512512512513e-5 -geriatric_A 1.2512512512512513e-5 -german_A 1.8768768768768769e-4 -germane_A 1.2512512512512513e-5 -germanic_A 1.2512512512512513e-5 -germfree_A 1.2512512512512513e-5 -germinal_A 1.2512512512512513e-5 -germy_A 1.2512512512512513e-5 -gerundial_A 1.2512512512512513e-5 -gestational_A 1.2512512512512513e-5 -gestural_A 1.2512512512512513e-5 -get_at_able_A 1.2512512512512513e-5 -gettable_A 1.2512512512512513e-5 -ghanaian_A 1.2512512512512513e-5 -ghastly_A 2.5025025025025026e-5 -ghostly_A 2.5025025025025026e-5 -ghoulish_A 1.2512512512512513e-5 -gibbous_A 1.2512512512512513e-5 -gibraltarian_A 1.2512512512512513e-5 -giddy_A 3.7537537537537536e-5 -gigantic_A 2.5025025025025026e-5 -gilbertian_A 1.2512512512512513e-5 -gilt_edged_A 1.2512512512512513e-5 -gimbaled_A 1.2512512512512513e-5 -gimcrack_A 1.2512512512512513e-5 -ginger_A 3.7537537537537536e-5 -gingerly_A 2.5025025025025026e-5 -gingery_A 1.2512512512512513e-5 -gingival_A 1.2512512512512513e-5 -girlish_A 1.2512512512512513e-5 -glabellar_A 1.2512512512512513e-5 -glabrescent_A 1.2512512512512513e-5 -glabrous_A 1.2512512512512513e-5 -glace_A 1.2512512512512513e-5 -glacial_A 3.7537537537537536e-5 -glaciated_A 1.2512512512512513e-5 -glad_A 8.758758758758758e-5 -gladiatorial_A 1.2512512512512513e-5 -gladsome_A 1.2512512512512513e-5 -glamorous_A 1.1261261261261261e-4 -glandular_A 1.2512512512512513e-5 -glaring_A 2.5025025025025026e-5 -glassy_A 1.2512512512512513e-5 -glaswegian_A 1.2512512512512513e-5 -glaucous_A 1.2512512512512513e-5 -gleeful_A 5.005005005005005e-5 -glial_A 1.2512512512512513e-5 -glib_A 2.5025025025025026e-5 -glimmery_A 1.2512512512512513e-5 -glissando_A 1.2512512512512513e-5 -global_A 8.508508508508508e-4 -globular_A 1.2512512512512513e-5 -glomerular_A 1.2512512512512513e-5 -glooming_A 1.2512512512512513e-5 -gloomy_A 1.1261261261261261e-4 -glorious_A 5.005005005005005e-5 -glossopharyngeal_A 1.2512512512512513e-5 -glossy_A 1.001001001001001e-4 -glottal_A 1.2512512512512513e-5 -glottochronological_A 1.2512512512512513e-5 -gloved_A 1.2512512512512513e-5 -gloveless_A 1.2512512512512513e-5 -glued_A 1.2512512512512513e-5 -gluey_A 1.2512512512512513e-5 -glum_A 2.5025025025025026e-5 -gluteal_A 1.2512512512512513e-5 -glutinous_A 1.2512512512512513e-5 -gluttonous_A 1.2512512512512513e-5 -glycogenic_A 1.2512512512512513e-5 -gnarled_A 1.2512512512512513e-5 -gnomic_A 1.2512512512512513e-5 -gnomish_A 1.2512512512512513e-5 -gnostic_A 1.2512512512512513e-5 -go_A 1.2512512512512513e-5 -go_as_you_please_A 1.2512512512512513e-5 -go_to_meeting_A 1.2512512512512513e-5 -goalless_A 1.2512512512512513e-5 -goateed_A 1.2512512512512513e-5 -gobsmacked_A 1.2512512512512513e-5 -god_damn_A 1.2512512512512513e-5 -god_damned_A 1.2512512512512513e-5 -goddam_A 1.2512512512512513e-5 -godfearing_A 1.2512512512512513e-5 -godforsaken_A 1.2512512512512513e-5 -godless_A 1.2512512512512513e-5 -godlike_A 1.2512512512512513e-5 -godly_A 1.2512512512512513e-5 -goggle_eyed_A 1.2512512512512513e-5 -gold_A 1.2512512512512513e-5 -golden_A 3.6286286286286285e-4 -gonadal_A 1.2512512512512513e-5 -gonadotropic_A 1.2512512512512513e-5 -good_A 1.016016016016016e-2 -good_for_naught_A 1.2512512512512513e-5 -good_for_nothing_A 1.2512512512512513e-5 -good_humoured_A 1.2512512512512513e-5 -good_looking_A 2.5025025025025026e-5 -good_natured_A 5.005005005005005e-5 -good_tempered_A 1.2512512512512513e-5 -good_time_A 1.2512512512512513e-5 -goodish_A 1.2512512512512513e-5 -goodly_A 1.2512512512512513e-5 -goody_goody_A 1.2512512512512513e-5 -gooey_A 1.2512512512512513e-5 -goofy_A 1.2512512512512513e-5 -gordian_A 1.2512512512512513e-5 -gorgeous_A 3.7537537537537536e-5 -gormless_A 1.2512512512512513e-5 -gory_A 1.2512512512512513e-5 -gothic_A 1.2512512512512513e-5 -gouty_A 2.5025025025025026e-5 -governmental_A 6.256256256256256e-5 -graceful_A 8.758758758758758e-5 -graceless_A 1.2512512512512513e-5 -gracile_A 1.2512512512512513e-5 -gracious_A 5.005005005005005e-5 -gradable_A 1.2512512512512513e-5 -gradational_A 1.2512512512512513e-5 -gradual_A 3.503503503503503e-4 -grained_A 1.2512512512512513e-5 -grammatical_A 2.5025025025025026e-5 -grand_A 4.3793793793793793e-4 -grandiloquent_A 1.2512512512512513e-5 -grandiose_A 7.507507507507507e-5 -granitic_A 1.2512512512512513e-5 -granular_A 2.5025025025025026e-5 -granuliferous_A 1.2512512512512513e-5 -granulocytic_A 1.2512512512512513e-5 -granulomatous_A 1.2512512512512513e-5 -grapelike_A 1.2512512512512513e-5 -grapey_A 1.2512512512512513e-5 -graphic_A 2.5025025025025026e-5 -graphical_A 1.2512512512512513e-5 -grassless_A 1.2512512512512513e-5 -grasslike_A 1.2512512512512513e-5 -grassroots_A 1.2512512512512513e-5 -grassy_A 2.5025025025025026e-5 -grateful_A 6.256256256256256e-5 -gratifying_A 1.2512512512512513e-5 -gratis_A 1.2512512512512513e-5 -gratuitous_A 6.256256256256256e-5 -grave_A 1.1261261261261261e-4 -gravelly_A 1.2512512512512513e-5 -graven_A 1.2512512512512513e-5 -gravitational_A 1.2512512512512513e-5 -gray_A 1.6266266266266267e-4 -greaseproof_A 1.2512512512512513e-5 -greasy_A 1.2512512512512513e-5 -great_A 3.878878878878879e-3 -greater_A 1.2512512512512513e-5 -greatest_A 1.2512512512512513e-5 -greathearted_A 1.2512512512512513e-5 -grecian_A 1.2512512512512513e-5 -greedy_A 1.1261261261261261e-4 -greek_A 1.2512512512512513e-5 -green_A 2.6276276276276277e-4 -greeneyed_A 1.2512512512512513e-5 -greenhouse_A 1.2512512512512513e-5 -greenish_A 2.5025025025025026e-5 -greenside_A 1.2512512512512513e-5 -gregarious_A 1.2512512512512513e-5 -gregorian_A 1.2512512512512513e-5 -grenadian_A 1.2512512512512513e-5 -grey_A 1.2512512512512513e-5 -grey_headed_A 1.2512512512512513e-5 -greyish_A 1.2512512512512513e-5 -grievous_A 2.5025025025025026e-5 -grim_A 1.8768768768768769e-4 -grimy_A 1.2512512512512513e-5 -grisly_A 5.005005005005005e-5 -gritty_A 3.7537537537537536e-5 -grizzled_A 1.2512512512512513e-5 -groggy_A 1.2512512512512513e-5 -groovy_A 1.2512512512512513e-5 -gross_A 7.132132132132132e-4 -grotesque_A 2.5025025025025026e-5 -grotty_A 1.2512512512512513e-5 -grouchy_A 1.2512512512512513e-5 -groundless_A 1.2512512512512513e-5 -grown_up_A 1.2512512512512513e-5 -grubby_A 1.2512512512512513e-5 -grudging_A 2.5025025025025026e-5 -gruelling_A 1.2512512512512513e-5 -gruesome_A 3.7537537537537536e-5 -gruff_A 2.5025025025025026e-5 -grumpy_A 1.2512512512512513e-5 -guatemalan_A 1.2512512512512513e-5 -gubernatorial_A 1.2512512512512513e-5 -guiding_A 1.2512512512512513e-5 -guileful_A 1.2512512512512513e-5 -guileless_A 1.2512512512512513e-5 -guiltless_A 1.2512512512512513e-5 -guilty_A 8.508508508508508e-4 -guinean_A 1.2512512512512513e-5 -gullible_A 2.5025025025025026e-5 -gummy_A 1.2512512512512513e-5 -gusseted_A 1.2512512512512513e-5 -gustatory_A 1.2512512512512513e-5 -gusty_A 1.2512512512512513e-5 -gutless_A 1.2512512512512513e-5 -gutsy_A 1.2512512512512513e-5 -guttural_A 1.2512512512512513e-5 -guyanese_A 1.2512512512512513e-5 -gymnastic_A 2.5025025025025026e-5 -gymnosophical_A 1.2512512512512513e-5 -gymnospermous_A 1.2512512512512513e-5 -gynaecological_A 1.2512512512512513e-5 -gynandromorphic_A 1.2512512512512513e-5 -gynecological_A 1.2512512512512513e-5 -gyral_A 1.2512512512512513e-5 -gyroscopic_A 1.2512512512512513e-5 -habitable_A 1.2512512512512513e-5 -habited_A 1.2512512512512513e-5 -habitual_A 1.2512512512512513e-5 -hackneyed_A 1.2512512512512513e-5 -hadal_A 1.2512512512512513e-5 -haemophilic_A 1.2512512512512513e-5 -hag_ridden_A 1.2512512512512513e-5 -haggard_A 1.2512512512512513e-5 -hair_raising_A 1.2512512512512513e-5 -hairless_A 1.2512512512512513e-5 -hairlike_A 1.2512512512512513e-5 -hairsplitting_A 1.2512512512512513e-5 -hairy_A 2.5025025025025026e-5 -haitian_A 1.2512512512512513e-5 -halal_A 1.2512512512512513e-5 -halcyon_A 1.2512512512512513e-5 -hale_A 1.2512512512512513e-5 -half_A 1.2512512512512513e-5 -half_baked_A 2.5025025025025026e-5 -half_crazed_A 1.2512512512512513e-5 -half_hardy_A 1.2512512512512513e-5 -half_hearted_A 1.2512512512512513e-5 -half_hourly_A 1.2512512512512513e-5 -half_length_A 1.2512512512512513e-5 -half_seas_over_A 1.2512512512512513e-5 -half_size_A 1.2512512512512513e-5 -half_timbered_A 1.2512512512512513e-5 -half_tracked_A 1.2512512512512513e-5 -half_yearly_A 1.2512512512512513e-5 -halfhearted_A 1.2512512512512513e-5 -halfway_A 1.2512512512512513e-5 -halfwitted_A 1.2512512512512513e-5 -hallucinatory_A 1.2512512512512513e-5 -hallucinogenic_A 1.2512512512512513e-5 -halt_A 1.2512512512512513e-5 -ham_fisted_A 1.2512512512512513e-5 -ham_handed_A 2.5025025025025026e-5 -hammy_A 1.2512512512512513e-5 -hand_picked_A 2.5025025025025026e-5 -handleless_A 1.2512512512512513e-5 -handless_A 1.2512512512512513e-5 -handmade_A 1.2512512512512513e-5 -handsewn_A 1.2512512512512513e-5 -handsome_A 1.1261261261261261e-4 -handwritten_A 1.2512512512512513e-5 -handy_A 1.3763763763763765e-4 -hangdog_A 1.2512512512512513e-5 -haphazard_A 1.2512512512512513e-5 -hapless_A 2.5025025025025026e-5 -haploid_A 1.2512512512512513e-5 -happy_A 4.62962962962963e-4 -happy_go_lucky_A 1.2512512512512513e-5 -haptic_A 1.2512512512512513e-5 -hard_A 2.48998998998999e-3 -hard_baked_A 1.2512512512512513e-5 -hard_bitten_A 3.7537537537537536e-5 -hard_boiled_A 2.5025025025025026e-5 -hard_headed_A 1.2512512512512513e-5 -hardbacked_A 1.2512512512512513e-5 -hardbound_A 2.5025025025025026e-5 -hardcovered_A 1.2512512512512513e-5 -hardheaded_A 1.2512512512512513e-5 -hardhearted_A 1.2512512512512513e-5 -hardhitting_A 1.2512512512512513e-5 -hardscrabble_A 1.2512512512512513e-5 -hardworking_A 2.5025025025025026e-5 -hardy_A 5.005005005005005e-5 -harebrained_A 1.2512512512512513e-5 -harmful_A 1.2512512512512512e-4 -harmless_A 2.5025025025025026e-5 -harmonic_A 1.2512512512512513e-5 -harmonious_A 3.7537537537537536e-5 -harmonizable_A 1.2512512512512513e-5 -harsh_A 2.6276276276276277e-4 -harum_scarum_A 1.2512512512512513e-5 -hastate_A 1.2512512512512513e-5 -hasty_A 1.2512512512512512e-4 -hateful_A 1.2512512512512513e-5 -hatless_A 1.2512512512512513e-5 -hatted_A 1.2512512512512513e-5 -haughty_A 2.5025025025025026e-5 -haunting_A 1.2512512512512513e-5 -hawk_eyed_A 1.2512512512512513e-5 -haywire_A 1.2512512512512513e-5 -hazardous_A 1.1261261261261261e-4 -hazel_A 1.2512512512512513e-5 -hazy_A 1.2512512512512513e-5 -head_on_A 1.2512512512512513e-5 -headfirst_A 1.2512512512512513e-5 -headless_A 1.2512512512512513e-5 -headlike_A 1.2512512512512513e-5 -headlong_A 1.2512512512512513e-5 -headstrong_A 1.2512512512512513e-5 -heady_A 8.758758758758758e-5 -healthful_A 1.2512512512512513e-5 -healthy_A 8.383383383383384e-4 -hearsay_A 1.2512512512512513e-5 -heart_rending_A 2.5025025025025026e-5 -heartbreaking_A 1.2512512512512513e-5 -heartbroken_A 1.2512512512512513e-5 -hearted_A 1.2512512512512513e-5 -heartening_A 1.2512512512512513e-5 -heartfelt_A 2.5025025025025026e-5 -heartless_A 1.2512512512512513e-5 -heartsick_A 1.2512512512512513e-5 -heartwarming_A 1.2512512512512513e-5 -hearty_A 2.5025025025025026e-5 -heatable_A 1.2512512512512513e-5 -heated_A 2.5025025025025026e-5 -heathen_A 1.2512512512512513e-5 -heathenish_A 1.2512512512512513e-5 -heathlike_A 1.2512512512512513e-5 -heatless_A 1.2512512512512513e-5 -heavenly_A 1.2512512512512513e-5 -heavensent_A 1.2512512512512513e-5 -heavenward_A 1.2512512512512513e-5 -heavenwards_A 1.2512512512512513e-5 -heavy_A 2.9404404404404405e-3 -heavy_handed_A 3.7537537537537536e-5 -heavy_hearted_A 1.2512512512512513e-5 -heavy_laden_A 1.2512512512512513e-5 -heavyhearted_A 1.2512512512512513e-5 -hebdomadal_A 1.2512512512512513e-5 -hebephrenic_A 1.2512512512512513e-5 -hebraic_A 1.2512512512512513e-5 -hebrew_A 1.2512512512512513e-5 -hectic_A 1.001001001001001e-4 -hedonic_A 1.2512512512512513e-5 -hedonistic_A 1.2512512512512513e-5 -heedful_A 1.2512512512512513e-5 -heedless_A 1.2512512512512513e-5 -hefty_A 3.878878878878879e-4 -heinous_A 2.5025025025025026e-5 -heliacal_A 1.2512512512512513e-5 -heliocentric_A 1.2512512512512513e-5 -hellenic_A 1.2512512512512513e-5 -hellish_A 1.2512512512512513e-5 -helmeted_A 2.5025025025025026e-5 -helpful_A 1.3763763763763765e-4 -helpless_A 6.256256256256256e-5 -hemal_A 1.2512512512512513e-5 -hematologic_A 1.2512512512512513e-5 -hematopoietic_A 1.2512512512512513e-5 -hemic_A 1.2512512512512513e-5 -hemimetabolous_A 1.2512512512512513e-5 -hemiparasitic_A 1.2512512512512513e-5 -hemispheric_A 1.2512512512512513e-5 -hemispherical_A 1.2512512512512513e-5 -hemodynamic_A 1.2512512512512513e-5 -hemolytic_A 1.2512512512512513e-5 -hemorrhagic_A 1.2512512512512513e-5 -hempen_A 1.2512512512512513e-5 -hennaed_A 1.2512512512512513e-5 -henpecked_A 1.2512512512512513e-5 -hep_A 1.2512512512512513e-5 -hepatic_A 1.2512512512512513e-5 -hepatotoxic_A 1.2512512512512513e-5 -heraldic_A 1.2512512512512513e-5 -herbaceous_A 1.2512512512512513e-5 -herbal_A 3.7537537537537536e-5 -herbivorous_A 1.2512512512512513e-5 -herculean_A 1.2512512512512513e-5 -hereditary_A 2.5025025025025026e-5 -heretical_A 2.5025025025025026e-5 -heritable_A 1.2512512512512513e-5 -hermaphroditic_A 1.2512512512512513e-5 -hermeneutic_A 1.2512512512512513e-5 -hermetic_A 1.2512512512512513e-5 -heroic_A 3.7537537537537536e-5 -hertzian_A 1.2512512512512513e-5 -hesitant_A 6.256256256256256e-5 -het_up_A 1.2512512512512513e-5 -heterocercal_A 1.2512512512512513e-5 -heterocyclic_A 1.2512512512512513e-5 -heterodactyl_A 1.2512512512512513e-5 -heterodox_A 1.2512512512512513e-5 -heterodyne_A 1.2512512512512513e-5 -heteroecious_A 1.2512512512512513e-5 -heterogeneous_A 3.7537537537537536e-5 -heterogenous_A 1.2512512512512513e-5 -heteroicous_A 1.2512512512512513e-5 -heterologous_A 1.2512512512512513e-5 -heterometabolous_A 1.2512512512512513e-5 -heterosexual_A 1.2512512512512513e-5 -heterosporous_A 1.2512512512512513e-5 -heterotrophic_A 1.2512512512512513e-5 -heterozygous_A 1.2512512512512513e-5 -heuristic_A 1.2512512512512513e-5 -hewn_A 1.2512512512512513e-5 -hexadecimal_A 1.2512512512512513e-5 -hexagonal_A 1.2512512512512513e-5 -hexangular_A 1.2512512512512513e-5 -hexed_A 1.2512512512512513e-5 -hi_fi_A 1.2512512512512513e-5 -hick_A 1.2512512512512513e-5 -hidebound_A 3.7537537537537536e-5 -hideous_A 2.5025025025025026e-5 -hidrotic_A 1.2512512512512513e-5 -hierarchic_A 1.2512512512512513e-5 -hierarchical_A 2.5025025025025026e-5 -hieratic_A 1.2512512512512513e-5 -hieroglyphic_A 1.2512512512512513e-5 -higgledy_piggledy_A 1.2512512512512513e-5 -high_A 1.2725225225225225e-2 -high_class_A 1.2512512512512513e-5 -high_falutin_A 1.2512512512512513e-5 -high_fidelity_A 1.2512512512512513e-5 -high_grade_A 2.5025025025025025e-4 -high_handed_A 2.5025025025025026e-5 -high_keyed_A 1.2512512512512513e-5 -high_level_A 7.507507507507507e-5 -high_minded_A 3.7537537537537536e-5 -high_necked_A 1.2512512512512513e-5 -high_octane_A 3.7537537537537536e-5 -high_pitched_A 1.2512512512512513e-5 -high_powered_A 6.256256256256256e-5 -high_priced_A 1.5015015015015014e-4 -high_principled_A 1.2512512512512513e-5 -high_ranking_A 3.7537537537537536e-5 -high_rise_A 2.5025025025025026e-5 -high_sounding_A 1.2512512512512513e-5 -high_speed_A 6.256256256256256e-5 -high_spirited_A 1.2512512512512513e-5 -high_tension_A 1.2512512512512513e-5 -high_toned_A 2.5025025025025026e-5 -highborn_A 1.2512512512512513e-5 -highbrow_A 1.2512512512512513e-5 -highflown_A 1.2512512512512513e-5 -highflying_A 1.2512512512512513e-5 -hilar_A 1.2512512512512513e-5 -hilarious_A 2.5025025025025026e-5 -hilly_A 2.5025025025025026e-5 -hind_A 1.2512512512512513e-5 -hindi_A 1.2512512512512513e-5 -hindmost_A 1.2512512512512513e-5 -hindu_A 1.2512512512512513e-5 -hindustani_A 1.2512512512512513e-5 -hip_A 1.2512512512512513e-5 -hiplength_A 1.2512512512512513e-5 -hipless_A 1.2512512512512513e-5 -hipped_A 1.2512512512512513e-5 -hippocratic_A 1.2512512512512513e-5 -hircine_A 1.2512512512512513e-5 -hirsute_A 1.2512512512512513e-5 -hispid_A 1.2512512512512513e-5 -histological_A 1.2512512512512513e-5 -historic_A 1.6266266266266267e-4 -historical_A 4.5045045045045046e-4 -histrionic_A 1.2512512512512513e-5 -hit_and_run_A 1.2512512512512513e-5 -hitless_A 1.2512512512512513e-5 -hoar_A 1.2512512512512513e-5 -hoarse_A 1.2512512512512513e-5 -hoary_A 1.2512512512512513e-5 -hobnailed_A 1.2512512512512513e-5 -hoggish_A 1.2512512512512513e-5 -hoity_toity_A 1.2512512512512513e-5 -hole_and_corner_A 1.2512512512512513e-5 -holey_A 1.2512512512512513e-5 -holistic_A 1.2512512512512513e-5 -hollander_A 1.2512512512512513e-5 -hollow_A 3.7537537537537536e-5 -holographic_A 1.2512512512512513e-5 -holometabolic_A 1.2512512512512513e-5 -holophytic_A 1.2512512512512513e-5 -holozoic_A 1.2512512512512513e-5 -holy_A 5.005005005005005e-5 -home_A 1.2512512512512513e-5 -home_baked_A 1.2512512512512513e-5 -home_brewed_A 1.2512512512512513e-5 -home_cured_A 1.2512512512512513e-5 -home_grown_A 1.2512512512512513e-5 -home_made_A 1.2512512512512513e-5 -homebound_A 1.2512512512512513e-5 -homegrown_A 1.2512512512512513e-5 -homeless_A 1.8768768768768769e-4 -homelike_A 1.2512512512512513e-5 -homely_A 1.2512512512512513e-5 -homemade_A 1.2512512512512513e-5 -homeopathic_A 1.2512512512512513e-5 -homeostatic_A 1.2512512512512513e-5 -homeric_A 1.2512512512512513e-5 -homesick_A 1.2512512512512513e-5 -homespun_A 1.2512512512512513e-5 -homeward_A 1.2512512512512513e-5 -homey_A 1.2512512512512513e-5 -homicidal_A 1.2512512512512513e-5 -homiletic_A 1.2512512512512513e-5 -hominal_A 1.2512512512512513e-5 -homing_A 1.2512512512512513e-5 -hominian_A 1.2512512512512513e-5 -hominine_A 1.2512512512512513e-5 -homocercal_A 1.2512512512512513e-5 -homocyclic_A 1.2512512512512513e-5 -homoerotic_A 1.2512512512512513e-5 -homogeneous_A 1.2512512512512513e-5 -homoiothermic_A 1.2512512512512513e-5 -homologic_A 1.2512512512512513e-5 -homologous_A 1.2512512512512513e-5 -homonymic_A 1.2512512512512513e-5 -homophobic_A 1.2512512512512513e-5 -homophonic_A 1.2512512512512513e-5 -homophonous_A 1.2512512512512513e-5 -homosexual_A 7.507507507507507e-5 -homosporous_A 1.2512512512512513e-5 -homostylous_A 1.2512512512512513e-5 -homozygous_A 1.2512512512512513e-5 -honduran_A 2.5025025025025026e-5 -honest_A 1.7517517517517516e-4 -honey_A 1.2512512512512513e-5 -honeyed_A 1.2512512512512513e-5 -honeylike_A 1.2512512512512513e-5 -honorary_A 2.5025025025025026e-5 -honorific_A 1.2512512512512513e-5 -honourable_A 1.2512512512512513e-5 -hooflike_A 1.2512512512512513e-5 -hook_nosed_A 1.2512512512512513e-5 -hooklike_A 1.2512512512512513e-5 -hopeful_A 1.8768768768768769e-4 -hopeless_A 8.758758758758758e-5 -hopped_up_A 1.2512512512512513e-5 -horary_A 1.2512512512512513e-5 -horizontal_A 2.5025025025025026e-5 -hormonal_A 1.2512512512512513e-5 -horn_rimmed_A 1.2512512512512513e-5 -horned_A 1.2512512512512513e-5 -hornless_A 1.2512512512512513e-5 -hornlike_A 1.2512512512512513e-5 -horny_A 1.2512512512512513e-5 -horrible_A 1.2512512512512512e-4 -horrid_A 1.2512512512512513e-5 -horrific_A 2.5025025025025026e-5 -horror_stricken_A 1.2512512512512513e-5 -horror_struck_A 1.2512512512512513e-5 -hors_de_combat_A 2.5025025025025026e-5 -horsy_A 1.2512512512512513e-5 -hortative_A 1.2512512512512513e-5 -horticultural_A 5.005005005005005e-5 -hospitable_A 6.256256256256256e-5 -hostile_A 6.881881881881882e-4 -hot_A 5.880880880880881e-4 -hot_blooded_A 1.2512512512512513e-5 -hot_headed_A 1.2512512512512513e-5 -hot_tempered_A 2.5025025025025026e-5 -hotheaded_A 1.2512512512512513e-5 -hottish_A 1.2512512512512513e-5 -hourlong_A 1.2512512512512513e-5 -hourly_A 8.758758758758758e-5 -housebound_A 1.2512512512512513e-5 -housebroken_A 1.2512512512512513e-5 -houseproud_A 1.2512512512512513e-5 -housetrained_A 1.2512512512512513e-5 -housewifely_A 1.2512512512512513e-5 -hoydenish_A 1.2512512512512513e-5 -hued_A 1.2512512512512513e-5 -hueless_A 1.2512512512512513e-5 -huffish_A 1.2512512512512513e-5 -huffy_A 1.2512512512512513e-5 -huge_A 2.102102102102102e-3 -hugger_mugger_A 1.2512512512512513e-5 -hulking_A 1.2512512512512513e-5 -human_A 8.758758758758759e-4 -humane_A 1.2512512512512513e-5 -humanist_A 1.2512512512512513e-5 -humanistic_A 1.2512512512512513e-5 -humanitarian_A 1.2512512512512512e-4 -humble_A 5.005005005005005e-5 -humdrum_A 1.2512512512512513e-5 -humic_A 1.2512512512512513e-5 -humid_A 2.5025025025025026e-5 -humified_A 1.2512512512512513e-5 -humongous_A 1.2512512512512513e-5 -humoral_A 1.2512512512512513e-5 -humorless_A 1.2512512512512513e-5 -humorous_A 1.2512512512512513e-5 -humourless_A 1.2512512512512513e-5 -humpbacked_A 1.2512512512512513e-5 -hunchback_A 1.2512512512512513e-5 -hunchbacked_A 1.2512512512512513e-5 -hungarian_A 2.5025025025025026e-5 -hungry_A 5.005005005005005e-5 -hurried_A 2.5025025025025026e-5 -hurtful_A 1.2512512512512513e-5 -husbandly_A 1.2512512512512513e-5 -hush_hush_A 2.5025025025025026e-5 -husky_A 2.5025025025025026e-5 -hutted_A 1.2512512512512513e-5 -hyaline_A 1.2512512512512513e-5 -hyaloplasmic_A 1.2512512512512513e-5 -hybrid_A 1.6266266266266267e-4 -hydraulic_A 5.005005005005005e-5 -hydric_A 1.2512512512512513e-5 -hydrocephalic_A 1.2512512512512513e-5 -hydrochloric_A 1.2512512512512513e-5 -hydrodynamic_A 1.2512512512512513e-5 -hydroelectric_A 2.5025025025025026e-5 -hydrographic_A 1.2512512512512513e-5 -hydrokinetic_A 1.2512512512512513e-5 -hydrolyzable_A 1.2512512512512513e-5 -hydrometric_A 1.2512512512512513e-5 -hydropathic_A 1.2512512512512513e-5 -hydrophilic_A 1.2512512512512513e-5 -hydrophobic_A 1.2512512512512513e-5 -hydrophytic_A 1.2512512512512513e-5 -hydrostatic_A 1.2512512512512513e-5 -hydrous_A 1.2512512512512513e-5 -hydroxy_A 1.2512512512512513e-5 -hygienic_A 1.2512512512512513e-5 -hygrophytic_A 1.2512512512512513e-5 -hygroscopic_A 1.2512512512512513e-5 -hymenal_A 1.2512512512512513e-5 -hymeneal_A 1.2512512512512513e-5 -hymenopterous_A 1.2512512512512513e-5 -hyoid_A 1.2512512512512513e-5 -hypaethral_A 1.2512512512512513e-5 -hyperactive_A 1.2512512512512513e-5 -hyperbolic_A 1.2512512512512513e-5 -hyperboloidal_A 1.2512512512512513e-5 -hypercatalectic_A 1.2512512512512513e-5 -hypercritical_A 1.2512512512512513e-5 -hyperemic_A 1.2512512512512513e-5 -hyperfine_A 1.2512512512512513e-5 -hyperopic_A 1.2512512512512513e-5 -hypersensitive_A 1.2512512512512513e-5 -hypertensive_A 1.2512512512512513e-5 -hyperthermal_A 1.2512512512512513e-5 -hypertonic_A 1.2512512512512513e-5 -hypertrophied_A 1.2512512512512513e-5 -hypnoid_A 1.2512512512512513e-5 -hypnotic_A 2.5025025025025026e-5 -hypoactive_A 1.2512512512512513e-5 -hypochondriac_A 1.2512512512512513e-5 -hypochondriacal_A 1.2512512512512513e-5 -hypocritical_A 1.2512512512512513e-5 -hypodermal_A 1.2512512512512513e-5 -hypodermic_A 1.2512512512512513e-5 -hypoglycemic_A 1.2512512512512513e-5 -hypophyseal_A 1.2512512512512513e-5 -hypophysectomized_A 1.2512512512512513e-5 -hypotensive_A 1.2512512512512513e-5 -hypothalamic_A 1.2512512512512513e-5 -hypothermic_A 1.2512512512512513e-5 -hypothetical_A 8.758758758758758e-5 -hypotonic_A 1.2512512512512513e-5 -hypovolemic_A 1.2512512512512513e-5 -hysteric_A 1.2512512512512513e-5 -hysterical_A 3.7537537537537536e-5 -iambic_A 2.5025025025025026e-5 -iatrogenic_A 1.2512512512512513e-5 -icebound_A 1.2512512512512513e-5 -icefree_A 1.2512512512512513e-5 -icelander_A 1.2512512512512513e-5 -icelandic_A 1.2512512512512513e-5 -ichorous_A 1.2512512512512513e-5 -icky_A 1.2512512512512513e-5 -iconic_A 1.2512512512512513e-5 -iconoclastic_A 1.2512512512512513e-5 -icosahedral_A 1.2512512512512513e-5 -ictal_A 1.2512512512512513e-5 -icterogenic_A 1.2512512512512513e-5 -icy_A 1.2512512512512513e-5 -ideal_A 1.3763763763763765e-4 -idealistic_A 7.507507507507507e-5 -idempotent_A 1.2512512512512513e-5 -identical_A 1.1261261261261261e-4 -identifiable_A 3.7537537537537536e-5 -ideographic_A 1.2512512512512513e-5 -ideological_A 1.7517517517517516e-4 -idiographic_A 1.2512512512512513e-5 -idiomatic_A 2.5025025025025026e-5 -idiopathic_A 1.2512512512512513e-5 -idiosyncratic_A 2.5025025025025026e-5 -idiotic_A 1.2512512512512513e-5 -idle_A 1.8768768768768769e-4 -idolatrous_A 1.2512512512512513e-5 -idyllic_A 1.2512512512512513e-5 -igneous_A 1.2512512512512513e-5 -ignescent_A 1.2512512512512513e-5 -ignoble_A 2.5025025025025026e-5 -ignominious_A 2.5025025025025026e-5 -ignorant_A 1.2512512512512513e-5 -iliac_A 1.2512512512512513e-5 -ill_A 1.3763763763763765e-4 -ill_advised_A 3.7537537537537536e-5 -ill_affected_A 1.2512512512512513e-5 -ill_bred_A 1.2512512512512513e-5 -ill_disposed_A 2.5025025025025026e-5 -ill_fated_A 2.5025025025025026e-5 -ill_favoured_A 1.2512512512512513e-5 -ill_gotten_A 2.5025025025025026e-5 -ill_judged_A 1.2512512512512513e-5 -ill_mannered_A 2.5025025025025026e-5 -ill_natured_A 1.2512512512512513e-5 -ill_omened_A 1.2512512512512513e-5 -ill_starred_A 1.2512512512512513e-5 -ill_timed_A 1.2512512512512513e-5 -illative_A 1.2512512512512513e-5 -illegal_A 8.758758758758759e-4 -illegible_A 1.2512512512512513e-5 -illegitimate_A 5.005005005005005e-5 -illiberal_A 1.2512512512512513e-5 -illicit_A 2.5025025025025026e-5 -illimitable_A 1.2512512512512513e-5 -illiterate_A 1.2512512512512513e-5 -illogical_A 2.5025025025025026e-5 -illusional_A 1.2512512512512513e-5 -illusive_A 1.2512512512512513e-5 -illusory_A 1.2512512512512513e-5 -illustrative_A 1.2512512512512513e-5 -illustrious_A 1.2512512512512513e-5 -imaginable_A 2.5025025025025026e-5 -imaginary_A 2.5025025025025026e-5 -imaginative_A 7.507507507507507e-5 -imbecile_A 1.2512512512512513e-5 -imbricate_A 1.2512512512512513e-5 -imitative_A 1.2512512512512513e-5 -immaculate_A 1.2512512512512513e-5 -immanent_A 1.2512512512512513e-5 -immaterial_A 1.2512512512512513e-5 -immature_A 1.2512512512512513e-5 -immeasurable_A 1.2512512512512513e-5 -immediate_A 1.7142142142142142e-3 -immemorial_A 1.2512512512512513e-5 -immense_A 7.507507507507507e-5 -imminent_A 2.2522522522522523e-4 -immiscible_A 1.2512512512512513e-5 -immobile_A 1.2512512512512513e-5 -immoderate_A 1.2512512512512513e-5 -immodest_A 2.5025025025025026e-5 -immoral_A 5.005005005005005e-5 -immortal_A 1.2512512512512513e-5 -immovable_A 1.2512512512512513e-5 -immune_A 2.5025025025025025e-4 -immunochemical_A 1.2512512512512513e-5 -immunocompetent_A 1.2512512512512513e-5 -immunocompromised_A 1.2512512512512513e-5 -immunodeficient_A 1.2512512512512513e-5 -immunogenic_A 1.2512512512512513e-5 -immunological_A 1.2512512512512513e-5 -immunosuppressed_A 1.2512512512512513e-5 -immunosuppressive_A 1.2512512512512513e-5 -immunotherapeutic_A 1.2512512512512513e-5 -immutable_A 1.2512512512512513e-5 -impalpable_A 1.2512512512512513e-5 -impartial_A 3.7537537537537536e-5 -impassable_A 1.2512512512512513e-5 -impassioned_A 2.5025025025025026e-5 -impassive_A 3.7537537537537536e-5 -impatient_A 3.7537537537537536e-5 -impeccable_A 5.005005005005005e-5 -impeccant_A 1.2512512512512513e-5 -impecunious_A 1.2512512512512513e-5 -impellent_A 1.2512512512512513e-5 -impelling_A 1.2512512512512513e-5 -impenetrable_A 2.5025025025025026e-5 -impenitent_A 1.2512512512512513e-5 -imperative_A 5.005005005005005e-5 -imperceptible_A 1.2512512512512513e-5 -imperfect_A 2.5025025025025026e-5 -imperfectible_A 1.2512512512512513e-5 -imperforate_A 1.2512512512512513e-5 -imperial_A 8.758758758758758e-5 -imperialistic_A 1.2512512512512513e-5 -imperious_A 2.5025025025025026e-5 -imperishable_A 1.2512512512512513e-5 -impermanent_A 1.2512512512512513e-5 -impermeable_A 1.2512512512512513e-5 -impermissible_A 1.2512512512512513e-5 -impersonal_A 1.2512512512512513e-5 -impertinent_A 1.2512512512512513e-5 -imperturbable_A 1.2512512512512513e-5 -impervious_A 5.005005005005005e-5 -impetiginous_A 1.2512512512512513e-5 -impetuous_A 2.5025025025025026e-5 -impious_A 1.2512512512512513e-5 -impish_A 1.2512512512512513e-5 -implacable_A 1.2512512512512513e-5 -implausible_A 2.5025025025025026e-5 -implemental_A 1.2512512512512513e-5 -implicational_A 1.2512512512512513e-5 -implicative_A 1.2512512512512513e-5 -implicit_A 1.2512512512512512e-4 -impolite_A 1.2512512512512513e-5 -impolitic_A 1.2512512512512513e-5 -imponderable_A 1.2512512512512513e-5 -important_A 2.6901901901901903e-3 -importunate_A 1.2512512512512513e-5 -impossible_A 5.505505505505506e-4 -impotent_A 1.2512512512512513e-5 -impracticable_A 1.2512512512512513e-5 -impractical_A 3.7537537537537536e-5 -imprecise_A 1.2512512512512513e-5 -impregnable_A 1.2512512512512513e-5 -impressionable_A 1.2512512512512513e-5 -impressionist_A 1.2512512512512513e-5 -impressionistic_A 1.2512512512512513e-5 -impressive_A 2.002002002002002e-4 -improbable_A 5.005005005005005e-5 -impromptu_A 2.5025025025025026e-5 -improper_A 2.6276276276276277e-4 -improvable_A 1.2512512512512513e-5 -improvident_A 1.2512512512512513e-5 -imprudent_A 1.2512512512512513e-5 -impudent_A 2.5025025025025026e-5 -impugnable_A 1.2512512512512513e-5 -impuissant_A 1.2512512512512513e-5 -impulsive_A 3.7537537537537536e-5 -impure_A 1.2512512512512513e-5 -imputrescible_A 1.2512512512512513e-5 -in_A 1.2512512512512513e-5 -in_chief_A 1.2512512512512513e-5 -in_service_A 1.2512512512512513e-5 -inaccessible_A 3.7537537537537536e-5 -inaccurate_A 1.3763763763763765e-4 -inactive_A 1.2512512512512513e-5 -inadequate_A 2.3773773773773772e-4 -inadmissible_A 1.2512512512512513e-5 -inadvertent_A 3.7537537537537536e-5 -inadvisable_A 1.2512512512512513e-5 -inaesthetic_A 1.2512512512512513e-5 -inalienable_A 1.2512512512512513e-5 -inane_A 1.2512512512512513e-5 -inanimate_A 1.2512512512512513e-5 -inapplicable_A 1.2512512512512513e-5 -inapposite_A 1.2512512512512513e-5 -inappreciable_A 1.2512512512512513e-5 -inappropriate_A 1.6266266266266267e-4 -inapt_A 1.2512512512512513e-5 -inarguable_A 1.2512512512512513e-5 -inarticulate_A 1.2512512512512513e-5 -inartistic_A 1.2512512512512513e-5 -inattentive_A 1.2512512512512513e-5 -inaudible_A 1.2512512512512513e-5 -inaugural_A 2.5025025025025026e-5 -inauspicious_A 2.5025025025025026e-5 -inauthentic_A 1.2512512512512513e-5 -inboard_A 1.2512512512512513e-5 -inborn_A 1.2512512512512513e-5 -inbound_A 2.5025025025025026e-5 -inbred_A 1.2512512512512513e-5 -inbuilt_A 1.2512512512512513e-5 -incalculable_A 2.5025025025025026e-5 -incandescent_A 1.2512512512512513e-5 -incapable_A 7.507507507507507e-5 -incarnate_A 1.2512512512512513e-5 -incautious_A 1.2512512512512513e-5 -incendiary_A 1.2512512512512513e-5 -incessant_A 2.5025025025025026e-5 -incestuous_A 1.2512512512512513e-5 -inchoate_A 1.2512512512512513e-5 -inchoative_A 1.2512512512512513e-5 -incident_A 1.2512512512512513e-5 -incidental_A 3.7537537537537536e-5 -incipient_A 1.2512512512512513e-5 -incisive_A 1.2512512512512513e-5 -inclement_A 1.2512512512512513e-5 -inclusive_A 1.2512512512512513e-5 -incognito_A 1.2512512512512513e-5 -incognizable_A 1.2512512512512513e-5 -incoherent_A 2.5025025025025026e-5 -incombustible_A 1.2512512512512513e-5 -incoming_A 3.7537537537537536e-5 -incommensurable_A 1.2512512512512513e-5 -incommensurate_A 1.2512512512512513e-5 -incommodious_A 1.2512512512512513e-5 -incommunicado_A 1.2512512512512513e-5 -incommutable_A 1.2512512512512513e-5 -incomparable_A 1.2512512512512513e-5 -incompatible_A 3.7537537537537536e-5 -incompetent_A 8.758758758758758e-5 -incomplete_A 1.2512512512512512e-4 -incomprehensible_A 1.2512512512512513e-5 -incompressible_A 1.2512512512512513e-5 -incomputable_A 1.2512512512512513e-5 -inconceivable_A 6.256256256256256e-5 -inconclusive_A 3.7537537537537536e-5 -incongruent_A 1.2512512512512513e-5 -incongruous_A 1.2512512512512513e-5 -inconsequent_A 1.2512512512512513e-5 -inconsequential_A 1.2512512512512513e-5 -inconsiderable_A 2.5025025025025026e-5 -inconsiderate_A 1.2512512512512513e-5 -inconsistent_A 3.7537537537537536e-5 -inconsolable_A 1.2512512512512513e-5 -inconspicuous_A 1.2512512512512513e-5 -inconstant_A 1.2512512512512513e-5 -incontestable_A 1.2512512512512513e-5 -incontinent_A 1.2512512512512513e-5 -incontrovertible_A 1.2512512512512513e-5 -inconvenient_A 2.5025025025025026e-5 -inconvertible_A 1.2512512512512513e-5 -incorporate_A 1.2512512512512513e-5 -incorporative_A 1.2512512512512513e-5 -incorporeal_A 1.2512512512512513e-5 -incorrect_A 2.2522522522522523e-4 -incorrigible_A 1.2512512512512513e-5 -incorrupt_A 1.2512512512512513e-5 -incorruptible_A 1.2512512512512513e-5 -incredible_A 1.2512512512512512e-4 -incredulous_A 1.2512512512512513e-5 -incremental_A 3.7537537537537536e-5 -inculpatory_A 1.2512512512512513e-5 -incumbent_A 8.758758758758758e-5 -incurable_A 1.2512512512512513e-5 -incurious_A 1.2512512512512513e-5 -incursive_A 1.2512512512512513e-5 -incurvate_A 1.2512512512512513e-5 -incurved_A 1.2512512512512513e-5 -indebted_A 5.005005005005005e-5 -indecent_A 1.2512512512512513e-5 -indecipherable_A 2.5025025025025026e-5 -indecisive_A 2.5025025025025026e-5 -indecorous_A 1.2512512512512513e-5 -indefatigable_A 1.2512512512512513e-5 -indefeasible_A 1.2512512512512513e-5 -indefensible_A 1.2512512512512513e-5 -indefinable_A 1.2512512512512513e-5 -indefinite_A 1.6266266266266267e-4 -indehiscent_A 1.2512512512512513e-5 -indelible_A 3.7537537537537536e-5 -indelicate_A 1.2512512512512513e-5 -independent_A 1.7392392392392392e-3 -indescribable_A 1.2512512512512513e-5 -indestructible_A 1.2512512512512513e-5 -indeterminable_A 2.5025025025025026e-5 -indeterminate_A 2.5025025025025026e-5 -indexical_A 1.2512512512512513e-5 -indexless_A 1.2512512512512513e-5 -indian_A 2.8778778778778776e-4 -indicative_A 6.256256256256256e-5 -indictable_A 1.2512512512512513e-5 -indie_A 1.2512512512512513e-5 -indifferent_A 5.005005005005005e-5 -indigenous_A 1.2512512512512513e-5 -indigent_A 1.2512512512512513e-5 -indigestible_A 1.2512512512512513e-5 -indignant_A 1.2512512512512513e-5 -indigo_A 1.2512512512512513e-5 -indirect_A 2.752752752752753e-4 -indiscernible_A 1.2512512512512513e-5 -indiscreet_A 1.2512512512512513e-5 -indiscrete_A 1.2512512512512513e-5 -indiscriminate_A 1.2512512512512513e-5 -indispensable_A 2.5025025025025026e-5 -indisposed_A 1.2512512512512513e-5 -indisputable_A 1.2512512512512513e-5 -indissoluble_A 1.2512512512512513e-5 -indistinct_A 1.2512512512512513e-5 -indistinguishable_A 3.7537537537537536e-5 -individual_A 1.7767767767767767e-3 -individualist_A 1.2512512512512513e-5 -individualistic_A 1.2512512512512513e-5 -indivisible_A 1.2512512512512513e-5 -indo_european_A 1.2512512512512513e-5 -indocile_A 1.2512512512512513e-5 -indolent_A 1.2512512512512513e-5 -indomitable_A 3.7537537537537536e-5 -indonesian_A 2.5025025025025026e-5 -indoor_A 6.256256256256256e-5 -indrawn_A 1.2512512512512513e-5 -indubitable_A 1.2512512512512513e-5 -inductive_A 1.2512512512512513e-5 -indulgent_A 1.2512512512512513e-5 -indusial_A 1.2512512512512513e-5 -industrial_A 2.102102102102102e-3 -industrious_A 1.2512512512512513e-5 -indwelling_A 1.2512512512512513e-5 -inebriate_A 1.2512512512512513e-5 -inedible_A 2.5025025025025026e-5 -ineffable_A 2.5025025025025026e-5 -ineffective_A 3.7537537537537536e-5 -ineffectual_A 2.5025025025025026e-5 -inefficacious_A 1.2512512512512513e-5 -inefficient_A 1.3763763763763765e-4 -inelaborate_A 1.2512512512512513e-5 -inelastic_A 1.2512512512512513e-5 -inelegant_A 1.2512512512512513e-5 -ineligible_A 1.2512512512512513e-5 -ineluctable_A 1.2512512512512513e-5 -inept_A 6.256256256256256e-5 -inequitable_A 2.5025025025025026e-5 -ineradicable_A 1.2512512512512513e-5 -inerrable_A 1.2512512512512513e-5 -inert_A 1.2512512512512513e-5 -inertial_A 1.2512512512512513e-5 -inescapable_A 2.5025025025025026e-5 -inessential_A 1.2512512512512513e-5 -inestimable_A 1.2512512512512513e-5 -inevitable_A 2.752752752752753e-4 -inexact_A 1.2512512512512513e-5 -inexcusable_A 2.5025025025025026e-5 -inexhaustible_A 2.5025025025025026e-5 -inexorable_A 7.507507507507507e-5 -inexpedient_A 1.2512512512512513e-5 -inexpensive_A 6.256256256256256e-5 -inexperienced_A 5.005005005005005e-5 -inexpert_A 1.2512512512512513e-5 -inexpiable_A 1.2512512512512513e-5 -inexplicable_A 7.507507507507507e-5 -inexpressible_A 1.2512512512512513e-5 -inexpressive_A 1.2512512512512513e-5 -inexpungible_A 1.2512512512512513e-5 -inexterminable_A 1.2512512512512513e-5 -inextinguishable_A 1.2512512512512513e-5 -inextricable_A 2.5025025025025026e-5 -infallible_A 1.2512512512512513e-5 -infamous_A 6.256256256256256e-5 -infantile_A 2.5025025025025026e-5 -infectious_A 5.005005005005005e-5 -infective_A 1.2512512512512513e-5 -infelicitous_A 1.2512512512512513e-5 -inferential_A 1.2512512512512513e-5 -inferior_A 5.005005005005005e-5 -infernal_A 1.2512512512512513e-5 -infertile_A 2.5025025025025026e-5 -infinite_A 2.5025025025025026e-5 -infinitesimal_A 1.2512512512512513e-5 -infinitival_A 1.2512512512512513e-5 -infinitive_A 1.2512512512512513e-5 -infirm_A 1.2512512512512513e-5 -inflammable_A 1.2512512512512513e-5 -inflammatory_A 6.256256256256256e-5 -inflatable_A 1.2512512512512513e-5 -inflationary_A 7.507507507507507e-5 -inflectional_A 1.2512512512512513e-5 -inflexible_A 1.2512512512512513e-5 -inflowing_A 1.2512512512512513e-5 -influential_A 2.2522522522522523e-4 -informal_A 2.5025025025025025e-4 -informational_A 1.2512512512512513e-5 -informative_A 3.7537537537537536e-5 -infra_dig_A 1.2512512512512513e-5 -infra_red_A 1.2512512512512513e-5 -infrahuman_A 1.2512512512512513e-5 -infrangible_A 1.2512512512512513e-5 -infrared_A 1.2512512512512513e-5 -infrasonic_A 1.2512512512512513e-5 -infrequent_A 3.7537537537537536e-5 -ingenious_A 5.005005005005005e-5 -ingenuous_A 1.2512512512512513e-5 -inglorious_A 1.2512512512512513e-5 -ingoing_A 1.2512512512512513e-5 -ingrained_A 2.5025025025025026e-5 -ingratiating_A 1.2512512512512513e-5 -ingrowing_A 1.2512512512512513e-5 -inguinal_A 1.2512512512512513e-5 -inhabitable_A 1.2512512512512513e-5 -inhalant_A 1.2512512512512513e-5 -inharmonious_A 1.2512512512512513e-5 -inherent_A 1.5015015015015014e-4 -inheritable_A 1.2512512512512513e-5 -inhibitory_A 1.2512512512512513e-5 -inhomogeneous_A 1.2512512512512513e-5 -inhospitable_A 2.5025025025025026e-5 -inhuman_A 2.5025025025025026e-5 -inhumane_A 2.5025025025025026e-5 -inimical_A 1.2512512512512513e-5 -inimitable_A 1.2512512512512513e-5 -iniquitous_A 1.2512512512512513e-5 -initial_A 2.152152152152152e-3 -initiate_A 1.2512512512512513e-5 -injectable_A 1.2512512512512513e-5 -injudicious_A 1.2512512512512513e-5 -injurious_A 1.2512512512512513e-5 -inky_A 1.2512512512512513e-5 -inland_A 1.2512512512512513e-5 -inmost_A 1.2512512512512513e-5 -innate_A 2.5025025025025026e-5 -inner_A 1.6266266266266267e-4 -innermost_A 1.2512512512512513e-5 -innocent_A 1.7517517517517516e-4 -innocuous_A 1.2512512512512513e-5 -innovative_A 1.2512512512512513e-5 -innoxious_A 1.2512512512512513e-5 -innumerable_A 2.5025025025025026e-5 -innumerate_A 1.2512512512512513e-5 -inoffensive_A 1.2512512512512513e-5 -inoperable_A 2.5025025025025026e-5 -inoperative_A 2.5025025025025026e-5 -inopportune_A 1.2512512512512513e-5 -inordinate_A 1.2512512512512513e-5 -inorganic_A 1.2512512512512513e-5 -inpouring_A 1.2512512512512513e-5 -inquisitive_A 1.2512512512512513e-5 -inquisitorial_A 1.2512512512512513e-5 -inquisitory_A 1.2512512512512513e-5 -insalubrious_A 1.2512512512512513e-5 -insane_A 3.7537537537537536e-5 -insanitary_A 1.2512512512512513e-5 -insatiable_A 2.5025025025025026e-5 -insatiate_A 1.2512512512512513e-5 -inscriptive_A 1.2512512512512513e-5 -inscrutable_A 1.2512512512512513e-5 -insectan_A 1.2512512512512513e-5 -insecticidal_A 1.2512512512512513e-5 -insectivorous_A 1.2512512512512513e-5 -insecure_A 2.5025025025025026e-5 -insensate_A 1.2512512512512513e-5 -insensible_A 1.2512512512512513e-5 -insensitive_A 2.5025025025025026e-5 -insentient_A 1.2512512512512513e-5 -inseparable_A 2.5025025025025026e-5 -inshore_A 1.2512512512512513e-5 -inside_A 7.507507507507507e-5 -insidious_A 3.7537537537537536e-5 -insightful_A 1.2512512512512513e-5 -insignificant_A 3.7537537537537536e-5 -insincere_A 1.2512512512512513e-5 -insipid_A 1.2512512512512513e-5 -insistent_A 2.5025025025025026e-5 -insolent_A 1.2512512512512513e-5 -insoluble_A 1.2512512512512513e-5 -insolvable_A 1.2512512512512513e-5 -insolvent_A 2.127127127127127e-4 -insomniac_A 1.2512512512512513e-5 -insouciant_A 1.2512512512512513e-5 -inspirational_A 3.7537537537537536e-5 -inspiratory_A 1.2512512512512513e-5 -inspiring_A 2.5025025025025026e-5 -instant_A 1.8768768768768769e-4 -instantaneous_A 1.2512512512512513e-5 -instinct_A 1.2512512512512513e-5 -instinctive_A 6.256256256256256e-5 -institutional_A 1.3013013013013013e-3 -instructional_A 3.7537537537537536e-5 -instructive_A 2.5025025025025026e-5 -instrumental_A 8.758758758758758e-5 -insubordinate_A 1.2512512512512513e-5 -insubstantial_A 2.5025025025025026e-5 -insufferable_A 1.2512512512512513e-5 -insufficient_A 1.2512512512512512e-4 -insular_A 1.2512512512512513e-5 -insulting_A 6.256256256256256e-5 -insuperable_A 1.2512512512512513e-5 -insupportable_A 2.5025025025025026e-5 -insurable_A 1.2512512512512513e-5 -insurgent_A 1.2512512512512513e-5 -insurmountable_A 1.2512512512512513e-5 -insurrectional_A 1.2512512512512513e-5 -intact_A 1.6266266266266267e-4 -intangible_A 6.256256256256256e-5 -integral_A 5.005005005005005e-5 -integrative_A 1.2512512512512513e-5 -integumentary_A 1.2512512512512513e-5 -intellectual_A 2.127127127127127e-4 -intelligent_A 1.001001001001001e-4 -intelligible_A 1.2512512512512513e-5 -intemperate_A 1.2512512512512513e-5 -intense_A 5.38038038038038e-4 -intensional_A 1.2512512512512513e-5 -intensive_A 1.3763763763763765e-4 -intent_A 6.256256256256256e-5 -intentional_A 1.2512512512512512e-4 -interactional_A 1.2512512512512513e-5 -interactive_A 6.256256256256256e-5 -intercalary_A 1.2512512512512513e-5 -intercellular_A 1.2512512512512513e-5 -interchangeable_A 2.5025025025025026e-5 -interchurch_A 1.2512512512512513e-5 -intercollegiate_A 5.005005005005005e-5 -intercontinental_A 1.2512512512512513e-5 -intercostal_A 1.2512512512512513e-5 -interdenominational_A 1.2512512512512513e-5 -interdepartmental_A 1.2512512512512513e-5 -interdependent_A 1.2512512512512513e-5 -interdisciplinary_A 1.2512512512512513e-5 -interested_A 1.5015015015015014e-4 -interesting_A 2.8778778778778776e-4 -interfacial_A 1.2512512512512513e-5 -interfaith_A 1.2512512512512513e-5 -intergalactic_A 1.2512512512512513e-5 -interim_A 1.2512512512512513e-5 -interior_A 7.507507507507507e-5 -interlinear_A 1.2512512512512513e-5 -interlobular_A 1.2512512512512513e-5 -interlocutory_A 1.2512512512512513e-5 -intermediate_A 8.758758758758758e-5 -interminable_A 1.2512512512512513e-5 -intermittent_A 3.7537537537537536e-5 -intermolecular_A 1.2512512512512513e-5 -intermural_A 1.2512512512512513e-5 -internal_A 9.75975975975976e-4 -international_A 2.54004004004004e-3 -internationalist_A 1.2512512512512513e-5 -internecine_A 1.2512512512512513e-5 -interoceptive_A 1.2512512512512513e-5 -interoperable_A 1.2512512512512513e-5 -interpersonal_A 1.2512512512512513e-5 -interplanetary_A 1.2512512512512513e-5 -interpretative_A 1.2512512512512513e-5 -interracial_A 1.2512512512512513e-5 -interrogative_A 1.2512512512512513e-5 -interrogatory_A 1.2512512512512513e-5 -interscholastic_A 1.2512512512512513e-5 -intersexual_A 1.2512512512512513e-5 -interspecies_A 1.2512512512512513e-5 -interstate_A 2.3773773773773772e-4 -interstellar_A 1.2512512512512513e-5 -interstitial_A 1.2512512512512513e-5 -intertidal_A 1.2512512512512513e-5 -intertribal_A 1.2512512512512513e-5 -intervertebral_A 1.2512512512512513e-5 -intestate_A 1.2512512512512513e-5 -intestinal_A 1.2512512512512513e-5 -intimal_A 1.2512512512512513e-5 -intimate_A 1.7517517517517516e-4 -intolerable_A 1.001001001001001e-4 -intolerant_A 1.2512512512512513e-5 -intoxicant_A 1.2512512512512513e-5 -intra_uterine_A 1.2512512512512513e-5 -intracellular_A 1.2512512512512513e-5 -intracerebral_A 1.2512512512512513e-5 -intracranial_A 1.2512512512512513e-5 -intractable_A 3.7537537537537536e-5 -intradepartmental_A 1.2512512512512513e-5 -intradermal_A 1.2512512512512513e-5 -intralinguistic_A 1.2512512512512513e-5 -intralobular_A 1.2512512512512513e-5 -intramolecular_A 1.2512512512512513e-5 -intramural_A 1.2512512512512513e-5 -intramuscular_A 1.2512512512512513e-5 -intransigent_A 1.2512512512512513e-5 -intransitive_A 1.2512512512512513e-5 -intrapulmonary_A 1.2512512512512513e-5 -intrasentential_A 1.2512512512512513e-5 -intraspecies_A 1.2512512512512513e-5 -intrastate_A 1.2512512512512513e-5 -intrauterine_A 1.2512512512512513e-5 -intravenous_A 2.5025025025025026e-5 -intraventricular_A 1.2512512512512513e-5 -intrepid_A 1.2512512512512513e-5 -intricate_A 6.256256256256256e-5 -intrinsic_A 3.7537537537537536e-5 -introductory_A 2.5025025025025026e-5 -introjected_A 1.2512512512512513e-5 -introspective_A 1.2512512512512513e-5 -introuvable_A 1.2512512512512513e-5 -introversive_A 1.2512512512512513e-5 -introvertish_A 1.2512512512512513e-5 -intrusive_A 3.7537537537537536e-5 -intuitionist_A 1.2512512512512513e-5 -intuitive_A 2.5025025025025026e-5 -inutile_A 1.2512512512512513e-5 -invalid_A 2.5025025025025026e-5 -invaluable_A 1.2512512512512513e-5 -invariable_A 1.001001001001001e-4 -invariant_A 1.2512512512512513e-5 -invasive_A 1.2512512512512513e-5 -inventive_A 1.2512512512512513e-5 -inverse_A 6.256256256256256e-5 -invertebrate_A 1.2512512512512513e-5 -invertible_A 1.2512512512512513e-5 -inveterate_A 2.5025025025025026e-5 -invidious_A 2.5025025025025026e-5 -invigorating_A 1.2512512512512513e-5 -invincible_A 3.7537537537537536e-5 -inviolable_A 1.2512512512512513e-5 -inviolate_A 1.2512512512512513e-5 -invisible_A 6.256256256256256e-5 -invitational_A 1.2512512512512513e-5 -invitatory_A 1.2512512512512513e-5 -involucrate_A 1.2512512512512513e-5 -involuntary_A 2.5025025025025026e-5 -involute_A 1.2512512512512513e-5 -invulnerable_A 1.2512512512512513e-5 -inward_A 2.5025025025025026e-5 -inwrought_A 1.2512512512512513e-5 -iodinated_A 1.2512512512512513e-5 -iodinating_A 1.2512512512512513e-5 -ionic_A 1.2512512512512513e-5 -ipsilateral_A 1.2512512512512513e-5 -iranian_A 1.1261261261261261e-4 -iraqi_A 2.5025025025025026e-5 -irascible_A 1.2512512512512513e-5 -irate_A 1.2512512512512513e-5 -ireful_A 1.2512512512512513e-5 -irenic_A 1.2512512512512513e-5 -iridaceous_A 1.2512512512512513e-5 -iridescent_A 1.2512512512512513e-5 -iridic_A 1.2512512512512513e-5 -irish_A 2.752752752752753e-4 -iritic_A 1.2512512512512513e-5 -irksome_A 2.5025025025025026e-5 -iron_grey_A 1.2512512512512513e-5 -ironclad_A 2.5025025025025026e-5 -ironic_A 1.001001001001001e-4 -ironical_A 1.3763763763763765e-4 -ironlike_A 1.2512512512512513e-5 -ironshod_A 1.2512512512512513e-5 -irrational_A 5.005005005005005e-5 -irreclaimable_A 1.2512512512512513e-5 -irreconcilable_A 1.2512512512512513e-5 -irrecoverable_A 1.2512512512512513e-5 -irredeemable_A 1.2512512512512513e-5 -irreducible_A 1.2512512512512513e-5 -irrefutable_A 1.2512512512512513e-5 -irregular_A 2.5025025025025026e-5 -irrelevant_A 1.001001001001001e-4 -irreligious_A 1.2512512512512513e-5 -irremediable_A 1.2512512512512513e-5 -irremovable_A 1.2512512512512513e-5 -irreparable_A 7.507507507507507e-5 -irreplaceable_A 2.5025025025025026e-5 -irrepressible_A 2.5025025025025026e-5 -irreproachable_A 1.2512512512512513e-5 -irresistible_A 3.7537537537537536e-5 -irresolute_A 1.2512512512512513e-5 -irrespective_A 1.2512512512512513e-5 -irresponsible_A 1.7517517517517516e-4 -irretrievable_A 1.2512512512512513e-5 -irreverent_A 3.7537537537537536e-5 -irreversible_A 1.2512512512512513e-5 -irrevocable_A 2.5025025025025026e-5 -irritable_A 1.2512512512512513e-5 -irritant_A 1.2512512512512513e-5 -irritating_A 1.2512512512512513e-5 -irruptive_A 1.2512512512512513e-5 -ischemic_A 1.2512512512512513e-5 -isentropic_A 1.2512512512512513e-5 -islamic_A 3.7537537537537536e-5 -isochronal_A 1.2512512512512513e-5 -isoclinal_A 1.2512512512512513e-5 -isogonic_A 1.2512512512512513e-5 -isolable_A 1.2512512512512513e-5 -isolationist_A 1.2512512512512513e-5 -isomeric_A 1.2512512512512513e-5 -isometric_A 1.2512512512512513e-5 -isomorphous_A 1.2512512512512513e-5 -isopteran_A 1.2512512512512513e-5 -isosceles_A 1.2512512512512513e-5 -isothermal_A 1.2512512512512513e-5 -isothermic_A 1.2512512512512513e-5 -isotonic_A 1.2512512512512513e-5 -isotopic_A 1.2512512512512513e-5 -isotropic_A 1.2512512512512513e-5 -israeli_A 1.6266266266266267e-4 -isthmian_A 1.2512512512512513e-5 -italian_A 5.005005005005005e-5 -italic_A 1.2512512512512513e-5 -itchy_A 1.2512512512512513e-5 -iterative_A 1.2512512512512513e-5 -itinerant_A 1.2512512512512513e-5 -ivied_A 1.2512512512512513e-5 -jacobean_A 1.2512512512512513e-5 -jacobin_A 1.2512512512512513e-5 -jade_A 1.2512512512512513e-5 -jaded_A 1.2512512512512513e-5 -jaggy_A 1.2512512512512513e-5 -jamaican_A 1.001001001001001e-4 -japanese_A 1.5265265265265264e-3 -jaunty_A 2.5025025025025026e-5 -javanese_A 1.2512512512512513e-5 -jawed_A 1.2512512512512513e-5 -jawless_A 1.2512512512512513e-5 -jazzy_A 2.5025025025025026e-5 -jealous_A 8.758758758758758e-5 -jejune_A 1.2512512512512513e-5 -jerkwater_A 1.2512512512512513e-5 -jerky_A 1.2512512512512513e-5 -jerry_built_A 1.2512512512512513e-5 -jesuitical_A 1.2512512512512513e-5 -jet_black_A 1.2512512512512513e-5 -jet_propelled_A 1.2512512512512513e-5 -jewish_A 2.8778778778778776e-4 -jiggered_A 1.2512512512512513e-5 -jihadi_A 1.2512512512512513e-5 -jingoistic_A 1.2512512512512513e-5 -jittering_A 1.2512512512512513e-5 -jittery_A 1.3763763763763765e-4 -jocose_A 1.2512512512512513e-5 -jocular_A 1.2512512512512513e-5 -jocund_A 1.2512512512512513e-5 -joint_A 2.4649649649649647e-3 -jolly_A 2.5025025025025026e-5 -jolty_A 1.2512512512512513e-5 -jordanian_A 1.2512512512512513e-5 -journalistic_A 6.256256256256256e-5 -jovial_A 2.5025025025025026e-5 -jowly_A 1.2512512512512513e-5 -joyful_A 1.2512512512512513e-5 -joyless_A 1.2512512512512513e-5 -joyous_A 1.2512512512512513e-5 -jubilant_A 2.5025025025025026e-5 -judaic_A 1.2512512512512513e-5 -judgmental_A 1.2512512512512513e-5 -judicable_A 1.2512512512512513e-5 -judicial_A 3.503503503503503e-4 -judicious_A 3.7537537537537536e-5 -jugular_A 1.2512512512512513e-5 -juiceless_A 1.2512512512512513e-5 -juicy_A 1.2512512512512513e-5 -julian_A 1.2512512512512513e-5 -jumbo_A 1.1261261261261261e-4 -jumentous_A 1.2512512512512513e-5 -jumped_up_A 1.2512512512512513e-5 -jumpy_A 2.5025025025025026e-5 -jungly_A 1.2512512512512513e-5 -junior_A 7.507507507507507e-5 -junoesque_A 1.2512512512512513e-5 -jural_A 1.2512512512512513e-5 -juridical_A 1.2512512512512513e-5 -jurisdictional_A 1.2512512512512513e-5 -jurisprudential_A 1.2512512512512513e-5 -just_A 1.2512512512512513e-5 -justifiable_A 3.7537537537537536e-5 -justificative_A 1.2512512512512513e-5 -juvenile_A 2.5025025025025026e-5 -kafkaesque_A 1.2512512512512513e-5 -kaleidoscopic_A 1.2512512512512513e-5 -kampuchean_A 1.2512512512512513e-5 -kaput_A 1.2512512512512513e-5 -karyokinetic_A 1.2512512512512513e-5 -kashmiri_A 1.2512512512512513e-5 -katabatic_A 1.2512512512512513e-5 -katharobic_A 1.2512512512512513e-5 -keen_A 1.001001001001001e-4 -kempt_A 1.2512512512512513e-5 -kenyan_A 1.2512512512512513e-5 -key_A 1.313813813813814e-3 -keyless_A 3.7537537537537536e-5 -khaki_A 1.2512512512512513e-5 -killable_A 1.2512512512512513e-5 -kind_A 1.2512512512512512e-4 -kind_hearted_A 1.2512512512512513e-5 -kindhearted_A 1.2512512512512513e-5 -kindly_A 1.2512512512512513e-5 -kindred_A 2.5025025025025026e-5 -kinesthetic_A 1.2512512512512513e-5 -kinetic_A 1.2512512512512513e-5 -king_size_A 1.2512512512512513e-5 -king_sized_A 1.2512512512512513e-5 -kinglike_A 1.2512512512512513e-5 -kingly_A 1.2512512512512513e-5 -kinky_A 1.2512512512512513e-5 -kitsch_A 1.2512512512512513e-5 -kittenish_A 1.2512512512512513e-5 -knackered_A 1.2512512512512513e-5 -knavish_A 1.2512512512512513e-5 -knee_deep_A 1.2512512512512513e-5 -knee_high_A 1.2512512512512513e-5 -knifelike_A 1.2512512512512513e-5 -knightly_A 1.2512512512512513e-5 -knobbly_A 1.2512512512512513e-5 -knobby_A 1.2512512512512513e-5 -knock_kneed_A 1.2512512512512513e-5 -knockabout_A 1.2512512512512513e-5 -knockdown_A 1.2512512512512513e-5 -knockout_A 1.2512512512512513e-5 -knotty_A 2.5025025025025026e-5 -knowable_A 1.2512512512512513e-5 -knowledgeable_A 1.3763763763763765e-4 -koranic_A 1.2512512512512513e-5 -korean_A 4.5045045045045046e-4 -kosher_A 1.2512512512512513e-5 -kuwaiti_A 1.2512512512512513e-5 -la_di_da_A 1.2512512512512513e-5 -labeled_A 1.2512512512512513e-5 -labial_A 1.2512512512512513e-5 -labiate_A 1.2512512512512513e-5 -labile_A 1.2512512512512513e-5 -labored_A 1.2512512512512513e-5 -laborious_A 2.5025025025025026e-5 -laborsaving_A 1.2512512512512513e-5 -labour_saving_A 1.2512512512512513e-5 -labyrinthine_A 1.2512512512512513e-5 -lacerate_A 1.2512512512512513e-5 -lachrymal_A 1.2512512512512513e-5 -lachrymose_A 1.2512512512512513e-5 -lack_lustre_A 1.2512512512512513e-5 -lackadaisical_A 1.2512512512512513e-5 -lackluster_A 1.2512512512512513e-5 -laconic_A 1.2512512512512513e-5 -lacrimal_A 1.2512512512512513e-5 -lacrimatory_A 1.2512512512512513e-5 -lacteal_A 1.2512512512512513e-5 -lactic_A 1.2512512512512513e-5 -lactogenic_A 1.2512512512512513e-5 -lacustrine_A 1.2512512512512513e-5 -lacy_A 1.2512512512512513e-5 -ladder_proof_A 1.2512512512512513e-5 -laden_A 3.7537537537537536e-5 -ladylike_A 1.2512512512512513e-5 -laic_A 1.2512512512512513e-5 -lambent_A 1.2512512512512513e-5 -lamblike_A 1.2512512512512513e-5 -lame_A 2.5025025025025026e-5 -lamellibranch_A 1.2512512512512513e-5 -lamentable_A 1.2512512512512513e-5 -laminar_A 1.2512512512512513e-5 -lamplit_A 1.2512512512512513e-5 -lanate_A 1.2512512512512513e-5 -lancastrian_A 1.2512512512512513e-5 -lanceolate_A 1.2512512512512513e-5 -landless_A 1.2512512512512513e-5 -landlocked_A 1.2512512512512513e-5 -languid_A 1.2512512512512513e-5 -languorous_A 2.5025025025025026e-5 -lank_A 1.2512512512512513e-5 -lanky_A 1.2512512512512513e-5 -lantern_jawed_A 1.2512512512512513e-5 -laotian_A 2.5025025025025026e-5 -lapidarian_A 1.2512512512512513e-5 -lapidary_A 1.2512512512512513e-5 -lapsed_A 1.2512512512512513e-5 -larboard_A 1.2512512512512513e-5 -large_A 1.0422922922922923e-2 -large_scale_A 1.2512512512512512e-4 -larghetto_A 1.2512512512512513e-5 -larghissimo_A 1.2512512512512513e-5 -largish_A 2.5025025025025026e-5 -largo_A 1.2512512512512513e-5 -larval_A 1.2512512512512513e-5 -laryngeal_A 1.2512512512512513e-5 -laryngopharyngeal_A 1.2512512512512513e-5 -lascivious_A 2.5025025025025026e-5 -last_A 1.823073073073073e-2 -lasting_A 5.005005005005005e-5 -late_A 7.332332332332332e-3 -lateen_A 1.2512512512512513e-5 -latent_A 1.2512512512512513e-5 -lateral_A 1.2512512512512513e-5 -latest_A 1.2512512512512513e-5 -lathery_A 1.2512512512512513e-5 -latin_A 1.5015015015015014e-4 -latinate_A 1.2512512512512513e-5 -latish_A 1.2512512512512513e-5 -latitudinal_A 1.2512512512512513e-5 -latitudinarian_A 1.2512512512512513e-5 -latter_A 1.8768768768768769e-4 -latter_day_A 2.5025025025025026e-5 -latticed_A 1.2512512512512513e-5 -laudable_A 3.7537537537537536e-5 -laudatory_A 1.2512512512512513e-5 -laughable_A 1.2512512512512513e-5 -laughing_A 2.5025025025025026e-5 -laureate_A 1.2512512512512513e-5 -laureled_A 1.2512512512512513e-5 -laurelled_A 1.2512512512512513e-5 -lavender_A 1.2512512512512513e-5 -lavish_A 1.001001001001001e-4 -law_abiding_A 2.5025025025025026e-5 -lawful_A 7.507507507507507e-5 -lawless_A 1.2512512512512513e-5 -lax_A 2.5025025025025026e-5 -laxative_A 1.2512512512512513e-5 -lay_A 1.2512512512512513e-5 -lazy_A 6.256256256256256e-5 -leaded_A 3.7537537537537536e-5 -leaden_A 1.2512512512512513e-5 -leaderless_A 1.2512512512512513e-5 -leafed_A 1.2512512512512513e-5 -leafless_A 1.2512512512512513e-5 -leaflike_A 1.2512512512512513e-5 -leafy_A 2.5025025025025026e-5 -leakproof_A 1.2512512512512513e-5 -leaky_A 2.5025025025025026e-5 -leal_A 1.2512512512512513e-5 -lean_A 1.5015015015015014e-4 -leasehold_A 1.2512512512512513e-5 -leathery_A 1.2512512512512513e-5 -lebanese_A 7.507507507507507e-5 -lecherous_A 2.5025025025025026e-5 -leery_A 1.2512512512512513e-5 -leeward_A 1.2512512512512513e-5 -left_A 8.758758758758758e-5 -left_hand_A 2.5025025025025026e-5 -left_handed_A 2.5025025025025026e-5 -leftish_A 1.2512512512512513e-5 -leftist_A 1.2512512512512513e-5 -leftmost_A 1.2512512512512513e-5 -leftover_A 1.2512512512512513e-5 -legal_A 2.3898898898898897e-3 -legalistic_A 3.7537537537537536e-5 -legato_A 1.2512512512512513e-5 -legendary_A 1.1261261261261261e-4 -legged_A 1.2512512512512513e-5 -leggy_A 1.2512512512512513e-5 -legible_A 1.2512512512512513e-5 -legislative_A 4.87987987987988e-4 -legitimate_A 2.8778778778778776e-4 -legless_A 1.2512512512512513e-5 -leglike_A 1.2512512512512513e-5 -leguminous_A 1.2512512512512513e-5 -leisured_A 1.2512512512512513e-5 -leisurely_A 3.7537537537537536e-5 -lemony_A 1.2512512512512513e-5 -lendable_A 1.2512512512512513e-5 -lengthways_A 1.2512512512512513e-5 -lengthwise_A 1.2512512512512513e-5 -lengthy_A 1.5015015015015014e-4 -lenient_A 2.5025025025025026e-5 -lenten_A 1.2512512512512513e-5 -lentic_A 1.2512512512512513e-5 -lentissimo_A 1.2512512512512513e-5 -lento_A 1.2512512512512513e-5 -leonine_A 1.2512512512512513e-5 -lepidote_A 1.2512512512512513e-5 -leprous_A 1.2512512512512513e-5 -leptorrhine_A 1.2512512512512513e-5 -leptosporangiate_A 1.2512512512512513e-5 -lesbian_A 1.2512512512512513e-5 -less_A 1.2512512512512513e-5 -lesser_A 1.2512512512512513e-5 -lethal_A 5.005005005005005e-5 -lethargic_A 3.7537537537537536e-5 -lettered_A 1.2512512512512513e-5 -levantine_A 1.2512512512512513e-5 -level_A 6.256256256256256e-5 -level_headed_A 1.2512512512512513e-5 -levorotary_A 1.2512512512512513e-5 -lewd_A 1.2512512512512513e-5 -lexical_A 1.2512512512512513e-5 -lexicalized_A 1.2512512512512513e-5 -lexicographic_A 1.2512512512512513e-5 -lexicostatistic_A 1.2512512512512513e-5 -liable_A 1.8768768768768769e-4 -libellous_A 1.2512512512512513e-5 -liberal_A 3.2532532532532533e-4 -liberalistic_A 1.2512512512512513e-5 -liberian_A 1.2512512512512513e-5 -libidinal_A 1.2512512512512513e-5 -libidinous_A 1.2512512512512513e-5 -libyan_A 6.256256256256256e-5 -licentious_A 1.2512512512512513e-5 -licit_A 1.2512512512512513e-5 -lidded_A 1.2512512512512513e-5 -lidless_A 1.2512512512512513e-5 -liechtensteiner_A 1.2512512512512513e-5 -liege_A 1.2512512512512513e-5 -life_giving_A 1.2512512512512513e-5 -life_size_A 1.2512512512512513e-5 -life_sized_A 1.2512512512512513e-5 -lifeless_A 2.5025025025025026e-5 -lifelike_A 1.2512512512512513e-5 -lifelong_A 6.256256256256256e-5 -light_A 8.633633633633634e-4 -light_armed_A 1.2512512512512513e-5 -light_coloured_A 1.2512512512512513e-5 -light_fingered_A 1.2512512512512513e-5 -light_handed_A 1.2512512512512513e-5 -light_headed_A 1.2512512512512513e-5 -light_hearted_A 1.2512512512512513e-5 -light_minded_A 1.2512512512512513e-5 -lighting_up_A 1.2512512512512513e-5 -lightless_A 1.2512512512512513e-5 -lightproof_A 1.2512512512512513e-5 -lightsome_A 1.2512512512512513e-5 -lightweight_A 5.005005005005005e-5 -ligneous_A 1.2512512512512513e-5 -likable_A 1.2512512512512513e-5 -like_A 1.0135135135135136e-3 -like_minded_A 1.2512512512512513e-5 -likeable_A 1.2512512512512513e-5 -likely_A 3.415915915915916e-3 -liliaceous_A 1.2512512512512513e-5 -lilliputian_A 1.2512512512512513e-5 -lily_livered_A 1.2512512512512513e-5 -lily_white_A 1.2512512512512513e-5 -limacine_A 1.2512512512512513e-5 -limbed_A 1.2512512512512513e-5 -limber_A 1.2512512512512513e-5 -limbic_A 1.2512512512512513e-5 -limbless_A 1.2512512512512513e-5 -limiting_A 1.2512512512512513e-5 -limitless_A 1.2512512512512513e-5 -limnological_A 1.2512512512512513e-5 -limp_A 3.7537537537537536e-5 -limpid_A 2.5025025025025026e-5 -lineal_A 1.2512512512512513e-5 -linear_A 2.5025025025025026e-5 -linelike_A 1.2512512512512513e-5 -lingual_A 1.2512512512512513e-5 -linguistic_A 1.2512512512512513e-5 -lingulate_A 1.2512512512512513e-5 -lion_hearted_A 1.2512512512512513e-5 -lionhearted_A 1.2512512512512513e-5 -lipless_A 1.2512512512512513e-5 -lipophilic_A 1.2512512512512513e-5 -lipped_A 1.2512512512512513e-5 -liquefiable_A 1.2512512512512513e-5 -liquescent_A 1.2512512512512513e-5 -liquid_A 2.002002002002002e-4 -lissom_A 1.2512512512512513e-5 -lissome_A 1.2512512512512513e-5 -listless_A 3.7537537537537536e-5 -literal_A 2.127127127127127e-4 -literary_A 1.2512512512512512e-4 -literate_A 1.2512512512512513e-5 -lithe_A 1.2512512512512513e-5 -lithic_A 1.2512512512512513e-5 -lithographic_A 1.2512512512512513e-5 -lithomantic_A 1.2512512512512513e-5 -lithophytic_A 1.2512512512512513e-5 -litigious_A 1.2512512512512513e-5 -little_A 7.06956956956957e-3 -littoral_A 1.2512512512512513e-5 -liturgical_A 1.2512512512512513e-5 -livable_A 1.2512512512512513e-5 -live_A 2.3773773773773772e-4 -liveable_A 1.2512512512512513e-5 -liveborn_A 1.2512512512512513e-5 -livelong_A 1.2512512512512513e-5 -lively_A 8.758758758758758e-5 -liveried_A 2.5025025025025026e-5 -liverish_A 1.2512512512512513e-5 -liverpudlian_A 1.2512512512512513e-5 -livery_A 1.2512512512512513e-5 -livid_A 2.5025025025025026e-5 -living_A 2.5025025025025026e-5 -loamless_A 1.2512512512512513e-5 -loamy_A 1.2512512512512513e-5 -loath_A 8.758758758758758e-5 -loathly_A 1.2512512512512513e-5 -loathsome_A 3.7537537537537536e-5 -lobar_A 1.2512512512512513e-5 -lobate_A 1.2512512512512513e-5 -lobed_A 1.2512512512512513e-5 -lobeliaceous_A 1.2512512512512513e-5 -lobular_A 1.2512512512512513e-5 -local_A 2.852852852852853e-3 -lockup_A 1.2512512512512513e-5 -loco_A 1.2512512512512513e-5 -locomotive_A 1.2512512512512513e-5 -lofty_A 7.507507507507507e-5 -logarithmic_A 1.2512512512512513e-5 -logical_A 1.1261261261261261e-4 -logistic_A 1.2512512512512513e-5 -logogrammatic_A 1.2512512512512513e-5 -lone_A 3.7537537537537536e-5 -lonely_A 7.507507507507507e-5 -lonesome_A 3.7537537537537536e-5 -long_A 3.415915915915916e-3 -long_distance_A 1.6266266266266267e-4 -long_drawn_out_A 1.2512512512512513e-5 -long_haired_A 1.2512512512512513e-5 -long_headed_A 1.2512512512512513e-5 -long_lived_A 1.2512512512512513e-5 -long_play_A 1.2512512512512513e-5 -long_playing_A 1.2512512512512513e-5 -long_range_A 7.507507507507507e-5 -long_sighted_A 1.2512512512512513e-5 -long_standing_A 1.2512512512512513e-5 -long_suffering_A 2.5025025025025026e-5 -long_term_A 2.2772772772772774e-3 -long_time_A 3.7537537537537536e-5 -long_winded_A 1.2512512512512513e-5 -longhand_A 1.2512512512512513e-5 -longish_A 1.2512512512512513e-5 -longitudinal_A 1.2512512512512513e-5 -longstanding_A 1.2512512512512513e-5 -loony_A 2.5025025025025026e-5 -loopy_A 1.2512512512512513e-5 -loose_A 3.003003003003003e-4 -loose_leaf_A 1.2512512512512513e-5 -looseleaf_A 1.2512512512512513e-5 -lop_eared_A 1.2512512512512513e-5 -lopsided_A 5.005005005005005e-5 -loquacious_A 2.5025025025025026e-5 -lordless_A 1.2512512512512513e-5 -lordly_A 1.2512512512512513e-5 -lorn_A 1.2512512512512513e-5 -lossless_A 1.2512512512512513e-5 -lossy_A 1.2512512512512513e-5 -loth_A 1.2512512512512513e-5 -lotic_A 1.2512512512512513e-5 -louche_A 1.2512512512512513e-5 -loud_A 1.2512512512512512e-4 -lousy_A 6.256256256256256e-5 -loutish_A 2.5025025025025026e-5 -louvered_A 1.2512512512512513e-5 -lovable_A 6.256256256256256e-5 -loveless_A 1.2512512512512513e-5 -lovelorn_A 1.2512512512512513e-5 -lovely_A 1.2512512512512512e-4 -loverlike_A 1.2512512512512513e-5 -lovesick_A 1.2512512512512513e-5 -loving_A 3.7537537537537536e-5 -low_A 7.407407407407408e-3 -low_down_A 1.2512512512512513e-5 -low_keyed_A 1.2512512512512513e-5 -low_pitched_A 1.2512512512512513e-5 -low_spirited_A 1.2512512512512513e-5 -lowborn_A 1.2512512512512513e-5 -lowbred_A 1.2512512512512513e-5 -lowbrow_A 1.2512512512512513e-5 -lowercase_A 1.2512512512512513e-5 -lowermost_A 1.2512512512512513e-5 -lowland_A 1.2512512512512513e-5 -lowly_A 3.7537537537537536e-5 -lowset_A 1.2512512512512513e-5 -loyal_A 3.128128128128128e-4 -lubberly_A 1.2512512512512513e-5 -lubricious_A 1.2512512512512513e-5 -lucent_A 1.2512512512512513e-5 -lucid_A 2.5025025025025026e-5 -lucifugous_A 1.2512512512512513e-5 -luckless_A 1.2512512512512513e-5 -lucky_A 2.2522522522522523e-4 -lucrative_A 2.8778778778778776e-4 -ludicrous_A 1.001001001001001e-4 -lugubrious_A 1.2512512512512513e-5 -lukewarm_A 5.005005005005005e-5 -lumbar_A 1.2512512512512513e-5 -lumbosacral_A 1.2512512512512513e-5 -luminescent_A 1.2512512512512513e-5 -luminous_A 1.2512512512512513e-5 -lumpish_A 1.2512512512512513e-5 -lumpy_A 2.5025025025025026e-5 -lunar_A 1.2512512512512513e-5 -lunatic_A 1.2512512512512513e-5 -lunisolar_A 1.2512512512512513e-5 -lupine_A 1.2512512512512513e-5 -lurid_A 1.2512512512512513e-5 -luscious_A 1.2512512512512513e-5 -lush_A 5.005005005005005e-5 -lustful_A 1.2512512512512513e-5 -lustrous_A 1.2512512512512513e-5 -lusty_A 2.5025025025025026e-5 -luteal_A 1.2512512512512513e-5 -lutheran_A 1.2512512512512513e-5 -luxe_A 1.2512512512512513e-5 -luxemburger_A 1.2512512512512513e-5 -luxuriant_A 1.2512512512512513e-5 -luxurious_A 5.005005005005005e-5 -lying_in_A 1.2512512512512513e-5 -lymphatic_A 1.2512512512512513e-5 -lymphocytic_A 1.2512512512512513e-5 -lymphoid_A 1.2512512512512513e-5 -lynx_eyed_A 1.2512512512512513e-5 -lyonnaise_A 1.2512512512512513e-5 -lyophilized_A 1.2512512512512513e-5 -lyrate_A 1.2512512512512513e-5 -lyric_A 1.2512512512512513e-5 -lyrical_A 1.2512512512512513e-5 -lysogenic_A 1.2512512512512513e-5 -macabre_A 1.2512512512512513e-5 -macaronic_A 1.2512512512512513e-5 -macedonian_A 1.2512512512512513e-5 -macerative_A 1.2512512512512513e-5 -machiavellian_A 1.2512512512512513e-5 -machine_made_A 1.2512512512512513e-5 -macrencephalic_A 1.2512512512512513e-5 -macro_A 1.2512512512512513e-5 -macrobiotic_A 1.2512512512512513e-5 -macrocephalic_A 1.2512512512512513e-5 -macrocosmic_A 1.2512512512512513e-5 -macroeconomic_A 1.2512512512512513e-5 -macromolecular_A 1.2512512512512513e-5 -macroscopic_A 1.2512512512512513e-5 -maculate_A 1.2512512512512513e-5 -mad_A 1.2512512512512512e-4 -madagascan_A 1.2512512512512513e-5 -magenta_A 1.2512512512512513e-5 -maggoty_A 1.2512512512512513e-5 -magic_A 6.256256256256256e-5 -magical_A 3.7537537537537536e-5 -magisterial_A 2.5025025025025026e-5 -magnanimous_A 2.5025025025025026e-5 -magnetic_A 2.3773773773773772e-4 -magnificent_A 2.5025025025025026e-5 -magniloquent_A 1.2512512512512513e-5 -magyar_A 1.2512512512512513e-5 -maiden_A 3.7537537537537536e-5 -maidenlike_A 1.2512512512512513e-5 -maidenly_A 1.2512512512512513e-5 -main_A 2.2772772772772774e-3 -mainstreamed_A 1.2512512512512513e-5 -maintainable_A 1.2512512512512513e-5 -majestic_A 1.2512512512512513e-5 -major_A 9.259259259259259e-3 -majuscular_A 1.2512512512512513e-5 -majuscule_A 1.2512512512512513e-5 -maladaptive_A 1.2512512512512513e-5 -maladjusted_A 1.2512512512512513e-5 -maladjustive_A 1.2512512512512513e-5 -maladroit_A 1.2512512512512513e-5 -malapropos_A 1.2512512512512513e-5 -malarial_A 1.2512512512512513e-5 -malawian_A 1.2512512512512513e-5 -malay_A 1.2512512512512513e-5 -malayan_A 1.2512512512512513e-5 -malaysian_A 3.7537537537537536e-5 -malcontent_A 1.2512512512512513e-5 -male_A 1.7517517517517516e-4 -malefic_A 1.2512512512512513e-5 -maleficent_A 1.2512512512512513e-5 -malevolent_A 1.2512512512512513e-5 -malformed_A 1.2512512512512513e-5 -malian_A 1.2512512512512513e-5 -malicious_A 3.7537537537537536e-5 -malign_A 1.2512512512512513e-5 -malignant_A 1.1261261261261261e-4 -malleable_A 1.2512512512512513e-5 -malnourished_A 1.2512512512512513e-5 -malodorous_A 1.2512512512512513e-5 -malposed_A 1.2512512512512513e-5 -maltese_A 2.5025025025025026e-5 -malthusian_A 1.2512512512512513e-5 -mammalian_A 1.2512512512512513e-5 -mammary_A 1.2512512512512513e-5 -man_sized_A 1.2512512512512513e-5 -manageable_A 7.507507507507507e-5 -managerial_A 3.7537537537537536e-5 -mancunian_A 1.2512512512512513e-5 -mandatory_A 2.2522522522522523e-4 -mandibular_A 1.2512512512512513e-5 -mandibulate_A 1.2512512512512513e-5 -mandibulofacial_A 1.2512512512512513e-5 -maneuverable_A 1.2512512512512513e-5 -manful_A 1.2512512512512513e-5 -mangy_A 1.2512512512512513e-5 -maniacal_A 1.2512512512512513e-5 -manic_depressive_A 1.2512512512512513e-5 -maniclike_A 1.2512512512512513e-5 -manifest_A 3.7537537537537536e-5 -manifold_A 1.2512512512512513e-5 -manipulative_A 5.005005005005005e-5 -manky_A 1.2512512512512513e-5 -manlike_A 1.2512512512512513e-5 -manly_A 1.2512512512512513e-5 -mannered_A 2.5025025025025026e-5 -mannerly_A 1.2512512512512513e-5 -mannish_A 1.2512512512512513e-5 -manoeuvrable_A 1.2512512512512513e-5 -manorial_A 1.2512512512512513e-5 -manque_A 1.2512512512512513e-5 -mansard_A 1.2512512512512513e-5 -manual_A 7.507507507507507e-5 -manx_A 1.2512512512512513e-5 -many_A 1.2512512512512513e-5 -many_sided_A 1.2512512512512513e-5 -maplelike_A 1.2512512512512513e-5 -marbled_A 1.2512512512512513e-5 -marginal_A 3.503503503503503e-4 -marine_A 7.507507507507507e-5 -marital_A 7.507507507507507e-5 -maritime_A 1.2512512512512513e-5 -marked_A 6.256256256256256e-5 -marketable_A 7.507507507507507e-5 -marly_A 1.2512512512512513e-5 -marmoreal_A 1.2512512512512513e-5 -marmorean_A 1.2512512512512513e-5 -maroon_A 1.2512512512512513e-5 -marriageable_A 1.2512512512512513e-5 -marshy_A 1.2512512512512513e-5 -marsupial_A 1.2512512512512513e-5 -martial_A 1.2512512512512513e-5 -martian_A 1.2512512512512513e-5 -marvellous_A 1.2512512512512513e-5 -masculine_A 2.5025025025025026e-5 -masochistic_A 1.2512512512512513e-5 -masonic_A 1.2512512512512513e-5 -massive_A 6.131131131131132e-4 -massy_A 1.2512512512512513e-5 -masted_A 1.2512512512512513e-5 -masterful_A 2.5025025025025026e-5 -masterless_A 1.2512512512512513e-5 -masterly_A 1.2512512512512513e-5 -mastoid_A 1.2512512512512513e-5 -mat_A 1.2512512512512513e-5 -matchless_A 1.2512512512512513e-5 -mateless_A 1.2512512512512513e-5 -material_A 1.2512512512512512e-4 -materialistic_A 5.005005005005005e-5 -maternal_A 1.2512512512512513e-5 -maternalistic_A 1.2512512512512513e-5 -matey_A 1.2512512512512513e-5 -mathematical_A 7.507507507507507e-5 -matriarchal_A 1.2512512512512513e-5 -matriarchic_A 1.2512512512512513e-5 -matricentric_A 1.2512512512512513e-5 -matrilineal_A 1.2512512512512513e-5 -matrimonial_A 1.2512512512512513e-5 -matronly_A 1.2512512512512513e-5 -matt_A 1.2512512512512513e-5 -matter_of_course_A 1.2512512512512513e-5 -matter_of_fact_A 3.7537537537537536e-5 -maturational_A 1.2512512512512513e-5 -mature_A 1.1261261261261261e-4 -matutinal_A 1.2512512512512513e-5 -maudlin_A 1.2512512512512513e-5 -mauritanian_A 1.2512512512512513e-5 -mauritian_A 1.2512512512512513e-5 -mauve_A 1.2512512512512513e-5 -mawkish_A 1.2512512512512513e-5 -maxi_A 1.2512512512512513e-5 -maxillary_A 1.2512512512512513e-5 -maxillodental_A 1.2512512512512513e-5 -maxillofacial_A 1.2512512512512513e-5 -maxillomandibular_A 1.2512512512512513e-5 -maximal_A 1.2512512512512513e-5 -maximizing_A 1.2512512512512513e-5 -maximum_A 1.8768768768768769e-4 -mayoral_A 1.5015015015015014e-4 -mazed_A 1.2512512512512513e-5 -meager_A 1.2512512512512513e-5 -meagre_A 1.2512512512512513e-5 -mealy_A 2.5025025025025026e-5 -mealy_mouthed_A 1.2512512512512513e-5 -mealymouthed_A 1.2512512512512513e-5 -mean_A 1.1261261261261261e-4 -meaningful_A 1.3763763763763765e-4 -meaningless_A 6.256256256256256e-5 -measly_A 1.2512512512512513e-5 -measurable_A 3.7537537537537536e-5 -measureless_A 1.2512512512512513e-5 -meatless_A 1.2512512512512513e-5 -meaty_A 1.2512512512512513e-5 -mechanic_A 1.2512512512512513e-5 -mechanical_A 1.6266266266266267e-4 -mechanistic_A 1.2512512512512513e-5 -mecopterous_A 1.2512512512512513e-5 -meddlesome_A 1.2512512512512513e-5 -mediaeval_A 1.2512512512512513e-5 -medial_A 1.2512512512512513e-5 -median_A 1.001001001001001e-4 -mediate_A 1.2512512512512513e-5 -mediatorial_A 1.2512512512512513e-5 -mediatory_A 1.2512512512512513e-5 -medical_A 1.1011011011011012e-3 -medicative_A 1.2512512512512513e-5 -medicinal_A 1.2512512512512513e-5 -medicolegal_A 1.2512512512512513e-5 -medieval_A 2.5025025025025026e-5 -mediocre_A 7.507507507507507e-5 -meditative_A 1.2512512512512513e-5 -mediterranean_A 1.2512512512512513e-5 -medium_A 5.005005005005005e-5 -medium_grade_A 2.5025025025025026e-5 -medullary_A 1.2512512512512513e-5 -medusoid_A 1.2512512512512513e-5 -meek_A 1.2512512512512513e-5 -meet_A 1.2512512512512513e-5 -megakaryocytic_A 1.2512512512512513e-5 -megalithic_A 1.2512512512512513e-5 -megaloblastic_A 1.2512512512512513e-5 -megalomaniacal_A 1.2512512512512513e-5 -megascopic_A 1.2512512512512513e-5 -meiotic_A 1.2512512512512513e-5 -melancholic_A 1.2512512512512513e-5 -melancholy_A 2.5025025025025026e-5 -mellifluous_A 2.5025025025025026e-5 -mellow_A 3.7537537537537536e-5 -melodic_A 1.2512512512512513e-5 -melodious_A 2.5025025025025026e-5 -melodramatic_A 1.2512512512512513e-5 -meltable_A 1.2512512512512513e-5 -membered_A 1.2512512512512513e-5 -memberless_A 1.2512512512512513e-5 -membranous_A 1.2512512512512513e-5 -memorable_A 6.256256256256256e-5 -mendacious_A 1.2512512512512513e-5 -mendelian_A 1.2512512512512513e-5 -mendicant_A 1.2512512512512513e-5 -menial_A 2.5025025025025026e-5 -meningeal_A 1.2512512512512513e-5 -menopausal_A 1.2512512512512513e-5 -mensal_A 1.2512512512512513e-5 -menstrual_A 3.7537537537537536e-5 -mensurable_A 1.2512512512512513e-5 -mensural_A 1.2512512512512513e-5 -mental_A 1.8768768768768769e-4 -mentholated_A 1.2512512512512513e-5 -mephistophelian_A 1.2512512512512513e-5 -mercantile_A 1.2512512512512513e-5 -mercenary_A 2.5025025025025026e-5 -merciful_A 2.5025025025025026e-5 -merciless_A 1.2512512512512513e-5 -mercurial_A 2.5025025025025026e-5 -mercuric_A 1.2512512512512513e-5 -mere_A 8.133133133133133e-4 -meretricious_A 1.2512512512512513e-5 -meridian_A 1.2512512512512513e-5 -meridional_A 1.2512512512512513e-5 -meritocratic_A 1.2512512512512513e-5 -meritorious_A 1.2512512512512513e-5 -merry_A 2.5025025025025026e-5 -mesenteric_A 1.2512512512512513e-5 -meshugge_A 1.2512512512512513e-5 -mesial_A 1.2512512512512513e-5 -mesic_A 1.2512512512512513e-5 -mesmeric_A 1.2512512512512513e-5 -mesoblastic_A 1.2512512512512513e-5 -mesolithic_A 1.2512512512512513e-5 -mesomorphic_A 1.2512512512512513e-5 -mesonic_A 1.2512512512512513e-5 -mesophytic_A 1.2512512512512513e-5 -messianic_A 1.2512512512512513e-5 -messy_A 1.2512512512512513e-5 -metabolic_A 1.2512512512512513e-5 -metacarpal_A 1.2512512512512513e-5 -metacentric_A 1.2512512512512513e-5 -metagrobolized_A 1.2512512512512513e-5 -metallic_A 1.2512512512512513e-5 -metallike_A 1.2512512512512513e-5 -metalloid_A 1.2512512512512513e-5 -metallurgical_A 6.256256256256256e-5 -metameric_A 1.2512512512512513e-5 -metamorphic_A 1.2512512512512513e-5 -metamorphous_A 1.2512512512512513e-5 -metaphorical_A 2.5025025025025026e-5 -metaphysical_A 2.5025025025025026e-5 -metastable_A 1.2512512512512513e-5 -metastatic_A 1.2512512512512513e-5 -metatarsal_A 1.2512512512512513e-5 -meteoric_A 2.5025025025025026e-5 -meteoritic_A 1.2512512512512513e-5 -meteorologic_A 1.2512512512512513e-5 -meteorological_A 2.5025025025025026e-5 -methodical_A 5.005005005005005e-5 -methodist_A 1.2512512512512513e-5 -methodological_A 1.2512512512512513e-5 -methylated_A 1.2512512512512513e-5 -meticulous_A 3.7537537537537536e-5 -metonymic_A 1.2512512512512513e-5 -metric_A 5.630630630630631e-4 -metrical_A 1.2512512512512513e-5 -metrological_A 1.2512512512512513e-5 -metropolitan_A 3.2532532532532533e-4 -mettlesome_A 1.2512512512512513e-5 -mexican_A 2.3773773773773772e-4 -mezzanine_A 1.2512512512512513e-5 -miasmal_A 1.2512512512512513e-5 -miasmic_A 1.2512512512512513e-5 -micaceous_A 1.2512512512512513e-5 -micro_A 1.2512512512512513e-5 -microbial_A 1.2512512512512513e-5 -microcephalic_A 1.2512512512512513e-5 -microcosmic_A 1.2512512512512513e-5 -microcrystalline_A 1.2512512512512513e-5 -microeconomic_A 1.2512512512512513e-5 -microelectronic_A 1.2512512512512513e-5 -micrometeoric_A 1.2512512512512513e-5 -micrometeoritic_A 1.2512512512512513e-5 -micropylar_A 1.2512512512512513e-5 -microscopic_A 5.005005005005005e-5 -microscopical_A 1.2512512512512513e-5 -microsomal_A 1.2512512512512513e-5 -mid_A 2.5025025025025026e-5 -middle_A 1.2512512512512513e-5 -middle_aged_A 6.256256256256256e-5 -middle_class_A 5.005005005005005e-5 -middle_distance_A 1.2512512512512513e-5 -middle_of_the_road_A 2.5025025025025026e-5 -middlemost_A 1.2512512512512513e-5 -middleweight_A 1.2512512512512513e-5 -middling_A 3.7537537537537536e-5 -midi_A 1.2512512512512513e-5 -midmost_A 1.2512512512512513e-5 -midway_A 1.2512512512512513e-5 -midweek_A 2.5025025025025026e-5 -midweekly_A 1.2512512512512513e-5 -midwestern_A 8.758758758758758e-5 -mighty_A 1.001001001001001e-4 -migrant_A 1.2512512512512513e-5 -migrational_A 1.2512512512512513e-5 -migratory_A 1.2512512512512513e-5 -milch_A 1.2512512512512513e-5 -mild_A 2.5025025025025025e-4 -militant_A 6.256256256256256e-5 -militaristic_A 1.2512512512512513e-5 -militarized_A 1.2512512512512513e-5 -military_A 1.7017017017017016e-3 -milk_white_A 1.2512512512512513e-5 -milkless_A 1.2512512512512513e-5 -milky_A 2.5025025025025026e-5 -millenarian_A 1.2512512512512513e-5 -millenary_A 1.2512512512512513e-5 -millennial_A 1.2512512512512513e-5 -million_A 1.2512512512512513e-5 -millionth_A 1.2512512512512513e-5 -mimetic_A 1.2512512512512513e-5 -mimic_A 1.2512512512512513e-5 -minatory_A 1.2512512512512513e-5 -mind_bending_A 1.2512512512512513e-5 -mind_blowing_A 1.2512512512512513e-5 -mind_boggling_A 2.5025025025025026e-5 -mindful_A 3.7537537537537536e-5 -mindless_A 6.256256256256256e-5 -mine_A 1.001001001001001e-4 -mineral_A 1.2512512512512513e-5 -mingy_A 1.2512512512512513e-5 -mini_A 1.2512512512512513e-5 -miniature_A 1.2512512512512513e-5 -minimal_A 2.127127127127127e-4 -minimalist_A 1.2512512512512513e-5 -minimum_A 8.133133133133133e-4 -ministerial_A 2.5025025025025026e-5 -ministrant_A 1.2512512512512513e-5 -minor_A 7.132132132132132e-4 -minty_A 1.2512512512512513e-5 -minus_A 1.2512512512512513e-5 -minuscule_A 5.005005005005005e-5 -minute_A 6.256256256256256e-5 -miotic_A 1.2512512512512513e-5 -miraculous_A 1.2512512512512513e-5 -mirrorlike_A 1.2512512512512513e-5 -mirthful_A 1.2512512512512513e-5 -mirthless_A 1.2512512512512513e-5 -miry_A 1.2512512512512513e-5 -misanthropic_A 1.2512512512512513e-5 -misbegotten_A 2.5025025025025026e-5 -misbranded_A 1.2512512512512513e-5 -miscellaneous_A 3.7537537537537536e-5 -mischievous_A 2.5025025025025026e-5 -miscible_A 1.2512512512512513e-5 -miserable_A 6.256256256256256e-5 -miserly_A 2.5025025025025026e-5 -mislaid_A 1.2512512512512513e-5 -mismatched_A 1.2512512512512513e-5 -misogynic_A 1.2512512512512513e-5 -misogynous_A 1.2512512512512513e-5 -misrelated_A 1.2512512512512513e-5 -misshapen_A 1.2512512512512513e-5 -missionary_A 1.2512512512512513e-5 -mistaken_A 1.001001001001001e-4 -mistrustful_A 1.2512512512512513e-5 -misty_A 1.2512512512512513e-5 -mithraic_A 1.2512512512512513e-5 -mitigable_A 1.2512512512512513e-5 -mitotic_A 1.2512512512512513e-5 -mitral_A 1.2512512512512513e-5 -mixed_up_A 2.5025025025025026e-5 -mnemonic_A 1.2512512512512513e-5 -moated_A 1.2512512512512513e-5 -mobbish_A 1.2512512512512513e-5 -mobile_A 1.2512512512512512e-4 -mock_A 3.7537537537537536e-5 -mod_A 1.2512512512512513e-5 -modal_A 1.2512512512512513e-5 -moderate_A 7.132132132132132e-4 -moderato_A 1.2512512512512513e-5 -modern_A 5.505505505505506e-4 -moderne_A 1.2512512512512513e-5 -modernistic_A 1.2512512512512513e-5 -modest_A 1.4764764764764766e-3 -modifiable_A 1.2512512512512513e-5 -modish_A 2.5025025025025026e-5 -modular_A 2.5025025025025026e-5 -moire_A 1.2512512512512513e-5 -moist_A 1.2512512512512513e-5 -molal_A 1.2512512512512513e-5 -molar_A 1.2512512512512513e-5 -moldy_A 2.5025025025025026e-5 -molecular_A 8.758758758758758e-5 -molten_A 1.2512512512512513e-5 -momentary_A 8.758758758758758e-5 -momentous_A 2.5025025025025026e-5 -monandrous_A 1.2512512512512513e-5 -monarchal_A 1.2512512512512513e-5 -monarchic_A 1.2512512512512513e-5 -monastic_A 1.2512512512512513e-5 -monatomic_A 1.2512512512512513e-5 -monaural_A 1.2512512512512513e-5 -monegasque_A 1.2512512512512513e-5 -moneran_A 1.2512512512512513e-5 -monestrous_A 1.2512512512512513e-5 -monetary_A 7.882882882882883e-4 -moneyed_A 1.2512512512512513e-5 -moneyless_A 1.2512512512512513e-5 -mongol_A 1.2512512512512513e-5 -mongolian_A 1.2512512512512513e-5 -mongoloid_A 1.2512512512512513e-5 -mongrel_A 1.2512512512512513e-5 -monistic_A 1.2512512512512513e-5 -monkish_A 1.2512512512512513e-5 -mono_A 1.2512512512512513e-5 -monocarboxylic_A 1.2512512512512513e-5 -monocarpic_A 1.2512512512512513e-5 -monochromatic_A 1.2512512512512513e-5 -monochrome_A 5.005005005005005e-5 -monocled_A 1.2512512512512513e-5 -monoclinal_A 1.2512512512512513e-5 -monoclinic_A 1.2512512512512513e-5 -monoclinous_A 1.2512512512512513e-5 -monoclonal_A 1.2512512512512513e-5 -monocotyledonous_A 1.2512512512512513e-5 -monodic_A 1.2512512512512513e-5 -monoecious_A 1.2512512512512513e-5 -monogamous_A 1.2512512512512513e-5 -monogenic_A 1.2512512512512513e-5 -monogynous_A 1.2512512512512513e-5 -monolingual_A 1.2512512512512513e-5 -monolithic_A 5.005005005005005e-5 -monomaniacal_A 1.2512512512512513e-5 -monometallic_A 1.2512512512512513e-5 -monomorphemic_A 1.2512512512512513e-5 -mononuclear_A 1.2512512512512513e-5 -monophonic_A 1.2512512512512513e-5 -monopolistic_A 1.2512512512512513e-5 -monopteral_A 1.2512512512512513e-5 -monosemous_A 1.2512512512512513e-5 -monosyllabic_A 1.2512512512512513e-5 -monotheistic_A 1.2512512512512513e-5 -monotonic_A 1.2512512512512513e-5 -monotonous_A 1.2512512512512513e-5 -monotypic_A 1.2512512512512513e-5 -monounsaturated_A 1.2512512512512513e-5 -monovalent_A 1.2512512512512513e-5 -monozygotic_A 1.2512512512512513e-5 -monstrous_A 3.7537537537537536e-5 -montane_A 1.2512512512512513e-5 -monthlong_A 1.2512512512512513e-5 -monthly_A 8.758758758758759e-4 -montserratian_A 1.2512512512512513e-5 -monumental_A 6.256256256256256e-5 -moody_A 2.5025025025025026e-5 -moonless_A 1.2512512512512513e-5 -moonlike_A 1.2512512512512513e-5 -moonlit_A 1.2512512512512513e-5 -moonstruck_A 1.2512512512512513e-5 -moony_A 1.2512512512512513e-5 -moorish_A 1.2512512512512513e-5 -moot_A 2.5025025025025026e-5 -moraceous_A 1.2512512512512513e-5 -moral_A 3.2532532532532533e-4 -moralistic_A 2.5025025025025026e-5 -morbid_A 1.2512512512512513e-5 -morbilliform_A 1.2512512512512513e-5 -mordacious_A 1.2512512512512513e-5 -mordant_A 1.2512512512512513e-5 -moresque_A 1.2512512512512513e-5 -morganatic_A 1.2512512512512513e-5 -moribund_A 2.5025025025025026e-5 -mormon_A 1.2512512512512513e-5 -moroccan_A 1.2512512512512513e-5 -moronic_A 1.2512512512512513e-5 -morose_A 1.2512512512512513e-5 -morphemic_A 1.2512512512512513e-5 -morphologic_A 1.2512512512512513e-5 -morphological_A 1.2512512512512513e-5 -morphophonemic_A 1.2512512512512513e-5 -mortal_A 1.2512512512512513e-5 -mortuary_A 1.2512512512512513e-5 -mosaic_A 1.2512512512512513e-5 -moslem_A 3.7537537537537536e-5 -moss_grown_A 1.2512512512512513e-5 -mossy_A 1.2512512512512513e-5 -moth_eaten_A 1.2512512512512513e-5 -motherless_A 1.2512512512512513e-5 -motherlike_A 1.2512512512512513e-5 -motherly_A 1.2512512512512513e-5 -mothproof_A 1.2512512512512513e-5 -mothy_A 1.2512512512512513e-5 -motile_A 1.2512512512512513e-5 -motional_A 1.2512512512512513e-5 -motionless_A 1.2512512512512513e-5 -motivational_A 1.2512512512512513e-5 -motive_A 1.2512512512512513e-5 -motiveless_A 1.2512512512512513e-5 -motley_A 1.2512512512512513e-5 -motor_assisted_A 1.2512512512512513e-5 -mouldy_A 1.2512512512512513e-5 -mountainous_A 1.2512512512512513e-5 -mournful_A 1.2512512512512513e-5 -mousy_A 1.2512512512512513e-5 -mouth_watering_A 1.2512512512512513e-5 -mouthlike_A 1.2512512512512513e-5 -movable_A 1.2512512512512513e-5 -mown_A 1.2512512512512513e-5 -mozambican_A 1.2512512512512513e-5 -muciferous_A 1.2512512512512513e-5 -mucinoid_A 1.2512512512512513e-5 -mucinous_A 1.2512512512512513e-5 -mucky_A 1.2512512512512513e-5 -mucocutaneous_A 1.2512512512512513e-5 -mucoid_A 1.2512512512512513e-5 -mucopurulent_A 1.2512512512512513e-5 -mucosal_A 1.2512512512512513e-5 -mucous_A 1.2512512512512513e-5 -muddle_headed_A 1.2512512512512513e-5 -muddy_A 1.2512512512512513e-5 -muggy_A 1.2512512512512513e-5 -muhammadan_A 1.2512512512512513e-5 -mulish_A 1.2512512512512513e-5 -mullioned_A 1.2512512512512513e-5 -multi_lingual_A 1.2512512512512513e-5 -multicellular_A 1.2512512512512513e-5 -multicultural_A 1.2512512512512513e-5 -multidimensional_A 1.2512512512512513e-5 -multiethnic_A 1.2512512512512513e-5 -multifactorial_A 1.2512512512512513e-5 -multifarious_A 1.2512512512512513e-5 -multiform_A 1.2512512512512513e-5 -multilane_A 1.2512512512512513e-5 -multilateral_A 5.005005005005005e-5 -multilevel_A 1.2512512512512513e-5 -multilingual_A 1.2512512512512513e-5 -multinational_A 1.2512512512512513e-5 -multinucleate_A 1.2512512512512513e-5 -multiparous_A 1.2512512512512513e-5 -multipartite_A 1.2512512512512513e-5 -multiphase_A 1.2512512512512513e-5 -multiple_A 1.7517517517517516e-4 -multiplex_A 1.2512512512512513e-5 -multiplicative_A 1.2512512512512513e-5 -multipotent_A 1.2512512512512513e-5 -multipurpose_A 1.2512512512512513e-5 -multiracial_A 1.2512512512512513e-5 -multistory_A 1.2512512512512513e-5 -multitudinous_A 1.2512512512512513e-5 -multivalent_A 1.2512512512512513e-5 -multivariate_A 1.2512512512512513e-5 -mum_A 2.5025025025025026e-5 -mundane_A 1.001001001001001e-4 -municipal_A 8.508508508508508e-4 -munificent_A 1.2512512512512513e-5 -mural_A 1.2512512512512513e-5 -murderous_A 2.5025025025025026e-5 -murine_A 1.2512512512512513e-5 -murky_A 6.256256256256256e-5 -murmurous_A 1.2512512512512513e-5 -muscle_bound_A 1.2512512512512513e-5 -muscovite_A 1.2512512512512513e-5 -muscular_A 2.5025025025025026e-5 -musculoskeletal_A 1.2512512512512513e-5 -mushy_A 2.5025025025025026e-5 -musical_A 1.6266266266266267e-4 -musicological_A 1.2512512512512513e-5 -musky_A 1.2512512512512513e-5 -mustachioed_A 1.2512512512512513e-5 -musty_A 1.2512512512512513e-5 -mutable_A 1.2512512512512513e-5 -mutafacient_A 1.2512512512512513e-5 -mutagenic_A 1.2512512512512513e-5 -mutant_A 1.2512512512512513e-5 -mutational_A 1.2512512512512513e-5 -mutative_A 1.2512512512512513e-5 -mute_A 2.5025025025025026e-5 -mutinous_A 2.5025025025025026e-5 -mutual_A 1.1261261261261261e-3 -muzzy_A 1.2512512512512513e-5 -myalgic_A 1.2512512512512513e-5 -myelic_A 1.2512512512512513e-5 -myelinated_A 1.2512512512512513e-5 -myelinic_A 1.2512512512512513e-5 -myeloid_A 1.2512512512512513e-5 -myocardial_A 1.2512512512512513e-5 -myoid_A 1.2512512512512513e-5 -myopathic_A 1.2512512512512513e-5 -myopic_A 1.2512512512512513e-5 -myotonic_A 1.2512512512512513e-5 -myriad_A 6.256256256256256e-5 -myrmecophagous_A 1.2512512512512513e-5 -myrmecophilous_A 1.2512512512512513e-5 -myrmecophytic_A 1.2512512512512513e-5 -mysophobic_A 1.2512512512512513e-5 -mysterious_A 1.001001001001001e-4 -mystic_A 1.2512512512512513e-5 -mystical_A 1.2512512512512513e-5 -mythic_A 1.2512512512512513e-5 -mythical_A 1.2512512512512513e-5 -mythological_A 1.2512512512512513e-5 -nacreous_A 1.2512512512512513e-5 -naiant_A 1.2512512512512513e-5 -naive_1_A 5.005005005005005e-5 -naive_2_A 1.2512512512512513e-5 -naive_A 1.2512512512512513e-5 -naked_A 8.758758758758758e-5 -namby_pamby_A 1.2512512512512513e-5 -nameless_A 2.5025025025025026e-5 -namibian_A 6.256256256256256e-5 -napoleonic_A 1.2512512512512513e-5 -narcoleptic_A 1.2512512512512513e-5 -narcotic_A 1.2512512512512513e-5 -narial_A 1.2512512512512513e-5 -narrative_A 1.2512512512512513e-5 -narrow_A 6.756756756756757e-4 -narrow_minded_A 1.2512512512512513e-5 -nasal_A 1.2512512512512513e-5 -nascent_A 1.2512512512512513e-5 -nasopharyngeal_A 1.2512512512512513e-5 -nasty_A 1.6266266266266267e-4 -natal_A 1.2512512512512513e-5 -national_A 3.2782782782782784e-3 -nationalist_A 3.7537537537537536e-5 -nationalistic_A 5.005005005005005e-5 -nationwide_A 3.2532532532532533e-4 -native_A 1.3763763763763765e-4 -nativist_A 1.2512512512512513e-5 -natriuretic_A 1.2512512512512513e-5 -natty_A 1.2512512512512513e-5 -natural_A 1.589089089089089e-3 -naturalistic_A 2.5025025025025026e-5 -naturistic_A 1.2512512512512513e-5 -naughty_A 2.5025025025025026e-5 -nauruan_A 1.2512512512512513e-5 -nauseating_A 1.2512512512512513e-5 -nauseous_A 1.2512512512512513e-5 -nautical_A 1.2512512512512513e-5 -naval_A 1.8768768768768769e-4 -navicular_A 1.2512512512512513e-5 -navigable_A 1.2512512512512513e-5 -navigational_A 1.2512512512512513e-5 -nazi_A 3.7537537537537536e-5 -neanderthal_A 2.5025025025025026e-5 -neapolitan_A 1.2512512512512513e-5 -near_A 3.8038038038038036e-3 -near_sighted_A 1.2512512512512513e-5 -nearby_A 2.127127127127127e-4 -nearsighted_A 1.2512512512512513e-5 -neat_A 1.6266266266266267e-4 -nebular_A 1.2512512512512513e-5 -nebulous_A 1.2512512512512513e-5 -necessary_A 1.4139139139139139e-3 -necessitous_A 1.2512512512512513e-5 -necked_A 1.2512512512512513e-5 -neckless_A 1.2512512512512513e-5 -necklike_A 1.2512512512512513e-5 -necromantic_A 1.2512512512512513e-5 -necrotic_A 1.2512512512512513e-5 -nectariferous_A 1.2512512512512513e-5 -nee_A 1.2512512512512513e-5 -needful_A 1.2512512512512513e-5 -needless_A 5.005005005005005e-5 -needy_A 3.7537537537537536e-5 -nefarious_A 1.2512512512512513e-5 -negative_A 1.1386386386386387e-3 -neglectful_A 1.2512512512512513e-5 -negligent_A 3.7537537537537536e-5 -negligible_A 1.001001001001001e-4 -negotiable_A 3.6286286286286285e-4 -negro_A 1.2512512512512513e-5 -negroid_A 1.2512512512512513e-5 -neighbourly_A 1.2512512512512513e-5 -neither_A 1.2512512512512513e-5 -neo_A 1.2512512512512513e-5 -neoclassic_A 1.2512512512512513e-5 -neoclassicist_A 1.2512512512512513e-5 -neocortical_A 1.2512512512512513e-5 -neoliberal_A 1.2512512512512513e-5 -neolithic_A 1.2512512512512513e-5 -neonatal_A 1.2512512512512513e-5 -neoplastic_A 1.2512512512512513e-5 -neotenic_A 1.2512512512512513e-5 -nepalese_A 1.2512512512512513e-5 -nepali_A 1.2512512512512513e-5 -nephritic_A 1.2512512512512513e-5 -nephrotoxic_A 1.2512512512512513e-5 -neritic_A 1.2512512512512513e-5 -nerve_racking_A 2.5025025025025026e-5 -nerveless_A 1.2512512512512513e-5 -nervous_A 6.006006006006006e-4 -nervy_A 2.5025025025025026e-5 -nescient_A 1.2512512512512513e-5 -net_A 7.0195195195195195e-3 -nether_A 1.2512512512512513e-5 -nethermost_A 1.2512512512512513e-5 -nett_A 1.2512512512512513e-5 -networklike_A 1.2512512512512513e-5 -neural_A 1.2512512512512513e-5 -neuralgic_A 1.2512512512512513e-5 -neurasthenic_A 1.2512512512512513e-5 -neuroanatomic_A 1.2512512512512513e-5 -neurobiological_A 1.2512512512512513e-5 -neuroendocrine_A 1.2512512512512513e-5 -neurogenic_A 1.2512512512512513e-5 -neuroglial_A 1.2512512512512513e-5 -neurological_A 1.2512512512512513e-5 -neuromatous_A 1.2512512512512513e-5 -neuromotor_A 1.2512512512512513e-5 -neuromuscular_A 1.2512512512512513e-5 -neurophysiological_A 1.2512512512512513e-5 -neuropsychiatric_A 1.2512512512512513e-5 -neuropsychological_A 1.2512512512512513e-5 -neurotic_A 1.2512512512512513e-5 -neurotoxic_A 1.2512512512512513e-5 -neurotropic_A 1.2512512512512513e-5 -neuter_A 1.2512512512512513e-5 -neutral_A 1.2512512512512512e-4 -new_A 2.3348348348348348e-2 -newborn_A 1.2512512512512513e-5 -newfangled_A 1.2512512512512513e-5 -newfound_A 1.2512512512512513e-5 -newsless_A 1.2512512512512513e-5 -newsworthy_A 3.7537537537537536e-5 -newsy_A 1.2512512512512513e-5 -newtonian_A 1.2512512512512513e-5 -next_A 8.233233233233233e-3 -nibbed_A 1.2512512512512513e-5 -nicaraguan_A 2.2522522522522523e-4 -nice_A 3.503503503503503e-4 -nidicolous_A 1.2512512512512513e-5 -nidifugous_A 1.2512512512512513e-5 -niffy_A 1.2512512512512513e-5 -nifty_A 3.7537537537537536e-5 -nigerian_A 1.2512512512512513e-5 -nigerien_A 1.2512512512512513e-5 -niggardly_A 1.2512512512512513e-5 -nightlong_A 1.2512512512512513e-5 -nightly_A 5.005005005005005e-5 -nightmarish_A 1.2512512512512513e-5 -nihilistic_A 1.2512512512512513e-5 -nilotic_A 1.2512512512512513e-5 -nilpotent_A 1.2512512512512513e-5 -nimble_A 2.5025025025025026e-5 -niminy_piminy_A 1.2512512512512513e-5 -ninefold_A 1.2512512512512513e-5 -ninepenny_A 1.2512512512512513e-5 -ninth_A 1.2512512512512513e-5 -nipponese_A 3.7537537537537536e-5 -nippy_A 1.2512512512512513e-5 -nisi_A 1.2512512512512513e-5 -nitric_A 1.2512512512512513e-5 -nitrogenous_A 1.2512512512512513e-5 -nitrous_A 1.2512512512512513e-5 -nitwitted_A 1.2512512512512513e-5 -no_go_A 1.2512512512512513e-5 -noble_A 6.256256256256256e-5 -nocent_A 1.2512512512512513e-5 -nociceptive_A 1.2512512512512513e-5 -noctilucent_A 1.2512512512512513e-5 -nocturnal_A 1.2512512512512513e-5 -nodular_A 1.2512512512512513e-5 -nodulated_A 1.2512512512512513e-5 -nodulose_A 1.2512512512512513e-5 -noiseless_A 1.2512512512512513e-5 -noisome_A 1.2512512512512513e-5 -noisy_A 1.2512512512512513e-5 -nomadic_A 1.2512512512512513e-5 -nominal_A 1.8768768768768769e-4 -nominalistic_A 1.2512512512512513e-5 -nominative_A 1.2512512512512513e-5 -nomothetic_A 1.2512512512512513e-5 -non_compos_mentis_A 1.2512512512512513e-5 -non_contentious_A 1.2512512512512513e-5 -non_skid_A 1.2512512512512513e-5 -non_u_A 1.2512512512512513e-5 -nonabsorbent_A 1.2512512512512513e-5 -nonaddictive_A 1.2512512512512513e-5 -nonadhesive_A 1.2512512512512513e-5 -nonadjacent_A 1.2512512512512513e-5 -nonadsorbent_A 1.2512512512512513e-5 -nonagenarian_A 1.2512512512512513e-5 -nonalcoholic_A 1.2512512512512513e-5 -nonaligned_A 1.2512512512512513e-5 -nonappointive_A 1.2512512512512513e-5 -nonarbitrable_A 1.2512512512512513e-5 -nonarbitrary_A 1.2512512512512513e-5 -nonarboreal_A 1.2512512512512513e-5 -nonassertive_A 1.2512512512512513e-5 -nonassociative_A 1.2512512512512513e-5 -nonastringent_A 1.2512512512512513e-5 -nonautonomous_A 1.2512512512512513e-5 -nonbearing_A 1.2512512512512513e-5 -nonbelligerent_A 1.2512512512512513e-5 -noncaloric_A 1.2512512512512513e-5 -noncarbonated_A 1.2512512512512513e-5 -noncausative_A 1.2512512512512513e-5 -noncellular_A 1.2512512512512513e-5 -nonchalant_A 1.2512512512512513e-5 -noncivilized_A 1.2512512512512513e-5 -nonclassical_A 1.2512512512512513e-5 -noncollapsible_A 1.2512512512512513e-5 -noncolumned_A 1.2512512512512513e-5 -noncombatant_A 1.2512512512512513e-5 -noncombinative_A 1.2512512512512513e-5 -noncombining_A 1.2512512512512513e-5 -noncombustible_A 1.2512512512512513e-5 -noncommercial_A 1.2512512512512513e-5 -noncommissioned_A 1.2512512512512513e-5 -noncommittal_A 2.5025025025025026e-5 -noncommunicable_A 1.2512512512512513e-5 -noncompetitive_A 1.2512512512512513e-5 -noncomprehensive_A 1.2512512512512513e-5 -nonconductive_A 1.2512512512512513e-5 -nonconforming_A 1.2512512512512513e-5 -nonconformist_A 1.2512512512512513e-5 -nonconscious_A 1.2512512512512513e-5 -noncontentious_A 1.2512512512512513e-5 -nonconvergent_A 1.2512512512512513e-5 -noncritical_A 1.2512512512512513e-5 -noncrucial_A 1.2512512512512513e-5 -noncrystalline_A 1.2512512512512513e-5 -noncurrent_A 1.2512512512512513e-5 -noncyclic_A 1.2512512512512513e-5 -nondeductible_A 1.2512512512512513e-5 -nondenominational_A 1.2512512512512513e-5 -nondescript_A 3.7537537537537536e-5 -nondigestible_A 1.2512512512512513e-5 -nondisposable_A 1.2512512512512513e-5 -none_A 1.2512512512512513e-5 -nonechoic_A 1.2512512512512513e-5 -noneffervescent_A 1.2512512512512513e-5 -nonelective_A 1.2512512512512513e-5 -nonenzymatic_A 1.2512512512512513e-5 -nonequivalent_A 1.2512512512512513e-5 -nonexempt_A 1.2512512512512513e-5 -nonexistent_A 1.2512512512512513e-5 -nonexploratory_A 1.2512512512512513e-5 -nonexplosive_A 1.2512512512512513e-5 -nonextant_A 1.2512512512512513e-5 -nonextensile_A 1.2512512512512513e-5 -nonfat_A 1.2512512512512513e-5 -nonfatal_A 1.2512512512512513e-5 -nonfictional_A 1.2512512512512513e-5 -nonfinancial_A 1.2512512512512513e-5 -nonfissile_A 1.2512512512512513e-5 -nonfissionable_A 1.2512512512512513e-5 -nonflammable_A 2.5025025025025026e-5 -nonfunctional_A 1.2512512512512513e-5 -nonglutinous_A 1.2512512512512513e-5 -nongranular_A 1.2512512512512513e-5 -nongregarious_A 1.2512512512512513e-5 -nonhairy_A 1.2512512512512513e-5 -nonharmonic_A 1.2512512512512513e-5 -nonhereditary_A 1.2512512512512513e-5 -nonhierarchical_A 1.2512512512512513e-5 -nonhuman_A 1.2512512512512513e-5 -nonimitative_A 1.2512512512512513e-5 -nonindulgent_A 1.2512512512512513e-5 -nonindustrial_A 1.2512512512512513e-5 -noninfectious_A 1.2512512512512513e-5 -noninflammatory_A 1.2512512512512513e-5 -noninheritable_A 1.2512512512512513e-5 -noninstitutional_A 1.2512512512512513e-5 -noninstitutionalized_A 1.2512512512512513e-5 -nonintegrated_A 1.2512512512512513e-5 -nonintellectual_A 1.2512512512512513e-5 -noninterchangeable_A 1.2512512512512513e-5 -noninvasive_A 1.2512512512512513e-5 -nonionic_A 1.2512512512512513e-5 -nonionized_A 1.2512512512512513e-5 -nonjudgmental_A 1.2512512512512513e-5 -nonkosher_A 1.2512512512512513e-5 -nonlethal_A 1.2512512512512513e-5 -nonlexical_A 1.2512512512512513e-5 -nonlinear_A 1.2512512512512513e-5 -nonlinguistic_A 1.2512512512512513e-5 -nonmagnetic_A 1.2512512512512513e-5 -nonmandatory_A 1.2512512512512513e-5 -nonmechanical_A 1.2512512512512513e-5 -nonmechanistic_A 1.2512512512512513e-5 -nonmetallic_A 1.2512512512512513e-5 -nonmetamorphic_A 1.2512512512512513e-5 -nonmigratory_A 1.2512512512512513e-5 -nonmodern_A 1.2512512512512513e-5 -nonmonotonic_A 1.2512512512512513e-5 -nonmoral_A 1.2512512512512513e-5 -nonmotile_A 1.2512512512512513e-5 -nonmoving_A 1.2512512512512513e-5 -nonnative_A 1.2512512512512513e-5 -nonnatural_A 1.2512512512512513e-5 -nonnegative_A 1.2512512512512513e-5 -nonnomadic_A 1.2512512512512513e-5 -nonnormative_A 1.2512512512512513e-5 -nonobservant_A 1.2512512512512513e-5 -nonopening_A 1.2512512512512513e-5 -nonoperational_A 1.2512512512512513e-5 -nonoscillatory_A 1.2512512512512513e-5 -nonparallel_A 1.2512512512512513e-5 -nonparametric_A 1.2512512512512513e-5 -nonpareil_A 1.2512512512512513e-5 -nonparticulate_A 1.2512512512512513e-5 -nonpartisan_A 1.2512512512512513e-5 -nonpasserine_A 1.2512512512512513e-5 -nonpersonal_A 1.2512512512512513e-5 -nonphotosynthetic_A 1.2512512512512513e-5 -nonpoisonous_A 1.2512512512512513e-5 -nonpolitical_A 1.2512512512512513e-5 -nonporous_A 1.2512512512512513e-5 -nonpregnant_A 1.2512512512512513e-5 -nonprehensile_A 1.2512512512512513e-5 -nonproductive_A 1.2512512512512513e-5 -nonprofessional_A 1.2512512512512513e-5 -nonprofit_A 1.2512512512512513e-5 -nonprognosticative_A 1.2512512512512513e-5 -nonproprietary_A 1.2512512512512513e-5 -nonpsychoactive_A 1.2512512512512513e-5 -nonpublic_A 1.2512512512512513e-5 -nonpurulent_A 1.2512512512512513e-5 -nonracial_A 1.2512512512512513e-5 -nonradioactive_A 1.2512512512512513e-5 -nonrandom_A 1.2512512512512513e-5 -nonrational_A 1.2512512512512513e-5 -nonreciprocal_A 1.2512512512512513e-5 -nonreciprocating_A 1.2512512512512513e-5 -nonrecreational_A 1.2512512512512513e-5 -nonreflective_A 1.2512512512512513e-5 -nonrepetitive_A 1.2512512512512513e-5 -nonrepresentational_A 1.2512512512512513e-5 -nonrepresentative_A 1.2512512512512513e-5 -nonresident_A 3.7537537537537536e-5 -nonresidential_A 1.2512512512512513e-5 -nonresilient_A 1.2512512512512513e-5 -nonresinous_A 1.2512512512512513e-5 -nonresistant_A 1.2512512512512513e-5 -nonrestrictive_A 1.2512512512512513e-5 -nonreticulate_A 1.2512512512512513e-5 -nonretractile_A 1.2512512512512513e-5 -nonreturnable_A 1.2512512512512513e-5 -nonreversible_A 1.2512512512512513e-5 -nonrhythmic_A 1.2512512512512513e-5 -nonrigid_A 1.2512512512512513e-5 -nonruminant_A 1.2512512512512513e-5 -nonsectarian_A 1.2512512512512513e-5 -nonsensical_A 1.2512512512512513e-5 -nonsensitive_A 1.2512512512512513e-5 -nonsignificant_A 1.2512512512512513e-5 -nonskid_A 1.2512512512512513e-5 -nonslip_A 1.2512512512512513e-5 -nonslippery_A 1.2512512512512513e-5 -nonspatial_A 1.2512512512512513e-5 -nonspeaking_A 1.2512512512512513e-5 -nonspecific_A 1.2512512512512513e-5 -nonspherical_A 1.2512512512512513e-5 -nonstandard_A 1.2512512512512513e-5 -nonsteroidal_A 1.2512512512512513e-5 -nonstick_A 1.2512512512512513e-5 -nonstop_A 5.005005005005005e-5 -nonstructural_A 1.2512512512512513e-5 -nonsubmersible_A 1.2512512512512513e-5 -nonsuppurative_A 1.2512512512512513e-5 -nonsurgical_A 1.2512512512512513e-5 -nonsyllabic_A 1.2512512512512513e-5 -nonsynchronous_A 1.2512512512512513e-5 -nonsynthetic_A 1.2512512512512513e-5 -nontaxable_A 1.2512512512512513e-5 -nontechnical_A 1.2512512512512513e-5 -nontelescopic_A 1.2512512512512513e-5 -nonterritorial_A 1.2512512512512513e-5 -nonthermal_A 1.2512512512512513e-5 -nontoxic_A 1.2512512512512513e-5 -nontraditional_A 1.2512512512512513e-5 -nontransferable_A 1.2512512512512513e-5 -nontranslational_A 1.2512512512512513e-5 -nonturbulent_A 1.2512512512512513e-5 -nonunion_A 5.005005005005005e-5 -nonuple_A 1.2512512512512513e-5 -nonvenomous_A 1.2512512512512513e-5 -nonverbal_A 1.2512512512512513e-5 -nonviable_A 1.2512512512512513e-5 -nonviolent_A 1.2512512512512513e-5 -nonvisual_A 1.2512512512512513e-5 -nonvolatile_A 1.2512512512512513e-5 -nonwashable_A 1.2512512512512513e-5 -nonwoody_A 1.2512512512512513e-5 -noonday_A 1.2512512512512513e-5 -nordic_A 1.2512512512512513e-5 -normal_A 1.4514514514514514e-3 -norman_A 1.2512512512512513e-5 -normative_A 1.2512512512512513e-5 -normotensive_A 1.2512512512512513e-5 -norse_A 1.2512512512512513e-5 -north_A 4.004004004004004e-4 -northbound_A 1.2512512512512513e-5 -northeasterly_A 1.2512512512512513e-5 -northeastern_A 2.5025025025025026e-5 -northeastward_A 1.2512512512512513e-5 -northerly_A 1.2512512512512513e-5 -northern_A 4.87987987987988e-4 -northernmost_A 1.2512512512512513e-5 -northwesterly_A 1.2512512512512513e-5 -northwestern_A 1.2512512512512513e-5 -northwestward_A 1.2512512512512513e-5 -norwegian_A 8.758758758758758e-5 -noseless_A 1.2512512512512513e-5 -nosey_A 1.2512512512512513e-5 -nosocomial_A 1.2512512512512513e-5 -nosohusial_A 1.2512512512512513e-5 -nostalgic_A 7.507507507507507e-5 -nosy_A 1.2512512512512513e-5 -notable_A 3.878878878878879e-4 -noteworthy_A 2.5025025025025026e-5 -noticeable_A 6.256256256256256e-5 -notifiable_A 1.2512512512512513e-5 -notional_A 1.2512512512512513e-5 -notorious_A 1.2512512512512512e-4 -novel_A 5.005005005005005e-5 -noxious_A 1.2512512512512513e-5 -nth_A 1.2512512512512513e-5 -nubile_A 1.2512512512512513e-5 -nuclear_A 6.506506506506507e-4 -nucleated_A 1.2512512512512513e-5 -nucleic_A 1.2512512512512513e-5 -nude_A 3.7537537537537536e-5 -nugatory_A 1.2512512512512513e-5 -null_A 1.2512512512512513e-5 -numb_A 2.5025025025025026e-5 -numberless_A 1.2512512512512513e-5 -numbing_A 1.2512512512512513e-5 -numerable_A 1.2512512512512513e-5 -numeral_A 1.2512512512512513e-5 -numerate_A 1.2512512512512513e-5 -numeric_A 1.2512512512512513e-5 -numerical_A 6.256256256256256e-5 -numerological_A 1.2512512512512513e-5 -numerous_A 5.505505505505506e-4 -numinous_A 1.2512512512512513e-5 -nuptial_A 1.2512512512512513e-5 -nurtural_A 1.2512512512512513e-5 -nurturant_A 1.2512512512512513e-5 -nut_brown_A 1.2512512512512513e-5 -nutbrown_A 1.2512512512512513e-5 -nutlike_A 1.2512512512512513e-5 -nutrient_A 1.2512512512512513e-5 -nutritional_A 2.5025025025025026e-5 -nutritious_A 1.2512512512512513e-5 -nutritive_A 1.2512512512512513e-5 -nuts_A 1.2512512512512513e-5 -nutty_A 2.5025025025025026e-5 -nymphomaniac_A 1.2512512512512513e-5 -nymphomaniacal_A 1.2512512512512513e-5 -oafish_A 1.2512512512512513e-5 -oaken_A 1.2512512512512513e-5 -oaten_A 1.2512512512512513e-5 -obdurate_A 2.5025025025025026e-5 -obedient_A 3.7537537537537536e-5 -obese_A 1.2512512512512513e-5 -objectionable_A 6.256256256256256e-5 -objective_A 7.507507507507507e-5 -oblanceolate_A 1.2512512512512513e-5 -oblate_A 1.2512512512512513e-5 -obligate_A 1.2512512512512513e-5 -obligational_A 1.2512512512512513e-5 -obligatory_A 3.7537537537537536e-5 -obliging_A 1.2512512512512513e-5 -oblique_A 3.7537537537537536e-5 -obliterable_A 1.2512512512512513e-5 -oblivious_A 3.7537537537537536e-5 -oblong_A 1.2512512512512513e-5 -obnoxious_A 3.7537537537537536e-5 -obovate_A 1.2512512512512513e-5 -obscene_A 3.7537537537537536e-5 -obscure_A 6.256256256256256e-5 -obsequious_A 1.2512512512512513e-5 -observable_A 1.2512512512512513e-5 -observant_A 1.2512512512512513e-5 -obsessional_A 1.2512512512512513e-5 -obsessive_A 1.2512512512512513e-5 -obsolescent_A 1.2512512512512513e-5 -obsolete_A 7.507507507507507e-5 -obstetric_A 1.2512512512512513e-5 -obstetrical_A 1.2512512512512513e-5 -obstinate_A 1.2512512512512513e-5 -obstreperous_A 1.2512512512512513e-5 -obstructive_A 1.2512512512512513e-5 -obtainable_A 2.5025025025025026e-5 -obtrusive_A 1.2512512512512513e-5 -obtuse_A 1.2512512512512513e-5 -obvious_A 8.258258258258258e-4 -occasional_A 3.503503503503503e-4 -occidental_A 1.2512512512512513e-5 -occipital_A 1.2512512512512513e-5 -occluded_A 1.2512512512512513e-5 -occlusive_A 1.2512512512512513e-5 -occult_A 1.2512512512512513e-5 -occupational_A 2.5025025025025026e-5 -occurrent_A 1.2512512512512513e-5 -oceangoing_A 1.2512512512512513e-5 -oceanic_A 1.2512512512512513e-5 -ocellated_A 1.2512512512512513e-5 -ocher_A 1.2512512512512513e-5 -octagonal_A 1.2512512512512513e-5 -octal_A 1.2512512512512513e-5 -octangular_A 1.2512512512512513e-5 -octogenarian_A 1.2512512512512513e-5 -octosyllabic_A 1.2512512512512513e-5 -octuple_A 1.2512512512512513e-5 -ocular_A 1.2512512512512513e-5 -odd_A 3.003003003003003e-4 -odd_job_A 1.2512512512512513e-5 -oddish_A 1.2512512512512513e-5 -odds_on_A 2.5025025025025026e-5 -odious_A 2.5025025025025026e-5 -odoriferous_A 1.2512512512512513e-5 -odorless_A 1.2512512512512513e-5 -odorous_A 1.2512512512512513e-5 -odourless_A 1.2512512512512513e-5 -oecumenical_A 1.2512512512512513e-5 -off_A 2.6276276276276277e-4 -off_peak_A 1.2512512512512513e-5 -off_putting_A 1.2512512512512513e-5 -off_street_A 1.2512512512512513e-5 -off_white_A 1.2512512512512513e-5 -offbeat_A 2.5025025025025026e-5 -offenceless_A 1.2512512512512513e-5 -offenseless_A 1.2512512512512513e-5 -offensive_A 1.001001001001001e-4 -offhand_A 1.2512512512512513e-5 -offhanded_A 2.5025025025025026e-5 -offhandedly_A 1.2512512512512513e-5 -official_A 1.3513513513513514e-3 -officious_A 2.5025025025025026e-5 -offish_A 1.2512512512512513e-5 -offshore_A 7.507507507507507e-5 -offside_A 1.2512512512512513e-5 -offstage_A 1.2512512512512513e-5 -ogreish_A 1.2512512512512513e-5 -ohmic_A 1.2512512512512513e-5 -oil_bearing_A 1.2512512512512513e-5 -oilfired_A 1.2512512512512513e-5 -oily_A 2.5025025025025026e-5 -okay_A 3.7537537537537536e-5 -old_A 4.316816816816817e-3 -old_fashioned_A 1.5015015015015014e-4 -old_maidish_A 1.2512512512512513e-5 -old_time_A 5.005005005005005e-5 -old_womanish_A 1.2512512512512513e-5 -old_world_A 1.2512512512512513e-5 -olden_A 1.2512512512512513e-5 -oldish_A 1.2512512512512513e-5 -oldline_A 1.2512512512512513e-5 -oleaceous_A 1.2512512512512513e-5 -oleaginous_A 1.2512512512512513e-5 -oleophilic_A 1.2512512512512513e-5 -oleophobic_A 1.2512512512512513e-5 -olfactory_A 1.2512512512512513e-5 -oligarchic_A 1.2512512512512513e-5 -olive_A 1.2512512512512513e-5 -olivelike_A 1.2512512512512513e-5 -olympian_A 1.2512512512512513e-5 -olympic_A 2.5025025025025026e-5 -omani_A 1.2512512512512513e-5 -ominous_A 8.758758758758758e-5 -omissible_A 1.2512512512512513e-5 -omissive_A 1.2512512512512513e-5 -omnidirectional_A 1.2512512512512513e-5 -omnifarious_A 1.2512512512512513e-5 -omnipotent_A 1.2512512512512513e-5 -omnipresent_A 1.2512512512512513e-5 -omniscient_A 1.2512512512512513e-5 -omnivorous_A 1.2512512512512513e-5 -oncological_A 1.2512512512512513e-5 -oncoming_A 1.2512512512512513e-5 -one_armed_A 1.2512512512512513e-5 -one_eyed_A 1.2512512512512513e-5 -one_horse_A 1.2512512512512513e-5 -one_idea'd_A 1.2512512512512513e-5 -one_sided_A 2.5025025025025026e-5 -one_time_A 7.007007007007007e-4 -oneiric_A 1.2512512512512513e-5 -onerous_A 1.001001001001001e-4 -ongoing_A 1.8768768768768769e-4 -onomastic_A 1.2512512512512513e-5 -onomatopoeic_A 1.2512512512512513e-5 -onshore_A 1.2512512512512513e-5 -onside_A 1.2512512512512513e-5 -onstage_A 1.2512512512512513e-5 -ontogenetic_A 1.2512512512512513e-5 -ontological_A 1.2512512512512513e-5 -onward_A 1.2512512512512513e-5 -onymous_A 1.2512512512512513e-5 -oozy_A 1.2512512512512513e-5 -opalescent_A 1.2512512512512513e-5 -opaque_A 1.2512512512512513e-5 -open_A 1.6391391391391392e-3 -open_air_A 1.2512512512512513e-5 -open_ended_A 3.7537537537537536e-5 -open_eyed_A 1.2512512512512513e-5 -open_handed_A 1.2512512512512513e-5 -open_hearted_A 1.2512512512512513e-5 -open_minded_A 1.2512512512512513e-5 -open_mouthed_A 1.2512512512512513e-5 -opencast_A 1.2512512512512513e-5 -openhearted_A 1.2512512512512513e-5 -operable_A 2.5025025025025026e-5 -operant_A 1.2512512512512513e-5 -operatic_A 2.5025025025025026e-5 -operational_A 3.128128128128128e-4 -operationalist_A 1.2512512512512513e-5 -operative_A 3.7537537537537536e-5 -operculate_A 1.2512512512512513e-5 -ophthalmic_A 1.2512512512512513e-5 -opinionated_A 1.2512512512512513e-5 -opinionative_A 1.2512512512512513e-5 -opisthognathous_A 1.2512512512512513e-5 -opponent_A 1.2512512512512513e-5 -opportune_A 2.5025025025025026e-5 -opportunist_A 1.2512512512512513e-5 -opposable_A 1.2512512512512513e-5 -opposite_A 1.6266266266266267e-4 -oppressive_A 3.7537537537537536e-5 -opprobrious_A 1.2512512512512513e-5 -optative_A 1.2512512512512513e-5 -optic_A 1.2512512512512513e-5 -optical_A 2.5025025025025025e-4 -optimal_A 1.2512512512512513e-5 -optimistic_A 4.3793793793793793e-4 -optimum_A 1.2512512512512513e-5 -optional_A 5.005005005005005e-5 -opulent_A 5.005005005005005e-5 -oracular_A 1.2512512512512513e-5 -oral_A 1.001001001001001e-4 -orange_A 6.256256256256256e-5 -oratorical_A 1.2512512512512513e-5 -orbiculate_A 1.2512512512512513e-5 -orbital_A 1.2512512512512513e-5 -orchestral_A 2.5025025025025026e-5 -orderly_A 2.127127127127127e-4 -ordinal_A 1.2512512512512513e-5 -ordinary_A 4.62962962962963e-4 -organic_A 6.256256256256256e-5 -organicistic_A 1.2512512512512513e-5 -organismal_A 1.2512512512512513e-5 -organizational_A 8.758758758758758e-5 -orgiastic_A 1.2512512512512513e-5 -orient_A 1.2512512512512513e-5 -oriental_A 5.005005005005005e-5 -orienting_A 1.2512512512512513e-5 -original_A 1.3638638638638638e-3 -ornamental_A 5.005005005005005e-5 -ornate_A 2.5025025025025026e-5 -ornery_A 2.5025025025025026e-5 -ornithological_A 1.2512512512512513e-5 -oropharyngeal_A 1.2512512512512513e-5 -orotund_A 1.2512512512512513e-5 -orthodontic_A 1.2512512512512513e-5 -orthodox_A 7.507507507507507e-5 -orthogonal_A 1.2512512512512513e-5 -orthographic_A 1.2512512512512513e-5 -orthomolecular_A 1.2512512512512513e-5 -orthopaedic_A 1.2512512512512513e-5 -orthopedic_A 1.2512512512512513e-5 -orthoptic_A 1.2512512512512513e-5 -orthostatic_A 1.2512512512512513e-5 -orthotropous_A 1.2512512512512513e-5 -oscillatory_A 1.2512512512512513e-5 -oscine_A 1.2512512512512513e-5 -osmotic_A 1.2512512512512513e-5 -osseous_A 1.2512512512512513e-5 -ossicular_A 1.2512512512512513e-5 -ossiferous_A 1.2512512512512513e-5 -osteal_A 1.2512512512512513e-5 -ostensible_A 5.005005005005005e-5 -ostensive_A 1.2512512512512513e-5 -ostentatious_A 2.5025025025025026e-5 -other_A 2.256006006006006e-2 -otherwise_A 1.2512512512512513e-5 -otherworldly_A 1.2512512512512513e-5 -otic_A 1.2512512512512513e-5 -otiose_A 1.2512512512512513e-5 -ototoxic_A 1.2512512512512513e-5 -out_A 1.2512512512512513e-5 -out_of_date_A 1.2512512512512513e-5 -out_of_door_A 1.2512512512512513e-5 -out_of_the_way_A 1.2512512512512513e-5 -out_of_work_A 1.2512512512512513e-5 -outback_A 1.2512512512512513e-5 -outboard_A 1.2512512512512513e-5 -outbound_A 1.2512512512512513e-5 -outbred_A 1.2512512512512513e-5 -outcast_A 1.2512512512512513e-5 -outcaste_A 1.2512512512512513e-5 -outdated_A 3.7537537537537536e-5 -outdoor_A 5.005005005005005e-5 -outdoorsy_A 1.2512512512512513e-5 -outer_A 8.758758758758758e-5 -outermost_A 1.2512512512512513e-5 -outlandish_A 2.5025025025025026e-5 -outlying_A 3.7537537537537536e-5 -outmoded_A 2.5025025025025026e-5 -outmost_A 1.2512512512512513e-5 -outrageous_A 6.256256256256256e-5 -outre_A 1.2512512512512513e-5 -outrigged_A 1.2512512512512513e-5 -outright_A 7.507507507507507e-5 -outside_A 6.756756756756757e-4 -outsize_A 1.2512512512512513e-5 -outspoken_A 1.1261261261261261e-4 -outspread_A 1.2512512512512513e-5 -outstanding_A 2.8028028028028026e-3 -outstretched_A 1.2512512512512513e-5 -outward_A 3.7537537537537536e-5 -oval_A 1.2512512512512513e-5 -ovarian_A 1.2512512512512513e-5 -ovate_A 1.2512512512512513e-5 -over_ripe_A 1.2512512512512513e-5 -overabundant_A 1.2512512512512513e-5 -overactive_A 1.2512512512512513e-5 -overage_A 1.2512512512512513e-5 -overall_A 1.0635635635635637e-3 -overambitious_A 1.2512512512512513e-5 -overanxious_A 1.2512512512512513e-5 -overarm_A 1.2512512512512513e-5 -overbearing_A 1.2512512512512513e-5 -overblown_A 2.5025025025025026e-5 -overbold_A 1.2512512512512513e-5 -overbusy_A 1.2512512512512513e-5 -overcareful_A 1.2512512512512513e-5 -overcast_A 1.2512512512512513e-5 -overcautious_A 1.2512512512512513e-5 -overconfident_A 1.2512512512512513e-5 -overcredulous_A 1.2512512512512513e-5 -overcritical_A 1.2512512512512513e-5 -overcurious_A 1.2512512512512513e-5 -overdelicate_A 1.2512512512512513e-5 -overdue_A 1.3763763763763765e-4 -overeager_A 2.5025025025025026e-5 -overemotional_A 1.2512512512512513e-5 -overenthusiastic_A 1.2512512512512513e-5 -overexcited_A 1.2512512512512513e-5 -overfamiliar_A 1.2512512512512513e-5 -overfed_A 1.2512512512512513e-5 -overfond_A 1.2512512512512513e-5 -overfull_A 1.2512512512512513e-5 -overgenerous_A 1.2512512512512513e-5 -overgreedy_A 1.2512512512512513e-5 -overgrown_A 1.2512512512512513e-5 -overhand_A 1.2512512512512513e-5 -overhasty_A 1.2512512512512513e-5 -overhead_A 6.256256256256256e-5 -overindulgent_A 1.2512512512512513e-5 -overjealous_A 1.2512512512512513e-5 -overjoyed_A 1.2512512512512513e-5 -overladen_A 1.2512512512512513e-5 -overland_A 1.2512512512512513e-5 -overlarge_A 1.2512512512512513e-5 -overmodest_A 1.2512512512512513e-5 -overmuch_A 1.2512512512512513e-5 -overnervous_A 1.2512512512512513e-5 -overnight_A 4.129129129129129e-4 -overpowering_A 1.2512512512512513e-5 -overprotective_A 1.2512512512512513e-5 -overproud_A 1.2512512512512513e-5 -overreaching_A 1.2512512512512513e-5 -overrefined_A 1.2512512512512513e-5 -overriding_A 1.2512512512512513e-5 -overripe_A 1.2512512512512513e-5 -oversea_A 1.2512512512512513e-5 -overseas_A 7.882882882882883e-4 -oversensitive_A 1.2512512512512513e-5 -overserious_A 1.2512512512512513e-5 -oversewn_A 1.2512512512512513e-5 -oversexed_A 1.2512512512512513e-5 -oversize_A 1.2512512512512513e-5 -oversolicitous_A 1.2512512512512513e-5 -overstrung_A 1.2512512512512513e-5 -overstuffed_A 1.2512512512512513e-5 -oversuspicious_A 1.2512512512512513e-5 -overt_A 5.005005005005005e-5 -overvaliant_A 1.2512512512512513e-5 -overweening_A 1.2512512512512513e-5 -overweight_A 2.5025025025025026e-5 -overweighted_A 1.2512512512512513e-5 -overwrought_A 2.5025025025025026e-5 -overzealous_A 2.5025025025025026e-5 -ovine_A 1.2512512512512513e-5 -oviparous_A 1.2512512512512513e-5 -ovoid_A 1.2512512512512513e-5 -ovoviviparous_A 1.2512512512512513e-5 -ovular_A 1.2512512512512513e-5 -owlish_A 1.2512512512512513e-5 -own_A 5.843343343343343e-3 -owner_driven_A 1.2512512512512513e-5 -owner_occupied_A 1.2512512512512513e-5 -ownerless_A 1.2512512512512513e-5 -oxeyed_A 1.2512512512512513e-5 -oxidative_A 1.2512512512512513e-5 -oxidizable_A 1.2512512512512513e-5 -oxonian_A 1.2512512512512513e-5 -oxyacetylene_A 1.2512512512512513e-5 -pachydermatous_A 1.2512512512512513e-5 -pacific_A 1.1261261261261261e-4 -packable_A 1.2512512512512513e-5 -pagan_A 1.2512512512512513e-5 -painful_A 2.752752752752753e-4 -painless_A 2.5025025025025026e-5 -painstaking_A 2.5025025025025026e-5 -paintable_A 1.2512512512512513e-5 -painterly_A 1.2512512512512513e-5 -pakistani_A 5.005005005005005e-5 -palaeolithic_A 1.2512512512512513e-5 -palatable_A 2.5025025025025026e-5 -palatal_A 1.2512512512512513e-5 -palatial_A 2.5025025025025026e-5 -palatine_A 1.2512512512512513e-5 -palatoglossal_A 1.2512512512512513e-5 -pale_A 7.507507507507507e-5 -paleoanthropological_A 1.2512512512512513e-5 -paleocortical_A 1.2512512512512513e-5 -paleolithic_A 1.2512512512512513e-5 -paleontological_A 1.2512512512512513e-5 -palestinian_A 1.5015015015015014e-4 -palingenetic_A 1.2512512512512513e-5 -palish_A 1.2512512512512513e-5 -palliative_A 1.2512512512512513e-5 -pallid_A 1.2512512512512513e-5 -pally_A 1.2512512512512513e-5 -palmar_A 1.2512512512512513e-5 -palmate_A 1.2512512512512513e-5 -palmatifid_A 1.2512512512512513e-5 -palmlike_A 1.2512512512512513e-5 -palmy_A 1.2512512512512513e-5 -palpable_A 1.2512512512512513e-5 -palpatory_A 1.2512512512512513e-5 -palpebrate_A 1.2512512512512513e-5 -palpitant_A 1.2512512512512513e-5 -paltry_A 6.256256256256256e-5 -panamanian_A 2.752752752752753e-4 -panchromatic_A 1.2512512512512513e-5 -pancreatic_A 1.2512512512512513e-5 -pandemic_A 1.2512512512512513e-5 -pandurate_A 1.2512512512512513e-5 -paneled_A 1.2512512512512513e-5 -panic_stricken_A 1.2512512512512513e-5 -panicky_A 7.507507507507507e-5 -panicled_A 1.2512512512512513e-5 -paniculate_A 1.2512512512512513e-5 -panoplied_A 1.2512512512512513e-5 -panoptic_A 1.2512512512512513e-5 -panoramic_A 2.5025025025025026e-5 -pantheist_A 1.2512512512512513e-5 -pantheistic_A 1.2512512512512513e-5 -pantropical_A 1.2512512512512513e-5 -panzer_A 1.2512512512512513e-5 -papal_A 1.2512512512512513e-5 -paperback_A 1.2512512512512513e-5 -paperbacked_A 1.2512512512512513e-5 -paperless_A 1.2512512512512513e-5 -papery_A 1.2512512512512513e-5 -papillary_A 1.2512512512512513e-5 -papillate_A 1.2512512512512513e-5 -papilliform_A 1.2512512512512513e-5 -papist_A 1.2512512512512513e-5 -pappose_A 1.2512512512512513e-5 -papuan_A 1.2512512512512513e-5 -parabolic_A 1.2512512512512513e-5 -parabolical_A 1.2512512512512513e-5 -paraboloidal_A 1.2512512512512513e-5 -paradigmatic_A 1.2512512512512513e-5 -paradisiac_A 1.2512512512512513e-5 -paradisiacal_A 1.2512512512512513e-5 -paradoxical_A 1.2512512512512513e-5 -paraguayan_A 1.2512512512512513e-5 -parallel_A 7.507507507507507e-5 -paralytic_A 1.2512512512512513e-5 -paramagnetic_A 1.2512512512512513e-5 -paramedical_A 1.2512512512512513e-5 -parametric_A 1.2512512512512513e-5 -paramilitary_A 2.5025025025025026e-5 -paramount_A 2.5025025025025026e-5 -paranasal_A 1.2512512512512513e-5 -paranoid_A 3.7537537537537536e-5 -paranormal_A 1.2512512512512513e-5 -paraphrastic_A 1.2512512512512513e-5 -paraplegic_A 1.2512512512512513e-5 -parapsychological_A 1.2512512512512513e-5 -parasitic_A 1.2512512512512513e-5 -parasitical_A 1.2512512512512513e-5 -parasympathetic_A 1.2512512512512513e-5 -parasympathomimetic_A 1.2512512512512513e-5 -pardonable_A 1.2512512512512513e-5 -parental_A 1.001001001001001e-4 -parented_A 1.2512512512512513e-5 -parenteral_A 1.2512512512512513e-5 -parenthetic_A 1.2512512512512513e-5 -parenthetical_A 1.2512512512512513e-5 -pareve_A 1.2512512512512513e-5 -parhelic_A 1.2512512512512513e-5 -parietal_A 1.2512512512512513e-5 -parisian_A 3.7537537537537536e-5 -parkinson's_A 1.2512512512512513e-5 -parky_A 1.2512512512512513e-5 -parliamentary_A 1.7517517517517516e-4 -parlous_A 1.2512512512512513e-5 -parochial_A 3.7537537537537536e-5 -paroicous_A 1.2512512512512513e-5 -parotid_A 1.2512512512512513e-5 -parous_A 1.2512512512512513e-5 -paroxysmal_A 1.2512512512512513e-5 -parrotlike_A 1.2512512512512513e-5 -parsimonious_A 1.2512512512512513e-5 -part_time_A 8.758758758758758e-5 -parthian_A 1.2512512512512513e-5 -parti_coloured_A 1.2512512512512513e-5 -partial_A 4.7547547547547545e-4 -partible_A 1.2512512512512513e-5 -participatory_A 1.2512512512512513e-5 -participial_A 1.2512512512512513e-5 -particular_A 2.9904904904904904e-3 -particularistic_A 1.2512512512512513e-5 -particulate_A 1.2512512512512513e-5 -partisan_A 6.256256256256256e-5 -partitive_A 1.2512512512512513e-5 -parturient_A 1.2512512512512513e-5 -party_spirited_A 1.2512512512512513e-5 -parvenu_A 1.2512512512512513e-5 -paschal_A 1.2512512512512513e-5 -passable_A 5.005005005005005e-5 -passe_A 1.2512512512512513e-5 -passee_A 1.2512512512512513e-5 -passerine_A 1.2512512512512513e-5 -passing_out_A 1.2512512512512513e-5 -passionate_A 8.758758758758758e-5 -passionless_A 1.2512512512512513e-5 -passive_A 1.8768768768768769e-4 -past_A 4.329329329329329e-3 -pastel_A 1.2512512512512513e-5 -pastoral_A 1.2512512512512513e-5 -pasty_A 1.2512512512512513e-5 -pat_A 1.2512512512512513e-5 -patchy_A 1.2512512512512513e-5 -patellar_A 1.2512512512512513e-5 -patent_A 3.7537537537537536e-5 -paternal_A 1.2512512512512513e-5 -paternalistic_A 1.2512512512512513e-5 -pathetic_A 2.5025025025025026e-5 -pathless_A 1.2512512512512513e-5 -pathological_A 2.5025025025025026e-5 -patient_A 8.758758758758758e-5 -patriarchal_A 2.5025025025025026e-5 -patriarchic_A 1.2512512512512513e-5 -patricentric_A 1.2512512512512513e-5 -patrician_A 1.2512512512512513e-5 -patrilineal_A 1.2512512512512513e-5 -patrimonial_A 1.2512512512512513e-5 -patriotic_A 5.005005005005005e-5 -patristic_A 1.2512512512512513e-5 -patronizing_A 2.5025025025025026e-5 -patronymic_A 1.2512512512512513e-5 -paunchy_A 1.2512512512512513e-5 -pawky_A 1.2512512512512513e-5 -payable_A 4.5045045045045046e-4 -pea_green_A 1.2512512512512513e-5 -peaceable_A 1.2512512512512513e-5 -peaceful_A 1.3763763763763765e-4 -peacekeeping_A 1.2512512512512513e-5 -peachy_A 1.2512512512512513e-5 -peacock_blue_A 1.2512512512512513e-5 -peaky_A 1.2512512512512513e-5 -pearly_A 1.2512512512512513e-5 -peaty_A 1.2512512512512513e-5 -pebbly_A 1.2512512512512513e-5 -peccable_A 1.2512512512512513e-5 -peckish_A 1.2512512512512513e-5 -pectic_A 1.2512512512512513e-5 -pectinate_A 1.2512512512512513e-5 -pectineal_A 1.2512512512512513e-5 -pectoral_A 1.2512512512512513e-5 -peculiar_A 8.758758758758758e-5 -pecuniary_A 1.2512512512512513e-5 -pedagogic_A 1.2512512512512513e-5 -pedagogical_A 1.2512512512512513e-5 -pedal_A 1.2512512512512513e-5 -pedantic_A 1.2512512512512513e-5 -pedate_A 1.2512512512512513e-5 -pederastic_A 1.2512512512512513e-5 -pedestrian_A 2.5025025025025026e-5 -pediatric_A 1.2512512512512513e-5 -pedunculate_A 1.2512512512512513e-5 -peerless_A 2.5025025025025026e-5 -peevish_A 1.2512512512512513e-5 -pejorative_A 2.5025025025025026e-5 -pellucid_A 1.2512512512512513e-5 -peltate_A 1.2512512512512513e-5 -pelvic_A 3.7537537537537536e-5 -pemphigous_A 1.2512512512512513e-5 -penal_A 1.2512512512512513e-5 -pendent_A 1.2512512512512513e-5 -pendulous_A 1.2512512512512513e-5 -penetrable_A 1.2512512512512513e-5 -penetrative_A 1.2512512512512513e-5 -penile_A 1.2512512512512513e-5 -peninsular_A 1.2512512512512513e-5 -penitent_A 1.2512512512512513e-5 -penitential_A 1.2512512512512513e-5 -penitentiary_A 1.2512512512512513e-5 -pennate_A 1.2512512512512513e-5 -penniless_A 1.2512512512512513e-5 -pensionable_A 1.2512512512512513e-5 -pensive_A 1.2512512512512513e-5 -pent_A 1.2512512512512513e-5 -pent_up_A 7.507507507507507e-5 -pentagonal_A 1.2512512512512513e-5 -pentamerous_A 1.2512512512512513e-5 -pentangular_A 1.2512512512512513e-5 -pentasyllabic_A 1.2512512512512513e-5 -pentatonic_A 1.2512512512512513e-5 -pentavalent_A 1.2512512512512513e-5 -pentecostal_A 1.2512512512512513e-5 -penultimate_A 1.2512512512512513e-5 -penumbral_A 1.2512512512512513e-5 -penurious_A 1.2512512512512513e-5 -peppery_A 1.2512512512512513e-5 -peptic_A 1.2512512512512513e-5 -perceivable_A 1.2512512512512513e-5 -perceptible_A 1.2512512512512513e-5 -perceptive_A 1.2512512512512513e-5 -perceptual_A 1.2512512512512513e-5 -percipient_A 1.2512512512512513e-5 -percussive_A 1.2512512512512513e-5 -peremptory_A 2.5025025025025026e-5 -perennial_A 6.256256256256256e-5 -perfect_A 3.878878878878879e-4 -perfectible_A 1.2512512512512513e-5 -perfervid_A 1.2512512512512513e-5 -perfidious_A 2.5025025025025026e-5 -perfoliate_A 1.2512512512512513e-5 -perfunctory_A 1.2512512512512513e-5 -perianal_A 1.2512512512512513e-5 -pericardial_A 1.2512512512512513e-5 -perigonal_A 1.2512512512512513e-5 -perilous_A 5.005005005005005e-5 -perinasal_A 1.2512512512512513e-5 -perinatal_A 1.2512512512512513e-5 -perineal_A 1.2512512512512513e-5 -periodic_A 1.001001001001001e-4 -periodical_A 6.256256256256256e-5 -periodontic_A 1.2512512512512513e-5 -peripatetic_A 1.2512512512512513e-5 -peripheral_A 8.758758758758758e-5 -periphrastic_A 1.2512512512512513e-5 -peripteral_A 1.2512512512512513e-5 -perishable_A 1.2512512512512513e-5 -peristylar_A 1.2512512512512513e-5 -perithelial_A 1.2512512512512513e-5 -peritoneal_A 1.2512512512512513e-5 -peritrichous_A 1.2512512512512513e-5 -perky_A 1.2512512512512513e-5 -permanent_A 5.880880880880881e-4 -permeable_A 2.5025025025025026e-5 -permeant_A 1.2512512512512513e-5 -permissible_A 8.758758758758758e-5 -permissive_A 2.5025025025025026e-5 -pernicious_A 2.5025025025025026e-5 -pernickety_A 1.2512512512512513e-5 -peroneal_A 1.2512512512512513e-5 -perpendicular_A 1.2512512512512513e-5 -perpetual_A 1.001001001001001e-4 -persian_A 2.5025025025025026e-5 -persistent_A 2.127127127127127e-4 -personable_A 1.2512512512512513e-5 -personal_A 2.54004004004004e-3 -perspicacious_A 1.2512512512512513e-5 -perspicuous_A 1.2512512512512513e-5 -persuadable_A 1.2512512512512513e-5 -persuasive_A 5.005005005005005e-5 -pert_A 1.2512512512512513e-5 -pertinacious_A 1.2512512512512513e-5 -pertinent_A 6.256256256256256e-5 -peruked_A 1.2512512512512513e-5 -peruvian_A 7.507507507507507e-5 -pervasive_A 1.1261261261261261e-4 -perverse_A 6.256256256256256e-5 -pervious_A 1.2512512512512513e-5 -pesky_A 1.2512512512512513e-5 -pessimal_A 1.2512512512512513e-5 -pessimistic_A 1.7517517517517516e-4 -pestiferous_A 1.2512512512512513e-5 -pestilent_A 1.2512512512512513e-5 -pestilential_A 1.2512512512512513e-5 -petaled_A 1.2512512512512513e-5 -petalled_A 1.2512512512512513e-5 -petallike_A 1.2512512512512513e-5 -petaloid_A 1.2512512512512513e-5 -petalous_A 1.2512512512512513e-5 -petite_A 2.5025025025025026e-5 -petitionary_A 1.2512512512512513e-5 -petrous_A 1.2512512512512513e-5 -petticoated_A 1.2512512512512513e-5 -pettifogging_A 1.2512512512512513e-5 -pettish_A 1.2512512512512513e-5 -petty_A 5.005005005005005e-5 -petulant_A 2.5025025025025026e-5 -phagocytic_A 1.2512512512512513e-5 -phalangeal_A 1.2512512512512513e-5 -phallic_A 1.2512512512512513e-5 -phantasmagoric_A 1.2512512512512513e-5 -phantasmal_A 1.2512512512512513e-5 -phantom_A 1.2512512512512513e-5 -pharisaic_A 1.2512512512512513e-5 -pharisaical_A 1.2512512512512513e-5 -pharmaceutical_A 5.505505505505506e-4 -pharmacological_A 1.2512512512512513e-5 -pharyngeal_A 1.2512512512512513e-5 -phenomenal_A 3.7537537537537536e-5 -phenotypical_A 1.2512512512512513e-5 -philanthropic_A 1.2512512512512513e-5 -philatelic_A 1.2512512512512513e-5 -philharmonic_A 1.2512512512512513e-5 -philhellene_A 1.2512512512512513e-5 -philhellenic_A 1.2512512512512513e-5 -philippine_A 1.3763763763763765e-4 -philological_A 1.2512512512512513e-5 -philosophic_A 3.7537537537537536e-5 -philosophical_A 8.758758758758758e-5 -phlegmatic_A 1.2512512512512513e-5 -phlegmy_A 1.2512512512512513e-5 -phobic_A 1.2512512512512513e-5 -phocine_A 1.2512512512512513e-5 -phonemic_A 1.2512512512512513e-5 -phonetic_A 1.2512512512512513e-5 -phoney_A 2.5025025025025026e-5 -phonic_A 1.2512512512512513e-5 -phonogramic_A 1.2512512512512513e-5 -phonological_A 1.2512512512512513e-5 -phony_A 1.001001001001001e-4 -phosphorescent_A 1.2512512512512513e-5 -phosphoric_A 1.2512512512512513e-5 -phosphorous_A 1.2512512512512513e-5 -photic_A 1.2512512512512513e-5 -photochemical_A 1.2512512512512513e-5 -photoconductive_A 1.2512512512512513e-5 -photoelectric_A 1.2512512512512513e-5 -photoemissive_A 1.2512512512512513e-5 -photogenic_A 1.2512512512512513e-5 -photographic_A 1.6266266266266267e-4 -photomechanical_A 1.2512512512512513e-5 -photometric_A 1.2512512512512513e-5 -photosynthetic_A 1.2512512512512513e-5 -photovoltaic_A 1.2512512512512513e-5 -phrasal_A 1.2512512512512513e-5 -phreatic_A 1.2512512512512513e-5 -phrenetic_A 1.2512512512512513e-5 -phrenic_A 1.2512512512512513e-5 -phrenological_A 1.2512512512512513e-5 -phylliform_A 1.2512512512512513e-5 -phyllodial_A 1.2512512512512513e-5 -phylogenetic_A 1.2512512512512513e-5 -physical_A 2.6276276276276277e-4 -physicochemical_A 1.2512512512512513e-5 -physiologic_A 1.2512512512512513e-5 -physiological_A 1.2512512512512513e-5 -physiotherapeutic_A 1.2512512512512513e-5 -pianissimo_A 1.2512512512512513e-5 -pianistic_A 1.2512512512512513e-5 -piano_A 1.2512512512512513e-5 -picaresque_A 1.2512512512512513e-5 -picric_A 1.2512512512512513e-5 -pictographic_A 1.2512512512512513e-5 -pictorial_A 1.2512512512512513e-5 -picturesque_A 2.5025025025025026e-5 -piebald_A 1.2512512512512513e-5 -piecemeal_A 1.2512512512512513e-5 -pied_A 1.2512512512512513e-5 -pietistic_A 1.2512512512512513e-5 -piezoelectric_A 1.2512512512512513e-5 -pig_headed_A 1.2512512512512513e-5 -pigeon_breasted_A 1.2512512512512513e-5 -pigeon_toed_A 1.2512512512512513e-5 -piggish_A 1.2512512512512513e-5 -piggy_A 1.2512512512512513e-5 -pilar_A 1.2512512512512513e-5 -pillared_A 1.2512512512512513e-5 -pilosebaceous_A 1.2512512512512513e-5 -pilotless_A 1.2512512512512513e-5 -pilous_A 1.2512512512512513e-5 -pimpled_A 1.2512512512512513e-5 -pimply_A 1.2512512512512513e-5 -pinchbeck_A 1.2512512512512513e-5 -pineal_A 1.2512512512512513e-5 -pink_A 5.005005005005005e-5 -pinkish_A 1.2512512512512513e-5 -pinnate_A 1.2512512512512513e-5 -pinnatifid_A 1.2512512512512513e-5 -pinnatisect_A 1.2512512512512513e-5 -pinstripe_A 1.2512512512512513e-5 -pinstriped_A 1.2512512512512513e-5 -pious_A 2.5025025025025026e-5 -piquant_A 2.5025025025025026e-5 -piratical_A 1.2512512512512513e-5 -piscatorial_A 1.2512512512512513e-5 -piscine_A 1.2512512512512513e-5 -piscivorous_A 1.2512512512512513e-5 -pistillate_A 1.2512512512512513e-5 -pitch_black_A 1.2512512512512513e-5 -pitch_dark_A 1.2512512512512513e-5 -pitchy_A 1.2512512512512513e-5 -piteous_A 1.2512512512512513e-5 -pithy_A 3.7537537537537536e-5 -pitiable_A 1.2512512512512513e-5 -pitiful_A 1.2512512512512513e-5 -pitiless_A 1.2512512512512513e-5 -pituitary_A 1.2512512512512513e-5 -pitying_A 1.2512512512512513e-5 -pivotal_A 5.005005005005005e-5 -pixilated_A 1.2512512512512513e-5 -pizzicato_A 1.2512512512512513e-5 -placable_A 1.2512512512512513e-5 -placental_A 1.2512512512512513e-5 -placid_A 2.5025025025025026e-5 -placoid_A 1.2512512512512513e-5 -plagiaristic_A 1.2512512512512513e-5 -plagioclastic_A 1.2512512512512513e-5 -plaguy_A 1.2512512512512513e-5 -plain_A 1.8768768768768769e-4 -plain_spoken_A 1.2512512512512513e-5 -plainspoken_A 1.2512512512512513e-5 -plaintive_A 5.005005005005005e-5 -planar_A 1.2512512512512513e-5 -planate_A 1.2512512512512513e-5 -planetal_A 1.2512512512512513e-5 -planetary_A 1.2512512512512513e-5 -plangent_A 1.2512512512512513e-5 -planktonic_A 1.2512512512512513e-5 -planless_A 1.2512512512512513e-5 -planoconcave_A 1.2512512512512513e-5 -planoconvex_A 1.2512512512512513e-5 -planographic_A 1.2512512512512513e-5 -plantal_A 1.2512512512512513e-5 -plantar_A 1.2512512512512513e-5 -plantigrade_A 1.2512512512512513e-5 -plastic_A 2.3773773773773772e-4 -platitudinous_A 1.2512512512512513e-5 -platonic_A 1.2512512512512513e-5 -platyrrhine_A 1.2512512512512513e-5 -plausible_A 8.758758758758758e-5 -playable_A 1.2512512512512513e-5 -playful_A 2.5025025025025026e-5 -pleasant_A 5.005005005005005e-5 -pleasurable_A 2.5025025025025026e-5 -plebeian_A 1.2512512512512513e-5 -plenary_A 1.2512512512512513e-5 -plenteous_A 1.2512512512512513e-5 -plentiful_A 7.507507507507507e-5 -pleochroic_A 1.2512512512512513e-5 -pleomorphic_A 1.2512512512512513e-5 -pleonastic_A 1.2512512512512513e-5 -pleural_A 1.2512512512512513e-5 -pleurocarpous_A 1.2512512512512513e-5 -pliable_A 1.2512512512512513e-5 -pliant_A 2.5025025025025026e-5 -plosive_A 1.2512512512512513e-5 -plucky_A 1.2512512512512513e-5 -plumaged_A 1.2512512512512513e-5 -plumate_A 1.2512512512512513e-5 -plumb_A 1.2512512512512513e-5 -plumbaginaceous_A 1.2512512512512513e-5 -plumbic_A 1.2512512512512513e-5 -plumelike_A 1.2512512512512513e-5 -plumlike_A 1.2512512512512513e-5 -plummy_A 1.2512512512512513e-5 -plump_A 2.5025025025025026e-5 -pluperfect_A 1.2512512512512513e-5 -plural_A 1.2512512512512513e-5 -pluralistic_A 1.2512512512512513e-5 -plus_A 3.7537537537537536e-5 -plush_A 5.005005005005005e-5 -plushy_A 1.2512512512512513e-5 -plutocratic_A 1.2512512512512513e-5 -pneumatic_A 1.2512512512512513e-5 -pneumococcal_A 1.2512512512512513e-5 -pneumogastric_A 1.2512512512512513e-5 -pneumonic_A 1.2512512512512513e-5 -pocked_A 1.2512512512512513e-5 -pockmarked_A 1.2512512512512513e-5 -podgy_A 1.2512512512512513e-5 -podlike_A 1.2512512512512513e-5 -poetic_A 1.2512512512512513e-5 -poetical_A 1.2512512512512513e-5 -poignant_A 5.005005005005005e-5 -poikilothermic_A 1.2512512512512513e-5 -point_blank_A 1.2512512512512513e-5 -pointillist_A 1.2512512512512513e-5 -pointless_A 3.7537537537537536e-5 -poisonous_A 2.5025025025025026e-5 -poky_A 1.2512512512512513e-5 -polar_A 2.5025025025025026e-5 -polarographic_A 1.2512512512512513e-5 -polemic_A 1.2512512512512513e-5 -polemoniaceous_A 1.2512512512512513e-5 -polish_A 2.6276276276276277e-4 -polite_A 5.005005005005005e-5 -politic_A 2.5025025025025026e-5 -political_A 3.966466466466466e-3 -polo_neck_A 1.2512512512512513e-5 -poltroon_A 1.2512512512512513e-5 -polyandrous_A 1.2512512512512513e-5 -polyatomic_A 1.2512512512512513e-5 -polychromatic_A 1.2512512512512513e-5 -polycrystalline_A 1.2512512512512513e-5 -polydactyl_A 1.2512512512512513e-5 -polyestrous_A 1.2512512512512513e-5 -polygamous_A 1.2512512512512513e-5 -polygenic_A 1.2512512512512513e-5 -polyglot_A 1.2512512512512513e-5 -polygonal_A 1.2512512512512513e-5 -polygynous_A 1.2512512512512513e-5 -polyhedral_A 1.2512512512512513e-5 -polymeric_A 1.2512512512512513e-5 -polymorphemic_A 1.2512512512512513e-5 -polymorphic_A 1.2512512512512513e-5 -polymorphous_A 1.2512512512512513e-5 -polynomial_A 1.2512512512512513e-5 -polypetalous_A 1.2512512512512513e-5 -polyphonic_A 1.2512512512512513e-5 -polyploid_A 1.2512512512512513e-5 -polysemous_A 1.2512512512512513e-5 -polysyllabic_A 1.2512512512512513e-5 -polytheistic_A 1.2512512512512513e-5 -polytonal_A 1.2512512512512513e-5 -polyunsaturated_A 1.2512512512512513e-5 -polyvalent_A 1.2512512512512513e-5 -pompous_A 1.2512512512512513e-5 -ponderable_A 1.2512512512512513e-5 -ponderous_A 1.2512512512512513e-5 -pontifical_A 1.2512512512512513e-5 -poor_A 1.2887887887887888e-3 -poor_spirited_A 1.2512512512512513e-5 -poorly_A 1.2512512512512513e-5 -pop_A 3.7537537537537536e-5 -popeyed_A 1.2512512512512513e-5 -popish_A 1.2512512512512513e-5 -popliteal_A 1.2512512512512513e-5 -popular_A 1.026026026026026e-3 -populous_A 3.7537537537537536e-5 -porcine_A 1.2512512512512513e-5 -pornographic_A 2.5025025025025026e-5 -porose_A 1.2512512512512513e-5 -porous_A 2.5025025025025026e-5 -porphyritic_A 1.2512512512512513e-5 -port_A 3.7537537537537536e-5 -portable_A 1.8768768768768769e-4 -portentous_A 1.2512512512512513e-5 -portly_A 1.2512512512512513e-5 -portuguese_A 1.2512512512512513e-5 -posh_A 3.7537537537537536e-5 -positionable_A 1.2512512512512513e-5 -positional_A 1.2512512512512513e-5 -positive_A 8.508508508508508e-4 -positivist_A 1.2512512512512513e-5 -possessive_A 1.2512512512512513e-5 -possible_A 3.6911911911911913e-3 -post_free_A 1.2512512512512513e-5 -post_mortem_A 1.2512512512512513e-5 -post_paid_A 1.2512512512512513e-5 -postal_A 1.1261261261261261e-4 -postbiblical_A 1.2512512512512513e-5 -postdiluvian_A 1.2512512512512513e-5 -postdoctoral_A 1.2512512512512513e-5 -posterior_A 1.2512512512512513e-5 -postexilic_A 1.2512512512512513e-5 -postganglionic_A 1.2512512512512513e-5 -postglacial_A 1.2512512512512513e-5 -postgraduate_A 1.2512512512512513e-5 -posthumous_A 1.2512512512512513e-5 -postictal_A 1.2512512512512513e-5 -postindustrial_A 1.2512512512512513e-5 -postmenopausal_A 1.2512512512512513e-5 -postmeridian_A 1.2512512512512513e-5 -postmillennial_A 1.2512512512512513e-5 -postmodernist_A 1.2512512512512513e-5 -postmortem_A 1.2512512512512513e-5 -postnatal_A 1.2512512512512513e-5 -postnuptial_A 1.2512512512512513e-5 -postoperative_A 1.2512512512512513e-5 -postpaid_A 1.2512512512512513e-5 -postpositive_A 1.2512512512512513e-5 -postprandial_A 1.2512512512512513e-5 -postural_A 1.2512512512512513e-5 -postwar_A 1.2512512512512513e-5 -pot_trained_A 1.2512512512512513e-5 -potable_A 1.2512512512512513e-5 -potbellied_A 1.2512512512512513e-5 -potbound_A 1.2512512512512513e-5 -potent_A 8.758758758758758e-5 -potential_A 2.3898898898898897e-3 -potty_A 1.2512512512512513e-5 -poverty_stricken_A 1.2512512512512513e-5 -powdery_A 1.2512512512512513e-5 -powerful_A 9.25925925925926e-4 -powerless_A 3.7537537537537536e-5 -practicable_A 1.2512512512512513e-5 -practical_A 3.128128128128128e-4 -praetorian_A 1.2512512512512513e-5 -pragmatic_A 6.256256256256256e-5 -praiseworthy_A 2.5025025025025026e-5 -prandial_A 1.2512512512512513e-5 -prayerful_A 1.2512512512512513e-5 -pre_eminent_A 2.5025025025025026e-5 -pre_emptive_A 5.005005005005005e-5 -pre_existent_A 1.2512512512512513e-5 -pre_packaged_A 1.2512512512512513e-5 -pre_raphaelite_A 1.2512512512512513e-5 -preachy_A 1.2512512512512513e-5 -preanal_A 1.2512512512512513e-5 -precancerous_A 1.2512512512512513e-5 -precarious_A 6.256256256256256e-5 -precast_A 1.2512512512512513e-5 -precatory_A 1.2512512512512513e-5 -precautionary_A 2.5025025025025026e-5 -precedent_A 1.2512512512512513e-5 -precedented_A 1.2512512512512513e-5 -precedential_A 1.2512512512512513e-5 -preceding_A 2.5025025025025026e-5 -precious_A 4.3793793793793793e-4 -precipitate_A 1.2512512512512513e-5 -precipitous_A 1.001001001001001e-4 -precise_A 2.8778778778778776e-4 -preclinical_A 1.2512512512512513e-5 -preclusive_A 1.2512512512512513e-5 -precocial_A 1.2512512512512513e-5 -precocious_A 2.5025025025025026e-5 -preconcerted_A 1.2512512512512513e-5 -preconditioned_A 1.2512512512512513e-5 -precooked_A 1.2512512512512513e-5 -precooled_A 1.2512512512512513e-5 -precordial_A 1.2512512512512513e-5 -precursory_A 2.5025025025025026e-5 -predaceous_A 1.2512512512512513e-5 -predacious_A 1.2512512512512513e-5 -predatory_A 1.2512512512512513e-5 -predestinarian_A 1.2512512512512513e-5 -predestinate_A 1.2512512512512513e-5 -predicative_A 1.2512512512512513e-5 -predictable_A 2.3773773773773772e-4 -predictive_A 1.2512512512512513e-5 -predominant_A 5.005005005005005e-5 -preemptive_A 1.2512512512512513e-5 -preexistent_A 1.2512512512512513e-5 -prefab_A 1.2512512512512513e-5 -prefaded_A 1.2512512512512513e-5 -prefatory_A 1.2512512512512513e-5 -prefectural_A 2.5025025025025026e-5 -preferable_A 6.256256256256256e-5 -preferential_A 7.507507507507507e-5 -prefrontal_A 1.2512512512512513e-5 -pregnant_A 2.6276276276276277e-4 -prehensile_A 1.2512512512512513e-5 -prehistoric_A 1.2512512512512513e-5 -prehistorical_A 1.2512512512512513e-5 -prejudicial_A 2.5025025025025026e-5 -prelapsarian_A 1.2512512512512513e-5 -preliminary_A 7.132132132132132e-4 -preliterate_A 1.2512512512512513e-5 -premarital_A 1.2512512512512513e-5 -premature_A 1.2512512512512512e-4 -premedical_A 1.2512512512512513e-5 -premenopausal_A 1.2512512512512513e-5 -premenstrual_A 1.2512512512512513e-5 -premier_A 8.758758758758758e-5 -premium_A 1.2512512512512513e-5 -premonitory_A 1.2512512512512513e-5 -prenatal_A 2.5025025025025026e-5 -prenuptial_A 1.2512512512512513e-5 -preoperative_A 1.2512512512512513e-5 -prepackaged_A 1.2512512512512513e-5 -prepacked_A 1.2512512512512513e-5 -preparatory_A 1.2512512512512513e-5 -preponderant_A 1.2512512512512513e-5 -prepositional_A 1.2512512512512513e-5 -prepossessing_A 1.2512512512512513e-5 -preposterous_A 3.7537537537537536e-5 -preprandial_A 1.2512512512512513e-5 -prepubescent_A 1.2512512512512513e-5 -prepupal_A 1.2512512512512513e-5 -prerequisite_A 1.2512512512512513e-5 -presbyterian_A 1.2512512512512513e-5 -prescient_A 2.5025025025025026e-5 -prescriptive_A 2.5025025025025026e-5 -present_A 5.755755755755755e-4 -present_day_A 6.256256256256256e-5 -presentable_A 1.2512512512512513e-5 -presentational_A 1.2512512512512513e-5 -preservable_A 1.2512512512512513e-5 -preservative_A 1.2512512512512513e-5 -preset_A 1.2512512512512513e-5 -presidential_A 3.6286286286286285e-4 -presocratic_A 1.2512512512512513e-5 -pressing_A 3.7537537537537536e-5 -pressor_A 1.2512512512512513e-5 -pressurized_A 1.2512512512512513e-5 -prestigious_A 1.6266266266266267e-4 -prestissimo_A 1.2512512512512513e-5 -presto_A 1.2512512512512513e-5 -prestressed_A 1.2512512512512513e-5 -presumable_A 1.2512512512512512e-4 -presumptive_A 1.2512512512512513e-5 -presumptuous_A 1.2512512512512513e-5 -preteen_A 1.2512512512512513e-5 -pretentious_A 1.2512512512512513e-5 -preterit_A 1.2512512512512513e-5 -preterite_A 1.2512512512512513e-5 -preternatural_A 1.2512512512512513e-5 -pretty_A 2.127127127127127e-4 -pretty_pretty_A 1.2512512512512513e-5 -prevalent_A 5.005005005005005e-5 -preventable_A 1.2512512512512513e-5 -preventive_A 1.2512512512512513e-5 -previous_A 5.117617617617617e-3 -prewar_A 1.2512512512512513e-5 -priapic_A 1.2512512512512513e-5 -price_controlled_A 1.2512512512512513e-5 -priceless_A 3.7537537537537536e-5 -pricey_A 6.256256256256256e-5 -prickly_A 3.7537537537537536e-5 -priest_ridden_A 1.2512512512512513e-5 -priestlike_A 1.2512512512512513e-5 -priestly_A 1.2512512512512513e-5 -priggish_A 1.2512512512512513e-5 -prim_A 2.5025025025025026e-5 -prima_A 1.2512512512512513e-5 -prima_facie_A 1.2512512512512513e-5 -primaeval_A 1.2512512512512513e-5 -primal_A 1.2512512512512513e-5 -primary_A 1.6766766766766767e-3 -prime_A 8.008008008008008e-4 -primeval_A 1.2512512512512513e-5 -primiparous_A 1.2512512512512513e-5 -primitive_A 6.256256256256256e-5 -primo_A 1.2512512512512513e-5 -primordial_A 3.7537537537537536e-5 -princely_A 2.5025025025025026e-5 -principal_A 5.38038038038038e-4 -principled_A 1.2512512512512513e-5 -printable_A 1.2512512512512513e-5 -prior_A 2.752752752752753e-4 -prismatic_A 1.2512512512512513e-5 -prisonlike_A 1.2512512512512513e-5 -pristine_A 3.7537537537537536e-5 -private_A 3.4034034034034033e-3 -privileged_A 5.005005005005005e-5 -privy_A 2.5025025025025026e-5 -pro_A 1.2512512512512513e-5 -pro_forma_A 1.001001001001001e-4 -proactive_A 1.2512512512512513e-5 -probabilistic_A 1.2512512512512513e-5 -probable_A 2.3773773773773776e-3 -probationary_A 1.2512512512512513e-5 -probative_A 1.2512512512512513e-5 -problematic_A 1.001001001001001e-4 -procedural_A 2.127127127127127e-4 -processional_A 1.2512512512512513e-5 -proconsular_A 1.2512512512512513e-5 -procumbent_A 1.2512512512512513e-5 -procurable_A 1.2512512512512513e-5 -prodigal_A 2.5025025025025026e-5 -prodigious_A 3.7537537537537536e-5 -prodromal_A 1.2512512512512513e-5 -productive_A 1.001001001001001e-4 -profanatory_A 1.2512512512512513e-5 -profane_A 1.2512512512512513e-5 -professional_A 6.756756756756757e-4 -professorial_A 1.2512512512512513e-5 -proficient_A 5.005005005005005e-5 -profitable_A 1.026026026026026e-3 -profitless_A 1.2512512512512513e-5 -profligate_A 3.7537537537537536e-5 -profound_A 1.5015015015015014e-4 -profuse_A 1.2512512512512513e-5 -progestational_A 1.2512512512512513e-5 -prognathous_A 1.2512512512512513e-5 -prognostic_A 1.2512512512512513e-5 -progressive_A 1.001001001001001e-4 -prohibitive_A 3.7537537537537536e-5 -prohibitory_A 1.2512512512512513e-5 -proinflammatory_A 1.2512512512512513e-5 -projectile_A 1.2512512512512513e-5 -prokaryotic_A 1.2512512512512513e-5 -prolate_A 1.2512512512512513e-5 -proletarian_A 2.5025025025025026e-5 -prolific_A 3.7537537537537536e-5 -prolix_A 1.2512512512512513e-5 -prolusory_A 1.2512512512512513e-5 -prominent_A 3.6286286286286285e-4 -promiscuous_A 1.2512512512512513e-5 -promissory_A 3.7537537537537536e-5 -promotional_A 2.3773773773773772e-4 -promotive_A 1.2512512512512513e-5 -prompt_A 2.5025025025025025e-4 -prone_A 8.758758758758758e-5 -pronged_A 1.2512512512512513e-5 -pronominal_A 1.2512512512512513e-5 -pronounceable_A 1.2512512512512513e-5 -pronounced_A 2.5025025025025026e-5 -proof_A 2.5025025025025026e-5 -propagandist_A 1.2512512512512513e-5 -propagative_A 1.2512512512512513e-5 -propellant_A 1.2512512512512513e-5 -propellent_A 1.2512512512512513e-5 -proper_A 5.255255255255255e-4 -propertied_A 1.2512512512512513e-5 -propertyless_A 1.2512512512512513e-5 -prophetic_A 1.2512512512512513e-5 -prophetical_A 1.2512512512512513e-5 -prophylactic_A 1.2512512512512513e-5 -propitiative_A 1.2512512512512513e-5 -propitiatory_A 1.2512512512512513e-5 -propitious_A 1.2512512512512513e-5 -proportionable_A 1.2512512512512513e-5 -proportional_A 2.5025025025025026e-5 -proportionate_A 1.2512512512512513e-5 -proprietary_A 5.005005005005005e-5 -proprioceptive_A 1.2512512512512513e-5 -propulsive_A 2.5025025025025026e-5 -prosaic_A 1.2512512512512513e-5 -prosodic_A 1.2512512512512513e-5 -prospective_A 3.503503503503503e-4 -prosperous_A 8.758758758758758e-5 -prostate_A 1.2512512512512513e-5 -prosthetic_A 1.2512512512512513e-5 -prosthodontic_A 1.2512512512512513e-5 -prostrate_A 1.2512512512512513e-5 -prostyle_A 1.2512512512512513e-5 -prosy_A 1.2512512512512513e-5 -protanopic_A 1.2512512512512513e-5 -protean_A 1.2512512512512513e-5 -protective_A 5.005005005005005e-5 -proteinaceous_A 1.2512512512512513e-5 -proteolytic_A 1.2512512512512513e-5 -proterozoic_A 1.2512512512512513e-5 -protestant_A 2.5025025025025026e-5 -protogeometric_A 1.2512512512512513e-5 -protozoal_A 1.2512512512512513e-5 -protozoological_A 1.2512512512512513e-5 -protractile_A 1.2512512512512513e-5 -protrusile_A 1.2512512512512513e-5 -protrusive_A 1.2512512512512513e-5 -protuberant_A 1.2512512512512513e-5 -proud_A 1.5015015015015014e-4 -provable_A 1.2512512512512513e-5 -provencal_A 1.2512512512512513e-5 -proverbial_A 2.5025025025025026e-5 -provident_A 1.2512512512512513e-5 -providential_A 1.2512512512512513e-5 -provincial_A 7.507507507507507e-5 -provisional_A 1.6266266266266267e-4 -provisory_A 1.2512512512512513e-5 -provocative_A 3.7537537537537536e-5 -provoking_A 2.5025025025025026e-5 -proximal_A 1.2512512512512513e-5 -proximate_A 1.2512512512512513e-5 -proximo_A 1.2512512512512513e-5 -prudent_A 1.6266266266266267e-4 -prudential_A 3.7537537537537536e-5 -prudish_A 1.2512512512512513e-5 -prurient_A 1.2512512512512513e-5 -prussian_A 1.2512512512512513e-5 -prussic_A 1.2512512512512513e-5 -pseudo_A 1.2512512512512513e-5 -pseudohermaphroditic_A 1.2512512512512513e-5 -pseudonymous_A 1.2512512512512513e-5 -pseudoscientific_A 1.2512512512512513e-5 -psychedelic_A 1.2512512512512513e-5 -psychiatric_A 1.1261261261261261e-4 -psychic_A 3.7537537537537536e-5 -psychical_A 1.2512512512512513e-5 -psychoactive_A 1.2512512512512513e-5 -psychoanalytic_A 2.5025025025025026e-5 -psychoanalytical_A 1.2512512512512513e-5 -psychogenetic_A 1.2512512512512513e-5 -psychogenic_A 1.2512512512512513e-5 -psychokinetic_A 1.2512512512512513e-5 -psycholinguistic_A 1.2512512512512513e-5 -psychological_A 1.8768768768768769e-4 -psychometric_A 1.2512512512512513e-5 -psychomotor_A 1.2512512512512513e-5 -psychopathic_A 1.2512512512512513e-5 -psychopharmacological_A 1.2512512512512513e-5 -psychosexual_A 1.2512512512512513e-5 -psychosomatic_A 1.2512512512512513e-5 -psychotherapeutic_A 1.2512512512512513e-5 -psychotic_A 1.2512512512512513e-5 -pteridological_A 1.2512512512512513e-5 -pubertal_A 1.2512512512512513e-5 -pubescent_A 1.2512512512512513e-5 -pubic_A 1.2512512512512513e-5 -public_A 4.567067067067067e-3 -public_spirited_A 1.2512512512512513e-5 -publishable_A 1.2512512512512513e-5 -publishing_A 2.5025025025025026e-5 -puckish_A 5.005005005005005e-5 -pudendal_A 1.2512512512512513e-5 -pudgy_A 1.2512512512512513e-5 -puerile_A 1.2512512512512513e-5 -puerperal_A 1.2512512512512513e-5 -puff_A 1.2512512512512513e-5 -puffy_A 1.2512512512512513e-5 -pug_nose_A 1.2512512512512513e-5 -pug_nosed_A 2.5025025025025026e-5 -pugilistic_A 1.2512512512512513e-5 -pugnacious_A 1.2512512512512513e-5 -puissant_A 1.2512512512512513e-5 -pukka_A 1.2512512512512513e-5 -pulchritudinous_A 1.2512512512512513e-5 -pulmonary_A 1.2512512512512513e-5 -pulpy_A 1.2512512512512513e-5 -punch_drunk_A 1.2512512512512513e-5 -punctilious_A 1.2512512512512513e-5 -punctual_A 1.2512512512512513e-5 -puncturable_A 1.2512512512512513e-5 -punctureless_A 1.2512512512512513e-5 -pungent_A 2.5025025025025026e-5 -punic_A 1.2512512512512513e-5 -punishable_A 1.1261261261261261e-4 -punishing_A 1.2512512512512513e-5 -punitive_A 1.5015015015015014e-4 -puny_A 5.005005005005005e-5 -pupal_A 1.2512512512512513e-5 -pupillary_A 1.2512512512512513e-5 -puppyish_A 1.2512512512512513e-5 -purblind_A 1.2512512512512513e-5 -purchasable_A 1.2512512512512513e-5 -pure_A 2.002002002002002e-4 -purebred_A 1.2512512512512513e-5 -purgative_A 1.2512512512512513e-5 -purgatorial_A 1.2512512512512513e-5 -purifying_A 1.2512512512512513e-5 -puritan_A 1.2512512512512513e-5 -puritanical_A 3.7537537537537536e-5 -purple_A 2.5025025025025026e-5 -purplish_A 1.2512512512512513e-5 -purpose_built_A 1.2512512512512513e-5 -purposeful_A 1.2512512512512513e-5 -purposeless_A 1.2512512512512513e-5 -purposive_A 1.2512512512512513e-5 -purse_proud_A 1.2512512512512513e-5 -pursuant_A 6.256256256256256e-5 -pursy_A 1.2512512512512513e-5 -purulent_A 1.2512512512512513e-5 -pushful_A 1.2512512512512513e-5 -pusillanimous_A 1.2512512512512513e-5 -putative_A 1.2512512512512513e-5 -putdownable_A 1.2512512512512513e-5 -putrefactive_A 1.2512512512512513e-5 -putrescent_A 1.2512512512512513e-5 -putrid_A 1.2512512512512513e-5 -pyemic_A 1.2512512512512513e-5 -pyjama_A 1.2512512512512513e-5 -pyknotic_A 1.2512512512512513e-5 -pyloric_A 1.2512512512512513e-5 -pyogenic_A 1.2512512512512513e-5 -pyramidal_A 1.2512512512512513e-5 -pyrectic_A 1.2512512512512513e-5 -pyretic_A 1.2512512512512513e-5 -pyrochemical_A 1.2512512512512513e-5 -pyroelectric_A 1.2512512512512513e-5 -pyrogallic_A 1.2512512512512513e-5 -pyrogenic_A 1.2512512512512513e-5 -pyrographic_A 1.2512512512512513e-5 -pyroligneous_A 1.2512512512512513e-5 -pyrolytic_A 1.2512512512512513e-5 -pyrotechnic_A 2.5025025025025026e-5 -pyrrhic_A 1.2512512512512513e-5 -qatari_A 1.2512512512512513e-5 -quadrangular_A 1.2512512512512513e-5 -quadraphonic_A 1.2512512512512513e-5 -quadrate_A 1.2512512512512513e-5 -quadratic_A 1.2512512512512513e-5 -quadrilateral_A 1.2512512512512513e-5 -quadrillionth_A 1.2512512512512513e-5 -quadripartite_A 1.2512512512512513e-5 -quadrophonic_A 1.2512512512512513e-5 -quadrupedal_A 1.2512512512512513e-5 -quadruple_A 1.2512512512512513e-5 -quadruplicate_A 1.2512512512512513e-5 -quaint_A 3.7537537537537536e-5 -qualitative_A 1.2512512512512513e-5 -quality_A 1.2512512512512513e-5 -quantal_A 1.2512512512512513e-5 -quantifiable_A 1.2512512512512513e-5 -quantitative_A 8.758758758758758e-5 -quarrelsome_A 1.2512512512512513e-5 -quartan_A 1.2512512512512513e-5 -quarterly_A 1.2012012012012011e-3 -quartzose_A 1.2512512512512513e-5 -quaternate_A 1.2512512512512513e-5 -queasy_A 2.5025025025025026e-5 -queenly_A 1.2512512512512513e-5 -queer_A 1.2512512512512513e-5 -quenchless_A 1.2512512512512513e-5 -querulous_A 1.2512512512512513e-5 -questionable_A 1.6266266266266267e-4 -questioning_A 1.2512512512512513e-5 -quick_A 2.4649649649649647e-3 -quick_change_A 1.2512512512512513e-5 -quick_eared_A 1.2512512512512513e-5 -quick_eyed_A 1.2512512512512513e-5 -quick_sighted_A 1.2512512512512513e-5 -quick_tempered_A 1.2512512512512513e-5 -quick_witted_A 1.2512512512512513e-5 -quickset_A 1.2512512512512513e-5 -quiescent_A 2.5025025025025026e-5 -quiet_A 7.132132132132132e-4 -quincentenary_A 1.2512512512512513e-5 -quincentennial_A 1.2512512512512513e-5 -quinquefoliate_A 1.2512512512512513e-5 -quintessential_A 1.2512512512512513e-5 -quintillionth_A 1.2512512512512513e-5 -quintuple_A 1.2512512512512513e-5 -quits_A 1.2512512512512513e-5 -quixotic_A 1.2512512512512513e-5 -quizzical_A 1.2512512512512513e-5 -quotable_A 2.5025025025025026e-5 -quotidian_A 1.2512512512512513e-5 -rabbinical_A 2.5025025025025026e-5 -rabble_rousing_A 1.2512512512512513e-5 -rabelaisian_A 1.2512512512512513e-5 -rabid_A 2.5025025025025026e-5 -racemose_A 1.2512512512512513e-5 -racial_A 3.6286286286286285e-4 -racist_A 1.2512512512512513e-5 -rackety_A 1.2512512512512513e-5 -racy_A 2.5025025025025026e-5 -raddled_A 1.2512512512512513e-5 -radial_A 1.2512512512512513e-5 -radiant_A 2.5025025025025026e-5 -radiate_A 1.2512512512512513e-5 -radical_A 2.6276276276276277e-4 -radio_A 1.2512512512512513e-5 -radioactive_A 1.2512512512512513e-5 -radiographic_A 1.2512512512512513e-5 -radiological_A 1.2512512512512513e-5 -radiolucent_A 1.2512512512512513e-5 -radiopaque_A 1.2512512512512513e-5 -radiosensitive_A 1.2512512512512513e-5 -radiotelephonic_A 1.2512512512512513e-5 -raffish_A 1.2512512512512513e-5 -raftered_A 1.2512512512512513e-5 -rainless_A 1.2512512512512513e-5 -rainproof_A 1.2512512512512513e-5 -rainy_A 2.5025025025025026e-5 -raisable_A 1.2512512512512513e-5 -raising_A 1.2512512512512513e-5 -rakish_A 1.2512512512512513e-5 -rallentando_A 1.2512512512512513e-5 -rambunctious_A 2.5025025025025026e-5 -rampageous_A 1.2512512512512513e-5 -rampant_A 8.758758758758758e-5 -ramshackle_A 2.5025025025025026e-5 -rancid_A 1.2512512512512513e-5 -rancorous_A 3.7537537537537536e-5 -random_A 6.256256256256256e-5 -randomized_A 1.2512512512512513e-5 -randy_A 1.2512512512512513e-5 -rangy_A 1.2512512512512513e-5 -rank_A 2.5025025025025026e-5 -rapacious_A 1.2512512512512513e-5 -rapid_A 1.0635635635635637e-3 -rapt_A 1.2512512512512513e-5 -raptorial_A 1.2512512512512513e-5 -rapturous_A 1.2512512512512513e-5 -rare_A 6.381381381381381e-4 -raring_A 2.5025025025025026e-5 -rascally_A 1.2512512512512513e-5 -rash_A 2.5025025025025026e-5 -ratable_A 1.2512512512512513e-5 -rateable_A 1.2512512512512513e-5 -ratiocinative_A 1.2512512512512513e-5 -rational_A 1.8768768768768769e-4 -rationalist_A 1.2512512512512513e-5 -rationalistic_A 1.2512512512512513e-5 -ratlike_A 1.2512512512512513e-5 -rattlebrained_A 1.2512512512512513e-5 -rattlepated_A 1.2512512512512513e-5 -ratty_A 1.2512512512512513e-5 -raucous_A 2.5025025025025026e-5 -raunchy_A 1.2512512512512513e-5 -ravening_A 1.2512512512512513e-5 -ravenous_A 2.5025025025025026e-5 -ravishing_A 1.2512512512512513e-5 -raw_A 3.878878878878879e-4 -rawboned_A 1.2512512512512513e-5 -rawhide_A 1.2512512512512513e-5 -rayless_A 1.2512512512512513e-5 -razorback_A 1.2512512512512513e-5 -razorbacked_A 1.2512512512512513e-5 -reactionary_A 1.2512512512512513e-5 -reactive_A 1.2512512512512513e-5 -readable_A 1.2512512512512513e-5 -ready_A 9.009009009009009e-4 -ready_made_A 1.2512512512512513e-5 -real_A 6.5940940940940945e-3 -realistic_A 1.6266266266266267e-4 -realizable_A 1.2512512512512513e-5 -rearmost_A 1.2512512512512513e-5 -rearward_A 1.2512512512512513e-5 -reasonable_A 7.132132132132132e-4 -reasonless_A 1.2512512512512513e-5 -reassuring_A 6.256256256256256e-5 -rebarbative_A 1.2512512512512513e-5 -rebellious_A 3.7537537537537536e-5 -reborn_A 2.5025025025025026e-5 -recalcitrant_A 1.2512512512512513e-5 -receivable_A 2.5025025025025026e-5 -recent_A 1.1186186186186187e-2 -receptive_A 5.005005005005005e-5 -recessional_A 1.2512512512512513e-5 -recessionary_A 1.2512512512512513e-5 -recessive_A 1.2512512512512513e-5 -rechargeable_A 1.2512512512512513e-5 -recherche_A 1.2512512512512513e-5 -reciprocal_A 1.2512512512512513e-5 -reciprocative_A 1.2512512512512513e-5 -reckless_A 2.002002002002002e-4 -reclaimable_A 1.2512512512512513e-5 -recluse_A 1.2512512512512513e-5 -recognizable_A 7.507507507507507e-5 -recoilless_A 1.2512512512512513e-5 -recombinant_A 1.2512512512512513e-5 -reconcilable_A 1.2512512512512513e-5 -recondite_A 1.2512512512512513e-5 -reconstructive_A 1.2512512512512513e-5 -record_breaking_A 2.5025025025025026e-5 -recoverable_A 3.7537537537537536e-5 -recreant_A 1.2512512512512513e-5 -recreational_A 1.1261261261261261e-4 -recriminative_A 1.2512512512512513e-5 -recriminatory_A 1.2512512512512513e-5 -recrudescent_A 1.2512512512512513e-5 -rectal_A 1.2512512512512513e-5 -rectangular_A 2.5025025025025026e-5 -rectilinear_A 2.5025025025025026e-5 -rectosigmoid_A 1.2512512512512513e-5 -recumbent_A 1.2512512512512513e-5 -recuperative_A 1.2512512512512513e-5 -recurrent_A 2.5025025025025026e-5 -recursive_A 1.2512512512512513e-5 -recusant_A 1.2512512512512513e-5 -red_A 7.132132132132132e-4 -red_hot_A 1.2512512512512513e-5 -red_rimmed_A 1.2512512512512513e-5 -redbrick_A 1.2512512512512513e-5 -reddish_A 1.2512512512512513e-5 -redeemable_A 3.7537537537537536e-5 -redemptive_A 1.2512512512512513e-5 -redheaded_A 1.2512512512512513e-5 -redolent_A 1.2512512512512513e-5 -redoubtable_A 1.2512512512512513e-5 -reducible_A 1.2512512512512513e-5 -reductionist_A 1.2512512512512513e-5 -reductive_A 1.2512512512512513e-5 -redundant_A 1.2512512512512513e-5 -reedy_A 1.2512512512512513e-5 -reefy_A 1.2512512512512513e-5 -referable_A 1.2512512512512513e-5 -referenced_A 1.2512512512512513e-5 -referent_A 1.2512512512512513e-5 -referential_A 1.2512512512512513e-5 -reflective_A 2.5025025025025026e-5 -reflex_A 2.5025025025025026e-5 -reflexed_A 1.2512512512512513e-5 -reflexive_A 3.7537537537537536e-5 -reformative_A 1.2512512512512513e-5 -reformatory_A 1.2512512512512513e-5 -refractive_A 1.2512512512512513e-5 -refractory_A 3.7537537537537536e-5 -refreshing_A 3.7537537537537536e-5 -refrigerant_A 1.2512512512512513e-5 -refulgent_A 1.2512512512512513e-5 -refutable_A 1.2512512512512513e-5 -regal_A 1.2512512512512513e-5 -regardful_A 1.2512512512512513e-5 -regardless_A 1.2512512512512513e-5 -regenerate_A 1.2512512512512513e-5 -regent_A 1.2512512512512513e-5 -regimental_A 1.2512512512512513e-5 -regional_A 1.1136136136136135e-3 -regnant_A 1.2512512512512513e-5 -regressive_A 2.5025025025025026e-5 -regretful_A 1.2512512512512513e-5 -regrettable_A 6.256256256256256e-5 -regular_A 9.384384384384384e-4 -regulation_A 1.2512512512512513e-5 -regulative_A 1.2512512512512513e-5 -rehabilitative_A 1.2512512512512513e-5 -reincarnate_A 1.2512512512512513e-5 -rejective_A 1.2512512512512513e-5 -relational_A 1.2512512512512513e-5 -relative_A 1.614114114114114e-3 -relativistic_A 1.2512512512512513e-5 -relaxant_A 1.2512512512512513e-5 -relentless_A 8.758758758758758e-5 -relevant_A 1.6266266266266267e-4 -reliable_A 1.001001001001001e-4 -reliant_A 2.5025025025025026e-5 -religious_A 6.256256256256256e-5 -reluctant_A 5.005005005005005e-4 -remarkable_A 2.752752752752753e-4 -remediable_A 1.2512512512512513e-5 -remedial_A 1.2512512512512513e-5 -reminiscent_A 5.005005005005005e-5 -remiss_A 2.5025025025025026e-5 -remittent_A 1.2512512512512513e-5 -remorseful_A 2.5025025025025026e-5 -remorseless_A 1.2512512512512513e-5 -remote_A 8.758758758758758e-5 -removable_A 2.5025025025025026e-5 -remunerative_A 1.2512512512512513e-5 -renal_A 3.7537537537537536e-5 -renascent_A 1.2512512512512513e-5 -rending_A 1.2512512512512513e-5 -renewable_A 1.2512512512512513e-5 -renewing_A 1.2512512512512513e-5 -reniform_A 1.2512512512512513e-5 -renowned_A 3.7537537537537536e-5 -rent_free_A 1.2512512512512513e-5 -rentable_A 1.2512512512512513e-5 -rental_A 1.2512512512512513e-5 -renunciant_A 1.2512512512512513e-5 -repairable_A 1.2512512512512513e-5 -repand_A 1.2512512512512513e-5 -reparable_A 1.2512512512512513e-5 -repayable_A 2.5025025025025026e-5 -repeatable_A 1.2512512512512513e-5 -repellent_A 2.5025025025025026e-5 -repentant_A 1.2512512512512513e-5 -repetitious_A 1.2512512512512513e-5 -repetitive_A 3.7537537537537536e-5 -replaceable_A 1.2512512512512513e-5 -replete_A 5.005005005005005e-5 -reply_paid_A 1.2512512512512513e-5 -reportable_A 1.2512512512512513e-5 -reposeful_A 1.2512512512512513e-5 -reprehensible_A 1.2512512512512513e-5 -representable_A 1.2512512512512513e-5 -representational_A 1.2512512512512513e-5 -representative_A 8.758758758758758e-5 -repressive_A 2.5025025025025026e-5 -reproachful_A 1.2512512512512513e-5 -reproducible_A 1.2512512512512513e-5 -reproductive_A 3.7537537537537536e-5 -reptilian_A 2.5025025025025026e-5 -republican_A 4.62962962962963e-4 -repudiative_A 1.2512512512512513e-5 -repugnant_A 1.2512512512512513e-5 -repulsive_A 1.2512512512512513e-5 -reputable_A 1.2512512512512512e-4 -requisite_A 3.7537537537537536e-5 -rescindable_A 1.2512512512512513e-5 -resentful_A 3.7537537537537536e-5 -resident_A 2.5025025025025026e-5 -residential_A 3.6286286286286285e-4 -residual_A 5.005005005005005e-5 -residuary_A 1.2512512512512513e-5 -resilient_A 8.758758758758758e-5 -resinated_A 1.2512512512512513e-5 -resinlike_A 1.2512512512512513e-5 -resinous_A 1.2512512512512513e-5 -resistant_A 6.256256256256256e-5 -resistible_A 1.2512512512512513e-5 -resistive_A 1.2512512512512513e-5 -resistless_A 1.2512512512512513e-5 -resolute_A 1.2512512512512513e-5 -resolvable_A 1.2512512512512513e-5 -resonant_A 2.5025025025025026e-5 -resourceful_A 2.5025025025025026e-5 -resourceless_A 1.2512512512512513e-5 -respectable_A 8.758758758758758e-5 -respectful_A 3.7537537537537536e-5 -respective_A 4.62962962962963e-4 -respiratory_A 2.5025025025025026e-5 -resplendent_A 1.2512512512512513e-5 -responsible_A 8.758758758758759e-4 -responsive_A 1.2512512512512512e-4 -restful_A 1.2512512512512513e-5 -restive_A 1.2512512512512513e-5 -restless_A 2.5025025025025026e-5 -restorative_A 1.2512512512512513e-5 -restrictive_A 1.2512512512512512e-4 -resultant_A 1.2512512512512513e-5 -resurgent_A 6.256256256256256e-5 -retaliative_A 1.2512512512512513e-5 -retaliatory_A 1.2512512512512513e-5 -retentive_A 2.5025025025025026e-5 -reticent_A 2.5025025025025026e-5 -reticulate_A 1.2512512512512513e-5 -retinal_A 2.5025025025025026e-5 -retractable_A 2.5025025025025026e-5 -retractile_A 1.2512512512512513e-5 -retral_A 1.2512512512512513e-5 -retributive_A 1.2512512512512513e-5 -retrievable_A 1.2512512512512513e-5 -retroactive_A 3.7537537537537536e-5 -retroflex_A 1.2512512512512513e-5 -retrograde_A 1.2512512512512513e-5 -retrogressive_A 1.2512512512512513e-5 -retrorse_A 1.2512512512512513e-5 -retrospective_A 2.5025025025025026e-5 -retrousse_A 1.2512512512512513e-5 -returnable_A 1.2512512512512513e-5 -revealing_A 1.2512512512512513e-5 -revenant_A 1.2512512512512513e-5 -revengeful_A 1.2512512512512513e-5 -reverberant_A 1.2512512512512513e-5 -reverend_A 1.2512512512512513e-5 -reverent_A 1.2512512512512513e-5 -reverential_A 2.5025025025025026e-5 -reverse_A 5.005005005005005e-5 -reversible_A 3.7537537537537536e-5 -reversionary_A 1.2512512512512513e-5 -revertible_A 1.2512512512512513e-5 -revivalistic_A 1.2512512512512513e-5 -revocable_A 1.2512512512512513e-5 -revolutionary_A 8.758758758758758e-5 -rewardful_A 1.2512512512512513e-5 -rewarding_A 1.2512512512512513e-5 -rhenish_A 1.2512512512512513e-5 -rheologic_A 1.2512512512512513e-5 -rhetorical_A 2.5025025025025026e-5 -rheumatic_A 1.2512512512512513e-5 -rheumatoid_A 1.2512512512512513e-5 -rheumy_A 1.2512512512512513e-5 -rhinal_A 1.2512512512512513e-5 -rhizoidal_A 1.2512512512512513e-5 -rhizomatous_A 1.2512512512512513e-5 -rhombic_A 1.2512512512512513e-5 -rhombohedral_A 1.2512512512512513e-5 -rhomboid_A 1.2512512512512513e-5 -rhythmic_A 6.256256256256256e-5 -rhythmical_A 2.5025025025025026e-5 -ribald_A 1.2512512512512513e-5 -ribbonlike_A 1.2512512512512513e-5 -ribless_A 1.2512512512512513e-5 -riblike_A 1.2512512512512513e-5 -rich_A 6.256256256256256e-4 -rickettsial_A 1.2512512512512513e-5 -rickety_A 2.5025025025025026e-5 -riderless_A 1.2512512512512513e-5 -ridiculous_A 1.5015015015015014e-4 -rife_A 3.7537537537537536e-5 -right_A 1.1636636636636636e-3 -right_angled_A 1.2512512512512513e-5 -right_down_A 1.2512512512512513e-5 -right_hand_A 2.5025025025025026e-5 -right_handed_A 1.2512512512512513e-5 -right_minded_A 1.2512512512512513e-5 -righteous_A 1.2512512512512513e-5 -rightful_A 1.2512512512512513e-5 -rightish_A 1.2512512512512513e-5 -rightist_A 1.2512512512512513e-5 -rightmost_A 1.2512512512512513e-5 -rigid_A 1.8768768768768769e-4 -rigorous_A 5.005005005005005e-5 -rimless_A 1.2512512512512513e-5 -rimose_A 1.2512512512512513e-5 -ringleted_A 1.2512512512512513e-5 -ringlike_A 1.2512512512512513e-5 -riotous_A 1.2512512512512513e-5 -rip_roaring_A 2.5025025025025026e-5 -riparian_A 1.2512512512512513e-5 -ripe_A 7.507507507507507e-5 -risible_A 2.5025025025025026e-5 -risky_A 4.62962962962963e-4 -risque_A 1.2512512512512513e-5 -ritual_A 1.2512512512512513e-5 -ritualistic_A 1.2512512512512513e-5 -ritzy_A 3.7537537537537536e-5 -roadless_A 1.2512512512512513e-5 -roadworthy_A 1.2512512512512513e-5 -roan_A 1.2512512512512513e-5 -roast_A 1.2512512512512513e-5 -robotic_A 1.2512512512512513e-5 -robust_A 4.254254254254254e-4 -rocky_A 7.507507507507507e-5 -rococo_A 1.2512512512512513e-5 -roentgenographic_A 1.2512512512512513e-5 -roguish_A 1.2512512512512513e-5 -rollicking_A 1.2512512512512513e-5 -romaic_A 1.2512512512512513e-5 -roman_A 2.5025025025025026e-5 -romance_A 1.2512512512512513e-5 -romanian_A 1.2512512512512513e-5 -romantic_A 1.1261261261261261e-4 -romany_A 1.2512512512512513e-5 -romish_A 1.2512512512512513e-5 -roofless_A 1.2512512512512513e-5 -roomy_A 1.2512512512512513e-5 -rootbound_A 1.2512512512512513e-5 -rootless_A 1.2512512512512513e-5 -ropey_A 1.2512512512512513e-5 -ropy_A 1.2512512512512513e-5 -rosaceous_A 1.2512512512512513e-5 -rose_A 1.2512512512512513e-5 -rose_red_A 1.2512512512512513e-5 -roseate_A 1.2512512512512513e-5 -rostrate_A 1.2512512512512513e-5 -rosy_A 7.507507507507507e-5 -rotary_A 2.5025025025025026e-5 -rotatable_A 1.2512512512512513e-5 -rotational_A 1.2512512512512513e-5 -rotatory_A 1.2512512512512513e-5 -rotten_A 2.5025025025025026e-5 -rotund_A 1.2512512512512513e-5 -rough_A 1.2012012012012011e-3 -rough_and_tumble_A 2.5025025025025026e-5 -rough_hewn_A 1.2512512512512513e-5 -rough_spoken_A 1.2512512512512513e-5 -roughdried_A 1.2512512512512513e-5 -roughhewn_A 2.5025025025025026e-5 -roughish_A 1.2512512512512513e-5 -roughshod_A 1.2512512512512513e-5 -round_A 3.7537537537537536e-5 -round_arm_A 1.2512512512512513e-5 -round_backed_A 1.2512512512512513e-5 -round_eyed_A 1.2512512512512513e-5 -round_shouldered_A 1.2512512512512513e-5 -round_the_clock_A 2.5025025025025026e-5 -roundabout_A 1.2512512512512513e-5 -roundish_A 1.2512512512512513e-5 -routine_A 4.004004004004004e-4 -rowdy_A 2.5025025025025026e-5 -royal_A 2.5025025025025026e-5 -rubber_A 1.2512512512512513e-5 -rubbery_A 1.2512512512512513e-5 -rubbishy_A 1.2512512512512513e-5 -rubicund_A 1.2512512512512513e-5 -ruby_A 1.2512512512512513e-5 -rudderless_A 1.2512512512512513e-5 -ruddy_A 1.2512512512512513e-5 -rude_A 3.7537537537537536e-5 -rudimentary_A 2.5025025025025026e-5 -rueful_A 3.7537537537537536e-5 -ruffianly_A 1.2512512512512513e-5 -rugged_A 3.7537537537537536e-5 -rugose_A 1.2512512512512513e-5 -ruinous_A 2.5025025025025026e-5 -ruly_A 1.2512512512512513e-5 -rumbustious_A 1.2512512512512513e-5 -ruminant_A 1.2512512512512513e-5 -ruminative_A 1.2512512512512513e-5 -rummy_A 1.2512512512512513e-5 -run_of_the_mill_A 1.2512512512512513e-5 -runaway_A 1.2512512512512512e-4 -runcinate_A 1.2512512512512513e-5 -rundown_A 1.2512512512512513e-5 -runic_A 1.2512512512512513e-5 -runny_A 2.5025025025025026e-5 -runproof_A 1.2512512512512513e-5 -rupestral_A 1.2512512512512513e-5 -rural_A 3.2532532532532533e-4 -ruritanian_A 1.2512512512512513e-5 -rushlike_A 1.2512512512512513e-5 -rushy_A 1.2512512512512513e-5 -russet_A 1.2512512512512513e-5 -russian_A 2.002002002002002e-4 -rust_A 1.2512512512512513e-5 -rustic_A 1.2512512512512513e-5 -rustless_A 1.2512512512512513e-5 -rustproof_A 1.2512512512512513e-5 -rusty_A 3.7537537537537536e-5 -ruthless_A 5.005005005005005e-5 -rwandan_A 1.2512512512512513e-5 -sabahan_A 1.2512512512512513e-5 -sabbatarian_A 1.2512512512512513e-5 -sabbatical_A 1.2512512512512513e-5 -sable_A 1.2512512512512513e-5 -sabre_toothed_A 1.2512512512512513e-5 -saccadic_A 1.2512512512512513e-5 -saccharine_A 1.2512512512512513e-5 -sacculated_A 1.2512512512512513e-5 -sacerdotal_A 1.2512512512512513e-5 -sacral_A 1.2512512512512513e-5 -sacramental_A 1.2512512512512513e-5 -sacred_A 5.005005005005005e-5 -sacrificeable_A 1.2512512512512513e-5 -sacrificial_A 1.2512512512512513e-5 -sacrilegious_A 1.2512512512512513e-5 -sacrosanct_A 1.2512512512512513e-5 -sad_A 2.002002002002002e-4 -saddle_sore_A 1.2512512512512513e-5 -sadistic_A 2.5025025025025026e-5 -sadomasochistic_A 1.2512512512512513e-5 -safe_A 8.883883883883883e-4 -safe_deposit_A 2.5025025025025026e-5 -sagacious_A 1.2512512512512513e-5 -sage_A 1.2512512512512513e-5 -sage_green_A 1.2512512512512513e-5 -sagittal_A 1.2512512512512513e-5 -sagittate_A 1.2512512512512513e-5 -sainted_A 1.2512512512512513e-5 -saintlike_A 1.2512512512512513e-5 -saintly_A 2.5025025025025026e-5 -salable_A 2.5025025025025026e-5 -salacious_A 1.2512512512512513e-5 -salamandriform_A 1.2512512512512513e-5 -salaried_A 5.005005005005005e-5 -saleable_A 1.2512512512512513e-5 -salient_A 1.2512512512512513e-5 -saliferous_A 1.2512512512512513e-5 -saline_A 1.2512512512512513e-5 -salivary_A 1.2512512512512513e-5 -sallow_A 1.2512512512512513e-5 -salt_A 1.2512512512512513e-5 -saltish_A 1.2512512512512513e-5 -saltlike_A 1.2512512512512513e-5 -salty_A 1.2512512512512513e-5 -salubrious_A 2.5025025025025026e-5 -salutary_A 2.5025025025025026e-5 -salvadorean_A 1.2512512512512513e-5 -salvageable_A 1.2512512512512513e-5 -salverform_A 1.2512512512512513e-5 -salvific_A 1.2512512512512513e-5 -same_A 4.7797797797797794e-3 -samoan_A 1.2512512512512513e-5 -san_marinese_A 2.5025025025025026e-5 -sanctimonious_A 1.2512512512512513e-5 -sanctionative_A 1.2512512512512513e-5 -sandaled_A 1.2512512512512513e-5 -sandalled_A 1.2512512512512513e-5 -sandpapery_A 1.2512512512512513e-5 -sandy_A 2.5025025025025026e-5 -sane_A 1.2512512512512513e-5 -sanguinary_A 1.2512512512512513e-5 -sanguine_A 6.256256256256256e-5 -sanitary_A 3.7537537537537536e-5 -sapiens_A 1.2512512512512513e-5 -sapient_A 1.2512512512512513e-5 -sapiential_A 1.2512512512512513e-5 -sapless_A 1.2512512512512513e-5 -saponaceous_A 1.2512512512512513e-5 -saponified_A 1.2512512512512513e-5 -sapphic_A 1.2512512512512513e-5 -sapphire_A 1.2512512512512513e-5 -sapphirine_A 1.2512512512512513e-5 -sappy_A 1.2512512512512513e-5 -saprobic_A 1.2512512512512513e-5 -saprophagous_A 1.2512512512512513e-5 -saprophytic_A 1.2512512512512513e-5 -sarawakian_A 1.2512512512512513e-5 -sarcastic_A 1.2512512512512513e-5 -sarcolemmal_A 1.2512512512512513e-5 -sarcolemmic_A 1.2512512512512513e-5 -sarcosomal_A 1.2512512512512513e-5 -sardonic_A 2.5025025025025026e-5 -sartorial_A 1.2512512512512513e-5 -satanic_A 1.2512512512512513e-5 -satellite_A 1.2512512512512513e-5 -satiable_A 1.2512512512512513e-5 -satiate_A 1.2512512512512513e-5 -satin_A 1.2512512512512513e-5 -satiny_A 1.2512512512512513e-5 -satirical_A 5.005005005005005e-5 -satisfactory_A 1.5015015015015014e-4 -satisfied_A 1.2512512512512513e-5 -saturnine_A 1.2512512512512513e-5 -satyric_A 1.2512512512512513e-5 -saucer_eyed_A 1.2512512512512513e-5 -saucy_A 2.5025025025025026e-5 -saudi_arabian_A 1.1261261261261261e-4 -saurian_A 1.2512512512512513e-5 -saute_A 1.2512512512512513e-5 -savage_A 2.5025025025025026e-5 -savory_A 1.2512512512512513e-5 -savoury_A 1.2512512512512513e-5 -saxicolous_A 1.2512512512512513e-5 -saxon_A 1.2512512512512513e-5 -scabby_A 1.2512512512512513e-5 -scabrous_A 1.2512512512512513e-5 -scalable_A 1.2512512512512513e-5 -scalar_A 1.2512512512512513e-5 -scaleless_A 1.2512512512512513e-5 -scalelike_A 1.2512512512512513e-5 -scalene_A 1.2512512512512513e-5 -scalic_A 1.2512512512512513e-5 -scaly_A 1.2512512512512513e-5 -scandalmongering_A 1.2512512512512513e-5 -scandalous_A 1.2512512512512513e-5 -scandent_A 1.2512512512512513e-5 -scandinavian_A 2.5025025025025026e-5 -scant_A 7.507507507507507e-5 -scanty_A 1.2512512512512513e-5 -scapose_A 1.2512512512512513e-5 -scapular_A 1.2512512512512513e-5 -scapulohumeral_A 1.2512512512512513e-5 -scarce_A 2.127127127127127e-4 -scarecrowish_A 1.2512512512512513e-5 -scarlet_A 2.5025025025025026e-5 -scary_A 1.1261261261261261e-4 -scathing_A 3.7537537537537536e-5 -scatological_A 1.2512512512512513e-5 -scatterbrained_A 1.2512512512512513e-5 -scattershot_A 1.2512512512512513e-5 -scatty_A 1.2512512512512513e-5 -scenic_A 3.7537537537537536e-5 -scentless_A 1.2512512512512513e-5 -sceptered_A 1.2512512512512513e-5 -sceptical_A 1.2512512512512513e-5 -sceptred_A 1.2512512512512513e-5 -schematic_A 1.2512512512512513e-5 -schismatic_A 1.2512512512512513e-5 -schizoid_A 2.5025025025025026e-5 -schizophrenic_A 3.7537537537537536e-5 -schmaltzy_A 1.2512512512512513e-5 -schmalzy_A 1.2512512512512513e-5 -scholarly_A 3.7537537537537536e-5 -scholastic_A 1.2512512512512513e-5 -schoolwide_A 1.2512512512512513e-5 -sciatic_A 1.2512512512512513e-5 -scientific_A 5.13013013013013e-4 -sclerotic_A 1.2512512512512513e-5 -scopal_A 1.2512512512512513e-5 -scorbutic_A 1.2512512512512513e-5 -scoreless_A 1.2512512512512513e-5 -scornful_A 2.5025025025025026e-5 -scotch_A 1.2512512512512513e-5 -scotomatous_A 1.2512512512512513e-5 -scots_A 1.2512512512512513e-5 -scottish_A 5.005005005005005e-5 -scoundrelly_A 1.2512512512512513e-5 -scrabbly_A 1.2512512512512513e-5 -scraggly_A 1.2512512512512513e-5 -scraggy_A 1.2512512512512513e-5 -scrappy_A 2.5025025025025026e-5 -scratchy_A 1.2512512512512513e-5 -scrawny_A 1.2512512512512513e-5 -screaky_A 1.2512512512512513e-5 -screw_topped_A 1.2512512512512513e-5 -screwball_A 2.5025025025025026e-5 -screwy_A 1.2512512512512513e-5 -scrimy_A 1.2512512512512513e-5 -scripted_A 1.2512512512512513e-5 -scriptural_A 1.2512512512512513e-5 -scrivened_A 1.2512512512512513e-5 -scrofulous_A 1.2512512512512513e-5 -scrotal_A 1.2512512512512513e-5 -scrub_A 1.2512512512512513e-5 -scrubby_A 1.2512512512512513e-5 -scruffy_A 1.2512512512512513e-5 -scrumptious_A 1.2512512512512513e-5 -scrupulous_A 5.005005005005005e-5 -sculptural_A 1.2512512512512513e-5 -scummy_A 1.2512512512512513e-5 -scurfy_A 1.2512512512512513e-5 -scurrilous_A 1.2512512512512513e-5 -scurvy_A 1.2512512512512513e-5 -sea_girt_A 1.2512512512512513e-5 -sea_green_A 1.2512512512512513e-5 -seaborne_A 3.7537537537537536e-5 -seafaring_A 1.2512512512512513e-5 -seagirt_A 1.2512512512512513e-5 -seagoing_A 1.2512512512512513e-5 -seamanlike_A 1.2512512512512513e-5 -seamless_A 1.2512512512512513e-5 -seamy_A 3.7537537537537536e-5 -sear_A 1.2512512512512513e-5 -searing_A 1.2512512512512513e-5 -seasick_A 1.2512512512512513e-5 -seasonable_A 1.2512512512512513e-5 -seasonal_A 6.756756756756757e-4 -seaward_A 1.2512512512512513e-5 -seaworthy_A 1.2512512512512513e-5 -sec_A 1.2512512512512513e-5 -second_best_A 1.2512512512512513e-5 -second_class_A 1.2512512512512513e-5 -second_hand_A 1.2512512512512513e-5 -second_rate_A 2.5025025025025026e-5 -second_sighted_A 1.2512512512512513e-5 -secondary_A 5.38038038038038e-4 -secondhand_A 1.2512512512512513e-5 -secret_A 3.003003003003003e-4 -secretarial_A 2.5025025025025026e-5 -secretive_A 3.7537537537537536e-5 -secretory_A 1.2512512512512513e-5 -sectarian_A 1.2512512512512513e-5 -sectional_A 1.2512512512512513e-5 -sectorial_A 1.2512512512512513e-5 -secular_A 1.2512512512512513e-5 -secure_A 1.6266266266266267e-4 -sedate_A 2.5025025025025026e-5 -sedative_A 1.2512512512512513e-5 -sedentary_A 1.2512512512512513e-5 -sedgy_A 1.2512512512512513e-5 -sedimentary_A 1.2512512512512513e-5 -seditious_A 1.2512512512512513e-5 -seductive_A 2.5025025025025026e-5 -sedulous_A 1.2512512512512513e-5 -see_through_A 2.5025025025025026e-5 -seedless_A 1.2512512512512513e-5 -seedy_A 6.256256256256256e-5 -seeming_A 2.2522522522522523e-4 -seemly_A 1.2512512512512513e-5 -segmental_A 1.2512512512512513e-5 -seismic_A 8.758758758758758e-5 -seismological_A 1.2512512512512513e-5 -select_A 8.758758758758758e-5 -selective_A 1.5015015015015014e-4 -self_A 1.2512512512512513e-5 -self_absorbed_A 1.2512512512512513e-5 -self_acting_A 1.2512512512512513e-5 -self_activating_A 1.2512512512512513e-5 -self_addressed_A 1.2512512512512513e-5 -self_appointed_A 1.2512512512512513e-5 -self_assertive_A 1.2512512512512513e-5 -self_assured_A 1.2512512512512513e-5 -self_centred_A 1.2512512512512513e-5 -self_collected_A 1.2512512512512513e-5 -self_coloured_A 1.2512512512512513e-5 -self_confessed_A 2.5025025025025026e-5 -self_confident_A 1.2512512512512513e-5 -self_conscious_A 3.7537537537537536e-5 -self_contained_A 1.2512512512512513e-5 -self_denying_A 1.2512512512512513e-5 -self_educated_A 1.2512512512512513e-5 -self_effacing_A 1.2512512512512513e-5 -self_employed_A 8.758758758758758e-5 -self_evident_A 1.2512512512512513e-5 -self_explanatory_A 2.5025025025025026e-5 -self_important_A 2.5025025025025026e-5 -self_imposed_A 3.7537537537537536e-5 -self_indulgent_A 2.5025025025025026e-5 -self_locking_A 1.2512512512512513e-5 -self_made_A 1.2512512512512513e-5 -self_opinionated_A 1.2512512512512513e-5 -self_possessed_A 1.2512512512512513e-5 -self_raising_A 1.2512512512512513e-5 -self_reliant_A 1.2512512512512513e-5 -self_respecting_A 1.2512512512512513e-5 -self_righteous_A 2.5025025025025026e-5 -self_sacrificing_A 1.2512512512512513e-5 -self_same_A 1.2512512512512513e-5 -self_sealing_A 1.2512512512512513e-5 -self_seeking_A 1.2512512512512513e-5 -self_sown_A 1.2512512512512513e-5 -self_styled_A 3.7537537537537536e-5 -self_sufficient_A 3.7537537537537536e-5 -self_sufficing_A 1.2512512512512513e-5 -self_supporting_A 1.2512512512512513e-5 -self_willed_A 1.2512512512512513e-5 -self_winding_A 1.2512512512512513e-5 -selfish_A 2.5025025025025026e-5 -semantic_A 1.2512512512512513e-5 -semestral_A 1.2512512512512513e-5 -semiabstract_A 1.2512512512512513e-5 -semiannual_A 1.2512512512512513e-5 -semiaquatic_A 1.2512512512512513e-5 -semiarid_A 1.2512512512512513e-5 -semiautobiographical_A 1.2512512512512513e-5 -semiautomatic_A 1.2512512512512513e-5 -semicentennial_A 1.2512512512512513e-5 -semicircular_A 2.5025025025025026e-5 -semicomatose_A 1.2512512512512513e-5 -semiconducting_A 1.2512512512512513e-5 -semiconscious_A 1.2512512512512513e-5 -semidark_A 1.2512512512512513e-5 -semidetached_A 1.2512512512512513e-5 -semiempirical_A 1.2512512512512513e-5 -semiformal_A 1.2512512512512513e-5 -semihard_A 1.2512512512512513e-5 -semiliquid_A 1.2512512512512513e-5 -semiliterate_A 1.2512512512512513e-5 -semimonthly_A 1.2512512512512513e-5 -seminal_A 1.2512512512512513e-5 -seminiferous_A 1.2512512512512513e-5 -seminude_A 1.2512512512512513e-5 -semiofficial_A 1.2512512512512513e-5 -semiopaque_A 1.2512512512512513e-5 -semiotic_A 1.2512512512512513e-5 -semiparasitic_A 1.2512512512512513e-5 -semipermeable_A 1.2512512512512513e-5 -semipolitical_A 1.2512512512512513e-5 -semiprecious_A 1.2512512512512513e-5 -semiprivate_A 1.2512512512512513e-5 -semipublic_A 1.2512512512512513e-5 -semirigid_A 1.2512512512512513e-5 -semisolid_A 1.2512512512512513e-5 -semite_A 1.2512512512512513e-5 -semiterrestrial_A 1.2512512512512513e-5 -semitic_A 1.2512512512512513e-5 -semitropical_A 1.2512512512512513e-5 -semiweekly_A 1.2512512512512513e-5 -senatorial_A 2.5025025025025026e-5 -senegalese_A 1.2512512512512513e-5 -senescent_A 1.2512512512512513e-5 -senile_A 1.2512512512512513e-5 -senior_A 3.591091091091091e-3 -sensate_A 1.2512512512512513e-5 -sensational_A 7.507507507507507e-5 -senseless_A 1.2512512512512513e-5 -sensible_A 7.507507507507507e-5 -sensitive_A 4.87987987987988e-4 -sensitizing_A 1.2512512512512513e-5 -sensorimotor_A 1.2512512512512513e-5 -sensorineural_A 1.2512512512512513e-5 -sensory_A 3.7537537537537536e-5 -sensual_A 2.5025025025025026e-5 -sensuous_A 1.2512512512512513e-5 -sentential_A 1.2512512512512513e-5 -sententious_A 1.2512512512512513e-5 -sentient_A 1.2512512512512513e-5 -sentimental_A 5.005005005005005e-5 -sepaloid_A 1.2512512512512513e-5 -separable_A 1.2512512512512513e-5 -separate_A 2.302302302302302e-3 -separative_A 1.2512512512512513e-5 -septal_A 1.2512512512512513e-5 -septic_A 1.2512512512512513e-5 -septicemic_A 1.2512512512512513e-5 -septrional_A 1.2512512512512513e-5 -septuple_A 1.2512512512512513e-5 -sepulchral_A 1.2512512512512513e-5 -sequent_A 1.2512512512512513e-5 -sequential_A 1.2512512512512513e-5 -seraphic_A 1.2512512512512513e-5 -sere_A 1.2512512512512513e-5 -serendipitous_A 1.2512512512512513e-5 -serene_A 5.005005005005005e-5 -serflike_A 1.2512512512512513e-5 -serial_A 1.7517517517517516e-4 -sericultural_A 1.2512512512512513e-5 -seriocomic_A 1.2512512512512513e-5 -serious_A 1.6641641641641641e-3 -serologic_A 1.2512512512512513e-5 -serous_A 1.2512512512512513e-5 -serpentine_A 2.5025025025025026e-5 -serrate_A 1.2512512512512513e-5 -serrated_A 1.2512512512512513e-5 -serried_A 1.2512512512512513e-5 -serrulate_A 1.2512512512512513e-5 -serviceable_A 1.2512512512512513e-5 -servile_A 2.5025025025025026e-5 -servomechanical_A 1.2512512512512513e-5 -sesquipedalian_A 1.2512512512512513e-5 -sessile_A 1.2512512512512513e-5 -sevenfold_A 1.2512512512512513e-5 -severe_A 8.008008008008008e-4 -sex_starved_A 1.2512512512512513e-5 -sexagenarian_A 1.2512512512512513e-5 -sexagesimal_A 1.2512512512512513e-5 -sexist_A 2.5025025025025026e-5 -sexless_A 1.2512512512512513e-5 -sextuple_A 1.2512512512512513e-5 -sexual_A 1.2512512512512512e-4 -sexy_A 6.256256256256256e-5 -seychellois_A 1.2512512512512513e-5 -shabby_A 2.5025025025025026e-5 -shabby_genteel_A 1.2512512512512513e-5 -shadowy_A 3.7537537537537536e-5 -shady_A 7.507507507507507e-5 -shaggy_A 2.5025025025025026e-5 -shakable_A 1.2512512512512513e-5 -shakedown_A 1.2512512512512513e-5 -shakespearian_A 1.2512512512512513e-5 -shaky_A 1.6266266266266267e-4 -shallow_A 3.7537537537537536e-5 -sham_A 1.2512512512512513e-5 -shamanist_A 1.2512512512512513e-5 -shambolic_A 1.2512512512512513e-5 -shame_making_A 1.2512512512512513e-5 -shamefaced_A 1.2512512512512513e-5 -shameful_A 1.2512512512512513e-5 -shameless_A 1.2512512512512513e-5 -shapeless_A 1.2512512512512513e-5 -shapely_A 1.2512512512512513e-5 -sharp_A 3.0655655655655654e-3 -sharp_eyed_A 1.2512512512512513e-5 -sharp_set_A 1.2512512512512513e-5 -sharp_sighted_A 1.2512512512512513e-5 -sharp_witted_A 2.5025025025025026e-5 -shatterproof_A 1.2512512512512513e-5 -shaven_A 1.2512512512512513e-5 -shavian_A 1.2512512512512513e-5 -sheepish_A 1.2512512512512513e-5 -sheeplike_A 1.2512512512512513e-5 -sheer_A 8.758758758758758e-5 -sheetlike_A 1.2512512512512513e-5 -shelflike_A 1.2512512512512513e-5 -shellproof_A 1.2512512512512513e-5 -shiftless_A 1.2512512512512513e-5 -shifty_A 1.2512512512512513e-5 -shimmery_A 1.2512512512512513e-5 -shingly_A 1.2512512512512513e-5 -shiny_A 5.005005005005005e-5 -shipboard_A 1.2512512512512513e-5 -shipshape_A 1.2512512512512513e-5 -shirty_A 1.2512512512512513e-5 -shitless_A 1.2512512512512513e-5 -shivery_A 1.2512512512512513e-5 -shock_headed_A 1.2512512512512513e-5 -shockable_A 1.2512512512512513e-5 -shocking_A 5.005005005005005e-5 -shod_A 1.2512512512512513e-5 -shoddy_A 3.7537537537537536e-5 -shopsoiled_A 1.2512512512512513e-5 -shopworn_A 1.2512512512512513e-5 -short_A 2.565065065065065e-3 -short_dated_A 2.5025025025025026e-5 -short_handed_A 1.2512512512512513e-5 -short_lived_A 1.001001001001001e-4 -short_range_A 3.7537537537537536e-5 -short_sighted_A 1.2512512512512513e-5 -short_tempered_A 1.2512512512512513e-5 -short_term_A 1.5640640640640642e-3 -short_winded_A 1.2512512512512513e-5 -shorthand_A 1.2512512512512513e-5 -shortish_A 1.2512512512512513e-5 -showery_A 1.2512512512512513e-5 -showy_A 1.2512512512512513e-5 -shrewd_A 8.758758758758758e-5 -shrewish_A 1.2512512512512513e-5 -shrill_A 1.2512512512512513e-5 -shrinkable_A 1.2512512512512513e-5 -shriveled_A 1.2512512512512513e-5 -shrubby_A 1.2512512512512513e-5 -shy_A 6.256256256256256e-5 -siamese_A 1.2512512512512513e-5 -siberian_A 1.2512512512512513e-5 -sibilant_A 1.2512512512512513e-5 -sibylline_A 1.2512512512512513e-5 -sicilian_A 1.2512512512512513e-5 -sick_A 2.6276276276276277e-4 -sickish_A 1.2512512512512513e-5 -sickly_A 1.2512512512512513e-5 -side_splitting_A 1.2512512512512513e-5 -sidearm_A 1.2512512512512513e-5 -sidelong_A 1.2512512512512513e-5 -sidereal_A 1.2512512512512513e-5 -sierra_leonian_A 1.2512512512512513e-5 -sightless_A 1.2512512512512513e-5 -sigmoid_A 1.2512512512512513e-5 -signal_A 1.2512512512512513e-5 -significant_A 2.5525525525525524e-3 -significative_A 1.2512512512512513e-5 -silent_A 1.001001001001001e-4 -siliceous_A 1.2512512512512513e-5 -silken_A 1.2512512512512513e-5 -silky_A 2.5025025025025026e-5 -silly_A 1.1261261261261261e-4 -silty_A 1.2512512512512513e-5 -silvan_A 1.2512512512512513e-5 -silver_A 1.2512512512512513e-5 -silvern_A 1.2512512512512513e-5 -silvery_A 2.5025025025025026e-5 -simian_A 1.2512512512512513e-5 -similar_A 2.665165165165165e-3 -simple_A 2.227227227227227e-3 -simple_hearted_A 1.2512512512512513e-5 -simple_minded_A 2.5025025025025026e-5 -simplex_A 1.2512512512512513e-5 -simplistic_A 1.2512512512512513e-5 -simultaneous_A 2.752752752752753e-4 -sincere_A 3.7537537537537536e-5 -sinewy_A 1.2512512512512513e-5 -sinful_A 2.5025025025025026e-5 -singable_A 1.2512512512512513e-5 -singaporean_A 1.2512512512512513e-5 -singhalese_A 1.2512512512512513e-5 -single_A 1.2887887887887888e-3 -single_breasted_A 1.2512512512512513e-5 -single_handed_A 7.507507507507507e-5 -single_minded_A 1.2512512512512513e-5 -singular_A 1.2512512512512513e-5 -sinhalese_A 1.2512512512512513e-5 -sinister_A 3.7537537537537536e-5 -sinistral_A 1.2512512512512513e-5 -sinistrorse_A 1.2512512512512513e-5 -sinkable_A 1.2512512512512513e-5 -sinless_A 1.2512512512512513e-5 -sintered_A 1.2512512512512513e-5 -sinuate_A 1.2512512512512513e-5 -sinuous_A 1.2512512512512513e-5 -sinusoidal_A 1.2512512512512513e-5 -sissified_A 1.2512512512512513e-5 -sisterly_A 1.2512512512512513e-5 -sixfold_A 2.5025025025025026e-5 -sixpenny_A 1.2512512512512513e-5 -sizable_A 2.8778778778778776e-4 -size_A 1.2512512512512513e-5 -sizeable_A 1.2512512512512513e-5 -skeletal_A 1.2512512512512513e-5 -skeptical_A 3.003003003003003e-4 -sketchy_A 8.758758758758758e-5 -skew_A 1.2512512512512513e-5 -skew_eyed_A 1.2512512512512513e-5 -skilful_A 1.2512512512512513e-5 -skilled_A 1.001001001001001e-4 -skim_A 1.2512512512512513e-5 -skimpy_A 2.5025025025025026e-5 -skin_deep_A 1.2512512512512513e-5 -skin_tight_A 1.2512512512512513e-5 -skinless_A 1.2512512512512513e-5 -skinny_A 1.2512512512512513e-5 -skint_A 1.2512512512512513e-5 -skintight_A 1.2512512512512513e-5 -skittish_A 7.507507507507507e-5 -skulled_A 1.2512512512512513e-5 -sky_blue_A 1.2512512512512513e-5 -skyward_A 1.2512512512512513e-5 -skywards_A 1.2512512512512513e-5 -slack_A 5.005005005005005e-5 -slanderous_A 1.2512512512512513e-5 -slangy_A 1.2512512512512513e-5 -slap_happy_A 1.2512512512512513e-5 -slap_up_A 1.2512512512512513e-5 -slapdash_A 1.2512512512512513e-5 -slapstick_A 1.2512512512512513e-5 -slatted_A 1.2512512512512513e-5 -slatternly_A 1.2512512512512513e-5 -slaty_A 1.2512512512512513e-5 -slav_A 1.2512512512512513e-5 -slaveholding_A 1.2512512512512513e-5 -slavelike_A 1.2512512512512513e-5 -slavish_A 2.5025025025025026e-5 -slavonic_A 1.2512512512512513e-5 -sleazy_A 5.005005005005005e-5 -sleek_A 7.507507507507507e-5 -sleepless_A 1.2512512512512513e-5 -sleepy_A 3.7537537537537536e-5 -sleety_A 1.2512512512512513e-5 -sleeved_A 1.2512512512512513e-5 -sleeveless_A 1.2512512512512513e-5 -slender_A 1.2512512512512513e-5 -slick_A 7.507507507507507e-5 -slight_A 2.43993993993994e-3 -slim_A 1.1261261261261261e-4 -slimed_A 1.2512512512512513e-5 -slimy_A 2.5025025025025026e-5 -slippered_A 1.2512512512512513e-5 -slippery_A 2.5025025025025026e-5 -slippy_A 1.2512512512512513e-5 -slipshod_A 2.5025025025025026e-5 -slithery_A 1.2512512512512513e-5 -sloppy_A 8.758758758758758e-5 -slothful_A 1.2512512512512513e-5 -slouchy_A 1.2512512512512513e-5 -slovenian_A 2.5025025025025026e-5 -slovenly_A 1.2512512512512513e-5 -slow_A 1.4514514514514514e-3 -slowgoing_A 1.2512512512512513e-5 -sluggish_A 4.87987987987988e-4 -slumberous_A 1.2512512512512513e-5 -slummy_A 1.2512512512512513e-5 -slushy_A 1.2512512512512513e-5 -sluttish_A 1.2512512512512513e-5 -sly_A 2.5025025025025026e-5 -small_A 6.6566566566566565e-3 -small_minded_A 1.2512512512512513e-5 -smaller_A 1.2512512512512513e-5 -smallish_A 1.2512512512512513e-5 -smalltime_A 1.2512512512512513e-5 -smarmy_A 1.2512512512512513e-5 -smart_A 2.002002002002002e-4 -smelly_A 2.5025025025025026e-5 -smoggy_A 1.2512512512512513e-5 -smoke_cured_A 1.2512512512512513e-5 -smoke_dried_A 1.2512512512512513e-5 -smokeless_A 1.2512512512512513e-5 -smoky_A 1.2512512512512513e-5 -smoldering_A 1.2512512512512513e-5 -smooth_A 3.2532532532532533e-4 -smooth_bore_A 1.2512512512512513e-5 -smooth_faced_A 1.2512512512512513e-5 -smooth_spoken_A 1.2512512512512513e-5 -smooth_tongued_A 1.2512512512512513e-5 -smothering_A 1.2512512512512513e-5 -smudgy_A 1.2512512512512513e-5 -smug_A 2.5025025025025026e-5 -smutty_A 1.2512512512512513e-5 -snaky_A 1.2512512512512513e-5 -snappish_A 1.2512512512512513e-5 -snappy_A 2.5025025025025026e-5 -snazzy_A 2.5025025025025026e-5 -sneaky_A 2.5025025025025026e-5 -sneezy_A 1.2512512512512513e-5 -snide_A 2.5025025025025026e-5 -sniffly_A 1.2512512512512513e-5 -sniffy_A 1.2512512512512513e-5 -snobbish_A 2.5025025025025026e-5 -snooty_A 2.5025025025025026e-5 -snorty_A 1.2512512512512513e-5 -snot_nosed_A 1.2512512512512513e-5 -snotty_A 2.5025025025025026e-5 -snow_clad_A 1.2512512512512513e-5 -snow_covered_A 1.2512512512512513e-5 -snow_white_A 1.2512512512512513e-5 -snowblind_A 1.2512512512512513e-5 -snowbound_A 1.2512512512512513e-5 -snowcapped_A 1.2512512512512513e-5 -snowy_A 1.2512512512512513e-5 -snub_A 1.2512512512512513e-5 -snub_nosed_A 1.2512512512512513e-5 -snuff_A 1.2512512512512513e-5 -snuff_colour_A 1.2512512512512513e-5 -snuff_coloured_A 1.2512512512512513e-5 -snug_A 1.2512512512512513e-5 -so_called_A 1.076076076076076e-3 -so_so_A 6.256256256256256e-5 -soapy_A 1.2512512512512513e-5 -sober_A 2.5025025025025026e-5 -sobersided_A 1.2512512512512513e-5 -sociable_A 1.2512512512512513e-5 -social_A 7.882882882882883e-4 -socialist_A 2.002002002002002e-4 -socialistic_A 1.2512512512512513e-5 -sociobiologic_A 1.2512512512512513e-5 -sociocultural_A 1.2512512512512513e-5 -socioeconomic_A 1.2512512512512513e-5 -sociolinguistic_A 1.2512512512512513e-5 -sociological_A 2.5025025025025026e-5 -sociopathic_A 1.2512512512512513e-5 -socratic_A 1.2512512512512513e-5 -sodden_A 1.2512512512512513e-5 -soft_A 7.757757757757758e-4 -soft_boiled_A 1.2512512512512513e-5 -soft_footed_A 1.2512512512512513e-5 -soft_headed_A 1.2512512512512513e-5 -soft_hearted_A 1.2512512512512513e-5 -soft_spoken_A 3.7537537537537536e-5 -soft_witted_A 1.2512512512512513e-5 -softhearted_A 1.2512512512512513e-5 -softish_A 1.2512512512512513e-5 -soggy_A 5.005005005005005e-5 -soigne_A 1.2512512512512513e-5 -soignee_A 1.2512512512512513e-5 -solanaceous_A 1.2512512512512513e-5 -solar_A 1.001001001001001e-4 -soldierly_A 1.2512512512512513e-5 -sole_A 4.7547547547547545e-4 -soleless_A 1.2512512512512513e-5 -solemn_A 3.7537537537537536e-5 -solicitous_A 3.7537537537537536e-5 -solid_A 4.5045045045045046e-4 -solid_state_A 2.5025025025025026e-5 -solitary_A 3.7537537537537536e-5 -solo_A 3.7537537537537536e-5 -soluble_A 6.256256256256256e-5 -solvable_A 1.2512512512512513e-5 -solvent_A 6.256256256256256e-5 -somali_A 3.7537537537537536e-5 -somalian_A 1.2512512512512513e-5 -somatic_A 1.2512512512512513e-5 -somatogenic_A 1.2512512512512513e-5 -somatosensory_A 1.2512512512512513e-5 -somber_A 1.2512512512512513e-5 -sombre_A 1.2512512512512513e-5 -some_A 1.2512512512512513e-5 -somnolent_A 1.2512512512512513e-5 -sonic_A 1.2512512512512513e-5 -sonorous_A 1.2512512512512513e-5 -sonsy_A 1.2512512512512513e-5 -soothing_A 1.2512512512512513e-5 -sooty_A 1.2512512512512513e-5 -sophistic_A 1.2512512512512513e-5 -sophisticated_A 5.630630630630631e-4 -soporific_A 2.5025025025025026e-5 -sopping_A 1.2512512512512513e-5 -soppy_A 1.2512512512512513e-5 -sopranino_A 1.2512512512512513e-5 -soprano_A 1.2512512512512513e-5 -sordid_A 1.2512512512512513e-5 -sore_A 7.507507507507507e-5 -sorrel_A 1.2512512512512513e-5 -sorrowful_A 1.2512512512512513e-5 -sorry_A 1.001001001001001e-4 -soteriological_A 1.2512512512512513e-5 -sotho_A 1.2512512512512513e-5 -sottish_A 1.2512512512512513e-5 -soul_destroying_A 1.2512512512512513e-5 -soul_stirring_A 1.2512512512512513e-5 -soulful_A 2.5025025025025026e-5 -soulless_A 2.5025025025025026e-5 -sound_A 2.2522522522522523e-4 -soundless_A 1.2512512512512513e-5 -soundproof_A 1.2512512512512513e-5 -soupy_A 1.2512512512512513e-5 -sour_A 1.6266266266266267e-4 -south_A 5.38038038038038e-4 -southbound_A 1.2512512512512513e-5 -southeast_A 1.2512512512512513e-5 -southeasterly_A 1.2512512512512513e-5 -southeastern_A 3.7537537537537536e-5 -southeastward_A 1.2512512512512513e-5 -southerly_A 1.2512512512512513e-5 -southern_A 4.87987987987988e-4 -southernmost_A 1.2512512512512513e-5 -southwest_A 1.2512512512512513e-5 -southwesterly_A 1.2512512512512513e-5 -southwestern_A 2.5025025025025026e-5 -southwestward_A 1.2512512512512513e-5 -sovereign_A 3.7537537537537536e-5 -soviet_A 2.0645645645645644e-3 -sozzled_A 1.2512512512512513e-5 -spacious_A 2.5025025025025026e-5 -spanish_A 3.7537537537537536e-5 -spanking_A 2.5025025025025026e-5 -spare_A 1.1261261261261261e-4 -sparing_A 3.7537537537537536e-5 -sparse_A 3.7537537537537536e-5 -spartan_A 2.5025025025025026e-5 -spasmodic_A 1.2512512512512513e-5 -spastic_A 1.2512512512512513e-5 -spatial_A 1.2512512512512513e-5 -spatiotemporal_A 1.2512512512512513e-5 -spatulate_A 1.2512512512512513e-5 -spavined_A 1.2512512512512513e-5 -speakable_A 1.2512512512512513e-5 -special_A 2.43993993993994e-3 -specialistic_A 1.2512512512512513e-5 -specifiable_A 1.2512512512512513e-5 -specific_A 1.514014014014014e-3 -specious_A 1.2512512512512513e-5 -specked_A 1.2512512512512513e-5 -speckled_A 2.5025025025025026e-5 -speckless_A 1.2512512512512513e-5 -spectacled_A 1.2512512512512513e-5 -spectacular_A 1.8768768768768769e-4 -spectral_A 1.2512512512512513e-5 -spectrographic_A 1.2512512512512513e-5 -spectrometric_A 1.2512512512512513e-5 -spectroscopic_A 1.2512512512512513e-5 -speculative_A 1.6266266266266267e-4 -speechless_A 1.2512512512512513e-5 -speedy_A 7.507507507507507e-5 -spellbound_A 1.2512512512512513e-5 -spermicidal_A 1.2512512512512513e-5 -spermous_A 1.2512512512512513e-5 -spherical_A 1.2512512512512513e-5 -sphingine_A 1.2512512512512513e-5 -spicate_A 1.2512512512512513e-5 -spick_A 1.2512512512512513e-5 -spicy_A 1.2512512512512513e-5 -spidery_A 1.2512512512512513e-5 -spiffing_A 1.2512512512512513e-5 -spikelike_A 1.2512512512512513e-5 -spiky_A 1.2512512512512513e-5 -spinal_A 5.005005005005005e-5 -spindle_legged_A 1.2512512512512513e-5 -spindle_shanked_A 1.2512512512512513e-5 -spindly_A 1.2512512512512513e-5 -spineless_A 1.2512512512512513e-5 -spinnable_A 1.2512512512512513e-5 -spinose_A 1.2512512512512513e-5 -spinous_A 1.2512512512512513e-5 -spiny_A 1.2512512512512513e-5 -spiral_A 1.2512512512512513e-5 -spiritless_A 1.2512512512512513e-5 -spiritual_A 2.5025025025025026e-5 -spiritualistic_A 1.2512512512512513e-5 -spirituous_A 1.2512512512512513e-5 -spiteful_A 1.2512512512512513e-5 -splashy_A 1.2512512512512513e-5 -splay_A 1.2512512512512513e-5 -splayfooted_A 1.2512512512512513e-5 -splendid_A 6.256256256256256e-5 -splendiferous_A 1.2512512512512513e-5 -splenetic_A 1.2512512512512513e-5 -splenic_A 1.2512512512512513e-5 -splinter_proof_A 1.2512512512512513e-5 -splintery_A 1.2512512512512513e-5 -spondaic_A 1.2512512512512513e-5 -spongy_A 1.2512512512512513e-5 -spontaneous_A 6.256256256256256e-5 -spooky_A 2.5025025025025026e-5 -sporadic_A 8.758758758758758e-5 -sporogenous_A 1.2512512512512513e-5 -sportive_A 1.2512512512512513e-5 -sportsmanlike_A 1.2512512512512513e-5 -sporty_A 1.2512512512512513e-5 -spotless_A 1.2512512512512513e-5 -spotty_A 7.507507507507507e-5 -spousal_A 1.2512512512512513e-5 -sprawly_A 1.2512512512512513e-5 -sprigged_A 1.2512512512512513e-5 -sprightly_A 3.7537537537537536e-5 -springless_A 1.2512512512512513e-5 -springlike_A 1.2512512512512513e-5 -springy_A 1.2512512512512513e-5 -spruce_A 1.2512512512512513e-5 -spry_A 1.2512512512512513e-5 -spunky_A 1.2512512512512513e-5 -spurious_A 2.5025025025025026e-5 -squab_A 1.2512512512512513e-5 -squalid_A 3.7537537537537536e-5 -squally_A 1.2512512512512513e-5 -squamulose_A 1.2512512512512513e-5 -square_A 3.503503503503503e-4 -square_built_A 1.2512512512512513e-5 -square_rigged_A 1.2512512512512513e-5 -square_shouldered_A 1.2512512512512513e-5 -square_toed_A 1.2512512512512513e-5 -squarish_A 1.2512512512512513e-5 -squashy_A 1.2512512512512513e-5 -squat_A 2.5025025025025026e-5 -squeaky_A 1.2512512512512513e-5 -squeamish_A 3.7537537537537536e-5 -squiffy_A 1.2512512512512513e-5 -squiggly_A 1.2512512512512513e-5 -squinched_A 1.2512512512512513e-5 -squint_eyed_A 1.2512512512512513e-5 -squinty_A 1.2512512512512513e-5 -sri_lankan_A 1.2512512512512513e-5 -stabile_A 1.2512512512512513e-5 -stable_A 4.3793793793793793e-4 -staccato_A 1.2512512512512513e-5 -stage_struck_A 1.2512512512512513e-5 -stagflationary_A 1.2512512512512513e-5 -stagnant_A 7.507507507507507e-5 -stagy_A 1.2512512512512513e-5 -staid_A 5.005005005005005e-5 -stainable_A 1.2512512512512513e-5 -stainless_A 2.5025025025025026e-5 -stale_A 5.005005005005005e-5 -stall_fed_A 1.2512512512512513e-5 -stalwart_A 3.7537537537537536e-5 -stand_up_A 1.2512512512512513e-5 -standard_A 8.258258258258258e-4 -standby_A 1.2512512512512513e-5 -standoffish_A 1.2512512512512513e-5 -stannic_A 1.2512512512512513e-5 -staphylococcal_A 1.2512512512512513e-5 -staple_A 1.2512512512512513e-5 -starboard_A 1.2512512512512513e-5 -starchless_A 1.2512512512512513e-5 -starchlike_A 1.2512512512512513e-5 -starchy_A 1.2512512512512513e-5 -stark_A 1.1261261261261261e-4 -starkers_A 1.2512512512512513e-5 -starless_A 1.2512512512512513e-5 -starlike_A 1.2512512512512513e-5 -starlit_A 1.2512512512512513e-5 -starry_A 1.2512512512512513e-5 -starry_eyed_A 1.2512512512512513e-5 -startling_A 1.2512512512512513e-5 -stateless_A 1.2512512512512513e-5 -stately_A 5.005005005005005e-5 -statesmanlike_A 1.2512512512512513e-5 -statewide_A 1.2512512512512513e-5 -static_A 3.7537537537537536e-5 -stationary_A 3.7537537537537536e-5 -statistical_A 1.7517517517517516e-4 -stative_A 1.2512512512512513e-5 -statuary_A 1.2512512512512513e-5 -statuesque_A 1.2512512512512513e-5 -statutory_A 1.2512512512512512e-4 -staunch_A 8.758758758758758e-5 -steadfast_A 5.005005005005005e-5 -steady_A 8.758758758758759e-4 -stealthy_A 1.2512512512512513e-5 -steamy_A 1.2512512512512513e-5 -stearic_A 1.2512512512512513e-5 -steel_clad_A 1.2512512512512513e-5 -steel_plated_A 1.2512512512512513e-5 -steely_A 2.5025025025025026e-5 -steep_A 5.755755755755755e-4 -steepish_A 1.2512512512512513e-5 -steerable_A 1.2512512512512513e-5 -stellar_A 7.507507507507507e-5 -stemless_A 1.2512512512512513e-5 -stemmatic_A 1.2512512512512513e-5 -stenographic_A 1.2512512512512513e-5 -stenosed_A 1.2512512512512513e-5 -stentorian_A 1.2512512512512513e-5 -stereophonic_A 1.2512512512512513e-5 -stereoscopic_A 1.2512512512512513e-5 -sterile_A 3.7537537537537536e-5 -sterling_A 8.758758758758758e-5 -stern_A 5.005005005005005e-5 -sternal_A 1.2512512512512513e-5 -sternutatory_A 1.2512512512512513e-5 -steroidal_A 1.2512512512512513e-5 -stertorous_A 1.2512512512512513e-5 -stick_in_the_mud_A 1.2512512512512513e-5 -stick_on_A 1.2512512512512513e-5 -sticky_A 5.005005005005005e-5 -stiff_A 2.6276276276276277e-4 -stiff_necked_A 1.2512512512512513e-5 -stigmatic_A 1.2512512512512513e-5 -still_A 3.7537537537537536e-5 -stillborn_A 1.2512512512512513e-5 -stilly_A 1.2512512512512513e-5 -stilted_A 1.2512512512512513e-5 -stimulant_A 1.2512512512512513e-5 -stimulating_A 1.2512512512512513e-5 -stimulative_A 1.2512512512512513e-5 -stingless_A 1.2512512512512513e-5 -stingy_A 3.7537537537537536e-5 -stipendiary_A 1.2512512512512513e-5 -stochastic_A 1.2512512512512513e-5 -stock_A 1.2512512512512513e-5 -stockinged_A 1.2512512512512513e-5 -stocky_A 1.2512512512512513e-5 -stodgy_A 3.7537537537537536e-5 -stoic_A 1.2512512512512513e-5 -stoical_A 1.2512512512512513e-5 -stoichiometric_A 1.2512512512512513e-5 -stolid_A 2.5025025025025026e-5 -stoloniferous_A 1.2512512512512513e-5 -stomatal_A 1.2512512512512513e-5 -stomatous_A 1.2512512512512513e-5 -stone_A 1.2512512512512513e-5 -stone_blind_A 1.2512512512512513e-5 -stone_cold_A 1.2512512512512513e-5 -stone_dead_A 1.2512512512512513e-5 -stone_deaf_A 1.2512512512512513e-5 -stone_sober_A 1.2512512512512513e-5 -stoneless_A 1.2512512512512513e-5 -stony_A 1.2512512512512513e-5 -stony_broke_A 1.2512512512512513e-5 -stoppable_A 1.2512512512512513e-5 -stoppered_A 1.2512512512512513e-5 -storeyed_A 1.2512512512512513e-5 -storied_A 1.2512512512512513e-5 -storm_beaten_A 1.2512512512512513e-5 -storm_bound_A 1.2512512512512513e-5 -storm_tossed_A 1.2512512512512513e-5 -stormbound_A 1.2512512512512513e-5 -stormproof_A 1.2512512512512513e-5 -stormy_A 3.7537537537537536e-5 -stout_A 1.2512512512512513e-5 -stouthearted_A 1.2512512512512513e-5 -stovepiped_A 1.2512512512512513e-5 -straggly_A 1.2512512512512513e-5 -straight_A 2.5025025025025025e-4 -straightforward_A 3.7537537537537536e-5 -strait_A 1.2512512512512513e-5 -strait_laced_A 2.5025025025025026e-5 -strange_A 2.127127127127127e-4 -strapless_A 1.2512512512512513e-5 -straplike_A 1.2512512512512513e-5 -strapping_A 1.2512512512512513e-5 -strategic_A 6.881881881881882e-4 -strategical_A 2.5025025025025026e-5 -straw_A 1.2512512512512513e-5 -straw_coloured_A 1.2512512512512513e-5 -stray_A 1.2512512512512513e-5 -streaky_A 1.2512512512512513e-5 -streetwise_A 1.2512512512512513e-5 -strenuous_A 5.005005005005005e-5 -streptococcal_A 1.2512512512512513e-5 -stretch_A 1.2512512512512513e-5 -stretchable_A 1.2512512512512513e-5 -striate_A 1.2512512512512513e-5 -striated_A 1.2512512512512513e-5 -stricken_A 3.7537537537537536e-5 -strict_A 3.878878878878879e-4 -strident_A 2.5025025025025026e-5 -strikebound_A 1.2512512512512513e-5 -striking_A 1.1261261261261261e-4 -stringent_A 8.758758758758758e-5 -stringy_A 1.2512512512512513e-5 -striped_A 1.2512512512512513e-5 -stripy_A 1.2512512512512513e-5 -strong_A 5.543043043043043e-3 -strong_arm_A 2.5025025025025026e-5 -strong_boned_A 1.2512512512512513e-5 -strong_minded_A 1.2512512512512513e-5 -stroppy_A 1.2512512512512513e-5 -structural_A 6.131131131131132e-4 -stubbly_A 1.2512512512512513e-5 -stubborn_A 8.758758758758758e-5 -stubby_A 2.5025025025025026e-5 -stuck_up_A 1.2512512512512513e-5 -studious_A 3.7537537537537536e-5 -stuffy_A 2.5025025025025026e-5 -stumpy_A 1.2512512512512513e-5 -stunning_A 1.3763763763763765e-4 -stupefying_A 1.2512512512512513e-5 -stupendous_A 1.2512512512512513e-5 -stupid_A 1.5015015015015014e-4 -stupifying_A 1.2512512512512513e-5 -sturdy_A 5.005005005005005e-5 -stygian_A 2.5025025025025026e-5 -styleless_A 1.2512512512512513e-5 -stylish_A 3.7537537537537536e-5 -stylistic_A 3.7537537537537536e-5 -styptic_A 1.2512512512512513e-5 -suave_A 1.2512512512512513e-5 -sub_judice_A 1.2512512512512513e-5 -subacid_A 1.2512512512512513e-5 -subacute_A 1.2512512512512513e-5 -subaqueous_A 1.2512512512512513e-5 -subarctic_A 1.2512512512512513e-5 -subartesian_A 1.2512512512512513e-5 -subatomic_A 1.2512512512512513e-5 -subclavian_A 1.2512512512512513e-5 -subclinical_A 1.2512512512512513e-5 -subconscious_A 1.2512512512512513e-5 -subcortical_A 1.2512512512512513e-5 -subcutaneous_A 1.2512512512512513e-5 -subduable_A 1.2512512512512513e-5 -subdural_A 1.2512512512512513e-5 -subfusc_A 1.2512512512512513e-5 -subgross_A 1.2512512512512513e-5 -subhuman_A 1.2512512512512513e-5 -subjacent_A 1.2512512512512513e-5 -subject_A 1.2512512512512513e-5 -subjective_A 3.7537537537537536e-5 -subjunctive_A 1.2512512512512513e-5 -sublimate_A 1.2512512512512513e-5 -sublime_A 3.7537537537537536e-5 -sublimed_A 1.2512512512512513e-5 -subliminal_A 2.5025025025025026e-5 -sublingual_A 1.2512512512512513e-5 -subliterary_A 1.2512512512512513e-5 -sublittoral_A 1.2512512512512513e-5 -sublunar_A 1.2512512512512513e-5 -submarine_A 3.7537537537537536e-5 -submersible_A 1.2512512512512513e-5 -submissive_A 1.2512512512512513e-5 -subnormal_A 1.2512512512512513e-5 -suboceanic_A 1.2512512512512513e-5 -suborbital_A 1.2512512512512513e-5 -subordinate_A 8.758758758758758e-5 -subordinative_A 1.2512512512512513e-5 -subscript_A 1.2512512512512513e-5 -subsequent_A 5.505505505505506e-4 -subservient_A 1.2512512512512513e-5 -subsidiary_A 6.256256256256256e-5 -subsonic_A 1.2512512512512513e-5 -substandard_A 2.5025025025025026e-5 -substantial_A 1.9644644644644643e-3 -substantival_A 1.2512512512512513e-5 -substantive_A 7.507507507507507e-5 -substitutable_A 1.2512512512512513e-5 -subsurface_A 1.2512512512512513e-5 -subterminal_A 1.2512512512512513e-5 -subterranean_A 2.5025025025025026e-5 -subtle_A 8.758758758758758e-5 -subtractive_A 1.2512512512512513e-5 -subtropical_A 1.2512512512512513e-5 -suburban_A 2.5025025025025025e-4 -suburbanized_A 1.2512512512512513e-5 -subversive_A 1.2512512512512513e-5 -successful_A 1.151151151151151e-3 -successive_A 6.256256256256256e-5 -succinct_A 1.2512512512512513e-5 -succinic_A 1.2512512512512513e-5 -succulent_A 1.2512512512512513e-5 -suchlike_A 1.2512512512512513e-5 -suctorial_A 1.2512512512512513e-5 -sudanese_A 1.2512512512512513e-5 -sudden_A 9.884884884884884e-4 -suety_A 1.2512512512512513e-5 -sufferable_A 1.2512512512512513e-5 -sufficient_A 5.755755755755755e-4 -suffrutescent_A 1.2512512512512513e-5 -suffusive_A 1.2512512512512513e-5 -sugar_coated_A 1.2512512512512513e-5 -sugarless_A 1.2512512512512513e-5 -sugary_A 2.5025025025025026e-5 -suggestible_A 1.2512512512512513e-5 -suggestive_A 1.2512512512512513e-5 -suicidal_A 2.5025025025025026e-5 -suitable_A 1.001001001001001e-4 -sulcate_A 1.2512512512512513e-5 -sulfurous_A 1.2512512512512513e-5 -sulky_A 1.2512512512512513e-5 -sullen_A 1.2512512512512513e-5 -sulphuretted_A 1.2512512512512513e-5 -sulphuric_A 1.2512512512512513e-5 -sulphurous_A 1.2512512512512513e-5 -sultry_A 1.2512512512512513e-5 -sumatran_A 1.2512512512512513e-5 -summary_A 5.005005005005005e-5 -summational_A 1.2512512512512513e-5 -summery_A 1.2512512512512513e-5 -sumptuary_A 1.2512512512512513e-5 -sumptuous_A 1.2512512512512513e-5 -sun_drenched_A 2.5025025025025026e-5 -sun_dried_A 1.2512512512512513e-5 -sunbaked_A 1.2512512512512513e-5 -sunburned_A 1.2512512512512513e-5 -sunburnt_A 1.2512512512512513e-5 -sundry_A 2.5025025025025026e-5 -sunless_A 1.2512512512512513e-5 -sunlit_A 1.2512512512512513e-5 -sunny_A 5.005005005005005e-5 -sunray_A 1.2512512512512513e-5 -sunset_A 1.2512512512512513e-5 -super_A 2.5025025025025026e-5 -superabundant_A 1.2512512512512513e-5 -superb_A 3.7537537537537536e-5 -supercharged_A 1.2512512512512513e-5 -supercilious_A 2.5025025025025026e-5 -supercritical_A 1.2512512512512513e-5 -superfatted_A 1.2512512512512513e-5 -superficial_A 3.7537537537537536e-5 -superfine_A 1.2512512512512513e-5 -superfluous_A 1.2512512512512513e-5 -superhuman_A 1.2512512512512513e-5 -superincumbent_A 1.2512512512512513e-5 -superior_A 2.127127127127127e-4 -superjacent_A 1.2512512512512513e-5 -superlative_A 1.2512512512512513e-5 -supernal_A 1.2512512512512513e-5 -supernatant_A 1.2512512512512513e-5 -supernatural_A 1.2512512512512513e-5 -supernaturalist_A 1.2512512512512513e-5 -supernormal_A 1.2512512512512513e-5 -superordinate_A 1.2512512512512513e-5 -supersaturated_A 1.2512512512512513e-5 -superscript_A 1.2512512512512513e-5 -supersonic_A 3.7537537537537536e-5 -superstitious_A 1.2512512512512513e-5 -supervisory_A 2.5025025025025026e-5 -supine_A 1.2512512512512513e-5 -supperless_A 1.2512512512512513e-5 -supple_A 1.2512512512512513e-5 -supplementary_A 1.2512512512512513e-5 -suppliant_A 1.2512512512512513e-5 -supportable_A 1.2512512512512513e-5 -supportive_A 1.2512512512512513e-5 -supposed_A 1.6266266266266267e-4 -suppressive_A 1.2512512512512513e-5 -suppurative_A 1.2512512512512513e-5 -supranational_A 1.2512512512512513e-5 -supraorbital_A 1.2512512512512513e-5 -suprasegmental_A 1.2512512512512513e-5 -supreme_A 3.7537537537537536e-5 -sure_A 1.463963963963964e-3 -sure_footed_A 1.2512512512512513e-5 -surefooted_A 1.2512512512512513e-5 -surface_A 1.2512512512512513e-5 -surface_to_air_A 3.7537537537537536e-5 -surficial_A 1.2512512512512513e-5 -surgical_A 1.1261261261261261e-4 -surly_A 1.2512512512512513e-5 -surmountable_A 1.2512512512512513e-5 -surpassing_A 1.2512512512512513e-5 -surpliced_A 1.2512512512512513e-5 -surprising_A 8.758758758758759e-4 -surrealistic_A 1.2512512512512513e-5 -surreptitious_A 3.7537537537537536e-5 -surrogate_A 2.5025025025025026e-5 -surrounding_A 2.5025025025025026e-5 -susceptible_A 1.1261261261261261e-4 -suspect_A 7.507507507507507e-5 -suspensive_A 1.2512512512512513e-5 -suspicious_A 7.507507507507507e-5 -sustainable_A 1.2512512512512513e-5 -sustentacular_A 1.2512512512512513e-5 -svelte_A 2.5025025025025026e-5 -swagger_A 1.2512512512512513e-5 -swallow_tailed_A 1.2512512512512513e-5 -swampy_A 1.2512512512512513e-5 -swank_A 1.2512512512512513e-5 -swanky_A 2.5025025025025026e-5 -swarthy_A 1.2512512512512513e-5 -swashbuckling_A 1.2512512512512513e-5 -swazi_A 1.2512512512512513e-5 -sweaty_A 2.5025025025025026e-5 -swede_A 1.2512512512512513e-5 -swedish_A 1.2512512512512513e-5 -sweeping_A 2.5025025025025026e-5 -sweet_A 1.7517517517517516e-4 -sweet_scented_A 1.2512512512512513e-5 -sweetheart_A 1.2512512512512513e-5 -sweetish_A 1.2512512512512513e-5 -swell_A 1.2512512512512513e-5 -sweptback_A 1.2512512512512513e-5 -sweptwing_A 1.2512512512512513e-5 -swift_A 2.5025025025025025e-4 -swingeing_A 1.2512512512512513e-5 -swinish_A 1.2512512512512513e-5 -swish_A 1.2512512512512513e-5 -swishy_A 1.2512512512512513e-5 -swiss_A 7.507507507507507e-4 -swollen_headed_A 1.2512512512512513e-5 -sybaritic_A 1.2512512512512513e-5 -sycophantic_A 1.2512512512512513e-5 -syllabic_A 1.2512512512512513e-5 -syllabled_A 1.2512512512512513e-5 -syllogistic_A 1.2512512512512513e-5 -sylph_like_A 1.2512512512512513e-5 -sylvan_A 1.2512512512512513e-5 -symbiotic_A 1.2512512512512513e-5 -symbolic_A 7.507507507507507e-5 -symbolical_A 2.5025025025025026e-5 -symmetric_A 1.2512512512512513e-5 -symmetrical_A 2.5025025025025026e-5 -sympathetic_A 1.6266266266266267e-4 -sympatric_A 1.2512512512512513e-5 -symphonic_A 1.2512512512512513e-5 -symptomatic_A 1.2512512512512513e-5 -symptomless_A 1.2512512512512513e-5 -synaptic_A 1.2512512512512513e-5 -syncarpous_A 1.2512512512512513e-5 -syncategorematic_A 1.2512512512512513e-5 -synchronic_A 1.2512512512512513e-5 -synchronous_A 2.5025025025025026e-5 -synclinal_A 1.2512512512512513e-5 -syncretic_A 1.2512512512512513e-5 -syndetic_A 1.2512512512512513e-5 -synecdochic_A 1.2512512512512513e-5 -synergetic_A 1.2512512512512513e-5 -synergistic_A 1.2512512512512513e-5 -synesthetic_A 1.2512512512512513e-5 -synoicous_A 1.2512512512512513e-5 -synonymous_A 2.5025025025025026e-5 -synoptic_A 1.2512512512512513e-5 -synovial_A 1.2512512512512513e-5 -synsemantic_A 1.2512512512512513e-5 -syntactic_A 1.2512512512512513e-5 -syntagmatic_A 1.2512512512512513e-5 -synthetic_A 1.2512512512512512e-4 -syphilitic_A 1.2512512512512513e-5 -syrian_A 8.758758758758758e-5 -syrupy_A 1.2512512512512513e-5 -systematic_A 6.256256256256256e-5 -systemic_A 1.2512512512512513e-5 -systolic_A 1.2512512512512513e-5 -tabby_A 1.2512512512512513e-5 -table_d'hote_A 1.2512512512512513e-5 -taboo_A 3.7537537537537536e-5 -tabular_A 1.2512512512512513e-5 -tacit_A 8.758758758758758e-5 -taciturn_A 1.2512512512512513e-5 -tacky_A 2.5025025025025026e-5 -tactful_A 1.2512512512512513e-5 -tactical_A 1.1261261261261261e-4 -tactile_A 1.2512512512512513e-5 -tactless_A 1.2512512512512513e-5 -tactual_A 1.2512512512512513e-5 -tahitian_A 1.2512512512512513e-5 -tailless_A 1.2512512512512513e-5 -tailor_made_A 5.005005005005005e-5 -taintless_A 1.2512512512512513e-5 -taiwanese_A 7.507507507507507e-5 -take_home_A 1.2512512512512513e-5 -takeaway_A 1.2512512512512513e-5 -takeout_A 1.2512512512512513e-5 -talented_A 1.2512512512512513e-5 -talismanic_A 1.2512512512512513e-5 -talkative_A 1.2512512512512513e-5 -tall_A 1.7517517517517516e-4 -tallish_A 1.2512512512512513e-5 -tamable_A 1.2512512512512513e-5 -tame_A 1.001001001001001e-4 -tamil_A 1.2512512512512513e-5 -tan_A 1.2512512512512513e-5 -tangential_A 1.2512512512512513e-5 -tangerine_A 1.2512512512512513e-5 -tangible_A 1.001001001001001e-4 -tangy_A 1.2512512512512513e-5 -tannic_A 1.2512512512512513e-5 -tannish_A 1.2512512512512513e-5 -tantalizing_A 1.2512512512512513e-5 -tantamount_A 5.005005005005005e-5 -tanzanian_A 1.2512512512512513e-5 -tapestried_A 1.2512512512512513e-5 -tardive_A 1.2512512512512513e-5 -tardy_A 5.005005005005005e-5 -tarry_A 1.2512512512512513e-5 -tarsal_A 1.2512512512512513e-5 -tart_A 2.5025025025025026e-5 -tartaric_A 1.2512512512512513e-5 -tasseled_A 1.2512512512512513e-5 -tasselled_A 1.2512512512512513e-5 -tasteful_A 3.7537537537537536e-5 -tasteless_A 5.005005005005005e-5 -tasty_A 6.256256256256256e-5 -tattered_A 2.5025025025025026e-5 -tatty_A 1.2512512512512513e-5 -taurine_A 1.2512512512512513e-5 -taut_A 2.5025025025025026e-5 -tautological_A 1.2512512512512513e-5 -tawdry_A 2.5025025025025026e-5 -tawny_A 1.2512512512512513e-5 -tax_free_A 1.8768768768768769e-4 -taxable_A 3.2532532532532533e-4 -taxonomic_A 1.2512512512512513e-5 -taxpaying_A 1.2512512512512513e-5 -teachable_A 1.2512512512512513e-5 -tearaway_A 1.2512512512512513e-5 -tearful_A 1.2512512512512513e-5 -tearless_A 1.2512512512512513e-5 -teary_A 1.2512512512512513e-5 -teasing_A 1.2512512512512513e-5 -technical_A 9.884884884884884e-4 -technological_A 1.6266266266266267e-4 -technophilic_A 1.2512512512512513e-5 -technophobic_A 1.2512512512512513e-5 -techy_A 1.2512512512512513e-5 -tectonic_A 1.2512512512512513e-5 -tedious_A 2.5025025025025026e-5 -teenage_A 3.7537537537537536e-5 -teeny_A 1.2512512512512513e-5 -teetotal_A 1.2512512512512513e-5 -tegular_A 1.2512512512512513e-5 -telegnostic_A 1.2512512512512513e-5 -telegraphic_A 1.2512512512512513e-5 -telemetered_A 1.2512512512512513e-5 -teleological_A 1.2512512512512513e-5 -telepathic_A 1.2512512512512513e-5 -telephonic_A 1.2512512512512513e-5 -telescopic_A 1.2512512512512513e-5 -telling_A 3.7537537537537536e-5 -tellurian_A 1.2512512512512513e-5 -telluric_A 1.2512512512512513e-5 -telocentric_A 1.2512512512512513e-5 -temperamental_A 1.2512512512512513e-5 -temperate_A 1.2512512512512513e-5 -tempest_swept_A 1.2512512512512513e-5 -tempest_tossed_A 1.2512512512512513e-5 -tempestuous_A 1.2512512512512513e-5 -temporal_A 2.5025025025025026e-5 -temporary_A 1.4014014014014013e-3 -temptable_A 1.2512512512512513e-5 -tenable_A 1.2512512512512513e-5 -tenacious_A 5.005005005005005e-5 -tendentious_A 2.5025025025025026e-5 -tender_A 3.7537537537537536e-5 -tenderhearted_A 1.2512512512512513e-5 -tenderized_A 1.2512512512512513e-5 -tendinous_A 1.2512512512512513e-5 -tenebrous_A 1.2512512512512513e-5 -tenfold_A 1.2512512512512513e-5 -tenor_A 1.2512512512512513e-5 -tense_A 6.256256256256256e-5 -tensile_A 1.2512512512512513e-5 -tensional_A 1.2512512512512513e-5 -tensionless_A 1.2512512512512513e-5 -tentacled_A 1.2512512512512513e-5 -tentacular_A 1.2512512512512513e-5 -tentative_A 6.006006006006006e-4 -tenuous_A 2.5025025025025026e-5 -tenured_A 1.2512512512512513e-5 -tepid_A 3.7537537537537536e-5 -teratogenic_A 1.2512512512512513e-5 -terete_A 1.2512512512512513e-5 -terminable_A 1.2512512512512513e-5 -terminal_A 2.5025025025025026e-5 -terminative_A 1.2512512512512513e-5 -terminological_A 1.2512512512512513e-5 -ternary_A 1.2512512512512513e-5 -ternate_A 1.2512512512512513e-5 -terpsichorean_A 1.2512512512512513e-5 -terrestrial_A 2.5025025025025026e-5 -terrible_A 2.002002002002002e-4 -terrific_A 7.507507507507507e-5 -territorial_A 1.2512512512512513e-5 -terror_stricken_A 1.2512512512512513e-5 -terror_struck_A 1.2512512512512513e-5 -terse_A 2.5025025025025026e-5 -tertian_A 1.2512512512512513e-5 -tertiary_A 1.2512512512512513e-5 -tessellated_A 1.2512512512512513e-5 -testaceous_A 1.2512512512512513e-5 -testamentary_A 1.2512512512512513e-5 -testate_A 1.2512512512512513e-5 -testicular_A 1.2512512512512513e-5 -testimonial_A 1.2512512512512513e-5 -testy_A 1.2512512512512513e-5 -tetanic_A 1.2512512512512513e-5 -tetchy_A 1.2512512512512513e-5 -tetragonal_A 1.2512512512512513e-5 -tetramerous_A 1.2512512512512513e-5 -tetrametric_A 1.2512512512512513e-5 -tetravalent_A 1.2512512512512513e-5 -teutonic_A 2.5025025025025026e-5 -texan_A 2.5025025025025026e-5 -textile_A 6.256256256256256e-5 -textual_A 1.2512512512512513e-5 -textured_A 1.2512512512512513e-5 -thai_A 3.7537537537537536e-5 -thalamocortical_A 1.2512512512512513e-5 -thalassic_A 1.2512512512512513e-5 -thalloid_A 1.2512512512512513e-5 -thallophytic_A 1.2512512512512513e-5 -thankful_A 2.5025025025025026e-5 -thankless_A 2.5025025025025026e-5 -theatrical_A 8.758758758758758e-5 -theist_A 1.2512512512512513e-5 -theistic_A 1.2512512512512513e-5 -theistical_A 1.2512512512512513e-5 -thematic_A 2.5025025025025026e-5 -thenal_A 1.2512512512512513e-5 -theocratic_A 1.2512512512512513e-5 -theological_A 2.5025025025025026e-5 -theoretic_A 1.2512512512512513e-5 -theoretical_A 1.1261261261261261e-4 -theosophical_A 1.2512512512512513e-5 -therapeutic_A 5.005005005005005e-5 -therapeutical_A 1.2512512512512513e-5 -thermal_A 5.005005005005005e-5 -thermionic_A 1.2512512512512513e-5 -thermodynamic_A 1.2512512512512513e-5 -thermoelectric_A 1.2512512512512513e-5 -thermohydrometric_A 1.2512512512512513e-5 -thermolabile_A 1.2512512512512513e-5 -thermometric_A 1.2512512512512513e-5 -thermonuclear_A 1.2512512512512513e-5 -thermoplastic_A 1.2512512512512513e-5 -thermosetting_A 1.2512512512512513e-5 -thermostatic_A 1.2512512512512513e-5 -thespian_A 2.5025025025025026e-5 -thick_A 1.7517517517517516e-4 -thick_headed_A 1.2512512512512513e-5 -thick_set_A 1.2512512512512513e-5 -thick_skinned_A 1.2512512512512513e-5 -thickset_A 1.2512512512512513e-5 -thickspread_A 1.2512512512512513e-5 -thievish_A 1.2512512512512513e-5 -thin_A 5.880880880880881e-4 -thin_skinned_A 1.2512512512512513e-5 -thine_A 1.2512512512512513e-5 -thinkable_A 1.2512512512512513e-5 -third_rate_A 1.2512512512512513e-5 -thirdhand_A 1.2512512512512513e-5 -thirsty_A 2.5025025025025026e-5 -thistlelike_A 1.2512512512512513e-5 -thoriated_A 1.2512512512512513e-5 -thornless_A 1.2512512512512513e-5 -thorny_A 1.2512512512512513e-5 -thorough_A 1.2512512512512512e-4 -thoroughbred_A 6.256256256256256e-5 -thoroughgoing_A 1.2512512512512513e-5 -thoughtful_A 5.005005005005005e-5 -thoughtless_A 3.7537537537537536e-5 -thousandfold_A 1.2512512512512513e-5 -threadbare_A 1.2512512512512513e-5 -threadlike_A 1.2512512512512513e-5 -three_cornered_A 1.2512512512512513e-5 -three_d_A 1.2512512512512513e-5 -three_dimensional_A 5.005005005005005e-5 -three_figure_A 1.2512512512512513e-5 -three_funnelled_A 1.2512512512512513e-5 -three_lane_A 1.2512512512512513e-5 -three_legged_A 1.2512512512512513e-5 -three_piece_A 1.2512512512512513e-5 -three_ply_A 1.2512512512512513e-5 -three_quarter_A 1.2512512512512513e-5 -three_score_A 1.2512512512512513e-5 -three_storey_A 1.2512512512512513e-5 -three_storeyed_A 1.2512512512512513e-5 -three_wheeled_A 1.2512512512512513e-5 -threefold_A 1.2512512512512513e-5 -threepenny_A 1.2512512512512513e-5 -thriftless_A 1.2512512512512513e-5 -thrifty_A 1.2512512512512513e-5 -thrillful_A 1.2512512512512513e-5 -throated_A 1.2512512512512513e-5 -throaty_A 1.2512512512512513e-5 -thrombosed_A 1.2512512512512513e-5 -thunderous_A 1.2512512512512513e-5 -thunderstruck_A 1.2512512512512513e-5 -thundery_A 1.2512512512512513e-5 -thy_A 1.2512512512512513e-5 -thyroid_A 1.2512512512512513e-5 -thyrotoxic_A 1.2512512512512513e-5 -tibetan_A 1.2512512512512513e-5 -tibial_A 1.2512512512512513e-5 -ticklish_A 2.5025025025025026e-5 -tidal_A 5.005005005005005e-5 -tiddley_A 1.2512512512512513e-5 -tidy_A 3.7537537537537536e-5 -tie_on_A 1.2512512512512513e-5 -tiered_A 1.2512512512512513e-5 -tigerish_A 1.2512512512512513e-5 -tight_A 5.505505505505506e-4 -tight_laced_A 1.2512512512512513e-5 -tight_lipped_A 2.5025025025025026e-5 -timbered_A 1.2512512512512513e-5 -time_expired_A 1.2512512512512513e-5 -time_honoured_A 1.2512512512512513e-5 -timeless_A 1.2512512512512513e-5 -timely_A 1.2512512512512512e-4 -timesaving_A 1.2512512512512513e-5 -timeserving_A 1.2512512512512513e-5 -timid_A 7.507507507507507e-5 -timorous_A 2.5025025025025026e-5 -tined_A 1.2512512512512513e-5 -tinny_A 1.2512512512512513e-5 -tinselly_A 1.2512512512512513e-5 -tiny_A 3.7537537537537537e-4 -tip_and_run_A 1.2512512512512513e-5 -tip_top_A 1.2512512512512513e-5 -tip_up_A 1.2512512512512513e-5 -tipsy_A 1.2512512512512513e-5 -tiptoe_A 1.2512512512512513e-5 -tireless_A 3.7537537537537536e-5 -tiresome_A 2.5025025025025026e-5 -titanic_A 1.2512512512512513e-5 -titillating_A 1.2512512512512513e-5 -titled_A 1.2512512512512513e-5 -titular_A 1.2512512512512513e-5 -tobagonian_A 1.2512512512512513e-5 -tod_A 1.2512512512512513e-5 -toed_A 1.2512512512512513e-5 -toeless_A 1.2512512512512513e-5 -together_A 1.2512512512512513e-5 -togolese_A 1.2512512512512513e-5 -toilsome_A 1.2512512512512513e-5 -tolerable_A 2.5025025025025026e-5 -tolerant_A 1.2512512512512513e-5 -tomentose_A 1.2512512512512513e-5 -tonal_A 2.5025025025025026e-5 -tone_deaf_A 1.2512512512512513e-5 -toneless_A 1.2512512512512513e-5 -tongan_A 1.2512512512512513e-5 -tongue_in_cheek_A 3.7537537537537536e-5 -tongue_tied_A 1.2512512512512513e-5 -tongued_A 1.2512512512512513e-5 -tongueless_A 1.2512512512512513e-5 -tonguelike_A 1.2512512512512513e-5 -tonic_A 1.2512512512512513e-5 -tonsorial_A 1.2512512512512513e-5 -toothed_A 1.2512512512512513e-5 -toothless_A 1.2512512512512513e-5 -toothlike_A 1.2512512512512513e-5 -toothsome_A 1.2512512512512513e-5 -toothy_A 1.2512512512512513e-5 -top_flight_A 3.7537537537537536e-5 -top_heavy_A 2.5025025025025026e-5 -top_hole_A 1.2512512512512513e-5 -top_ranking_A 1.2512512512512513e-5 -topgallant_A 1.2512512512512513e-5 -topical_A 2.5025025025025026e-5 -topless_A 2.5025025025025026e-5 -topmost_A 1.2512512512512513e-5 -topnotch_A 1.2512512512512513e-5 -topographical_A 1.2512512512512513e-5 -topological_A 1.2512512512512513e-5 -topsy_turvy_A 1.2512512512512513e-5 -toroidal_A 1.2512512512512513e-5 -torpid_A 1.2512512512512513e-5 -torrential_A 1.2512512512512513e-5 -torrid_A 3.7537537537537536e-5 -tortious_A 1.2512512512512513e-5 -tortuous_A 2.5025025025025026e-5 -torulose_A 1.2512512512512513e-5 -total_A 2.977977977977978e-3 -totalitarian_A 1.2512512512512513e-5 -totemic_A 1.2512512512512513e-5 -totipotent_A 1.2512512512512513e-5 -tottery_A 1.2512512512512513e-5 -touch_and_go_A 1.2512512512512513e-5 -touchable_A 1.2512512512512513e-5 -touching_A 2.5025025025025026e-5 -touchy_A 8.758758758758758e-5 -tough_A 1.4514514514514514e-3 -toupeed_A 1.2512512512512513e-5 -touristed_A 1.2512512512512513e-5 -toxic_A 1.1261261261261261e-4 -toxicological_A 1.2512512512512513e-5 -trabeated_A 1.2512512512512513e-5 -trabecular_A 1.2512512512512513e-5 -traceable_A 1.2512512512512513e-5 -tracheal_A 1.2512512512512513e-5 -trackless_A 1.2512512512512513e-5 -tractable_A 1.2512512512512513e-5 -tractive_A 1.2512512512512513e-5 -trademarked_A 1.2512512512512513e-5 -traditional_A 1.3263263263263263e-3 -traditionalistic_A 1.2512512512512513e-5 -tragic_A 7.507507507507507e-5 -tragicomic_A 2.5025025025025026e-5 -traitorous_A 1.2512512512512513e-5 -tramontane_A 1.2512512512512513e-5 -trancelike_A 1.2512512512512513e-5 -tranquil_A 1.2512512512512513e-5 -transactinide_A 1.2512512512512513e-5 -transalpine_A 1.2512512512512513e-5 -transatlantic_A 1.2512512512512513e-5 -transcendent_A 1.2512512512512513e-5 -transcendental_A 1.2512512512512513e-5 -transcontinental_A 1.2512512512512513e-5 -transcultural_A 1.2512512512512513e-5 -transdermal_A 1.2512512512512513e-5 -transeunt_A 1.2512512512512513e-5 -transferable_A 5.005005005005005e-5 -transformable_A 1.2512512512512513e-5 -transgender_A 1.2512512512512513e-5 -transient_A 2.5025025025025026e-5 -transistorized_A 1.2512512512512513e-5 -transitional_A 3.7537537537537536e-5 -transitive_A 1.2512512512512513e-5 -transitory_A 2.5025025025025026e-5 -translatable_A 1.2512512512512513e-5 -translational_A 1.2512512512512513e-5 -translucent_A 2.5025025025025026e-5 -translunar_A 1.2512512512512513e-5 -transmundane_A 1.2512512512512513e-5 -transmutable_A 1.2512512512512513e-5 -transoceanic_A 1.2512512512512513e-5 -transparent_A 3.7537537537537536e-5 -transplacental_A 1.2512512512512513e-5 -transplantable_A 1.2512512512512513e-5 -transpolar_A 1.2512512512512513e-5 -transportable_A 2.5025025025025026e-5 -transposable_A 1.2512512512512513e-5 -transuranic_A 1.2512512512512513e-5 -transverse_A 1.2512512512512513e-5 -transvestic_A 1.2512512512512513e-5 -trapezoidal_A 1.2512512512512513e-5 -trashy_A 1.2512512512512513e-5 -traumatic_A 2.5025025025025026e-5 -travel_soiled_A 1.2512512512512513e-5 -travel_stained_A 1.2512512512512513e-5 -travel_worn_A 1.2512512512512513e-5 -travelled_A 1.2512512512512513e-5 -traversable_A 1.2512512512512513e-5 -treacherous_A 7.507507507507507e-5 -treacly_A 1.2512512512512513e-5 -treasonable_A 1.2512512512512513e-5 -treasonous_A 1.2512512512512513e-5 -treble_A 1.2512512512512513e-5 -treeless_A 1.2512512512512513e-5 -tremendous_A 3.003003003003003e-4 -tremulous_A 2.5025025025025026e-5 -trenchant_A 1.2512512512512513e-5 -trendsetting_A 1.2512512512512513e-5 -trendy_A 8.758758758758758e-5 -triangular_A 1.2512512512512513e-5 -triangulate_A 1.2512512512512513e-5 -tribadistic_A 1.2512512512512513e-5 -tribal_A 1.2512512512512513e-5 -tributary_A 1.2512512512512513e-5 -tricentenary_A 1.2512512512512513e-5 -trichromatic_A 1.2512512512512513e-5 -tricksy_A 1.2512512512512513e-5 -tricky_A 1.3763763763763765e-4 -triclinic_A 1.2512512512512513e-5 -tricuspid_A 1.2512512512512513e-5 -triennial_A 1.2512512512512513e-5 -trifid_A 1.2512512512512513e-5 -trifoliate_A 1.2512512512512513e-5 -trigger_happy_A 1.2512512512512513e-5 -trigonometric_A 1.2512512512512513e-5 -trihydroxy_A 1.2512512512512513e-5 -trilateral_A 1.2512512512512513e-5 -trilingual_A 1.2512512512512513e-5 -trillion_A 1.2512512512512513e-5 -trillionth_A 1.2512512512512513e-5 -trilobate_A 1.2512512512512513e-5 -trim_A 3.7537537537537536e-5 -trimotored_A 1.2512512512512513e-5 -trinidadian_A 1.2512512512512513e-5 -trinucleate_A 1.2512512512512513e-5 -tripartite_A 1.2512512512512513e-5 -tripinnate_A 1.2512512512512513e-5 -tripinnatifid_A 1.2512512512512513e-5 -triple_A 8.758758758758758e-5 -triplex_A 1.2512512512512513e-5 -triplicate_A 1.2512512512512513e-5 -triploid_A 1.2512512512512513e-5 -triskaidekaphobic_A 1.2512512512512513e-5 -tritanopic_A 1.2512512512512513e-5 -trite_A 1.2512512512512513e-5 -triumphal_A 1.2512512512512513e-5 -triumphant_A 1.2512512512512513e-5 -triune_A 1.2512512512512513e-5 -trivalent_A 1.2512512512512513e-5 -trivial_A 7.507507507507507e-5 -trochaic_A 1.2512512512512513e-5 -trojan_A 1.2512512512512513e-5 -trophic_A 1.2512512512512513e-5 -trophoblastic_A 1.2512512512512513e-5 -trophotropic_A 1.2512512512512513e-5 -tropical_A 5.005005005005005e-5 -troublesome_A 1.3763763763763765e-4 -troublous_A 1.2512512512512513e-5 -truant_A 1.2512512512512513e-5 -truculent_A 1.2512512512512513e-5 -true_A 1.026026026026026e-3 -true_blue_A 1.2512512512512513e-5 -true_hearted_A 1.2512512512512513e-5 -trumpery_A 1.2512512512512513e-5 -truncate_A 1.2512512512512513e-5 -trustful_A 1.2512512512512513e-5 -trustworthy_A 1.2512512512512513e-5 -trusty_A 1.2512512512512513e-5 -truthful_A 5.005005005005005e-5 -tswana_A 1.2512512512512513e-5 -tubal_A 1.2512512512512513e-5 -tubby_A 1.2512512512512513e-5 -tubed_A 1.2512512512512513e-5 -tubeless_A 1.2512512512512513e-5 -tubercular_A 1.2512512512512513e-5 -tuberculate_A 1.2512512512512513e-5 -tuberculoid_A 1.2512512512512513e-5 -tuberculous_A 1.2512512512512513e-5 -tuberous_A 1.2512512512512513e-5 -tubular_A 5.005005005005005e-5 -tufted_A 1.2512512512512513e-5 -tumble_down_A 1.2512512512512513e-5 -tumescent_A 1.2512512512512513e-5 -tumid_A 1.2512512512512513e-5 -tumultuous_A 1.1261261261261261e-4 -tuneful_A 1.2512512512512513e-5 -tuneless_A 1.2512512512512513e-5 -tunisian_A 1.2512512512512513e-5 -tuppenny_A 1.2512512512512513e-5 -turbaned_A 1.2512512512512513e-5 -turbid_A 1.2512512512512513e-5 -turbinate_A 1.2512512512512513e-5 -turbulent_A 3.7537537537537536e-5 -turgid_A 2.5025025025025026e-5 -turkish_A 1.2512512512512513e-5 -turtleneck_A 1.2512512512512513e-5 -turtlenecked_A 1.2512512512512513e-5 -tusked_A 1.2512512512512513e-5 -tutelary_A 1.2512512512512513e-5 -tutorial_A 1.2512512512512513e-5 -tuxedoed_A 1.2512512512512513e-5 -twee_A 1.2512512512512513e-5 -tweedy_A 1.2512512512512513e-5 -twiddly_A 1.2512512512512513e-5 -twiggy_A 1.2512512512512513e-5 -twilit_A 1.2512512512512513e-5 -twilled_A 1.2512512512512513e-5 -twisty_A 1.2512512512512513e-5 -two_a_penny_A 1.2512512512512513e-5 -two_edged_A 1.2512512512512513e-5 -two_faced_A 1.2512512512512513e-5 -two_funnelled_A 1.2512512512512513e-5 -two_handed_A 1.2512512512512513e-5 -two_ply_A 1.2512512512512513e-5 -two_timing_A 1.2512512512512513e-5 -two_way_A 1.2512512512512513e-5 -twofold_A 1.2512512512512513e-5 -twopenny_A 1.2512512512512513e-5 -twopenny_halfpenny_A 1.2512512512512513e-5 -tympanic_A 1.2512512512512513e-5 -tympanitic_A 1.2512512512512513e-5 -typewritten_A 1.2512512512512513e-5 -typical_1_A 1.6016016016016017e-3 -typical_2_A 1.2512512512512513e-5 -typical_3_A 2.5025025025025026e-5 -typographic_A 1.2512512512512513e-5 -tyrannical_A 1.2512512512512513e-5 -tyrannous_A 1.2512512512512513e-5 -u_A 1.2512512512512513e-5 -ubiquitous_A 2.5025025025025026e-5 -ugandan_A 1.2512512512512513e-5 -ugly_A 5.005005005005005e-5 -ulcerative_A 1.2512512512512513e-5 -ulcerous_A 1.2512512512512513e-5 -ulnar_A 1.2512512512512513e-5 -ulterior_A 1.2512512512512513e-5 -ultimate_A 8.758758758758759e-4 -ultimo_A 1.2512512512512513e-5 -ultra_vires_A 1.2512512512512513e-5 -ultraconservative_A 1.2512512512512513e-5 -ultramarine_A 1.2512512512512513e-5 -ultramicroscopic_A 1.2512512512512513e-5 -ultramodern_A 1.2512512512512513e-5 -ultramontane_A 1.2512512512512513e-5 -ultrasonic_A 2.5025025025025026e-5 -ultraviolet_A 2.5025025025025026e-5 -umbellate_A 1.2512512512512513e-5 -umbelliferous_A 1.2512512512512513e-5 -umbelliform_A 1.2512512512512513e-5 -umber_A 1.2512512512512513e-5 -umbilical_A 1.2512512512512513e-5 -umbilicate_A 1.2512512512512513e-5 -umbrella_A 1.2512512512512513e-5 -umbrellalike_A 1.2512512512512513e-5 -umpteen_A 1.2512512512512513e-5 -umpteenth_A 1.2512512512512513e-5 -un_come_at_able_A 1.2512512512512513e-5 -un_get_at_able_A 1.2512512512512513e-5 -unabashed_A 1.2512512512512513e-5 -unabated_A 3.7537537537537536e-5 -unable_A 6.131131131131132e-4 -unabridged_A 1.2512512512512513e-5 -unabused_A 1.2512512512512513e-5 -unaccented_A 1.2512512512512513e-5 -unacceptable_A 8.758758758758758e-5 -unaccommodating_A 1.2512512512512513e-5 -unaccompanied_A 1.2512512512512513e-5 -unaccountable_A 1.2512512512512513e-5 -unaccounted_A 2.5025025025025026e-5 -unaccredited_A 1.2512512512512513e-5 -unaccustomed_A 2.5025025025025026e-5 -unachievable_A 1.2512512512512513e-5 -unacknowledged_A 1.2512512512512513e-5 -unacquainted_A 1.2512512512512513e-5 -unacquisitive_A 1.2512512512512513e-5 -unactable_A 1.2512512512512513e-5 -unadaptable_A 1.2512512512512513e-5 -unadapted_A 1.2512512512512513e-5 -unaddicted_A 1.2512512512512513e-5 -unaddressed_A 1.2512512512512513e-5 -unadjustable_A 1.2512512512512513e-5 -unadjusted_A 1.2512512512512513e-5 -unadoptable_A 1.2512512512512513e-5 -unadorned_A 1.2512512512512513e-5 -unadulterated_A 1.2512512512512513e-5 -unadventurous_A 1.2512512512512513e-5 -unadvised_A 1.2512512512512513e-5 -unaerated_A 1.2512512512512513e-5 -unaffected_A 2.5025025025025026e-5 -unaffecting_A 1.2512512512512513e-5 -unaffiliated_A 1.2512512512512513e-5 -unaffixed_A 1.2512512512512513e-5 -unafraid_A 1.2512512512512513e-5 -unaged_A 1.2512512512512513e-5 -unaggressive_A 1.2512512512512513e-5 -unagitated_A 1.2512512512512513e-5 -unaided_A 1.2512512512512513e-5 -unairworthy_A 1.2512512512512513e-5 -unalarming_A 1.2512512512512513e-5 -unalert_A 1.2512512512512513e-5 -unalienable_A 1.2512512512512513e-5 -unaligned_A 1.2512512512512513e-5 -unalike_A 1.2512512512512513e-5 -unalloyed_A 1.2512512512512513e-5 -unalterable_A 1.2512512512512513e-5 -unaltered_A 2.5025025025025026e-5 -unambiguous_A 2.5025025025025026e-5 -unambitious_A 1.2512512512512513e-5 -unamended_A 2.5025025025025026e-5 -unanalyzable_A 1.2512512512512513e-5 -unanalyzed_A 1.2512512512512513e-5 -unanimated_A 1.2512512512512513e-5 -unanimous_A 2.127127127127127e-4 -unannounced_A 1.2512512512512513e-5 -unanswerable_A 2.5025025025025026e-5 -unanswered_A 6.256256256256256e-5 -unanticipated_A 1.1261261261261261e-4 -unapologetic_A 1.2512512512512513e-5 -unappareled_A 1.2512512512512513e-5 -unapparent_A 1.2512512512512513e-5 -unappealable_A 1.2512512512512513e-5 -unappealing_A 2.5025025025025026e-5 -unappendaged_A 1.2512512512512513e-5 -unappetizing_A 1.2512512512512513e-5 -unappreciated_A 1.2512512512512513e-5 -unappreciative_A 1.2512512512512513e-5 -unapprehensive_A 1.2512512512512513e-5 -unapproachable_A 1.2512512512512513e-5 -unarguable_A 1.2512512512512513e-5 -unargumentative_A 1.2512512512512513e-5 -unarmed_A 1.2512512512512513e-5 -unarmored_A 1.2512512512512513e-5 -unarticulated_A 1.2512512512512513e-5 -unary_A 1.2512512512512513e-5 -unascertainable_A 1.2512512512512513e-5 -unashamed_A 1.2512512512512513e-5 -unasked_A 2.5025025025025026e-5 -unassailable_A 1.2512512512512513e-5 -unassertive_A 1.2512512512512513e-5 -unassigned_A 1.2512512512512513e-5 -unassisted_A 1.2512512512512513e-5 -unassuming_A 2.5025025025025026e-5 -unassured_A 1.2512512512512513e-5 -unasterisked_A 1.2512512512512513e-5 -unattached_A 1.2512512512512513e-5 -unattainable_A 2.5025025025025026e-5 -unattended_A 1.2512512512512513e-5 -unattractive_A 5.005005005005005e-5 -unattributable_A 1.2512512512512513e-5 -unauthorized_A 1.5015015015015014e-4 -unavailable_A 1.6266266266266267e-4 -unavailing_A 1.2512512512512513e-5 -unavenged_A 1.2512512512512513e-5 -unavoidable_A 1.2512512512512513e-5 -unavowed_A 1.2512512512512513e-5 -unawakened_A 1.2512512512512513e-5 -unaware_A 3.7537537537537536e-5 -unawed_A 1.2512512512512513e-5 -unbacked_A 1.2512512512512513e-5 -unbaffled_A 1.2512512512512513e-5 -unbalconied_A 1.2512512512512513e-5 -unbanded_A 1.2512512512512513e-5 -unbaptized_A 1.2512512512512513e-5 -unbarreled_A 1.2512512512512513e-5 -unbearable_A 2.5025025025025026e-5 -unbeatable_A 1.2512512512512513e-5 -unbeaten_A 1.2512512512512513e-5 -unbecoming_A 1.2512512512512513e-5 -unbefitting_A 1.2512512512512513e-5 -unbeknown_A 1.2512512512512513e-5 -unbeknownst_A 2.5025025025025026e-5 -unbelievable_A 5.005005005005005e-5 -unbelieving_A 1.2512512512512513e-5 -unbeloved_A 1.2512512512512513e-5 -unbelted_A 1.2512512512512513e-5 -unbeneficed_A 1.2512512512512513e-5 -unbent_A 1.2512512512512513e-5 -unbiased_A 2.5025025025025026e-5 -unbiassed_A 1.2512512512512513e-5 -unbidden_A 1.2512512512512513e-5 -unbigoted_A 1.2512512512512513e-5 -unbitter_A 1.2512512512512513e-5 -unbleached_A 1.2512512512512513e-5 -unblemished_A 1.2512512512512513e-5 -unblended_A 1.2512512512512513e-5 -unblessed_A 1.2512512512512513e-5 -unblinking_A 1.2512512512512513e-5 -unblushing_A 1.2512512512512513e-5 -unbodied_A 1.2512512512512513e-5 -unbooked_A 1.2512512512512513e-5 -unbordered_A 1.2512512512512513e-5 -unborn_A 6.256256256256256e-5 -unbounded_A 1.2512512512512513e-5 -unbowed_A 1.2512512512512513e-5 -unbraced_A 1.2512512512512513e-5 -unbrainwashed_A 1.2512512512512513e-5 -unbranched_A 1.2512512512512513e-5 -unbranded_A 1.2512512512512513e-5 -unbreakable_A 1.2512512512512513e-5 -unbridgeable_A 1.2512512512512513e-5 -unbridled_A 1.2512512512512513e-5 -unbroken_A 2.5025025025025026e-5 -unbrushed_A 1.2512512512512513e-5 -unburied_A 1.2512512512512513e-5 -unburnished_A 1.2512512512512513e-5 -uncalled_for_A 1.2512512512512513e-5 -uncamphorated_A 1.2512512512512513e-5 -uncanny_A 6.256256256256256e-5 -uncapped_A 1.2512512512512513e-5 -uncared_for_A 1.2512512512512513e-5 -uncarpeted_A 1.2512512512512513e-5 -uncarved_A 1.2512512512512513e-5 -uncastrated_A 1.2512512512512513e-5 -uncategorized_A 1.2512512512512513e-5 -uncaulked_A 1.2512512512512513e-5 -unceasing_A 1.2512512512512513e-5 -uncensored_A 2.5025025025025026e-5 -unceremonious_A 2.5025025025025026e-5 -uncertain_A 3.7537537537537537e-4 -uncertified_A 1.2512512512512513e-5 -unchallengeable_A 1.2512512512512513e-5 -unchallenged_A 2.5025025025025026e-5 -unchangeable_A 1.2512512512512513e-5 -unchanged_A 1.3263263263263263e-3 -unchanging_A 3.7537537537537536e-5 -uncharacteristic_A 1.2512512512512513e-5 -uncharged_A 1.2512512512512513e-5 -uncharitable_A 1.2512512512512513e-5 -uncharted_A 7.507507507507507e-5 -unchartered_A 1.2512512512512513e-5 -unchaste_A 1.2512512512512513e-5 -uncheckable_A 1.2512512512512513e-5 -unchecked_A 3.7537537537537536e-5 -unchristian_A 1.2512512512512513e-5 -unchristianly_A 1.2512512512512513e-5 -uncial_A 1.2512512512512513e-5 -uncivil_A 1.2512512512512513e-5 -uncivilized_A 1.2512512512512513e-5 -unclaimed_A 2.5025025025025026e-5 -unclassifiable_A 1.2512512512512513e-5 -unclassified_A 3.7537537537537536e-5 -unclean_A 2.5025025025025026e-5 -uncleanly_A 1.2512512512512513e-5 -unclear_A 2.5025025025025025e-4 -uncleared_A 1.2512512512512513e-5 -unclipped_A 1.2512512512512513e-5 -unclogged_A 1.2512512512512513e-5 -unclothed_A 1.2512512512512513e-5 -unclouded_A 1.2512512512512513e-5 -uncluttered_A 1.2512512512512513e-5 -unco_A 1.2512512512512513e-5 -unco_operative_A 1.2512512512512513e-5 -unco_ordinated_A 1.2512512512512513e-5 -uncoated_A 1.2512512512512513e-5 -uncoerced_A 1.2512512512512513e-5 -uncoiled_A 1.2512512512512513e-5 -uncollected_A 1.2512512512512513e-5 -uncolored_A 1.2512512512512513e-5 -uncoloured_A 1.2512512512512513e-5 -uncombable_A 1.2512512512512513e-5 -uncombed_A 1.2512512512512513e-5 -uncombined_A 1.2512512512512513e-5 -uncomfortable_A 8.758758758758758e-5 -uncommercial_A 1.2512512512512513e-5 -uncommercialized_A 1.2512512512512513e-5 -uncommitted_A 1.2512512512512513e-5 -uncommon_A 1.1261261261261261e-4 -uncommunicative_A 1.2512512512512513e-5 -uncompartmented_A 1.2512512512512513e-5 -uncompassionate_A 1.2512512512512513e-5 -uncompensated_A 1.2512512512512513e-5 -uncompetitive_A 1.2512512512512513e-5 -uncomplaining_A 2.5025025025025026e-5 -uncompleted_A 1.2512512512512513e-5 -uncomplicated_A 3.7537537537537536e-5 -uncomplimentary_A 1.2512512512512513e-5 -uncompounded_A 1.2512512512512513e-5 -uncomprehended_A 1.2512512512512513e-5 -uncomprehending_A 1.2512512512512513e-5 -uncompromising_A 1.2512512512512513e-5 -unconcealed_A 1.2512512512512513e-5 -unconcerned_A 3.7537537537537536e-5 -unconditional_A 3.7537537537537536e-5 -unconditioned_A 1.2512512512512513e-5 -unconfessed_A 1.2512512512512513e-5 -unconfined_A 1.2512512512512513e-5 -unconfirmed_A 2.5025025025025026e-5 -unconformable_A 1.2512512512512513e-5 -uncongenial_A 1.2512512512512513e-5 -unconnected_A 2.5025025025025026e-5 -unconquerable_A 1.2512512512512513e-5 -unconquered_A 1.2512512512512513e-5 -unconscientious_A 1.2512512512512513e-5 -unconscionable_A 1.2512512512512513e-5 -unconscious_A 2.5025025025025026e-5 -unconsidered_A 1.2512512512512513e-5 -unconsolidated_A 1.2512512512512513e-5 -unconstipated_A 1.2512512512512513e-5 -unconstitutional_A 2.6276276276276277e-4 -unconstrained_A 1.2512512512512513e-5 -unconstricted_A 1.2512512512512513e-5 -unconstructive_A 1.2512512512512513e-5 -unconsumed_A 1.2512512512512513e-5 -unconsummated_A 1.2512512512512513e-5 -uncontaminated_A 1.2512512512512513e-5 -uncontested_A 1.2512512512512513e-5 -uncontrollable_A 1.2512512512512513e-5 -uncontrolled_A 3.7537537537537536e-5 -uncontroversial_A 1.2512512512512513e-5 -unconventional_A 6.256256256256256e-5 -unconverted_A 1.2512512512512513e-5 -unconvinced_A 2.5025025025025026e-5 -unconvincing_A 2.5025025025025026e-5 -uncooked_A 1.2512512512512513e-5 -uncool_A 1.2512512512512513e-5 -uncooperative_A 1.2512512512512513e-5 -uncoordinated_A 1.2512512512512513e-5 -uncordial_A 1.2512512512512513e-5 -uncorrected_A 1.2512512512512513e-5 -uncorrelated_A 1.2512512512512513e-5 -uncorroborated_A 1.2512512512512513e-5 -uncorrupted_A 1.2512512512512513e-5 -uncousinly_A 1.2512512512512513e-5 -uncouth_A 1.2512512512512513e-5 -uncrannied_A 1.2512512512512513e-5 -uncreative_A 1.2512512512512513e-5 -uncritical_A 5.005005005005005e-5 -uncropped_A 1.2512512512512513e-5 -uncrowded_A 1.2512512512512513e-5 -uncrowned_A 1.2512512512512513e-5 -uncrystallized_A 1.2512512512512513e-5 -unctuous_A 1.2512512512512513e-5 -uncultivable_A 1.2512512512512513e-5 -uncultivated_A 1.2512512512512513e-5 -uncultured_A 1.2512512512512513e-5 -uncured_A 1.2512512512512513e-5 -uncurved_A 1.2512512512512513e-5 -uncut_A 1.2512512512512513e-5 -undamaged_A 5.005005005005005e-5 -undatable_A 1.2512512512512513e-5 -undated_A 2.5025025025025026e-5 -undaunted_A 2.5025025025025026e-5 -undecided_A 2.5025025025025026e-5 -undeciphered_A 1.2512512512512513e-5 -undeclared_A 1.2512512512512513e-5 -undedicated_A 1.2512512512512513e-5 -undefeated_A 2.5025025025025026e-5 -undefended_A 1.2512512512512513e-5 -undeferential_A 1.2512512512512513e-5 -undefinable_A 1.2512512512512513e-5 -undefined_A 6.256256256256256e-5 -undelineated_A 1.2512512512512513e-5 -undemanding_A 1.2512512512512513e-5 -undemocratic_A 7.507507507507507e-5 -undemonstrative_A 1.2512512512512513e-5 -undeniable_A 5.005005005005005e-5 -undenominational_A 1.2512512512512513e-5 -undependable_A 1.2512512512512513e-5 -undepicted_A 1.2512512512512513e-5 -under_the_counter_A 1.2512512512512513e-5 -underage_A 1.2512512512512513e-5 -underarm_A 1.2512512512512513e-5 -underbred_A 1.2512512512512513e-5 -undercoated_A 1.2512512512512513e-5 -undercover_A 3.7537537537537536e-5 -underdeveloped_A 3.7537537537537536e-5 -underdone_A 1.2512512512512513e-5 -underdressed_A 1.2512512512512513e-5 -undereducated_A 1.2512512512512513e-5 -underemployed_A 2.5025025025025026e-5 -underfed_A 1.2512512512512513e-5 -underfloor_A 1.2512512512512513e-5 -underground_A 8.758758758758758e-5 -underhand_A 1.2512512512512513e-5 -underhanded_A 1.2512512512512513e-5 -underhung_A 1.2512512512512513e-5 -underivative_A 1.2512512512512513e-5 -underived_A 1.2512512512512513e-5 -underlying_A 2.5025025025025026e-5 -undermanned_A 1.2512512512512513e-5 -undermentioned_A 1.2512512512512513e-5 -undernourished_A 1.2512512512512513e-5 -underpopulated_A 1.2512512512512513e-5 -underprivileged_A 3.7537537537537536e-5 -undersea_A 1.2512512512512513e-5 -undersealed_A 1.2512512512512513e-5 -undersexed_A 1.2512512512512513e-5 -undersize_A 1.2512512512512513e-5 -undersized_A 1.2512512512512513e-5 -underslung_A 1.2512512512512513e-5 -understaffed_A 1.2512512512512513e-5 -understandable_A 1.1261261261261261e-4 -underwater_A 3.7537537537537536e-5 -underweight_A 1.2512512512512513e-5 -undescended_A 1.2512512512512513e-5 -undescriptive_A 1.2512512512512513e-5 -undeserved_A 2.5025025025025026e-5 -undeserving_A 1.2512512512512513e-5 -undesigned_A 1.2512512512512513e-5 -undesirable_A 5.005005005005005e-5 -undesired_A 1.2512512512512513e-5 -undesirous_A 1.2512512512512513e-5 -undestroyable_A 1.2512512512512513e-5 -undetectable_A 1.2512512512512513e-5 -undetected_A 2.5025025025025026e-5 -undetermined_A 6.256256256256256e-5 -undeterred_A 5.005005005005005e-5 -undeveloped_A 1.001001001001001e-4 -undeviating_A 1.2512512512512513e-5 -undiagnosable_A 1.2512512512512513e-5 -undiagnosed_A 1.2512512512512513e-5 -undifferentiated_A 1.2512512512512513e-5 -undigested_A 1.2512512512512513e-5 -undignified_A 1.2512512512512513e-5 -undiluted_A 1.2512512512512513e-5 -undiminished_A 1.2512512512512513e-5 -undimmed_A 1.2512512512512513e-5 -undiplomatic_A 2.5025025025025026e-5 -undiscerning_A 1.2512512512512513e-5 -undischarged_A 1.2512512512512513e-5 -undisciplined_A 2.5025025025025026e-5 -undisclosed_A 1.6266266266266267e-4 -undiscovered_A 1.2512512512512513e-5 -undiscriminating_A 1.2512512512512513e-5 -undisguised_A 1.2512512512512513e-5 -undismayed_A 1.2512512512512513e-5 -undisputed_A 2.5025025025025026e-5 -undissolved_A 1.2512512512512513e-5 -undistinguishable_A 1.2512512512512513e-5 -undistinguished_A 3.7537537537537536e-5 -undistorted_A 1.2512512512512513e-5 -undistributed_A 1.2512512512512513e-5 -undisturbed_A 2.5025025025025026e-5 -undiversified_A 1.2512512512512513e-5 -undividable_A 1.2512512512512513e-5 -undivided_A 1.2512512512512513e-5 -undocumented_A 1.2512512512512513e-5 -undogmatic_A 1.2512512512512513e-5 -undomestic_A 1.2512512512512513e-5 -undomesticated_A 1.2512512512512513e-5 -undoubted_A 1.5015015015015014e-4 -undrained_A 1.2512512512512513e-5 -undramatic_A 1.2512512512512513e-5 -undraped_A 1.2512512512512513e-5 -undrawn_A 1.2512512512512513e-5 -undreamed_A 1.2512512512512513e-5 -undreamed_of_A 1.2512512512512513e-5 -undreamt_A 1.2512512512512513e-5 -undried_A 1.2512512512512513e-5 -undrinkable_A 1.2512512512512513e-5 -undue_A 3.7537537537537536e-5 -undulate_A 1.2512512512512513e-5 -undulatory_A 1.2512512512512513e-5 -undying_A 1.2512512512512513e-5 -undynamic_A 1.2512512512512513e-5 -uneager_A 1.2512512512512513e-5 -unearned_A 1.2512512512512513e-5 -unearthly_A 1.2512512512512513e-5 -uneasy_A 1.1261261261261261e-4 -uneatable_A 1.2512512512512513e-5 -uneaten_A 1.2512512512512513e-5 -uneconomic_A 2.5025025025025026e-5 -uneconomical_A 1.2512512512512513e-5 -unedifying_A 1.2512512512512513e-5 -unedited_A 1.2512512512512513e-5 -uneducated_A 3.7537537537537536e-5 -uneffective_A 1.2512512512512513e-5 -unelaborated_A 1.2512512512512513e-5 -unemotional_A 1.2512512512512513e-5 -unemphatic_A 1.2512512512512513e-5 -unemployable_A 1.2512512512512513e-5 -unemployed_A 5.005005005005005e-5 -unenclosed_A 1.2512512512512513e-5 -unencouraging_A 1.2512512512512513e-5 -unencumbered_A 1.2512512512512513e-5 -unended_A 1.2512512512512513e-5 -unending_A 3.7537537537537536e-5 -unendowed_A 1.2512512512512513e-5 -unendurable_A 1.2512512512512513e-5 -unenforceable_A 1.2512512512512513e-5 -unenforced_A 1.2512512512512513e-5 -unengaged_A 1.2512512512512513e-5 -unenlightened_A 1.2512512512512513e-5 -unenlightening_A 1.2512512512512513e-5 -unenlivened_A 1.2512512512512513e-5 -unenterprising_A 1.2512512512512513e-5 -unenthusiastic_A 3.7537537537537536e-5 -unentitled_A 1.2512512512512513e-5 -unenviable_A 1.2512512512512513e-5 -unequal_A 2.5025025025025026e-5 -unequalized_A 1.2512512512512513e-5 -unequalled_A 1.2512512512512513e-5 -unequipped_A 1.2512512512512513e-5 -unequivocal_A 2.5025025025025026e-5 -unerect_A 1.2512512512512513e-5 -unerring_A 2.5025025025025026e-5 -unestablished_A 1.2512512512512513e-5 -unethical_A 6.256256256256256e-5 -uneven_A 5.005005005005005e-5 -uneventful_A 2.5025025025025026e-5 -unexacting_A 1.2512512512512513e-5 -unexampled_A 1.2512512512512513e-5 -unexceeded_A 1.2512512512512513e-5 -unexcelled_A 1.2512512512512513e-5 -unexceptionable_A 1.2512512512512513e-5 -unexceptional_A 1.2512512512512513e-5 -unexchangeable_A 1.2512512512512513e-5 -unexcitable_A 1.2512512512512513e-5 -unexcited_A 1.2512512512512513e-5 -unexciting_A 1.2512512512512513e-5 -unexclusive_A 1.2512512512512513e-5 -unexcused_A 1.2512512512512513e-5 -unexhausted_A 1.2512512512512513e-5 -unexpansive_A 1.2512512512512513e-5 -unexpected_A 4.3793793793793793e-4 -unexpendable_A 1.2512512512512513e-5 -unexpired_A 1.2512512512512513e-5 -unexplained_A 7.507507507507507e-5 -unexploited_A 1.2512512512512513e-5 -unexplored_A 1.2512512512512513e-5 -unexportable_A 1.2512512512512513e-5 -unexposed_A 1.2512512512512513e-5 -unexpressed_A 1.2512512512512513e-5 -unexpurgated_A 1.2512512512512513e-5 -unextended_A 1.2512512512512513e-5 -unfaceted_A 1.2512512512512513e-5 -unfailing_A 1.2512512512512513e-5 -unfair_A 5.005005005005005e-4 -unfaithful_A 1.2512512512512513e-5 -unfaltering_A 1.2512512512512513e-5 -unfamiliar_A 2.5025025025025026e-5 -unfashionable_A 2.5025025025025026e-5 -unfastidious_A 1.2512512512512513e-5 -unfathomable_A 2.5025025025025026e-5 -unfathomed_A 1.2512512512512513e-5 -unfattened_A 1.2512512512512513e-5 -unfavorable_A 1.2512512512512513e-5 -unfavourable_A 1.2512512512512513e-5 -unfeathered_A 1.2512512512512513e-5 -unfed_A 1.2512512512512513e-5 -unfeeling_A 1.2512512512512513e-5 -unfeigned_A 1.2512512512512513e-5 -unfeminine_A 1.2512512512512513e-5 -unfenced_A 1.2512512512512513e-5 -unfermented_A 1.2512512512512513e-5 -unfertilized_A 1.2512512512512513e-5 -unfettered_A 3.7537537537537536e-5 -unfilled_A 2.5025025025025026e-5 -unfilmed_A 1.2512512512512513e-5 -unfinished_A 5.005005005005005e-5 -unfirm_A 1.2512512512512513e-5 -unfit_A 5.005005005005005e-5 -unfixed_A 1.2512512512512513e-5 -unflagging_A 2.5025025025025026e-5 -unflappable_A 1.2512512512512513e-5 -unflattering_A 1.2512512512512513e-5 -unflavored_A 1.2512512512512513e-5 -unfledged_A 1.2512512512512513e-5 -unflinching_A 1.2512512512512513e-5 -unflurried_A 1.2512512512512513e-5 -unfocused_A 1.2512512512512513e-5 -unforbearing_A 1.2512512512512513e-5 -unforced_A 1.2512512512512513e-5 -unforeseeable_A 1.2512512512512513e-5 -unforeseen_A 3.7537537537537536e-5 -unforested_A 1.2512512512512513e-5 -unforethoughtful_A 1.2512512512512513e-5 -unforfeitable_A 1.2512512512512513e-5 -unforgettable_A 1.2512512512512513e-5 -unforgivable_A 1.2512512512512513e-5 -unforgiving_A 2.5025025025025026e-5 -unformed_A 1.2512512512512513e-5 -unforthcoming_A 1.2512512512512513e-5 -unfortunate_A 4.62962962962963e-4 -unfounded_A 5.005005005005005e-5 -unframed_A 1.2512512512512513e-5 -unfree_A 1.2512512512512513e-5 -unfrequented_A 1.2512512512512513e-5 -unfretted_A 1.2512512512512513e-5 -unfriendly_A 1.2512512512512512e-4 -unfrightened_A 1.2512512512512513e-5 -unfrosted_A 1.2512512512512513e-5 -unfrozen_A 1.2512512512512513e-5 -unfruitful_A 1.2512512512512513e-5 -unfueled_A 1.2512512512512513e-5 -unfulfilled_A 3.7537537537537536e-5 -unfunctional_A 1.2512512512512513e-5 -unfunded_A 1.2512512512512513e-5 -unfunny_A 1.2512512512512513e-5 -unfurnished_A 1.2512512512512513e-5 -unfurrowed_A 1.2512512512512513e-5 -ungainly_A 2.5025025025025026e-5 -ungeared_A 1.2512512512512513e-5 -ungenerous_A 1.2512512512512513e-5 -ungentle_A 1.2512512512512513e-5 -ungentlemanly_A 2.5025025025025026e-5 -unglazed_A 1.2512512512512513e-5 -ungodly_A 1.2512512512512513e-5 -ungovernable_A 1.2512512512512513e-5 -ungraceful_A 1.2512512512512513e-5 -ungracious_A 1.2512512512512513e-5 -ungraded_A 1.2512512512512513e-5 -ungrammatical_A 1.2512512512512513e-5 -ungrasped_A 1.2512512512512513e-5 -ungrateful_A 1.2512512512512513e-5 -ungregarious_A 1.2512512512512513e-5 -ungroomed_A 1.2512512512512513e-5 -ungrudging_A 1.2512512512512513e-5 -ungual_A 1.2512512512512513e-5 -unguaranteed_A 1.2512512512512513e-5 -unguarded_A 1.2512512512512513e-5 -unguiculate_A 1.2512512512512513e-5 -unguided_A 1.2512512512512513e-5 -ungulate_A 1.2512512512512513e-5 -ungummed_A 1.2512512512512513e-5 -ungusseted_A 1.2512512512512513e-5 -unhallowed_A 1.2512512512512513e-5 -unhampered_A 1.2512512512512513e-5 -unhappy_A 1.6266266266266267e-4 -unharmed_A 3.7537537537537536e-5 -unhatched_A 1.2512512512512513e-5 -unheaded_A 1.2512512512512513e-5 -unhealed_A 2.5025025025025026e-5 -unhealthful_A 1.2512512512512513e-5 -unhealthy_A 2.5025025025025026e-5 -unheard_A 5.005005005005005e-5 -unheard_of_A 2.5025025025025026e-5 -unhearing_A 1.2512512512512513e-5 -unheated_A 1.2512512512512513e-5 -unheeded_A 1.2512512512512513e-5 -unhelpful_A 2.5025025025025026e-5 -unheralded_A 1.2512512512512513e-5 -unhesitating_A 1.2512512512512513e-5 -unhewn_A 1.2512512512512513e-5 -unhindered_A 2.5025025025025026e-5 -unholy_A 1.2512512512512513e-5 -unhomogenized_A 1.2512512512512513e-5 -unhoped_A 1.2512512512512513e-5 -unhoped_for_A 1.2512512512512513e-5 -unhurried_A 1.2512512512512513e-5 -unhurt_A 2.5025025025025026e-5 -unhygienic_A 1.2512512512512513e-5 -unicameral_A 1.2512512512512513e-5 -unicellular_A 1.2512512512512513e-5 -unicuspid_A 1.2512512512512513e-5 -unidentifiable_A 1.2512512512512513e-5 -unidentified_A 1.2512512512512512e-4 -unidimensional_A 1.2512512512512513e-5 -unidirectional_A 1.2512512512512513e-5 -unifacial_A 1.2512512512512513e-5 -unifilar_A 1.2512512512512513e-5 -unifoliate_A 1.2512512512512513e-5 -uniform_A 8.758758758758758e-5 -uniformed_A 2.5025025025025026e-5 -unilateral_A 6.256256256256256e-5 -unilateralist_A 1.2512512512512513e-5 -unimaginable_A 2.5025025025025026e-5 -unimaginative_A 2.5025025025025026e-5 -unimodal_A 1.2512512512512513e-5 -unimpaired_A 1.2512512512512513e-5 -unimpassioned_A 1.2512512512512513e-5 -unimpeachable_A 1.2512512512512513e-5 -unimpeded_A 2.5025025025025026e-5 -unimportant_A 3.7537537537537536e-5 -unimposing_A 1.2512512512512513e-5 -unimpressed_A 1.2512512512512513e-5 -unimpressionable_A 1.2512512512512513e-5 -unimpressive_A 1.2512512512512513e-5 -unimproved_A 1.2512512512512513e-5 -unincorporated_A 1.2512512512512513e-5 -unindustrialized_A 1.2512512512512513e-5 -uninebriated_A 1.2512512512512513e-5 -uninfected_A 1.2512512512512513e-5 -uninflected_A 1.2512512512512513e-5 -uninfluenced_A 1.2512512512512513e-5 -uninfluential_A 1.2512512512512513e-5 -uninformative_A 2.5025025025025026e-5 -uninformed_A 3.7537537537537536e-5 -uninhabitable_A 2.5025025025025026e-5 -uninhabited_A 1.2512512512512513e-5 -uninhibited_A 2.5025025025025026e-5 -uninitiate_A 1.2512512512512513e-5 -uninitiated_A 2.5025025025025026e-5 -uninjectable_A 1.2512512512512513e-5 -uninjured_A 1.2512512512512513e-5 -uninominal_A 1.2512512512512513e-5 -uninquiring_A 1.2512512512512513e-5 -uninspired_A 5.005005005005005e-5 -uninspiring_A 1.2512512512512513e-5 -uninstructed_A 1.2512512512512513e-5 -uninstructive_A 1.2512512512512513e-5 -uninsurable_A 1.2512512512512513e-5 -uninsured_A 8.758758758758758e-5 -unintelligent_A 1.2512512512512513e-5 -unintelligible_A 2.5025025025025026e-5 -unintended_A 3.7537537537537536e-5 -unintentional_A 2.5025025025025026e-5 -uninterested_A 2.5025025025025026e-5 -uninteresting_A 1.2512512512512513e-5 -uninterrupted_A 3.7537537537537536e-5 -unintrusive_A 1.2512512512512513e-5 -uninucleate_A 1.2512512512512513e-5 -uninvited_A 5.005005005005005e-5 -uninviting_A 1.2512512512512513e-5 -uninvolved_A 1.2512512512512513e-5 -union_A 1.2512512512512513e-5 -uniovular_A 1.2512512512512513e-5 -uniparous_A 1.2512512512512513e-5 -unipolar_A 1.2512512512512513e-5 -unique_A 1.7517517517517516e-4 -unironed_A 1.2512512512512513e-5 -unisex_A 1.2512512512512513e-5 -unisexual_A 1.2512512512512513e-5 -unitarian_A 1.2512512512512513e-5 -unitary_A 2.5025025025025026e-5 -univalent_A 1.2512512512512513e-5 -univalve_A 1.2512512512512513e-5 -universal_A 1.8768768768768769e-4 -universalistic_A 1.2512512512512513e-5 -unjointed_A 1.2512512512512513e-5 -unjust_A 6.256256256256256e-5 -unjustifiable_A 1.2512512512512513e-5 -unjustified_A 3.7537537537537536e-5 -unkempt_A 1.2512512512512513e-5 -unkind_A 1.2512512512512513e-5 -unkindled_A 1.2512512512512513e-5 -unkindly_A 1.2512512512512513e-5 -unkissed_A 1.2512512512512513e-5 -unknowable_A 1.2512512512512513e-5 -unknowing_A 2.5025025025025026e-5 -unknown_A 1.1261261261261261e-4 -unlabeled_A 1.2512512512512513e-5 -unlabelled_A 1.2512512512512513e-5 -unlaced_A 1.2512512512512513e-5 -unladylike_A 1.2512512512512513e-5 -unlamented_A 1.2512512512512513e-5 -unlatched_A 1.2512512512512513e-5 -unlaureled_A 1.2512512512512513e-5 -unlawful_A 1.1261261261261261e-4 -unleaded_A 1.2512512512512513e-5 -unleavened_A 1.2512512512512513e-5 -unlettered_A 1.2512512512512513e-5 -unlicensed_A 2.5025025025025026e-5 -unlighted_A 1.2512512512512513e-5 -unlikable_A 1.2512512512512513e-5 -unlike_A 5.005005005005005e-5 -unlikely_A 6.256256256256256e-4 -unlimited_A 6.256256256256256e-5 -unlined_A 1.2512512512512513e-5 -unlisted_A 2.5025025025025026e-5 -unlit_A 1.2512512512512513e-5 -unliterary_A 1.2512512512512513e-5 -unlivable_A 1.2512512512512513e-5 -unliveried_A 1.2512512512512513e-5 -unlobed_A 1.2512512512512513e-5 -unlocated_A 1.2512512512512513e-5 -unlooked_for_A 1.2512512512512513e-5 -unlovable_A 2.5025025025025026e-5 -unloved_A 1.2512512512512513e-5 -unlovely_A 2.5025025025025026e-5 -unloving_A 1.2512512512512513e-5 -unlubricated_A 1.2512512512512513e-5 -unlucky_A 2.5025025025025026e-5 -unmade_A 1.2512512512512513e-5 -unmalicious_A 1.2512512512512513e-5 -unmalleable_A 1.2512512512512513e-5 -unmalted_A 1.2512512512512513e-5 -unmanageable_A 1.2512512512512513e-5 -unmanly_A 1.2512512512512513e-5 -unmannered_A 1.2512512512512513e-5 -unmannerly_A 1.2512512512512513e-5 -unmarked_A 3.7537537537537536e-5 -unmarketable_A 1.2512512512512513e-5 -unmarried_A 1.2512512512512513e-5 -unmatchable_A 1.2512512512512513e-5 -unmatched_A 2.5025025025025026e-5 -unmated_A 1.2512512512512513e-5 -unmeasured_A 1.2512512512512513e-5 -unmechanical_A 1.2512512512512513e-5 -unmechanized_A 1.2512512512512513e-5 -unmedicinal_A 1.2512512512512513e-5 -unmelodious_A 1.2512512512512513e-5 -unmelted_A 1.2512512512512513e-5 -unmemorable_A 1.2512512512512513e-5 -unmentionable_A 1.2512512512512513e-5 -unmercenary_A 1.2512512512512513e-5 -unmerciful_A 1.2512512512512513e-5 -unmerited_A 1.2512512512512513e-5 -unmeritorious_A 1.2512512512512513e-5 -unmethodical_A 1.2512512512512513e-5 -unmilitary_A 1.2512512512512513e-5 -unmindful_A 1.2512512512512513e-5 -unmined_A 1.2512512512512513e-5 -unmingled_A 1.2512512512512513e-5 -unmistakable_A 3.7537537537537536e-5 -unmitigable_A 1.2512512512512513e-5 -unmitigated_A 1.2512512512512513e-5 -unmixed_A 1.2512512512512513e-5 -unmoderated_A 1.2512512512512513e-5 -unmodernized_A 1.2512512512512513e-5 -unmodifiable_A 1.2512512512512513e-5 -unmodified_A 1.2512512512512513e-5 -unmodulated_A 1.2512512512512513e-5 -unmolested_A 1.2512512512512513e-5 -unmotivated_A 1.2512512512512513e-5 -unmotorized_A 1.2512512512512513e-5 -unmourned_A 1.2512512512512513e-5 -unmovable_A 1.2512512512512513e-5 -unmoved_A 2.5025025025025026e-5 -unmoving_A 1.2512512512512513e-5 -unmown_A 1.2512512512512513e-5 -unmusical_A 1.2512512512512513e-5 -unmyelinated_A 1.2512512512512513e-5 -unnamed_A 6.256256256256256e-5 -unnatural_A 1.2512512512512513e-5 -unnaturalized_A 1.2512512512512513e-5 -unnavigable_A 1.2512512512512513e-5 -unnecessary_A 2.5025025025025025e-4 -unneighborly_A 1.2512512512512513e-5 -unneurotic_A 1.2512512512512513e-5 -unnotched_A 1.2512512512512513e-5 -unnoticeable_A 1.2512512512512513e-5 -unnoticed_A 2.5025025025025026e-5 -unnourished_A 1.2512512512512513e-5 -unnumbered_A 2.5025025025025026e-5 -unobjectionable_A 1.2512512512512513e-5 -unobjective_A 1.2512512512512513e-5 -unobligated_A 1.2512512512512513e-5 -unobservable_A 1.2512512512512513e-5 -unobservant_A 1.2512512512512513e-5 -unobserved_A 3.7537537537537536e-5 -unobstructed_A 1.2512512512512513e-5 -unobtainable_A 1.2512512512512513e-5 -unobtrusive_A 2.5025025025025026e-5 -unobvious_A 1.2512512512512513e-5 -unoccupied_A 3.7537537537537536e-5 -unoffending_A 1.2512512512512513e-5 -unofficial_A 1.1261261261261261e-4 -unoiled_A 1.2512512512512513e-5 -unopen_A 1.2512512512512513e-5 -unopened_A 1.2512512512512513e-5 -unopposable_A 1.2512512512512513e-5 -unopposed_A 1.2512512512512513e-5 -unorganized_A 1.2512512512512513e-5 -unoriented_A 1.2512512512512513e-5 -unoriginal_A 1.2512512512512513e-5 -unorthodox_A 2.5025025025025026e-5 -unostentatious_A 1.2512512512512513e-5 -unowned_A 1.2512512512512513e-5 -unpackaged_A 1.2512512512512513e-5 -unpaid_A 1.2512512512512512e-4 -unpaintable_A 1.2512512512512513e-5 -unpainted_A 1.2512512512512513e-5 -unpalatable_A 1.2512512512512513e-5 -unparallel_A 1.2512512512512513e-5 -unparalleled_A 1.2512512512512513e-5 -unpardonable_A 1.2512512512512513e-5 -unparented_A 1.2512512512512513e-5 -unparliamentary_A 1.2512512512512513e-5 -unpartitioned_A 1.2512512512512513e-5 -unpasteurized_A 1.2512512512512513e-5 -unpatented_A 1.2512512512512513e-5 -unpatriotic_A 1.2512512512512513e-5 -unpatronized_A 1.2512512512512513e-5 -unpaved_A 1.2512512512512513e-5 -unpeaceable_A 1.2512512512512513e-5 -unpeaceful_A 1.2512512512512513e-5 -unpeopled_A 1.2512512512512513e-5 -unperceived_A 1.2512512512512513e-5 -unperceptive_A 1.2512512512512513e-5 -unperformed_A 1.2512512512512513e-5 -unpermed_A 1.2512512512512513e-5 -unpermissive_A 1.2512512512512513e-5 -unperplexed_A 1.2512512512512513e-5 -unpersuadable_A 1.2512512512512513e-5 -unpersuaded_A 1.2512512512512513e-5 -unpersuasive_A 1.2512512512512513e-5 -unperturbed_A 3.7537537537537536e-5 -unpierced_A 1.2512512512512513e-5 -unpigmented_A 1.2512512512512513e-5 -unpillared_A 1.2512512512512513e-5 -unplaced_A 1.2512512512512513e-5 -unplanned_A 3.7537537537537536e-5 -unplanted_A 1.2512512512512513e-5 -unplayable_A 1.2512512512512513e-5 -unplayful_A 1.2512512512512513e-5 -unpleasant_A 6.256256256256256e-5 -unplowed_A 1.2512512512512513e-5 -unplumbed_A 1.2512512512512513e-5 -unpolished_A 1.2512512512512513e-5 -unpolluted_A 1.2512512512512513e-5 -unpompous_A 1.2512512512512513e-5 -unpopular_A 1.1261261261261261e-4 -unportable_A 1.2512512512512513e-5 -unposed_A 1.2512512512512513e-5 -unpotted_A 1.2512512512512513e-5 -unpowered_A 1.2512512512512513e-5 -unpracticed_A 1.2512512512512513e-5 -unpractised_A 1.2512512512512513e-5 -unprecedented_A 3.003003003003003e-4 -unpredictable_A 7.507507507507507e-5 -unpredicted_A 1.2512512512512513e-5 -unpredictive_A 1.2512512512512513e-5 -unprejudiced_A 1.2512512512512513e-5 -unpremeditated_A 1.2512512512512513e-5 -unprepared_A 6.256256256256256e-5 -unprepossessing_A 1.2512512512512513e-5 -unpresidential_A 1.2512512512512513e-5 -unpressed_A 1.2512512512512513e-5 -unpretentious_A 1.2512512512512513e-5 -unpreventable_A 1.2512512512512513e-5 -unpriestly_A 1.2512512512512513e-5 -unprincipled_A 1.2512512512512513e-5 -unprintable_A 1.2512512512512513e-5 -unprocessed_A 1.2512512512512513e-5 -unproductive_A 5.005005005005005e-5 -unprofessional_A 3.7537537537537536e-5 -unprofitable_A 1.2512512512512512e-4 -unpromising_A 1.2512512512512513e-5 -unprompted_A 1.2512512512512513e-5 -unpronounceable_A 1.2512512512512513e-5 -unprophetic_A 1.2512512512512513e-5 -unpropitious_A 1.2512512512512513e-5 -unprotected_A 1.2512512512512513e-5 -unprotective_A 1.2512512512512513e-5 -unprovable_A 1.2512512512512513e-5 -unproved_A 1.2512512512512513e-5 -unproven_A 2.5025025025025026e-5 -unprovided_A 1.2512512512512513e-5 -unprovocative_A 1.2512512512512513e-5 -unprovoked_A 1.2512512512512513e-5 -unpublishable_A 1.2512512512512513e-5 -unpublished_A 1.001001001001001e-4 -unpunctual_A 1.2512512512512513e-5 -unpunished_A 2.5025025025025026e-5 -unpurified_A 1.2512512512512513e-5 -unputdownable_A 1.2512512512512513e-5 -unqualified_A 2.5025025025025026e-5 -unquestionable_A 2.5025025025025026e-5 -unquestioned_A 1.2512512512512513e-5 -unquestioning_A 1.2512512512512513e-5 -unquiet_A 1.2512512512512513e-5 -unquotable_A 1.2512512512512513e-5 -unratable_A 1.2512512512512513e-5 -unratified_A 1.2512512512512513e-5 -unreached_A 1.2512512512512513e-5 -unreactive_A 1.2512512512512513e-5 -unread_A 2.5025025025025026e-5 -unreadable_A 2.5025025025025026e-5 -unready_A 1.2512512512512513e-5 -unreal_A 1.2512512512512513e-5 -unrealistic_A 1.001001001001001e-4 -unrealized_A 5.005005005005005e-5 -unreasonable_A 1.001001001001001e-4 -unreasoning_A 1.2512512512512513e-5 -unreassuring_A 1.2512512512512513e-5 -unreceptive_A 1.2512512512512513e-5 -unreciprocated_A 1.2512512512512513e-5 -unrecognizable_A 3.7537537537537536e-5 -unrecognized_A 3.7537537537537536e-5 -unreconciled_A 1.2512512512512513e-5 -unreconstructed_A 1.2512512512512513e-5 -unrecorded_A 1.2512512512512513e-5 -unrecoverable_A 1.2512512512512513e-5 -unredeemable_A 1.2512512512512513e-5 -unreduced_A 1.2512512512512513e-5 -unrefined_A 1.2512512512512513e-5 -unreflected_A 1.2512512512512513e-5 -unreflective_A 1.2512512512512513e-5 -unreformable_A 1.2512512512512513e-5 -unreformed_A 1.2512512512512513e-5 -unrefreshed_A 1.2512512512512513e-5 -unregenerate_A 1.2512512512512513e-5 -unregistered_A 3.7537537537537536e-5 -unregretful_A 1.2512512512512513e-5 -unregulated_A 1.2512512512512513e-5 -unrehearsed_A 1.2512512512512513e-5 -unrelated_A 2.3773773773773772e-4 -unrelaxed_A 1.2512512512512513e-5 -unreleased_A 1.2512512512512513e-5 -unrelenting_A 1.2512512512512513e-5 -unreliable_A 2.5025025025025026e-5 -unrelieved_A 1.2512512512512513e-5 -unremarkable_A 2.5025025025025026e-5 -unremedied_A 1.2512512512512513e-5 -unremitting_A 2.5025025025025026e-5 -unremunerative_A 1.2512512512512513e-5 -unrenewable_A 1.2512512512512513e-5 -unrentable_A 1.2512512512512513e-5 -unrepaired_A 1.2512512512512513e-5 -unrepeatable_A 1.2512512512512513e-5 -unrepentant_A 1.2512512512512513e-5 -unreportable_A 1.2512512512512513e-5 -unreported_A 1.2512512512512513e-5 -unrepresentative_A 1.2512512512512513e-5 -unrepressed_A 1.2512512512512513e-5 -unreproducible_A 1.2512512512512513e-5 -unrequested_A 1.2512512512512513e-5 -unrequited_A 1.2512512512512513e-5 -unresentful_A 1.2512512512512513e-5 -unreserved_A 1.2512512512512513e-5 -unresisting_A 1.2512512512512513e-5 -unresolvable_A 1.2512512512512513e-5 -unresolved_A 7.507507507507507e-5 -unrespectable_A 1.2512512512512513e-5 -unresponsive_A 1.2512512512512513e-5 -unrestrained_A 3.7537537537537536e-5 -unrestricted_A 2.5025025025025026e-5 -unrestrictive_A 1.2512512512512513e-5 -unretentive_A 1.2512512512512513e-5 -unreverberant_A 1.2512512512512513e-5 -unrevised_A 1.2512512512512513e-5 -unrevived_A 1.2512512512512513e-5 -unrewarded_A 1.2512512512512513e-5 -unrewarding_A 1.2512512512512513e-5 -unrhetorical_A 1.2512512512512513e-5 -unrhymed_A 1.2512512512512513e-5 -unrhythmical_A 1.2512512512512513e-5 -unrifled_A 1.2512512512512513e-5 -unrigged_A 1.2512512512512513e-5 -unrighteous_A 1.2512512512512513e-5 -unripe_A 1.2512512512512513e-5 -unripened_A 1.2512512512512513e-5 -unrivalled_A 1.2512512512512513e-5 -unromantic_A 1.2512512512512513e-5 -unroofed_A 1.2512512512512513e-5 -unrouged_A 1.2512512512512513e-5 -unruffled_A 1.2512512512512513e-5 -unruly_A 5.005005005005005e-5 -unsafe_A 6.256256256256256e-5 -unsalable_A 1.2512512512512513e-5 -unsaleable_A 1.2512512512512513e-5 -unsalted_A 1.2512512512512513e-5 -unsanctioned_A 1.2512512512512513e-5 -unsanitary_A 1.2512512512512513e-5 -unsaponified_A 1.2512512512512513e-5 -unsarcastic_A 1.2512512512512513e-5 -unsated_A 1.2512512512512513e-5 -unsatisfactory_A 1.2512512512512513e-5 -unsatisfiable_A 1.2512512512512513e-5 -unsatisfied_A 1.2512512512512513e-5 -unsatisfying_A 1.2512512512512513e-5 -unsaturated_A 1.2512512512512513e-5 -unsavory_A 2.5025025025025026e-5 -unsavoury_A 1.2512512512512513e-5 -unscalable_A 1.2512512512512513e-5 -unscathed_A 7.507507507507507e-5 -unscheduled_A 1.2512512512512513e-5 -unscholarly_A 1.2512512512512513e-5 -unschooled_A 1.2512512512512513e-5 -unscientific_A 2.5025025025025026e-5 -unscripted_A 1.2512512512512513e-5 -unscrupulous_A 1.001001001001001e-4 -unsealed_A 1.2512512512512513e-5 -unseamanlike_A 1.2512512512512513e-5 -unseamed_A 1.2512512512512513e-5 -unseasonable_A 2.5025025025025026e-5 -unseasoned_A 1.2512512512512513e-5 -unseaworthy_A 1.2512512512512513e-5 -unsecured_A 5.13013013013013e-4 -unseductive_A 1.2512512512512513e-5 -unseeded_A 1.2512512512512513e-5 -unseeing_A 1.2512512512512513e-5 -unseemly_A 3.7537537537537536e-5 -unseen_A 3.7537537537537536e-5 -unseeyn_A 1.2512512512512513e-5 -unsegmented_A 1.2512512512512513e-5 -unselected_A 1.2512512512512513e-5 -unselective_A 1.2512512512512513e-5 -unselfconscious_A 1.2512512512512513e-5 -unselfish_A 1.2512512512512513e-5 -unsensational_A 1.2512512512512513e-5 -unsent_A 1.2512512512512513e-5 -unserviceable_A 1.2512512512512513e-5 -unservile_A 1.2512512512512513e-5 -unsexy_A 1.2512512512512513e-5 -unshaded_A 1.2512512512512513e-5 -unshadowed_A 1.2512512512512513e-5 -unshakable_A 1.2512512512512513e-5 -unshaped_A 1.2512512512512513e-5 -unshapely_A 1.2512512512512513e-5 -unshared_A 1.2512512512512513e-5 -unsharpened_A 1.2512512512512513e-5 -unshaved_A 1.2512512512512513e-5 -unshaven_A 1.2512512512512513e-5 -unsheared_A 1.2512512512512513e-5 -unshelled_A 1.2512512512512513e-5 -unshielded_A 1.2512512512512513e-5 -unshockable_A 1.2512512512512513e-5 -unshod_A 1.2512512512512513e-5 -unshrinkable_A 1.2512512512512513e-5 -unshrinking_A 1.2512512512512513e-5 -unshuttered_A 1.2512512512512513e-5 -unsighted_A 1.2512512512512513e-5 -unsightly_A 1.2512512512512513e-5 -unsigned_A 2.5025025025025026e-5 -unsilenced_A 1.2512512512512513e-5 -unsinkable_A 1.2512512512512513e-5 -unsized_A 1.2512512512512513e-5 -unskilled_A 2.5025025025025026e-5 -unsleeping_A 1.2512512512512513e-5 -unsmiling_A 1.2512512512512513e-5 -unsmoothed_A 1.2512512512512513e-5 -unsociable_A 1.2512512512512513e-5 -unsocial_A 1.2512512512512513e-5 -unsoiled_A 1.2512512512512513e-5 -unsold_A 5.005005005005005e-5 -unsoldierly_A 1.2512512512512513e-5 -unsolicited_A 1.3763763763763765e-4 -unsolved_A 1.2512512512512513e-5 -unsophisticated_A 1.2512512512512513e-5 -unsorted_A 1.2512512512512513e-5 -unsound_A 3.7537537537537536e-5 -unsoundable_A 1.2512512512512513e-5 -unsoured_A 1.2512512512512513e-5 -unspaced_A 1.2512512512512513e-5 -unsparing_A 1.2512512512512513e-5 -unspeakable_A 2.5025025025025026e-5 -unspecialized_A 1.2512512512512513e-5 -unspecific_A 1.2512512512512513e-5 -unspecified_A 2.3773773773773772e-4 -unspectacular_A 1.2512512512512513e-5 -unspent_A 1.2512512512512513e-5 -unspoiled_A 1.2512512512512513e-5 -unspoilt_A 1.2512512512512513e-5 -unspoken_A 1.2512512512512513e-5 -unsporting_A 1.2512512512512513e-5 -unsportsmanlike_A 1.2512512512512513e-5 -unspotted_A 1.2512512512512513e-5 -unstable_A 7.507507507507507e-5 -unstaged_A 1.2512512512512513e-5 -unstained_A 1.2512512512512513e-5 -unstartling_A 1.2512512512512513e-5 -unstated_A 1.2512512512512513e-5 -unstatesmanlike_A 1.2512512512512513e-5 -unsteady_A 3.7537537537537536e-5 -unsterilized_A 1.2512512512512513e-5 -unstilted_A 1.2512512512512513e-5 -unstimulating_A 1.2512512512512513e-5 -unstirred_A 1.2512512512512513e-5 -unstoppable_A 3.7537537537537536e-5 -unstoppered_A 1.2512512512512513e-5 -unstrained_A 1.2512512512512513e-5 -unstratified_A 1.2512512512512513e-5 -unstressed_A 1.2512512512512513e-5 -unstructured_A 1.2512512512512513e-5 -unstrung_A 1.2512512512512513e-5 -unstuck_A 1.2512512512512513e-5 -unstudied_A 1.2512512512512513e-5 -unstudious_A 1.2512512512512513e-5 -unsubdued_A 1.2512512512512513e-5 -unsubtle_A 1.2512512512512513e-5 -unsuccessful_A 3.7537537537537537e-4 -unsugared_A 1.2512512512512513e-5 -unsuitable_A 1.2512512512512513e-5 -unsuited_A 1.2512512512512513e-5 -unsullied_A 1.2512512512512513e-5 -unsung_A 1.2512512512512513e-5 -unsupervised_A 1.2512512512512513e-5 -unsupportable_A 1.2512512512512513e-5 -unsupported_A 6.256256256256256e-5 -unsupportive_A 1.2512512512512513e-5 -unsuppressed_A 1.2512512512512513e-5 -unsure_A 3.7537537537537536e-5 -unsurmountable_A 1.2512512512512513e-5 -unsurpassable_A 1.2512512512512513e-5 -unsurpassed_A 2.5025025025025026e-5 -unsurprised_A 1.2512512512512513e-5 -unsurprising_A 1.2512512512512513e-5 -unsusceptible_A 1.2512512512512513e-5 -unsuspected_A 3.7537537537537536e-5 -unsuspecting_A 3.7537537537537536e-5 -unsuspicious_A 1.2512512512512513e-5 -unswayed_A 1.2512512512512513e-5 -unsweet_A 1.2512512512512513e-5 -unsweetened_A 1.2512512512512513e-5 -unswept_A 1.2512512512512513e-5 -unswerving_A 1.2512512512512513e-5 -unsworn_A 1.2512512512512513e-5 -unsyllabic_A 1.2512512512512513e-5 -unsyllabled_A 1.2512512512512513e-5 -unsymmetric_A 1.2512512512512513e-5 -unsympathetic_A 2.5025025025025026e-5 -unsympathizing_A 1.2512512512512513e-5 -unsystematic_A 1.2512512512512513e-5 -untainted_A 1.2512512512512513e-5 -untalented_A 1.2512512512512513e-5 -untamed_A 1.2512512512512513e-5 -untangled_A 1.2512512512512513e-5 -untanned_A 1.2512512512512513e-5 -untapped_A 6.256256256256256e-5 -untarnished_A 1.2512512512512513e-5 -untaxed_A 1.2512512512512513e-5 -untempered_A 1.2512512512512513e-5 -untenable_A 1.2512512512512513e-5 -untenanted_A 1.2512512512512513e-5 -untended_A 1.2512512512512513e-5 -untested_A 3.7537537537537536e-5 -untethered_A 1.2512512512512513e-5 -unthawed_A 1.2512512512512513e-5 -untheatrical_A 1.2512512512512513e-5 -unthematic_A 1.2512512512512513e-5 -unthinkable_A 2.5025025025025026e-5 -unthinking_A 1.2512512512512513e-5 -unthought_of_A 1.2512512512512513e-5 -untidy_A 1.2512512512512513e-5 -untied_A 1.2512512512512513e-5 -untilled_A 1.2512512512512513e-5 -untimbered_A 1.2512512512512513e-5 -untimely_A 1.2512512512512513e-5 -untipped_A 1.2512512512512513e-5 -untired_A 1.2512512512512513e-5 -untiring_A 1.2512512512512513e-5 -untitled_A 1.2512512512512513e-5 -untoasted_A 1.2512512512512513e-5 -untold_A 3.7537537537537536e-5 -untouchable_A 2.5025025025025026e-5 -untouched_A 1.2512512512512513e-5 -untoward_A 1.2512512512512513e-5 -untraceable_A 1.2512512512512513e-5 -untrained_A 3.7537537537537536e-5 -untrammeled_A 1.2512512512512513e-5 -untrammelled_A 1.2512512512512513e-5 -untranslatable_A 1.2512512512512513e-5 -untraveled_A 1.2512512512512513e-5 -untraversable_A 1.2512512512512513e-5 -untraversed_A 1.2512512512512513e-5 -untreated_A 2.5025025025025026e-5 -untried_A 2.5025025025025026e-5 -untrimmed_A 1.2512512512512513e-5 -untroubled_A 1.2512512512512513e-5 -untrue_A 5.005005005005005e-5 -untrustworthy_A 2.5025025025025026e-5 -untruthful_A 1.2512512512512513e-5 -untucked_A 1.2512512512512513e-5 -untufted_A 1.2512512512512513e-5 -unturned_A 1.2512512512512513e-5 -untutored_A 1.2512512512512513e-5 -untwisted_A 1.2512512512512513e-5 -untypical_A 1.2512512512512513e-5 -ununderstood_A 1.2512512512512513e-5 -unused_A 1.001001001001001e-4 -unusual_A 1.1136136136136135e-3 -unutterable_A 1.2512512512512513e-5 -unvaccinated_A 1.2512512512512513e-5 -unvaried_A 1.2512512512512513e-5 -unvarnished_A 1.2512512512512513e-5 -unvarying_A 2.5025025025025026e-5 -unvented_A 1.2512512512512513e-5 -unventilated_A 1.2512512512512513e-5 -unverified_A 1.2512512512512513e-5 -unversed_A 1.2512512512512513e-5 -unvigilant_A 1.2512512512512513e-5 -unvindictive_A 1.2512512512512513e-5 -unvitrified_A 1.2512512512512513e-5 -unvoiced_A 1.2512512512512513e-5 -unvulcanized_A 1.2512512512512513e-5 -unwanted_A 1.2512512512512512e-4 -unwarranted_A 1.1261261261261261e-4 -unwary_A 3.7537537537537536e-5 -unwashed_A 2.5025025025025026e-5 -unwavering_A 1.2512512512512513e-5 -unwaxed_A 1.2512512512512513e-5 -unweaned_A 1.2512512512512513e-5 -unwearable_A 1.2512512512512513e-5 -unwearied_A 1.2512512512512513e-5 -unweathered_A 1.2512512512512513e-5 -unwebbed_A 1.2512512512512513e-5 -unwed_A 2.5025025025025026e-5 -unwelcome_A 1.2512512512512512e-4 -unwell_A 1.2512512512512513e-5 -unwholesome_A 2.5025025025025026e-5 -unwieldy_A 6.256256256256256e-5 -unwilled_A 1.2512512512512513e-5 -unwilling_A 1.5015015015015014e-4 -unwise_A 8.758758758758758e-5 -unwitnessed_A 1.2512512512512513e-5 -unwitting_A 5.005005005005005e-5 -unwomanly_A 1.2512512512512513e-5 -unwonted_A 1.2512512512512513e-5 -unwooded_A 1.2512512512512513e-5 -unworkable_A 3.7537537537537536e-5 -unworkmanlike_A 1.2512512512512513e-5 -unworldly_A 1.2512512512512513e-5 -unworn_A 1.2512512512512513e-5 -unworried_A 1.2512512512512513e-5 -unworthy_A 2.5025025025025026e-5 -unwounded_A 1.2512512512512513e-5 -unwoven_A 1.2512512512512513e-5 -unwrinkled_A 1.2512512512512513e-5 -unwritten_A 3.7537537537537536e-5 -unyielding_A 1.2512512512512513e-5 -up_A 1.2512512512512513e-5 -up_and_coming_A 2.5025025025025026e-5 -up_market_A 1.2512512512512513e-5 -up_to_date_A 1.2512512512512513e-5 -up_to_the_minute_A 1.2512512512512513e-5 -upbound_A 1.2512512512512513e-5 -upcountry_A 1.2512512512512513e-5 -upcurved_A 1.2512512512512513e-5 -upended_A 1.2512512512512513e-5 -upfield_A 1.2512512512512513e-5 -upfront_A 1.2512512512512513e-5 -uphill_A 5.005005005005005e-5 -upland_A 1.2512512512512513e-5 -upmarket_A 1.2512512512512513e-5 -upmost_A 1.2512512512512513e-5 -upper_A 2.002002002002002e-4 -uppercase_A 1.2512512512512513e-5 -uppermost_A 1.2512512512512513e-5 -uppish_A 1.2512512512512513e-5 -uppity_A 1.2512512512512513e-5 -upraised_A 1.2512512512512513e-5 -upright_A 1.2512512512512513e-5 -uproarious_A 1.2512512512512513e-5 -upscale_A 1.2512512512512513e-5 -upstage_A 1.2512512512512513e-5 -upstairs_A 3.7537537537537536e-5 -upstanding_A 1.2512512512512513e-5 -upstart_A 3.7537537537537536e-5 -upstream_A 1.2512512512512513e-5 -uptight_A 2.5025025025025026e-5 -uptown_A 1.2512512512512513e-5 -upturned_A 1.2512512512512513e-5 -upward_A 1.3763763763763765e-4 -upwind_A 1.2512512512512513e-5 -urban_A 3.503503503503503e-4 -urbane_A 1.2512512512512513e-5 -urceolate_A 1.2512512512512513e-5 -urdu_A 1.2512512512512513e-5 -urethral_A 1.2512512512512513e-5 -urgent_A 5.005005005005005e-5 -uric_A 1.2512512512512513e-5 -uricosuric_A 1.2512512512512513e-5 -urinary_A 2.5025025025025026e-5 -urogenital_A 1.2512512512512513e-5 -ursine_A 1.2512512512512513e-5 -uruguayan_A 1.2512512512512513e-5 -usable_A 1.2512512512512513e-5 -useable_A 1.2512512512512513e-5 -useful_A 2.8778778778778776e-4 -useless_A 3.7537537537537536e-5 -usual_A 2.3773773773773776e-3 -usufructuary_A 1.2512512512512513e-5 -usurious_A 1.2512512512512513e-5 -uterine_A 1.2512512512512513e-5 -utilitarian_A 2.5025025025025026e-5 -utilizable_A 1.2512512512512513e-5 -utmost_A 2.5025025025025026e-5 -utopian_A 3.7537537537537536e-5 -utter_A 1.5015015015015014e-4 -uttermost_A 1.2512512512512513e-5 -uveal_A 1.2512512512512513e-5 -uvular_A 1.2512512512512513e-5 -uxorious_A 1.2512512512512513e-5 -vacant_A 2.127127127127127e-4 -vacillant_A 1.2512512512512513e-5 -vacuolate_A 1.2512512512512513e-5 -vacuous_A 1.2512512512512513e-5 -vagabond_A 1.2512512512512513e-5 -vagal_A 1.2512512512512513e-5 -vagile_A 1.2512512512512513e-5 -vaginal_A 3.7537537537537536e-5 -vagrant_A 2.5025025025025026e-5 -vague_A 1.7517517517517516e-4 -vain_A 6.256256256256256e-5 -vainglorious_A 1.2512512512512513e-5 -valedictory_A 1.2512512512512513e-5 -valent_A 1.2512512512512513e-5 -valetudinarian_A 1.2512512512512513e-5 -valiant_A 2.5025025025025026e-5 -valid_A 1.7517517517517516e-4 -valorous_A 1.2512512512512513e-5 -valuable_A 3.003003003003003e-4 -value_added_A 3.7537537537537536e-5 -valueless_A 1.2512512512512513e-5 -valved_A 1.2512512512512513e-5 -valvular_A 1.2512512512512513e-5 -vanilla_A 1.2512512512512513e-5 -vanished_A 1.2512512512512513e-5 -vapid_A 1.2512512512512513e-5 -vaporific_A 1.2512512512512513e-5 -vaporous_A 1.2512512512512513e-5 -variable_A 2.5025025025025026e-5 -variant_A 1.2512512512512513e-5 -varicelliform_A 1.2512512512512513e-5 -varicolored_A 1.2512512512512513e-5 -varicoloured_A 1.2512512512512513e-5 -varicose_A 1.2512512512512513e-5 -variegated_A 1.2512512512512513e-5 -variform_A 1.2512512512512513e-5 -variolar_A 1.2512512512512513e-5 -variorum_A 1.2512512512512513e-5 -various_A 1.3513513513513514e-3 -vascular_A 1.2512512512512513e-5 -vasomotor_A 1.2512512512512513e-5 -vast_A 4.129129129129129e-4 -vegetable_A 1.2512512512512513e-5 -vegetal_A 1.2512512512512513e-5 -vegetative_A 1.2512512512512513e-5 -vehement_A 8.758758758758758e-5 -vehicular_A 1.2512512512512513e-5 -veinal_A 1.2512512512512513e-5 -veined_A 1.2512512512512513e-5 -velar_A 1.2512512512512513e-5 -velvet_A 1.2512512512512513e-5 -velvety_A 1.2512512512512513e-5 -venal_A 2.5025025025025026e-5 -venerable_A 1.001001001001001e-4 -venereal_A 1.2512512512512513e-5 -venetian_A 1.2512512512512513e-5 -venezuelan_A 5.005005005005005e-5 -vengeful_A 1.2512512512512513e-5 -venial_A 1.2512512512512513e-5 -venomed_A 1.2512512512512513e-5 -venomous_A 1.2512512512512513e-5 -venous_A 1.2512512512512513e-5 -ventilatory_A 1.2512512512512513e-5 -ventral_A 1.2512512512512513e-5 -ventricose_A 1.2512512512512513e-5 -ventricular_A 1.2512512512512513e-5 -venturesome_A 2.5025025025025026e-5 -venturous_A 1.2512512512512513e-5 -veracious_A 1.2512512512512513e-5 -verbal_A 1.001001001001001e-4 -verbatim_A 5.005005005005005e-5 -verbose_A 1.2512512512512513e-5 -verdant_A 1.2512512512512513e-5 -verey_A 1.2512512512512513e-5 -veridical_A 1.2512512512512513e-5 -verifiable_A 3.7537537537537536e-5 -verisimilar_A 1.2512512512512513e-5 -veritable_A 3.7537537537537536e-5 -vermicular_A 1.2512512512512513e-5 -vermiculate_A 1.2512512512512513e-5 -vermiform_A 1.2512512512512513e-5 -vermilion_A 1.2512512512512513e-5 -verminous_A 1.2512512512512513e-5 -vernacular_A 1.2512512512512513e-5 -vernal_A 1.2512512512512513e-5 -verrucose_A 1.2512512512512513e-5 -versatile_A 1.2512512512512513e-5 -versed_A 1.2512512512512513e-5 -vertebral_A 1.2512512512512513e-5 -vertebrate_A 1.2512512512512513e-5 -vertical_A 7.507507507507507e-5 -verticillate_A 1.2512512512512513e-5 -vertiginous_A 1.2512512512512513e-5 -vesical_A 1.2512512512512513e-5 -vesicatory_A 1.2512512512512513e-5 -vesicular_A 1.2512512512512513e-5 -vestal_A 1.2512512512512513e-5 -vestiary_A 1.2512512512512513e-5 -vestibular_A 1.2512512512512513e-5 -vestigial_A 1.2512512512512513e-5 -vestmental_A 1.2512512512512513e-5 -vestmented_A 1.2512512512512513e-5 -veterinary_A 3.7537537537537536e-5 -vexatious_A 1.2512512512512513e-5 -viable_A 1.8768768768768769e-4 -viatical_A 1.2512512512512513e-5 -vibrant_A 3.7537537537537536e-5 -vibrational_A 1.2512512512512513e-5 -vibratory_A 1.2512512512512513e-5 -vibrionic_A 1.2512512512512513e-5 -vicarial_A 1.2512512512512513e-5 -vicarious_A 1.2512512512512513e-5 -vicenary_A 1.2512512512512513e-5 -vicennial_A 1.2512512512512513e-5 -viceregal_A 1.2512512512512513e-5 -vicinal_A 1.2512512512512513e-5 -vicious_A 1.2512512512512512e-4 -victorian_A 7.507507507507507e-5 -victorious_A 3.7537537537537536e-5 -vietnamese_A 1.2512512512512513e-5 -viewable_A 1.2512512512512513e-5 -viewless_A 1.2512512512512513e-5 -vigesimal_A 1.2512512512512513e-5 -vigilant_A 1.2512512512512513e-5 -vigorous_A 2.6276276276276277e-4 -vile_A 1.2512512512512513e-5 -villainous_A 1.2512512512512513e-5 -vinaceous_A 1.2512512512512513e-5 -vindictive_A 1.2512512512512513e-5 -vinegary_A 1.2512512512512513e-5 -vinous_A 1.2512512512512513e-5 -violable_A 1.2512512512512513e-5 -violent_A 1.5015015015015014e-4 -viral_A 1.2512512512512513e-5 -virgin_A 3.7537537537537536e-5 -virginal_A 1.2512512512512513e-5 -viricidal_A 1.2512512512512513e-5 -virile_A 1.2512512512512513e-5 -virological_A 1.2512512512512513e-5 -virtual_A 8.383383383383384e-4 -virtuous_A 1.2512512512512513e-5 -virulent_A 1.2512512512512513e-5 -visaged_A 1.2512512512512513e-5 -visceral_A 1.2512512512512513e-5 -viscid_A 1.2512512512512513e-5 -viscoelastic_A 1.2512512512512513e-5 -viscometric_A 1.2512512512512513e-5 -viscous_A 1.2512512512512513e-5 -viselike_A 1.2512512512512513e-5 -visible_A 2.8778778778778776e-4 -visionary_A 1.2512512512512513e-5 -visored_A 1.2512512512512513e-5 -visual_A 1.3763763763763765e-4 -vital_A 1.7517517517517516e-4 -vitiliginous_A 1.2512512512512513e-5 -vitreous_A 1.2512512512512513e-5 -vitriolic_A 2.5025025025025026e-5 -vituperative_A 1.2512512512512513e-5 -viva_voce_A 1.2512512512512513e-5 -vivace_A 1.2512512512512513e-5 -vivacious_A 1.2512512512512513e-5 -vivid_A 1.6266266266266267e-4 -viviparous_A 1.2512512512512513e-5 -vixenish_A 1.2512512512512513e-5 -vocal_A 6.256256256256256e-5 -vocalic_A 1.2512512512512513e-5 -vocational_A 1.2512512512512513e-5 -vocative_A 1.2512512512512513e-5 -vociferous_A 2.5025025025025026e-5 -voiceless_A 1.2512512512512513e-5 -void_A 2.5025025025025026e-5 -volatile_A 7.132132132132132e-4 -volcanic_A 1.2512512512512513e-5 -volitional_A 1.2512512512512513e-5 -voltaic_A 1.2512512512512513e-5 -voluble_A 1.2512512512512513e-5 -volumed_A 1.2512512512512513e-5 -volumetric_A 1.2512512512512513e-5 -voluminous_A 2.5025025025025026e-5 -voluntary_A 3.878878878878879e-4 -voluptuous_A 3.7537537537537536e-5 -voluted_A 1.2512512512512513e-5 -voracious_A 2.5025025025025026e-5 -voteless_A 1.2512512512512513e-5 -votive_A 1.2512512512512513e-5 -vowellike_A 1.2512512512512513e-5 -voyeuristic_A 1.2512512512512513e-5 -vulgar_A 1.2512512512512513e-5 -vulnerable_A 3.3783783783783786e-4 -vulpine_A 1.2512512512512513e-5 -vulvar_A 1.2512512512512513e-5 -waggish_A 2.5025025025025026e-5 -wainscoted_A 1.2512512512512513e-5 -waist_deep_A 1.2512512512512513e-5 -waist_high_A 1.2512512512512513e-5 -wakeful_A 1.2512512512512513e-5 -wall_eyed_A 1.2512512512512513e-5 -walleyed_A 1.2512512512512513e-5 -walloping_A 1.2512512512512513e-5 -wan_A 1.2512512512512513e-5 -wanton_A 1.2512512512512513e-5 -war_torn_A 1.2512512512512513e-5 -warlike_A 1.2512512512512513e-5 -warm_A 2.127127127127127e-4 -warm_blooded_A 1.2512512512512513e-5 -warm_hearted_A 1.2512512512512513e-5 -warmhearted_A 1.2512512512512513e-5 -wary_A 2.752752752752753e-4 -washable_A 2.5025025025025026e-5 -washy_A 1.2512512512512513e-5 -wasp_waisted_A 1.2512512512512513e-5 -waspish_A 1.2512512512512513e-5 -waste_A 1.2512512512512513e-5 -wasteful_A 5.005005005005005e-5 -watchful_A 2.5025025025025026e-5 -water_worn_A 1.2512512512512513e-5 -waterborne_A 1.2512512512512513e-5 -waterless_A 1.2512512512512513e-5 -waterlogged_A 1.2512512512512513e-5 -waterproof_A 1.2512512512512513e-5 -watertight_A 1.2512512512512513e-5 -waterworn_A 1.2512512512512513e-5 -watery_A 2.5025025025025026e-5 -wavy_A 1.2512512512512513e-5 -waxen_A 1.2512512512512513e-5 -waxy_A 1.2512512512512513e-5 -way_out_A 1.2512512512512513e-5 -wayfaring_A 1.2512512512512513e-5 -wayward_A 3.7537537537537536e-5 -weak_A 1.6766766766766767e-3 -weak_kneed_A 2.5025025025025026e-5 -weakly_A 1.2512512512512513e-5 -wealthy_A 2.5025025025025025e-4 -weaponless_A 1.2512512512512513e-5 -wearable_A 1.2512512512512513e-5 -wearisome_A 1.2512512512512513e-5 -weary_A 7.507507507507507e-5 -weather_beaten_A 1.2512512512512513e-5 -weather_bound_A 1.2512512512512513e-5 -weatherly_A 1.2512512512512513e-5 -weatherproof_A 1.2512512512512513e-5 -web_footed_A 1.2512512512512513e-5 -web_toed_A 1.2512512512512513e-5 -webbed_A 1.2512512512512513e-5 -wed_A 1.2512512512512513e-5 -wee_A 1.2512512512512513e-5 -weedless_A 1.2512512512512513e-5 -weedy_A 1.2512512512512513e-5 -weeklong_A 1.2512512512512513e-5 -weekly_A 6.381381381381381e-4 -weeny_A 1.2512512512512513e-5 -weepy_A 1.2512512512512513e-5 -weightless_A 1.2512512512512513e-5 -weighty_A 2.5025025025025026e-5 -weird_A 1.001001001001001e-4 -welcome_A 1.1261261261261261e-4 -welcoming_A 1.2512512512512513e-5 -welfarist_A 1.2512512512512513e-5 -well_A 3.7537537537537536e-5 -well_adjusted_A 1.2512512512512513e-5 -well_advised_A 1.2512512512512513e-5 -well_appointed_A 1.2512512512512513e-5 -well_balanced_A 5.005005005005005e-5 -well_behaved_A 1.2512512512512513e-5 -well_born_A 2.5025025025025026e-5 -well_bred_A 1.2512512512512513e-5 -well_conducted_A 1.2512512512512513e-5 -well_connected_A 3.7537537537537536e-5 -well_disposed_A 1.2512512512512513e-5 -well_favoured_A 1.2512512512512513e-5 -well_found_A 1.2512512512512513e-5 -well_founded_A 1.2512512512512513e-5 -well_groomed_A 1.2512512512512513e-5 -well_grounded_A 1.2512512512512513e-5 -well_heeled_A 6.256256256256256e-5 -well_informed_A 1.2512512512512513e-5 -well_intentioned_A 6.256256256256256e-5 -well_knit_A 1.2512512512512513e-5 -well_known_A 3.3783783783783786e-4 -well_lined_A 1.2512512512512513e-5 -well_marked_A 1.2512512512512513e-5 -well_meaning_A 2.5025025025025026e-5 -well_meant_A 1.2512512512512513e-5 -well_read_A 1.2512512512512513e-5 -well_rounded_A 1.2512512512512513e-5 -well_set_A 1.2512512512512513e-5 -well_shaven_A 1.2512512512512513e-5 -well_spoken_A 1.2512512512512513e-5 -well_timed_A 1.2512512512512513e-5 -well_to_do_A 3.7537537537537536e-5 -well_tried_A 1.2512512512512513e-5 -well_turned_A 1.2512512512512513e-5 -well_worn_A 1.2512512512512513e-5 -wellborn_A 1.2512512512512513e-5 -welsh_A 1.2512512512512513e-5 -welter_A 1.2512512512512513e-5 -wesleyan_A 1.2512512512512513e-5 -west_A 9.509509509509509e-4 -west_country_A 1.2512512512512513e-5 -west_end_A 1.2512512512512513e-5 -westbound_A 1.2512512512512513e-5 -westerly_A 1.2512512512512513e-5 -western_A 1.1761761761761762e-3 -westernmost_A 1.2512512512512513e-5 -westside_A 1.2512512512512513e-5 -westward_A 1.2512512512512513e-5 -wet_A 3.7537537537537536e-5 -whate'er_A 1.2512512512512513e-5 -whatever_A 1.2512512512512513e-5 -whatsoe'er_A 1.2512512512512513e-5 -whatsoever_A 1.2512512512512513e-5 -wheaten_A 1.2512512512512513e-5 -wheelless_A 1.2512512512512513e-5 -wheezy_A 1.2512512512512513e-5 -whencesoever_A 1.2512512512512513e-5 -whichever_A 1.2512512512512513e-5 -whichsoever_A 1.2512512512512513e-5 -whimsical_A 6.256256256256256e-5 -whippy_A 1.2512512512512513e-5 -whiskered_A 1.2512512512512513e-5 -white_A 1.1011011011011012e-3 -white_collar_A 1.5015015015015014e-4 -white_hot_A 1.2512512512512513e-5 -white_lipped_A 1.2512512512512513e-5 -white_livered_A 1.2512512512512513e-5 -whitish_A 2.5025025025025026e-5 -whole_A 1.051051051051051e-3 -wholehearted_A 1.2512512512512513e-5 -wholesale_A 5.13013013013013e-4 -wholesome_A 3.7537537537537536e-5 -whopping_A 7.507507507507507e-5 -whorled_A 1.2512512512512513e-5 -wicked_A 5.005005005005005e-5 -wide_A 2.264764764764765e-3 -wide_awake_A 1.2512512512512513e-5 -widespread_A 5.38038038038038e-4 -widowed_A 2.5025025025025026e-5 -wieldy_A 1.2512512512512513e-5 -wifelike_A 1.2512512512512513e-5 -wifely_A 1.2512512512512513e-5 -wigged_A 1.2512512512512513e-5 -wiggly_A 1.2512512512512513e-5 -wigless_A 1.2512512512512513e-5 -wild_A 4.87987987987988e-4 -wildcat_A 1.2512512512512513e-5 -wilful_A 1.2512512512512513e-5 -willful_A 1.001001001001001e-4 -willing_A 1.1136136136136135e-3 -willowy_A 1.2512512512512513e-5 -wily_A 2.5025025025025026e-5 -wimpish_A 1.2512512512512513e-5 -windblown_A 1.2512512512512513e-5 -windburned_A 1.2512512512512513e-5 -windless_A 1.2512512512512513e-5 -windswept_A 1.2512512512512513e-5 -windward_A 1.2512512512512513e-5 -windy_A 1.2512512512512513e-5 -wingless_A 1.2512512512512513e-5 -winglike_A 1.2512512512512513e-5 -winless_A 1.2512512512512513e-5 -winsome_A 1.2512512512512513e-5 -wintery_A 1.2512512512512513e-5 -wintry_A 1.2512512512512513e-5 -winy_A 1.2512512512512513e-5 -wire_haired_A 1.2512512512512513e-5 -wireless_A 1.2512512512512513e-5 -wiry_A 3.7537537537537536e-5 -wise_A 1.5015015015015014e-4 -wishful_A 2.5025025025025026e-5 -wishy_washy_A 1.2512512512512513e-5 -wisplike_A 1.2512512512512513e-5 -wispy_A 1.2512512512512513e-5 -wistful_A 2.5025025025025026e-5 -witching_A 1.2512512512512513e-5 -witchlike_A 1.2512512512512513e-5 -witless_A 1.2512512512512513e-5 -witting_A 1.2512512512512513e-5 -witty_A 3.7537537537537536e-5 -wizard_A 1.2512512512512513e-5 -wizened_A 1.2512512512512513e-5 -wobbly_A 3.7537537537537536e-5 -woebegone_A 2.5025025025025026e-5 -woeful_A 1.2512512512512513e-5 -wolfish_A 1.2512512512512513e-5 -wolflike_A 1.2512512512512513e-5 -womanish_A 1.2512512512512513e-5 -womanlike_A 1.2512512512512513e-5 -womanly_A 1.2512512512512513e-5 -wonder_struck_A 1.2512512512512513e-5 -wonderful_A 1.6266266266266267e-4 -wonderworking_A 1.2512512512512513e-5 -wondrous_A 2.5025025025025026e-5 -wonky_A 1.2512512512512513e-5 -wont_A 1.2512512512512513e-5 -wonted_A 1.2512512512512513e-5 -wooded_A 1.2512512512512513e-5 -wooden_A 8.758758758758758e-5 -woodenheaded_A 1.2512512512512513e-5 -woodsy_A 1.2512512512512513e-5 -woody_A 1.2512512512512513e-5 -woolen_A 1.2512512512512513e-5 -woolgathering_A 1.2512512512512513e-5 -woollen_A 1.2512512512512513e-5 -woolly_A 2.5025025025025026e-5 -wooly_A 1.2512512512512513e-5 -word_perfect_A 1.2512512512512513e-5 -wordless_A 1.2512512512512513e-5 -wordy_A 1.2512512512512513e-5 -workable_A 3.7537537537537536e-5 -workaday_A 1.2512512512512513e-5 -working_class_A 3.7537537537537536e-5 -workmanlike_A 1.2512512512512513e-5 -workshy_A 1.2512512512512513e-5 -world_weary_A 2.5025025025025026e-5 -worldly_A 1.2512512512512513e-5 -worldwide_A 1.2512512512512513e-5 -worm_eaten_A 1.2512512512512513e-5 -wormy_A 1.2512512512512513e-5 -worrisome_A 8.758758758758758e-5 -worse_A 1.2512512512512513e-5 -worshipful_A 1.2512512512512513e-5 -worst_A 1.2512512512512513e-5 -worth_A 8.383383383383384e-4 -worthless_A 8.758758758758758e-5 -worthwhile_A 8.758758758758758e-5 -worthy_A 1.2512512512512512e-4 -would_be_A 1.7517517517517516e-4 -woven_A 1.2512512512512513e-5 -wrathful_A 2.5025025025025026e-5 -wretched_A 1.2512512512512513e-5 -wrinkly_A 1.2512512512512513e-5 -writ_large_A 1.2512512512512513e-5 -wrong_A 9.509509509509509e-4 -wrong_headed_A 1.2512512512512513e-5 -wrongful_A 6.256256256256256e-5 -wrongheaded_A 1.2512512512512513e-5 -wroth_A 1.2512512512512513e-5 -wry_A 1.2512512512512513e-5 -xenogeneic_A 1.2512512512512513e-5 -xenophobic_A 1.2512512512512513e-5 -xeric_A 1.2512512512512513e-5 -xerographic_A 1.2512512512512513e-5 -xerophytic_A 1.2512512512512513e-5 -yearlong_A 3.7537537537537536e-5 -yearly_A 1.2512512512512512e-4 -yeasty_A 1.2512512512512513e-5 -yellow_A 1.5015015015015014e-4 -yellow_bellied_A 1.2512512512512513e-5 -yellowish_A 1.2512512512512513e-5 -yemeni_A 1.2512512512512513e-5 -yogistic_A 1.2512512512512513e-5 -yon_A 1.2512512512512513e-5 -yonder_A 1.2512512512512513e-5 -young_A 1.7642642642642643e-3 -younger_A 1.2512512512512513e-5 -youngish_A 2.5025025025025026e-5 -youthful_A 6.256256256256256e-5 -yugoslav_A 1.2512512512512513e-5 -yugoslavian_A 1.2512512512512513e-5 -zairean_A 2.5025025025025026e-5 -zambian_A 1.2512512512512513e-5 -zany_A 1.2512512512512513e-5 -zealander_A 1.2512512512512513e-5 -zealous_A 2.5025025025025026e-5 -zenithal_A 1.2512512512512513e-5 -zero_A 1.2512512512512513e-5 -zeroth_A 1.2512512512512513e-5 -zestful_A 2.5025025025025026e-5 -zigzag_A 1.2512512512512513e-5 -zillion_A 1.2512512512512513e-5 -zimbabwean_A 2.5025025025025026e-5 -zionist_A 1.2512512512512513e-5 -zodiacal_A 1.2512512512512513e-5 -zoic_A 1.2512512512512513e-5 -zonal_A 1.2512512512512513e-5 -zoological_A 1.493993993993994e-2 -zoonotic_A 1.2512512512512513e-5 -zygodactyl_A 1.2512512512512513e-5 -zygomatic_A 1.2512512512512513e-5 -zygomorphic_A 1.2512512512512513e-5 -zygotic_A 1.2512512512512513e-5 -zymoid_A 1.2512512512512513e-5 -zymotic_A 1.2512512512512513e-5 -aware_of_A2 0.23622047244094488 -contemptuous_of_A2 1.5748031496062992e-2 -equal_to_A2 7.874015748031496e-3 -familiar_with_A2 0.6220472440944882 -free_of_A2 8.661417322834646e-2 -subject_A2 7.874015748031496e-3 -unaware_of_A2 2.3622047244094488e-2 -AdAP 3.304428044280443e-2 -AdjOrd 1.845018450184502e-5 -AdvAP 5.11070110701107e-3 -CAdvAP 1.845018450184502e-5 -ComparA 2.2140221402214023e-4 -ComplA2 2.195571955719557e-3 -ConjAP 2.0479704797047972e-3 -PositA 0.9541328413284133 -ReflA2 1.845018450184502e-5 -SentAP 1.845018450184502e-5 -UseA2 1.845018450184502e-5 -UseComparA 3.154981549815498e-3 -PositAdAAdj 0.6799363057324841 -allegedly_AdA 4.777070063694267e-3 -almost_AdA 2.1231422505307855e-3 -even_AdA 1.0615711252653927e-2 -far_AdA 5.307855626326964e-4 -increasingly_AdA 5.307855626326964e-4 -less_AdA 3.7154989384288748e-3 -much_AdA 3.1847133757961785e-3 -often_AdA 1.0615711252653928e-3 -pretty_AdA 3.0254777070063694e-2 -quite_AdA 2.176220806794055e-2 -so_AdA 8.70488322717622e-2 -still_AdA 5.307855626326964e-4 -too_AdA 1.326963906581741e-2 -very_AdA 0.14065817409766454 -AdnCAdv 1.6181229773462784e-3 -about_AdN 0.5420711974110033 -almost_AdN 3.2362459546925564e-2 -around_AdN 3.72168284789644e-2 -at_least_AdN 0.27993527508090615 -fewer_than_AdN 6.472491909385114e-3 -less_than_AdN 9.708737864077669e-3 -more_than_AdN 8.576051779935275e-2 -no_fewer_than_AdN 3.236245954692557e-3 -no_more_than_AdN 1.6181229773462784e-3 -AdAdV 3.226607098535617e-3 -ConjAdV 2.482005460412013e-4 -allegedly_AdV 4.964010920824026e-3 -already_AdV 8.885579548275006e-2 -also_AdV 0.44849838669645076 -always_AdV 3.276247207743857e-2 -duly_AdV 9.928021841648052e-4 -even_AdV 2.9535864978902954e-2 -ever_AdV 3.0280466617026557e-2 -further_AdV 7.69421692727724e-3 -increasingly_AdV 2.482005460412013e-4 -indeed_AdV 5.460412012906428e-3 -just_AdV 1.737403822288409e-2 -never_AdV 5.485232067510549e-2 -no_longer_AdV 1.1417225117895259e-2 -now_AdV 8.240258128567883e-2 -often_AdV 2.680565897244974e-2 -once_AdV 1.5140233308513279e-2 -pointedly_AdV 9.928021841648052e-4 -roughly_AdV 2.482005460412013e-4 -somehow_AdV 3.971208736659221e-3 -soon_AdV 1.0920824025812856e-2 -still_AdV 0.10225862496897493 -yet_AdV 2.084884586746091e-2 -AdAdv 6.013172606240545e-4 -ComparAdvAdj 9.395582197250852e-6 -ComparAdvAdjS 9.395582197250852e-6 -ConjAdv 9.865361307113396e-4 -PositAdvAdj 3.606964005524602e-2 -PrepNP 0.8085086392378303 -SubjUttPost 9.395582197250852e-6 -SubjUttPreS 5.395582197250852e-6 -SubjUttPreQ 5.395582197250852e-6 -a_fortiori_Adv 9.395582197250852e-6 -a_la_carte_Adv 9.395582197250852e-6 -a_la_mode_Adv 9.395582197250852e-6 -a_posteriori_Adv 9.395582197250852e-6 -a_priori_Adv 9.395582197250852e-6 -ab_initio_Adv 9.395582197250852e-6 -aback_Adv 1.8791164394501704e-5 -abaft_Adv 9.395582197250852e-6 -abeam_Adv 9.395582197250852e-6 -abed_Adv 9.395582197250852e-6 -ablaze_Adv 9.395582197250852e-6 -aboard_Adv 2.8186746591752557e-5 -aborad_Adv 9.395582197250852e-6 -about_Adv 6.567511955878346e-3 -above_Adv 9.395582197250852e-6 -above_board_Adv 9.395582197250852e-6 -abreast_Adv 9.395582197250852e-6 -abroad_Adv 5.355481852432986e-4 -academically_Adv 1.8791164394501704e-5 -accelerando_Adv 9.395582197250852e-6 -accordingly_Adv 7.516465757800682e-5 -accusingly_Adv 9.395582197250852e-6 -acoustically_Adv 9.395582197250852e-6 -across_Adv 1.8791164394501704e-5 -ad_hoc_Adv 9.395582197250852e-6 -ad_infinitum_Adv 9.395582197250852e-6 -ad_interim_Adv 9.395582197250852e-6 -ad_lib_Adv 9.395582197250852e-6 -ad_libitum_Adv 9.395582197250852e-6 -ad_nauseam_Adv 9.395582197250852e-6 -ad_valorem_Adv 9.395582197250852e-6 -adagio_Adv 9.395582197250852e-6 -admiringly_Adv 9.395582197250852e-6 -admittedly_Adv 5.637349318350511e-5 -adrift_Adv 9.395582197250852e-6 -afar_Adv 9.395582197250852e-6 -affectedly_Adv 9.395582197250852e-6 -afield_Adv 1.8791164394501704e-5 -afoot_Adv 9.395582197250852e-6 -afore_Adv 9.395582197250852e-6 -aforethought_Adv 9.395582197250852e-6 -afoul_Adv 9.395582197250852e-6 -afresh_Adv 9.395582197250852e-6 -aft_Adv 9.395582197250852e-6 -after_Adv 1.785160617477662e-4 -afterwards_Adv 6.576907538075597e-5 -again_Adv 2.179775069762198e-3 -ago_Adv 3.908562194056354e-3 -agonizingly_Adv 9.395582197250852e-6 -aground_Adv 9.395582197250852e-6 -ahead_Adv 8.26811233358075e-4 -akimbo_Adv 9.395582197250852e-6 -alee_Adv 9.395582197250852e-6 -alfresco_Adv 1.8791164394501704e-5 -alias_Adv 9.395582197250852e-6 -alike_Adv 1.2214256856426107e-4 -allegretto_Adv 9.395582197250852e-6 -allegro_Adv 9.395582197250852e-6 -almost_Adv 2.1421927409731945e-3 -aloft_Adv 3.758232878900341e-5 -along_Adv 3.0065863031202727e-4 -alongside_Adv 1.8791164394501704e-5 -aloof_Adv 9.395582197250852e-6 -aloud_Adv 1.8791164394501704e-5 -already_Adv 3.4763654129828155e-4 -alright_Adv 9.395582197250852e-6 -also_Adv 5.825260962295528e-4 -altogether_Adv 2.0670280833951876e-4 -altruistically_Adv 9.395582197250852e-6 -amain_Adv 9.395582197250852e-6 -amidship_Adv 9.395582197250852e-6 -amidships_Adv 9.395582197250852e-6 -amiss_Adv 9.395582197250852e-6 -amok_Adv 2.8186746591752557e-5 -amuck_Adv 9.395582197250852e-6 -anachronistically_Adv 9.395582197250852e-6 -anarchically_Adv 9.395582197250852e-6 -andante_Adv 9.395582197250852e-6 -anew_Adv 4.697791098625426e-5 -angelically_Adv 9.395582197250852e-6 -animatedly_Adv 9.395582197250852e-6 -anisotropically_Adv 9.395582197250852e-6 -anon_Adv 9.395582197250852e-6 -antagonistically_Adv 9.395582197250852e-6 -ante_meridiem_Adv 9.395582197250852e-6 -anticlockwise_Adv 9.395582197250852e-6 -any_Adv 9.395582197250852e-6 -anyhow_Adv 1.8791164394501704e-5 -anymore_Adv 2.8186746591752557e-5 -anyplace_Adv 9.395582197250852e-6 -anyway_Adv 2.5368071932577304e-4 -anywhere_Adv 2.0670280833951876e-4 -apace_Adv 9.395582197250852e-6 -apart_Adv 2.4428513712852214e-4 -apathetically_Adv 9.395582197250852e-6 -apiece_Adv 1.597248973532645e-4 -apologetically_Adv 1.8791164394501704e-5 -appealingly_Adv 9.395582197250852e-6 -appositively_Adv 9.395582197250852e-6 -approvingly_Adv 9.395582197250852e-6 -apropos_Adv 9.395582197250852e-6 -aright_Adv 9.395582197250852e-6 -aristocratically_Adv 9.395582197250852e-6 -around_Adv 6.38899589413058e-4 -artistically_Adv 9.395582197250852e-6 -as_well_Adv 4.697791098625426e-5 -ascetically_Adv 9.395582197250852e-6 -ashore_Adv 3.758232878900341e-5 -aside_Adv 2.4428513712852214e-4 -askance_Adv 9.395582197250852e-6 -askew_Adv 9.395582197250852e-6 -aslant_Adv 9.395582197250852e-6 -asleep_Adv 9.395582197250852e-6 -assuredly_Adv 9.395582197250852e-6 -astern_Adv 9.395582197250852e-6 -astir_Adv 9.395582197250852e-6 -astray_Adv 1.8791164394501704e-5 -astride_Adv 9.395582197250852e-6 -asunder_Adv 9.395582197250852e-6 -asymptotically_Adv 9.395582197250852e-6 -at_all_Adv 9.395582197250852e-6 -at_home_Adv 9.395582197250852e-6 -athwart_Adv 9.395582197250852e-6 -atop_Adv 9.395582197250852e-6 -au_fond_Adv 9.395582197250852e-6 -authentically_Adv 9.395582197250852e-6 -autocratically_Adv 9.395582197250852e-6 -automatically_Adv 1.597248973532645e-4 -avowedly_Adv 9.395582197250852e-6 -away_Adv 1.522084315954638e-3 -aweigh_Adv 9.395582197250852e-6 -awhile_Adv 2.8186746591752557e-5 -awry_Adv 2.8186746591752557e-5 -axiomatically_Adv 9.395582197250852e-6 -ay_Adv 9.395582197250852e-6 -aye_Adv 9.395582197250852e-6 -back_Adv 3.52334332396907e-3 -backstage_Adv 1.8791164394501704e-5 -backward_Adv 2.8186746591752557e-5 -backwards_Adv 1.8791164394501704e-5 -bally_Adv 9.395582197250852e-6 -bang_Adv 9.395582197250852e-6 -bannerlike_Adv 9.395582197250852e-6 -banteringly_Adv 9.395582197250852e-6 -bareback_Adv 9.395582197250852e-6 -barebacked_Adv 9.395582197250852e-6 -barefoot_Adv 9.395582197250852e-6 -barefooted_Adv 9.395582197250852e-6 -basically_Adv 2.3488955493127132e-4 -beastly_Adv 9.395582197250852e-6 -becomingly_Adv 9.395582197250852e-6 -before_Adv 6.38899589413058e-4 -beforehand_Adv 3.758232878900341e-5 -behind_Adv 1.1274698636701023e-4 -belike_Adv 9.395582197250852e-6 -below_Adv 2.630763015230239e-4 -beneath_Adv 9.395582197250852e-6 -besides_Adv 2.8186746591752557e-5 -best_Adv 1.597248973532645e-4 -betimes_Adv 9.395582197250852e-6 -better_Adv 3.382409591010307e-4 -between_Adv 1.8791164394501704e-5 -bewilderedly_Adv 9.395582197250852e-6 -beyond_Adv 1.8791164394501704e-5 -biannually_Adv 9.395582197250852e-6 -bimonthly_Adv 9.395582197250852e-6 -blessedly_Adv 9.395582197250852e-6 -bloody_Adv 9.395582197250852e-6 -bodily_Adv 9.395582197250852e-6 -boiling_Adv 9.395582197250852e-6 -bolt_Adv 9.395582197250852e-6 -bombastically_Adv 9.395582197250852e-6 -bona_fide_Adv 9.395582197250852e-6 -both_Adv 9.395582197250852e-6 -breadthways_Adv 9.395582197250852e-6 -breadthwise_Adv 9.395582197250852e-6 -breast_deep_Adv 9.395582197250852e-6 -breast_high_Adv 9.395582197250852e-6 -bright_Adv 9.395582197250852e-6 -broadcast_Adv 9.395582197250852e-6 -broadside_Adv 9.395582197250852e-6 -broadways_Adv 9.395582197250852e-6 -broadwise_Adv 9.395582197250852e-6 -brotherly_Adv 9.395582197250852e-6 -bump_Adv 9.395582197250852e-6 -bureaucratically_Adv 9.395582197250852e-6 -but_Adv 7.516465757800682e-5 -by_Adv 5.637349318350511e-5 -cagily_Adv 9.395582197250852e-6 -calculatingly_Adv 9.395582197250852e-6 -cap_a_pie_Adv 9.395582197250852e-6 -catalytically_Adv 9.395582197250852e-6 -catastrophically_Adv 9.395582197250852e-6 -caustically_Adv 9.395582197250852e-6 -cf__Adv 9.395582197250852e-6 -champion_Adv 9.395582197250852e-6 -chaotically_Adv 9.395582197250852e-6 -characteristically_Adv 2.8186746591752557e-5 -charmingly_Adv 9.395582197250852e-6 -chock_Adv 9.395582197250852e-6 -chock_a_block_Adv 9.395582197250852e-6 -chop_chop_Adv 9.395582197250852e-6 -chromatically_Adv 9.395582197250852e-6 -chromatographically_Adv 9.395582197250852e-6 -chronically_Adv 2.8186746591752557e-5 -clean_Adv 9.395582197250852e-6 -clear_Adv 3.758232878900341e-5 -clear_cut_Adv 9.395582197250852e-6 -climatically_Adv 9.395582197250852e-6 -clockwise_Adv 9.395582197250852e-6 -close_Adv 7.04668664793814e-4 -cloyingly_Adv 9.395582197250852e-6 -coastward_Adv 9.395582197250852e-6 -coastwise_Adv 9.395582197250852e-6 -coaxingly_Adv 9.395582197250852e-6 -cock_a_hoop_Adv 9.395582197250852e-6 -collect_Adv 9.395582197250852e-6 -collectedly_Adv 9.395582197250852e-6 -complainingly_Adv 9.395582197250852e-6 -comradely_Adv 9.395582197250852e-6 -con_Adv 9.395582197250852e-6 -concernedly_Adv 9.395582197250852e-6 -condescendingly_Adv 9.395582197250852e-6 -confessedly_Adv 9.395582197250852e-6 -confusedly_Adv 9.395582197250852e-6 -consecutive_Adv 9.395582197250852e-6 -constrainedly_Adv 9.395582197250852e-6 -contentedly_Adv 9.395582197250852e-6 -contrariwise_Adv 9.395582197250852e-6 -contrastingly_Adv 9.395582197250852e-6 -correspondingly_Adv 9.395582197250852e-6 -cosmetically_Adv 9.395582197250852e-6 -counter_Adv 4.697791098625426e-5 -counterclockwise_Adv 9.395582197250852e-6 -coyly_Adv 9.395582197250852e-6 -cram_full_Adv 9.395582197250852e-6 -crash_Adv 9.395582197250852e-6 -crisscross_Adv 9.395582197250852e-6 -cross_legged_Adv 9.395582197250852e-6 -crosscountry_Adv 9.395582197250852e-6 -crosstown_Adv 9.395582197250852e-6 -crosswise_Adv 9.395582197250852e-6 -crushingly_Adv 9.395582197250852e-6 -cryptically_Adv 9.395582197250852e-6 -cryptographically_Adv 9.395582197250852e-6 -curvaceously_Adv 9.395582197250852e-6 -cuttingly_Adv 9.395582197250852e-6 -cytophotometrically_Adv 9.395582197250852e-6 -cytoplasmically_Adv 9.395582197250852e-6 -daily_Adv 2.160983905367696e-4 -damned_Adv 1.8791164394501704e-5 -daringly_Adv 9.395582197250852e-6 -dashingly_Adv 9.395582197250852e-6 -daylong_Adv 9.395582197250852e-6 -dazedly_Adv 9.395582197250852e-6 -de_facto_Adv 9.395582197250852e-6 -de_jure_Adv 9.395582197250852e-6 -dead_Adv 2.8186746591752557e-5 -deadpan_Adv 9.395582197250852e-6 -deal_Adv 9.395582197250852e-6 -dear_Adv 1.8791164394501704e-5 -deathly_Adv 9.395582197250852e-6 -deceivingly_Adv 9.395582197250852e-6 -deep_Adv 6.576907538075597e-5 -defenseless_Adv 9.395582197250852e-6 -dejectedly_Adv 9.395582197250852e-6 -delightedly_Adv 9.395582197250852e-6 -democratically_Adv 1.8791164394501704e-5 -deservedly_Adv 9.395582197250852e-6 -designedly_Adv 9.395582197250852e-6 -despairingly_Adv 9.395582197250852e-6 -determinedly_Adv 9.395582197250852e-6 -devilish_Adv 9.395582197250852e-6 -devotedly_Adv 9.395582197250852e-6 -diametrically_Adv 9.395582197250852e-6 -didactically_Adv 9.395582197250852e-6 -ding_dong_Adv 9.395582197250852e-6 -dingdong_Adv 9.395582197250852e-6 -direct_Adv 1.8791164394501704e-5 -disappointedly_Adv 9.395582197250852e-6 -disapprovingly_Adv 9.395582197250852e-6 -disbelievingly_Adv 9.395582197250852e-6 -discontentedly_Adv 9.395582197250852e-6 -disgustedly_Adv 9.395582197250852e-6 -disjointedly_Adv 9.395582197250852e-6 -disparagingly_Adv 9.395582197250852e-6 -dispiritedly_Adv 9.395582197250852e-6 -distractedly_Adv 9.395582197250852e-6 -disturbingly_Adv 9.395582197250852e-6 -doggedly_Adv 9.395582197250852e-6 -doggo_Adv 9.395582197250852e-6 -dogmatically_Adv 9.395582197250852e-6 -dolce_Adv 9.395582197250852e-6 -domestically_Adv 9.395582197250852e-5 -domineeringly_Adv 9.395582197250852e-6 -double_Adv 1.8791164394501704e-4 -double_quick_Adv 9.395582197250852e-6 -doubtless_Adv 1.8791164394501704e-5 -down_Adv 4.4159236327079e-3 -downfield_Adv 9.395582197250852e-6 -downhill_Adv 1.8791164394501704e-5 -downright_Adv 5.637349318350511e-5 -downriver_Adv 9.395582197250852e-6 -downstage_Adv 9.395582197250852e-6 -downstairs_Adv 9.395582197250852e-6 -downstream_Adv 9.395582197250852e-6 -downtown_Adv 9.395582197250852e-6 -downward_Adv 1.1274698636701023e-4 -downwards_Adv 9.395582197250852e-6 -downwind_Adv 9.395582197250852e-6 -draggingly_Adv 9.395582197250852e-6 -dramatically_Adv 1.1274698636701023e-4 -drastically_Adv 8.456023977525768e-5 -droopingly_Adv 9.395582197250852e-6 -due_Adv 2.7247188372027473e-4 -dynamically_Adv 9.395582197250852e-6 -e'en_Adv 9.395582197250852e-6 -e'er_Adv 9.395582197250852e-6 -each_Adv 9.395582197250852e-6 -earlier_Adv 9.395582197250852e-6 -early_Adv 1.277799178826116e-3 -early_on_Adv 6.576907538075597e-5 -east_Adv 3.758232878900341e-5 -easterly_Adv 9.395582197250852e-6 -eastward_Adv 1.8791164394501704e-5 -eastwards_Adv 9.395582197250852e-6 -easy_Adv 7.516465757800682e-5 -eccentrically_Adv 9.395582197250852e-6 -ecstatically_Adv 9.395582197250852e-6 -edgeways_Adv 9.395582197250852e-6 -edgewise_Adv 9.395582197250852e-6 -egotistically_Adv 9.395582197250852e-6 -either_Adv 4.2280119887628837e-4 -electronically_Adv 6.576907538075597e-5 -electrostatically_Adv 9.395582197250852e-6 -else_Adv 7.798333223718208e-4 -elsewhere_Adv 6.013172606240545e-4 -emphatically_Adv 3.758232878900341e-5 -en_clair_Adv 9.395582197250852e-6 -en_famille_Adv 9.395582197250852e-6 -en_masse_Adv 9.395582197250852e-6 -en_route_Adv 9.395582197250852e-6 -enchantingly_Adv 9.395582197250852e-6 -endearingly_Adv 9.395582197250852e-6 -enduringly_Adv 9.395582197250852e-6 -endways_Adv 9.395582197250852e-6 -endwise_Adv 9.395582197250852e-6 -energetically_Adv 9.395582197250852e-6 -enigmatically_Adv 9.395582197250852e-6 -enquiringly_Adv 9.395582197250852e-6 -entreatingly_Adv 9.395582197250852e-6 -episodically_Adv 9.395582197250852e-6 -ere_Adv 9.395582197250852e-6 -ergo_Adv 9.395582197250852e-6 -erotically_Adv 9.395582197250852e-6 -erratically_Adv 2.8186746591752557e-5 -ethnically_Adv 1.8791164394501704e-5 -euphemistically_Adv 9.395582197250852e-6 -even_Adv 6.154106339199309e-3 -ever_Adv 9.395582197250852e-6 -evermore_Adv 9.395582197250852e-6 -everyplace_Adv 9.395582197250852e-6 -everywhere_Adv 4.697791098625426e-5 -ex_officio_Adv 9.395582197250852e-6 -excitedly_Adv 9.395582197250852e-6 -express_Adv 9.395582197250852e-6 -extempore_Adv 9.395582197250852e-6 -extra_Adv 9.395582197250852e-6 -fain_Adv 9.395582197250852e-6 -fair_Adv 9.395582197250852e-6 -false_Adv 9.395582197250852e-6 -falteringly_Adv 9.395582197250852e-6 -fantastically_Adv 9.395582197250852e-6 -farther_Adv 2.8186746591752557e-5 -farthest_Adv 9.395582197250852e-6 -fast_Adv 3.0065863031202727e-4 -feelingly_Adv 9.395582197250852e-6 -feetfirst_Adv 9.395582197250852e-6 -fine_Adv 1.8791164394501704e-5 -firm_Adv 9.395582197250852e-6 -first_class_Adv 9.395582197250852e-6 -first_hand_Adv 9.395582197250852e-6 -firsthand_Adv 9.395582197250852e-6 -fixedly_Adv 9.395582197250852e-6 -flat_Adv 6.576907538075597e-5 -flop_Adv 9.395582197250852e-6 -flush_Adv 9.395582197250852e-6 -for_example_Adv 2.123401576578693e-3 -for_instance_Adv 9.959317129085905e-4 -for_starters_Adv 4.697791098625426e-5 -for_sure_Adv 9.395582197250852e-6 -fore_Adv 9.395582197250852e-6 -foremost_Adv 4.697791098625426e-5 -forever_Adv 1.2214256856426107e-4 -forgivingly_Adv 9.395582197250852e-6 -forrader_Adv 9.395582197250852e-6 -forsooth_Adv 9.395582197250852e-6 -forte_Adv 9.395582197250852e-6 -forth_Adv 1.0335140416975938e-4 -forthwith_Adv 9.395582197250852e-6 -fortissimo_Adv 9.395582197250852e-6 -fortnightly_Adv 9.395582197250852e-6 -forward_Adv 2.7247188372027473e-4 -forwards_Adv 1.8791164394501704e-5 -fourfold_Adv 9.395582197250852e-6 -foursquare_Adv 9.395582197250852e-6 -frantically_Adv 7.516465757800682e-5 -fresh_Adv 9.395582197250852e-6 -fro_Adv 1.8791164394501704e-5 -from_home_Adv 9.395582197250852e-6 -frowningly_Adv 9.395582197250852e-6 -fucking_Adv 9.395582197250852e-6 -full_time_Adv 1.8791164394501704e-5 -further_Adv 4.885702742570443e-4 -furthermore_Adv 1.2214256856426107e-4 -furthest_Adv 9.395582197250852e-6 -galore_Adv 9.395582197250852e-6 -generically_Adv 1.8791164394501704e-5 -genetically_Adv 7.516465757800682e-5 -gently_Adv 6.576907538075597e-5 -gibingly_Adv 9.395582197250852e-6 -glissando_Adv 9.395582197250852e-6 -gloatingly_Adv 9.395582197250852e-6 -gloweringly_Adv 9.395582197250852e-6 -glowingly_Adv 9.395582197250852e-6 -goddam_Adv 9.395582197250852e-6 -gratingly_Adv 9.395582197250852e-6 -gratis_Adv 9.395582197250852e-6 -grayly_Adv 9.395582197250852e-6 -gropingly_Adv 9.395582197250852e-6 -growlingly_Adv 9.395582197250852e-6 -gushingly_Adv 9.395582197250852e-6 -half_Adv 9.395582197250852e-6 -half_hourly_Adv 9.395582197250852e-6 -half_price_Adv 9.395582197250852e-6 -half_yearly_Adv 9.395582197250852e-6 -halfway_Adv 9.395582197250852e-6 -haltingly_Adv 1.8791164394501704e-5 -haphazard_Adv 9.395582197250852e-6 -haply_Adv 9.395582197250852e-6 -hard_Adv 3.8521887008728493e-4 -harmonically_Adv 9.395582197250852e-6 -head_on_Adv 9.395582197250852e-6 -headlong_Adv 1.8791164394501704e-5 -heaps_Adv 9.395582197250852e-6 -heavenward_Adv 9.395582197250852e-6 -heavenwards_Adv 9.395582197250852e-6 -heavy_Adv 9.395582197250852e-6 -helter_skelter_Adv 9.395582197250852e-6 -hence_Adv 1.2214256856426107e-4 -henceforth_Adv 9.395582197250852e-6 -henceforward_Adv 9.395582197250852e-6 -here_Adv 3.3072449334323e-3 -hereabout_Adv 9.395582197250852e-6 -hereabouts_Adv 1.8791164394501704e-5 -hereafter_Adv 1.8791164394501704e-5 -hereby_Adv 9.395582197250852e-6 -herein_Adv 9.395582197250852e-6 -hereinafter_Adv 9.395582197250852e-6 -hereinbefore_Adv 9.395582197250852e-6 -hereof_Adv 9.395582197250852e-6 -hereto_Adv 9.395582197250852e-6 -heretofore_Adv 1.8791164394501704e-5 -hereunder_Adv 9.395582197250852e-6 -hereupon_Adv 9.395582197250852e-6 -herewith_Adv 9.395582197250852e-6 -hermetically_Adv 9.395582197250852e-6 -heroically_Adv 9.395582197250852e-6 -hesitatingly_Adv 9.395582197250852e-6 -hieroglyphically_Adv 9.395582197250852e-6 -higgledy_piggledy_Adv 9.395582197250852e-6 -high_Adv 1.785160617477662e-4 -hither_Adv 1.8791164394501704e-5 -hitherto_Adv 9.395582197250852e-6 -home_Adv 1.409337329587628e-4 -homeostatically_Adv 9.395582197250852e-6 -homeward_Adv 9.395582197250852e-6 -homewards_Adv 9.395582197250852e-6 -horrifyingly_Adv 9.395582197250852e-6 -horseback_Adv 9.395582197250852e-6 -hotfoot_Adv 9.395582197250852e-6 -hourly_Adv 9.395582197250852e-6 -however_Adv 4.744769009611681e-3 -hugger_mugger_Adv 9.395582197250852e-6 -humiliatingly_Adv 9.395582197250852e-6 -hundredfold_Adv 9.395582197250852e-6 -hydraulically_Adv 9.395582197250852e-6 -hygienically_Adv 9.395582197250852e-6 -hyperbolically_Adv 9.395582197250852e-6 -hypnotically_Adv 9.395582197250852e-6 -hypothalamically_Adv 9.395582197250852e-6 -i_e__Adv 9.395582197250852e-6 -ibid__Adv 9.395582197250852e-6 -ibidem_Adv 9.395582197250852e-6 -ideographically_Adv 9.395582197250852e-6 -idiomatically_Adv 9.395582197250852e-6 -idiotically_Adv 9.395582197250852e-6 -idly_Adv 9.395582197250852e-6 -idyllically_Adv 9.395582197250852e-6 -ill_Adv 2.8186746591752557e-5 -imploringly_Adv 9.395582197250852e-6 -impromptu_Adv 9.395582197250852e-6 -in_Adv 5.637349318350511e-5 -in_addition_Adv 1.5596666447436416e-3 -in_general_Adv 9.395582197250852e-6 -in_loco_parentis_Adv 9.395582197250852e-6 -in_particular_Adv 9.395582197250852e-6 -in_situ_Adv 9.395582197250852e-6 -in_toto_Adv 5.73130514032302e-4 -inasmuch_as_Adv 6.774214764217865e-3 -incognito_Adv 9.395582197250852e-6 -increasingly_Adv 7.61042157977319e-4 -incriminatingly_Adv 9.395582197250852e-6 -indeed_Adv 9.865361307113396e-4 -individualistically_Adv 9.395582197250852e-6 -indoors_Adv 9.395582197250852e-6 -ineloquently_Adv 9.395582197250852e-6 -infra_Adv 9.395582197250852e-6 -inland_Adv 2.8186746591752557e-5 -inorganically_Adv 9.395582197250852e-6 -inquiringly_Adv 9.395582197250852e-6 -inshore_Adv 9.395582197250852e-6 -inside_Adv 8.456023977525768e-5 -insinuatingly_Adv 9.395582197250852e-6 -insofar_Adv 2.8186746591752557e-5 -insomuch_Adv 9.395582197250852e-6 -instead_Adv 1.1086786992756006e-3 -inter_alia_Adv 9.395582197250852e-6 -interdepartmental_Adv 9.395582197250852e-6 -intrinsically_Adv 9.395582197250852e-6 -inward_Adv 1.8791164394501704e-5 -inwards_Adv 9.395582197250852e-6 -ipso_facto_Adv 9.395582197250852e-6 -irregardless_Adv 9.395582197250852e-6 -isotropically_Adv 9.395582197250852e-6 -item_Adv 9.395582197250852e-6 -jarringly_Adv 9.395582197250852e-6 -jeeringly_Adv 9.395582197250852e-6 -jokingly_Adv 1.8791164394501704e-5 -jolly_Adv 9.395582197250852e-6 -journalistically_Adv 9.395582197250852e-6 -just_Adv 6.107128428213054e-3 -killingly_Adv 9.395582197250852e-6 -kinda_Adv 9.395582197250852e-6 -kinesthetically_Adv 9.395582197250852e-6 -knee_deep_Adv 9.395582197250852e-6 -knee_high_Adv 9.395582197250852e-6 -laconically_Adv 9.395582197250852e-6 -landward_Adv 9.395582197250852e-6 -langsyne_Adv 9.395582197250852e-6 -large_Adv 1.8791164394501704e-5 -largo_Adv 9.395582197250852e-6 -late_Adv 1.1556566102618549e-3 -later_Adv 1.8791164394501704e-5 -least_Adv 9.395582197250852e-6 -leastways_Adv 9.395582197250852e-6 -leastwise_Adv 9.395582197250852e-6 -leeward_Adv 9.395582197250852e-6 -legato_Adv 9.395582197250852e-6 -leisurely_Adv 1.8791164394501704e-5 -lengthways_Adv 9.395582197250852e-6 -lengthwise_Adv 9.395582197250852e-6 -lento_Adv 9.395582197250852e-6 -less_Adv 1.8791164394501704e-5 -lethargically_Adv 9.395582197250852e-6 -lief_Adv 9.395582197250852e-6 -light_Adv 9.395582197250852e-6 -like_Adv 9.395582197250852e-6 -likewise_Adv 1.1274698636701023e-4 -limitedly_Adv 9.395582197250852e-6 -lingeringly_Adv 9.395582197250852e-6 -linguistically_Adv 9.395582197250852e-6 -lispingly_Adv 9.395582197250852e-6 -literatim_Adv 9.395582197250852e-6 -live_Adv 1.8791164394501704e-5 -logarithmically_Adv 9.395582197250852e-6 -logogrammatically_Adv 9.395582197250852e-6 -longer_Adv 9.395582197250852e-5 -longest_Adv 9.395582197250852e-6 -longingly_Adv 9.395582197250852e-6 -longways_Adv 9.395582197250852e-6 -longwise_Adv 9.395582197250852e-6 -loose_Adv 9.395582197250852e-6 -loud_Adv 1.8791164394501704e-5 -louringly_Adv 9.395582197250852e-6 -low_Adv 8.456023977525768e-5 -lower_Adv 9.395582197250852e-6 -loweringly_Adv 9.395582197250852e-6 -lowest_Adv 9.395582197250852e-6 -macroscopically_Adv 9.395582197250852e-6 -magnetically_Adv 1.8791164394501704e-5 -majestically_Adv 9.395582197250852e-6 -malapropos_Adv 9.395582197250852e-6 -masochistically_Adv 9.395582197250852e-6 -materialistically_Adv 9.395582197250852e-6 -maybe_Adv 6.670863360048106e-4 -meanderingly_Adv 9.395582197250852e-6 -meanspiritedly_Adv 9.395582197250852e-6 -meantime_Adv 4.697791098625426e-5 -meanwhile_Adv 1.8321385284639164e-3 -measuredly_Adv 9.395582197250852e-6 -mechanistically_Adv 9.395582197250852e-6 -mellowingly_Adv 9.395582197250852e-6 -melodically_Adv 9.395582197250852e-6 -melodramatically_Adv 9.395582197250852e-6 -menacingly_Adv 9.395582197250852e-6 -meseems_Adv 9.395582197250852e-6 -metabolically_Adv 9.395582197250852e-6 -methinks_Adv 9.395582197250852e-6 -methought_Adv 9.395582197250852e-6 -metonymically_Adv 9.395582197250852e-6 -mezzo_Adv 9.395582197250852e-6 -middling_Adv 9.395582197250852e-6 -midmost_Adv 9.395582197250852e-6 -midships_Adv 9.395582197250852e-6 -midway_Adv 9.395582197250852e-6 -midweek_Adv 9.395582197250852e-6 -mighty_Adv 2.8186746591752557e-5 -millionfold_Adv 9.395582197250852e-6 -mincingly_Adv 9.395582197250852e-6 -mockingly_Adv 1.8791164394501704e-5 -molto_Adv 9.395582197250852e-6 -monosyllabically_Adv 9.395582197250852e-6 -monthly_Adv 7.516465757800682e-5 -more_Adv 1.9354899326336757e-3 -moreover_Adv 9.58349384119587e-4 -most_Adv 9.395582197250852e-6 -mostly_Adv 8.080200689635734e-4 -movingly_Adv 9.395582197250852e-6 -much_Adv 9.395582197250852e-6 -multiply_Adv 9.395582197250852e-6 -musingly_Adv 9.395582197250852e-6 -mutatis_mutandis_Adv 9.395582197250852e-6 -namely_Adv 7.516465757800682e-5 -nationwide_Adv 4.697791098625426e-5 -nay_Adv 9.395582197250852e-6 -ne'er_Adv 9.395582197250852e-6 -near_Adv 5.637349318350511e-5 -nearby_Adv 9.395582197250852e-6 -nearer_Adv 9.395582197250852e-6 -nearest_Adv 9.395582197250852e-6 -needs_Adv 9.395582197250852e-6 -neither_Adv 9.395582197250852e-6 -nem_con_Adv 1.8791164394501704e-5 -neurobiological_Adv 9.395582197250852e-6 -neurotically_Adv 9.395582197250852e-6 -never_Adv 9.395582197250852e-6 -nevermore_Adv 9.395582197250852e-6 -nevertheless_Adv 4.321967810735392e-4 -new_Adv 9.395582197250852e-6 -nigh_Adv 9.395582197250852e-6 -nigher_Adv 9.395582197250852e-6 -nighest_Adv 9.395582197250852e-6 -nightly_Adv 1.8791164394501704e-5 -ninefold_Adv 1.8791164394501704e-5 -nohow_Adv 9.395582197250852e-6 -none_Adv 9.395582197250852e-6 -nonspecifically_Adv 9.395582197250852e-6 -nonstop_Adv 9.395582197250852e-6 -nor'_east_Adv 9.395582197250852e-6 -nor'_nor'_east_Adv 9.395582197250852e-6 -nor'_nor'_west_Adv 9.395582197250852e-6 -nor'_west_Adv 9.395582197250852e-6 -north_Adv 1.1274698636701023e-4 -north_northeast_Adv 9.395582197250852e-6 -north_northwest_Adv 9.395582197250852e-6 -northeast_Adv 4.697791098625426e-5 -northeastward_Adv 9.395582197250852e-6 -northerly_Adv 9.395582197250852e-6 -northwards_Adv 9.395582197250852e-6 -northwest_Adv 1.8791164394501704e-5 -northwestward_Adv 9.395582197250852e-6 -nostalgically_Adv 9.395582197250852e-6 -nothing_Adv 9.395582197250852e-6 -notwithstanding_Adv 2.8186746591752557e-5 -now_Adv 6.558116373681095e-3 -nowadays_Adv 3.758232878900341e-5 -nowhere_Adv 8.456023977525768e-5 -nowise_Adv 9.395582197250852e-6 -o'er_Adv 9.395582197250852e-6 -oclock_Adv 9.395582197250852e-6 -odds_on_Adv 9.395582197250852e-6 -of_course_Adv 8.92580308738831e-4 -off_Adv 1.0429096238948447e-3 -offhand_Adv 9.395582197250852e-6 -offhanded_Adv 9.395582197250852e-6 -offshore_Adv 9.395582197250852e-6 -offside_Adv 9.395582197250852e-6 -offstage_Adv 9.395582197250852e-6 -oft_Adv 9.395582197250852e-6 -oft_times_Adv 9.395582197250852e-6 -often_Adv 1.202634521248109e-3 -oftener_Adv 9.395582197250852e-6 -okay_Adv 9.395582197250852e-6 -on_Adv 3.100542125092781e-4 -once_Adv 1.3341726720096211e-3 -only_Adv 9.15129706012233e-3 -onshore_Adv 9.395582197250852e-6 -onstage_Adv 9.395582197250852e-6 -onward_Adv 9.395582197250852e-6 -onwards_Adv 9.395582197250852e-6 -optimistically_Adv 1.8791164394501704e-5 -orad_Adv 9.395582197250852e-6 -organically_Adv 9.395582197250852e-6 -osmotically_Adv 9.395582197250852e-6 -other_Adv 9.395582197250852e-6 -otherwise_Adv 4.4159236327079006e-4 -out_Adv 1.1744477746563565e-3 -out_of_doors_Adv 9.395582197250852e-6 -out_of_the_way_Adv 9.395582197250852e-6 -outdoors_Adv 9.395582197250852e-6 -outright_Adv 5.637349318350511e-5 -outside_Adv 5.637349318350511e-5 -outward_Adv 1.8791164394501704e-5 -outwards_Adv 9.395582197250852e-6 -over_Adv 4.603835276652918e-4 -overarm_Adv 9.395582197250852e-6 -overboard_Adv 2.8186746591752557e-5 -overhead_Adv 3.758232878900341e-5 -overleaf_Adv 9.395582197250852e-6 -overly_Adv 1.0335140416975938e-4 -overmuch_Adv 9.395582197250852e-6 -overnight_Adv 4.697791098625426e-5 -oversea_Adv 9.395582197250852e-6 -overseas_Adv 4.509879454680409e-4 -overside_Adv 9.395582197250852e-6 -overtime_Adv 6.576907538075597e-5 -overwhelmingly_Adv 4.697791098625426e-5 -pacifically_Adv 9.395582197250852e-6 -pacifistically_Adv 9.395582197250852e-6 -pantingly_Adv 9.395582197250852e-6 -par_excellence_Adv 9.395582197250852e-6 -pari_passu_Adv 9.395582197250852e-6 -part_Adv 9.395582197250852e-6 -part_time_Adv 1.8791164394501704e-5 -partly_Adv 1.0523052060920956e-3 -passim_Adv 9.395582197250852e-6 -passing_Adv 9.395582197250852e-6 -past_Adv 5.637349318350511e-5 -pat_Adv 9.395582197250852e-6 -pathetically_Adv 9.395582197250852e-6 -pathogenically_Adv 9.395582197250852e-6 -patriotically_Adv 9.395582197250852e-6 -pedantically_Adv 9.395582197250852e-6 -pell_mell_Adv 9.395582197250852e-6 -penetratingly_Adv 9.395582197250852e-6 -peradventure_Adv 9.395582197250852e-6 -perchance_Adv 9.395582197250852e-6 -perforce_Adv 9.395582197250852e-6 -perhaps_Adv 1.343568254206872e-3 -perplexedly_Adv 9.395582197250852e-6 -perseveringly_Adv 9.395582197250852e-6 -pessimistically_Adv 9.395582197250852e-6 -philanthropically_Adv 9.395582197250852e-6 -philatelically_Adv 9.395582197250852e-6 -phlegmatically_Adv 9.395582197250852e-6 -phonemic_Adv 9.395582197250852e-6 -phonetically_Adv 9.395582197250852e-6 -photoelectrically_Adv 9.395582197250852e-6 -photographically_Adv 9.395582197250852e-6 -photometrically_Adv 9.395582197250852e-6 -phut_Adv 9.395582197250852e-6 -phylogenetically_Adv 9.395582197250852e-6 -pianissimo_Adv 9.395582197250852e-6 -piano_Adv 9.395582197250852e-6 -pickaback_Adv 9.395582197250852e-6 -piecemeal_Adv 2.8186746591752557e-5 -piercingly_Adv 9.395582197250852e-6 -piggyback_Adv 9.395582197250852e-6 -piping_Adv 9.395582197250852e-6 -pit_a_pat_Adv 9.395582197250852e-6 -pizzicato_Adv 9.395582197250852e-6 -placatingly_Adv 9.395582197250852e-6 -plaguey_Adv 9.395582197250852e-6 -plain_Adv 2.8186746591752557e-5 -plastically_Adv 9.395582197250852e-6 -pleadingly_Adv 1.8791164394501704e-5 -please_Adv 9.395582197250852e-6 -pleasingly_Adv 9.395582197250852e-6 -plenty_Adv 8.456023977525768e-5 -ploddingly_Adv 9.395582197250852e-6 -plonk_Adv 9.395582197250852e-6 -plop_Adv 9.395582197250852e-6 -plumb_Adv 9.395582197250852e-6 -plump_Adv 9.395582197250852e-6 -pneumatically_Adv 9.395582197250852e-6 -point_blank_Adv 9.395582197250852e-6 -pointedly_Adv 9.395582197250852e-6 -polemically_Adv 9.395582197250852e-6 -polyphonically_Adv 9.395582197250852e-6 -polysyllabically_Adv 9.395582197250852e-6 -pop_Adv 9.395582197250852e-6 -pornographically_Adv 9.395582197250852e-6 -post_free_Adv 9.395582197250852e-6 -post_haste_Adv 9.395582197250852e-6 -post_meridiem_Adv 9.395582197250852e-6 -post_paid_Adv 9.395582197250852e-6 -poutingly_Adv 9.395582197250852e-6 -pragmatically_Adv 9.395582197250852e-6 -precious_Adv 9.395582197250852e-6 -prestissimo_Adv 9.395582197250852e-6 -presto_Adv 9.395582197250852e-6 -pretendedly_Adv 9.395582197250852e-6 -prettily_Adv 9.395582197250852e-6 -prima_facie_Adv 9.395582197250852e-6 -pro_Adv 9.395582197250852e-6 -pro_forma_Adv 9.395582197250852e-6 -pro_rata_Adv 9.395582197250852e-6 -pro_tem_Adv 9.395582197250852e-6 -pro_tempore_Adv 9.395582197250852e-6 -probabilistically_Adv 9.395582197250852e-6 -problematically_Adv 9.395582197250852e-6 -professedly_Adv 9.395582197250852e-6 -promisingly_Adv 9.395582197250852e-6 -pronto_Adv 9.395582197250852e-6 -prosaically_Adv 9.395582197250852e-6 -protestingly_Adv 9.395582197250852e-6 -prox_Adv 9.395582197250852e-6 -pryingly_Adv 9.395582197250852e-6 -purportedly_Adv 9.395582197250852e-6 -purposely_Adv 2.8186746591752557e-5 -pyramidically_Adv 9.395582197250852e-6 -quarterly_Adv 3.758232878900341e-5 -quaveringly_Adv 9.395582197250852e-6 -quick_Adv 2.8186746591752557e-5 -quicker_Adv 9.395582197250852e-6 -quickest_Adv 9.395582197250852e-6 -quite_Adv 9.395582197250852e-6 -quixotically_Adv 9.395582197250852e-6 -raggedly_Adv 9.395582197250852e-6 -rallentando_Adv 9.395582197250852e-6 -raspingly_Adv 9.395582197250852e-6 -rather_Adv 1.9354899326336757e-3 -rattling_Adv 9.395582197250852e-6 -raving_Adv 9.395582197250852e-6 -realistically_Adv 1.8791164394501704e-5 -rearwards_Adv 9.395582197250852e-6 -rebukingly_Adv 9.395582197250852e-6 -regardless_Adv 9.395582197250852e-6 -relativistically_Adv 9.395582197250852e-6 -rent_free_Adv 9.395582197250852e-6 -repeatedly_Adv 9.395582197250852e-6 -reportedly_Adv 2.5368071932577304e-4 -reprovingly_Adv 9.395582197250852e-6 -reputedly_Adv 9.395582197250852e-6 -reservedly_Adv 9.395582197250852e-6 -resignedly_Adv 9.395582197250852e-6 -resoundingly_Adv 9.395582197250852e-6 -retail_Adv 9.395582197250852e-6 -right_Adv 9.58349384119587e-4 -right_down_Adv 9.395582197250852e-6 -roaring_Adv 9.395582197250852e-6 -romantically_Adv 9.395582197250852e-6 -rough_Adv 9.395582197250852e-6 -round_Adv 9.395582197250852e-6 -round_arm_Adv 9.395582197250852e-6 -round_the_clock_Adv 9.395582197250852e-6 -same_Adv 9.395582197250852e-6 -sarcastically_Adv 9.395582197250852e-6 -sardonically_Adv 1.8791164394501704e-5 -scenically_Adv 9.395582197250852e-6 -schematically_Adv 9.395582197250852e-6 -schismatically_Adv 9.395582197250852e-6 -scholastically_Adv 9.395582197250852e-6 -scienter_Adv 9.395582197250852e-6 -scientifically_Adv 1.8791164394501704e-5 -scoffingly_Adv 9.395582197250852e-6 -scorching_Adv 9.395582197250852e-6 -scot_free_Adv 9.395582197250852e-6 -screamingly_Adv 9.395582197250852e-6 -searchingly_Adv 9.395582197250852e-6 -seaward_Adv 9.395582197250852e-6 -seawards_Adv 9.395582197250852e-6 -second_best_Adv 9.395582197250852e-6 -second_class_Adv 9.395582197250852e-6 -secondhand_Adv 9.395582197250852e-6 -seldom_Adv 7.516465757800682e-5 -selfconsciously_Adv 9.395582197250852e-6 -semantically_Adv 9.395582197250852e-6 -semimonthly_Adv 9.395582197250852e-6 -semiweekly_Adv 9.395582197250852e-6 -seriatim_Adv 9.395582197250852e-6 -sevenfold_Adv 9.395582197250852e-6 -severally_Adv 9.395582197250852e-6 -shambolically_Adv 9.395582197250852e-6 -sharp_Adv 9.395582197250852e-6 -sheer_Adv 9.395582197250852e-6 -shipshape_Adv 9.395582197250852e-6 -shock_Adv 9.395582197250852e-6 -short_Adv 1.6912047955051535e-4 -shudderingly_Adv 9.395582197250852e-6 -shyly_Adv 9.395582197250852e-6 -sic_Adv 9.395582197250852e-6 -side_face_Adv 9.395582197250852e-6 -side_saddle_Adv 9.395582197250852e-6 -sidearm_Adv 9.395582197250852e-6 -sidelong_Adv 9.395582197250852e-6 -sidesaddle_Adv 9.395582197250852e-6 -sideward_Adv 9.395582197250852e-6 -sidewards_Adv 9.395582197250852e-6 -sideway_Adv 9.395582197250852e-6 -sideways_Adv 2.8186746591752557e-5 -simperingly_Adv 9.395582197250852e-6 -since_Adv 1.0335140416975938e-4 -since_then_Adv 2.7247188372027473e-4 -sine_die_Adv 9.395582197250852e-6 -single_handed_Adv 9.395582197250852e-6 -singly_Adv 1.8791164394501704e-5 -sixfold_Adv 1.8791164394501704e-5 -skillfully_Adv 9.395582197250852e-6 -sky_high_Adv 9.395582197250852e-6 -skyward_Adv 2.8186746591752557e-5 -skywards_Adv 9.395582197250852e-6 -slantingly_Adv 9.395582197250852e-6 -slantwise_Adv 9.395582197250852e-6 -slap_Adv 9.395582197250852e-6 -slap_bang_Adv 9.395582197250852e-6 -slapdash_Adv 9.395582197250852e-6 -slick_Adv 9.395582197250852e-6 -slightingly_Adv 9.395582197250852e-6 -slopingly_Adv 9.395582197250852e-6 -slouchingly_Adv 9.395582197250852e-6 -slow_Adv 1.8791164394501704e-5 -slower_Adv 9.395582197250852e-6 -slowest_Adv 9.395582197250852e-6 -smack_Adv 2.8186746591752557e-5 -small_Adv 9.395582197250852e-6 -smash_Adv 9.395582197250852e-6 -smilingly_Adv 9.395582197250852e-6 -sneakingly_Adv 9.395582197250852e-6 -sneeringly_Adv 9.395582197250852e-6 -so_Adv 1.8791164394501704e-5 -so_so_Adv 9.395582197250852e-6 -soaking_Adv 9.395582197250852e-6 -sobbingly_Adv 9.395582197250852e-6 -sociobiologically_Adv 9.395582197250852e-6 -socioeconomically_Adv 9.395582197250852e-6 -sociolinguistically_Adv 9.395582197250852e-6 -sock_Adv 9.395582197250852e-6 -someday_Adv 9.395582197250852e-5 -somehow_Adv 9.395582197250852e-6 -someplace_Adv 9.395582197250852e-6 -sometime_Adv 1.6912047955051535e-4 -sometimes_Adv 8.456023977525767e-4 -someway_Adv 9.395582197250852e-6 -somewhat_Adv 4.134056166790375e-4 -somewhere_Adv 9.395582197250852e-6 -soon_Adv 1.5032931515601363e-3 -sooner_Adv 6.576907538075597e-5 -soonest_Adv 9.395582197250852e-6 -sopping_Adv 9.395582197250852e-6 -sotto_voce_Adv 9.395582197250852e-6 -sou'_east_Adv 9.395582197250852e-6 -sou'_sou'_east_Adv 9.395582197250852e-6 -sou'_sou'_west_Adv 9.395582197250852e-6 -sou'_west_Adv 9.395582197250852e-6 -soughingly_Adv 9.395582197250852e-6 -sound_Adv 9.395582197250852e-6 -south_Adv 1.5032931515601363e-4 -south_southeast_Adv 9.395582197250852e-6 -south_southwest_Adv 9.395582197250852e-6 -southeast_Adv 9.395582197250852e-6 -southeastward_Adv 9.395582197250852e-6 -southerly_Adv 9.395582197250852e-6 -southward_Adv 9.395582197250852e-6 -southwards_Adv 9.395582197250852e-6 -southwest_Adv 9.395582197250852e-6 -southwestward_Adv 9.395582197250852e-6 -spaceward_Adv 9.395582197250852e-6 -spasmodically_Adv 9.395582197250852e-6 -spectrographically_Adv 9.395582197250852e-6 -spiritedly_Adv 9.395582197250852e-6 -sporadically_Adv 1.8791164394501704e-5 -sportingly_Adv 9.395582197250852e-6 -square_Adv 1.8791164394501704e-5 -staccato_Adv 9.395582197250852e-6 -staggeringly_Adv 9.395582197250852e-6 -stammeringly_Adv 9.395582197250852e-6 -staring_Adv 9.395582197250852e-6 -stark_Adv 9.395582197250852e-6 -statically_Adv 9.395582197250852e-6 -steady_Adv 4.697791098625426e-5 -stepwise_Adv 9.395582197250852e-6 -stereotypically_Adv 9.395582197250852e-6 -stiff_Adv 9.395582197250852e-6 -still_Adv 3.1005421250927816e-3 -stirringly_Adv 9.395582197250852e-6 -stochastically_Adv 9.395582197250852e-6 -stock_still_Adv 9.395582197250852e-6 -straight_Adv 9.395582197250852e-5 -straightway_Adv 9.395582197250852e-6 -stutteringly_Adv 9.395582197250852e-6 -stylistically_Adv 9.395582197250852e-6 -sub_rosa_Adv 9.395582197250852e-6 -subtly_Adv 9.395582197250852e-6 -such_Adv 9.395582197250852e-6 -supra_Adv 9.395582197250852e-6 -sure_Adv 1.6912047955051535e-4 -surprisedly_Adv 9.395582197250852e-6 -swimmingly_Adv 9.395582197250852e-6 -syllabically_Adv 9.395582197250852e-6 -symbiotically_Adv 9.395582197250852e-6 -sympathetically_Adv 9.395582197250852e-6 -symptomatically_Adv 9.395582197250852e-6 -synergistically_Adv 9.395582197250852e-6 -synoptically_Adv 9.395582197250852e-6 -syntactically_Adv 9.395582197250852e-6 -synthetically_Adv 9.395582197250852e-6 -systematically_Adv 1.8791164394501704e-5 -table_d'hote_Adv 9.395582197250852e-6 -tandem_Adv 9.395582197250852e-6 -tauntingly_Adv 9.395582197250852e-6 -taxonomically_Adv 9.395582197250852e-6 -telegraphically_Adv 9.395582197250852e-6 -telescopically_Adv 9.395582197250852e-6 -temptingly_Adv 9.395582197250852e-6 -tenfold_Adv 6.576907538075597e-5 -terrifically_Adv 9.395582197250852e-6 -tete_a_tete_Adv 9.395582197250852e-6 -thematically_Adv 9.395582197250852e-6 -then_Adv 4.669604352033674e-3 -thence_Adv 9.395582197250852e-6 -thenceforth_Adv 9.395582197250852e-6 -thenceforward_Adv 9.395582197250852e-6 -there_Adv 1.6818092133079026e-3 -thereabout_Adv 9.395582197250852e-6 -thereabouts_Adv 9.395582197250852e-6 -thereafter_Adv 1.6912047955051535e-4 -thereby_Adv 1.2214256856426107e-4 -therefor_Adv 9.395582197250852e-6 -therefore_Adv 2.7247188372027473e-4 -therefrom_Adv 9.395582197250852e-6 -therein_Adv 2.8186746591752557e-5 -thereinafter_Adv 9.395582197250852e-6 -thereof_Adv 2.8186746591752557e-5 -thereon_Adv 9.395582197250852e-6 -thereto_Adv 9.395582197250852e-6 -theretofore_Adv 9.395582197250852e-6 -thereunder_Adv 9.395582197250852e-6 -thereupon_Adv 9.395582197250852e-6 -therewith_Adv 9.395582197250852e-6 -therewithal_Adv 9.395582197250852e-6 -thermodynamically_Adv 9.395582197250852e-6 -thermostatically_Adv 9.395582197250852e-6 -thick_Adv 9.395582197250852e-6 -thin_Adv 1.8791164394501704e-5 -thirdhand_Adv 9.395582197250852e-6 -thither_Adv 9.395582197250852e-6 -tho'_Adv 9.395582197250852e-6 -though_Adv 6.107128428213054e-4 -thousandfold_Adv 9.395582197250852e-6 -threateningly_Adv 9.395582197250852e-6 -threefold_Adv 1.8791164394501704e-5 -thrice_Adv 1.8791164394501704e-5 -through_Adv 2.0670280833951876e-4 -throughout_Adv 9.395582197250852e-6 -thus_Adv 1.146261028064604e-3 -tight_Adv 8.456023977525768e-5 -tip_top_Adv 9.395582197250852e-6 -tiptoe_Adv 9.395582197250852e-6 -tiredly_Adv 9.395582197250852e-6 -tiring_Adv 9.395582197250852e-6 -to_Adv 9.395582197250852e-6 -to_date_Adv 9.395582197250852e-6 -today_Adv 1.8791164394501704e-4 -together_Adv 9.207670553305836e-4 -tomorrow_Adv 6.576907538075597e-5 -tongue_in_cheek_Adv 1.8791164394501704e-5 -tonight_Adv 5.637349318350511e-5 -too_Adv 3.551530070560822e-3 -topsy_turvy_Adv 1.8791164394501704e-5 -tout_ensemble_Adv 9.395582197250852e-6 -tragically_Adv 1.8791164394501704e-5 -tween_Adv 9.395582197250852e-6 -tween_decks_Adv 9.395582197250852e-6 -twice_Adv 5.355481852432986e-4 -twirlingly_Adv 9.395582197250852e-6 -twofold_Adv 9.395582197250852e-6 -typographically_Adv 9.395582197250852e-6 -ultra_vires_Adv 9.395582197250852e-6 -ultrasonically_Adv 9.395582197250852e-6 -unawares_Adv 1.8791164394501704e-5 -unbeknown_Adv 9.395582197250852e-6 -unbeknownst_Adv 9.395582197250852e-6 -uncharacteristically_Adv 3.758232878900341e-5 -unchivalrously_Adv 9.395582197250852e-6 -unco_Adv 9.395582197250852e-6 -undemocratically_Adv 9.395582197250852e-6 -under_Adv 1.8791164394501704e-5 -underarm_Adv 9.395582197250852e-6 -underfoot_Adv 9.395582197250852e-6 -underground_Adv 2.8186746591752557e-5 -underhand_Adv 9.395582197250852e-6 -underneath_Adv 9.395582197250852e-6 -undiplomatically_Adv 9.395582197250852e-6 -undramatically_Adv 9.395582197250852e-6 -unduly_Adv 5.637349318350511e-5 -unenthusiastically_Adv 9.395582197250852e-6 -unhygienically_Adv 9.395582197250852e-6 -unmanfully_Adv 9.395582197250852e-6 -unpatriotically_Adv 9.395582197250852e-6 -unquote_Adv 9.395582197250852e-6 -unromantically_Adv 9.395582197250852e-6 -unscientifically_Adv 9.395582197250852e-6 -unsentimentally_Adv 9.395582197250852e-6 -unspecifically_Adv 9.395582197250852e-6 -unstintingly_Adv 9.395582197250852e-6 -unsympathetically_Adv 9.395582197250852e-6 -unsystematically_Adv 9.395582197250852e-6 -untruly_Adv 9.395582197250852e-6 -unwarrantably_Adv 9.395582197250852e-6 -up_Adv 6.078941681621302e-3 -upcountry_Adv 9.395582197250852e-6 -uphill_Adv 1.8791164394501704e-5 -uppermost_Adv 9.395582197250852e-6 -upriver_Adv 9.395582197250852e-6 -upside_down_Adv 9.395582197250852e-6 -upstage_Adv 9.395582197250852e-6 -upstairs_Adv 1.8791164394501704e-5 -upstate_Adv 9.395582197250852e-6 -upstream_Adv 2.8186746591752557e-5 -uptown_Adv 9.395582197250852e-6 -upward_Adv 2.0670280833951876e-4 -upwards_Adv 9.395582197250852e-6 -upwind_Adv 9.395582197250852e-6 -vanishingly_Adv 9.395582197250852e-6 -vauntingly_Adv 9.395582197250852e-6 -verbatim_Adv 1.8791164394501704e-5 -verily_Adv 9.395582197250852e-6 -vice_versa_Adv 4.697791098625426e-5 -videlicet_Adv 9.395582197250852e-6 -vis_a_vis_Adv 9.395582197250852e-6 -viva_voce_Adv 9.395582197250852e-6 -vivace_Adv 9.395582197250852e-6 -volcanically_Adv 9.395582197250852e-6 -volumetrically_Adv 9.395582197250852e-6 -voyeuristically_Adv 9.395582197250852e-6 -waist_deep_Adv 9.395582197250852e-6 -waist_high_Adv 9.395582197250852e-6 -way_Adv 5.637349318350511e-5 -weekly_Adv 4.697791098625426e-5 -well_nigh_Adv 9.395582197250852e-6 -west_Adv 1.8791164394501704e-5 -westerly_Adv 9.395582197250852e-6 -westward_Adv 2.8186746591752557e-5 -westwards_Adv 9.395582197250852e-6 -whacking_Adv 9.395582197250852e-6 -whang_Adv 9.395582197250852e-6 -whence_Adv 9.395582197250852e-6 -whenever_Adv 9.395582197250852e-6 -whereabouts_Adv 9.395582197250852e-6 -whereat_Adv 9.395582197250852e-6 -whereby_Adv 9.395582197250852e-6 -wherefore_Adv 9.395582197250852e-6 -whereof_Adv 9.395582197250852e-6 -whereon_Adv 9.395582197250852e-6 -wheresoever_Adv 9.395582197250852e-6 -whereto_Adv 9.395582197250852e-6 -whereunto_Adv 9.395582197250852e-6 -whereupon_Adv 9.395582197250852e-6 -wherever_Adv 9.395582197250852e-6 -wherewith_Adv 9.395582197250852e-6 -wherewithal_Adv 9.395582197250852e-6 -whither_Adv 9.395582197250852e-6 -whithersoever_Adv 9.395582197250852e-6 -wholesale_Adv 9.395582197250852e-6 -wholly_Adv 8.456023977525768e-5 -whopping_Adv 9.395582197250852e-6 -wide_Adv 2.8186746591752557e-5 -wild_Adv 1.8791164394501704e-5 -willy_nilly_Adv 1.8791164394501704e-5 -windward_Adv 9.395582197250852e-6 -withal_Adv 9.395582197250852e-6 -witheringly_Adv 9.395582197250852e-6 -wonderingly_Adv 9.395582197250852e-6 -wondrous_Adv 9.395582197250852e-6 -worriedly_Adv 9.395582197250852e-6 -worryingly_Adv 9.395582197250852e-6 -worse_Adv 9.395582197250852e-6 -worst_Adv 9.395582197250852e-6 -wrong_Adv 2.8186746591752557e-5 -wryly_Adv 9.395582197250852e-6 -yea_Adv 9.395582197250852e-6 -yearly_Adv 1.8791164394501704e-5 -yearningly_Adv 9.395582197250852e-6 -yesterday_Adv 3.382409591010307e-4 -yet_Adv 1.663018048913401e-3 -yon_Adv 1.8791164394501704e-5 -yonder_Adv 9.395582197250852e-6 -zigzag_Adv 9.395582197250852e-6 -AAnter 3.6661207840615676e-2 -ASimul 0.9633387921593843 -AdjCN 0.20263416595915815 -AdvCN 1.1171187273783457e-4 -AppAPCN 3.7237290912611527e-6 -ApposCN 9.681695637278997e-5 -ComplN2 1.3219238273977092e-3 -CompoundCN 0.10736255715924155 -ConjCN 4.5057122004259946e-4 -PartNP 1.4894916365044611e-5 -PossNP 6.245066058954079e-2 -RelCN 3.7237290912611527e-6 -SentCN 3.7237290912611527e-6 -UseN 0.6245587381026856 -UseN2 9.867882091842055e-4 -AdNum 4.906703524533518e-2 -NumDigits 0.6379701846184224 -NumNumeral 0.31296278013624246 -ContClC_none 2.3234200743494425e-3 -StartClC_none 0.9976765799256505 -ContClC_np 0.5 -StartClC_np 0.5 -amp_Conj 1.3121288875970602e-2 -and_Conj 0.8432504256114272 -as_well_as_Conj 7.266536561059669e-3 -both7and_DConj 7.88938255200764e-4 -either7or_DConj 4.982767927583773e-4 -neither7nor_DConj 1.8685379728439148e-3 -nor_Conj 4.1523066063198107e-5 -or_Conj 0.13059004276875805 -plus_Conj 2.5329070298550846e-3 -rather_than_Conj 4.1523066063198107e-5 -DetQuant 0.9642532628448703 -DetQuantOrd 8.095159425078473e-3 -anyPl_Det 6.704664353763974e-3 -anySg_Det 4.8185472768324245e-5 -both_Det 3.565724984855994e-3 -each_Det 3.455586761385539e-3 -either_Det 4.0613469904730436e-4 -every_Det 1.6451897130899278e-3 -less_Det 1.8310479651963214e-3 -little_Det 8.948730656974503e-5 -many_Det 5.596398480092516e-3 -morePl_Det 1.1702186243735889e-4 -moreSg_Det 1.9274189107329698e-4 -most_Det 3.6001431796905117e-3 -much_Det 1.9962553004020044e-4 -neither_Det 1.9962553004020044e-4 -D_0 0.1956583833190517 -D_1 0.18894601542416453 -D_2 7.593068647053224e-2 -D_3 5.1985147100828334e-2 -D_4 5.017614015043321e-2 -D_5 6.502903932209844e-2 -D_6 4.798628963153385e-2 -D_7 5.4174997619727695e-2 -D_8 0.10906407693040084 -D_9 0.16104922403122918 -n2 0.38928012519561817 -n3 0.20187793427230047 -n4 8.607198748043818e-2 -n5 0.10328638497652583 -n6 8.92018779342723e-2 -n7 3.5211267605633804e-2 -n8 3.169014084507042e-2 -n9 6.338028169014084e-2 -IDig 0.3079817125440518 -IIDig 0.6920182874559482 -AdvIAdv 8.333333333333333e-2 -ConjIAdv 4.1666666666666664e-2 -PrepIP 2.0833333333333332e-2 -how_IAdv 0.3125 -when_IAdv 0.14583333333333334 -where_IAdv 0.125 -wherein_IAdv 2.0833333333333332e-2 -why_IAdv 0.25 -CompIAdv 0.375 -CompIP 0.625 -IdetQuant 5.263157894736842e-2 -how8many_IDet 0.3684210526315789 -how8much_IDet 0.5789473684210527 -AdvIP 5.172413793103448e-2 -IdetCN 9.482758620689655e-2 -IdetIP 6.896551724137931e-2 -whatPl_IP 1.7241379310344827e-2 -whatSg_IP 0.6551724137931034 -whoPl_IP 8.620689655172414e-3 -whoSg_IP 0.10344827586206896 -which_IQuant 1.0 -ah_Interj 2.5e-2 -alas_Interj 2.5e-2 -amen_Interj 2.5e-2 -bye_Interj 2.5e-2 -bye_bye_Interj 2.5e-2 -cheers_Interj 2.5e-2 -dammit_Interj 2.5e-2 -damn_Interj 2.5e-2 -egad_Interj 2.5e-2 -er_Interj 2.5e-2 -excuse_me_Interj 2.5e-2 -golly_Interj 2.5e-2 -good_afternoon_Interj 2.5e-2 -good_evening_Interj 2.5e-2 -good_luck_Interj 2.5e-2 -good_morning_Interj 2.5e-2 -good_night_Interj 2.5e-2 -goodbye_Interj 2.5e-2 -hell_Interj 2.5e-2 -hello_Interj 2.5e-2 -hey_Interj 2.5e-2 -hi_Interj 2.5e-2 -merry_christmas_Interj 2.5e-2 -nae_Interj 2.5e-2 -no_Interj 2.5e-2 -nope_Interj 2.5e-2 -oh_Interj 2.5e-2 -ok_Interj 2.5e-2 -okay_Interj 2.5e-2 -quack_Interj 2.5e-2 -sorry_Interj 2.5e-2 -thanks_Interj 2.5e-2 -uh_Interj 2.5e-2 -uh_huh_Interj 2.5e-2 -uh_uh_Interj 2.5e-2 -well_Interj 2.5e-2 -whoopee_Interj 2.5e-2 -wow_Interj 2.5e-2 -yeah_Interj 2.5e-2 -yes_Interj 2.5e-2 -BaseAP 0.9173553719008265 -ConsAP 8.264462809917356e-2 -BaseAdV 0.5 -ConsAdV 0.5 -BaseAdv 0.9722222222222222 -ConsAdv 2.7777777777777776e-2 -BaseCN 0.9029850746268657 -ConsCN 9.701492537313433e-2 -BaseIAdv 0.6666666666666666 -ConsIAdv 0.3333333333333333 -BaseNP 0.8346726937887159 -ConsNP 0.1653273062112841 -BaseRS 0.9565217391304348 -ConsRS 4.3478260869565216e-2 -BaseS 0.5 -ConsS 0.5 -a_bomb_N 4.0107648929727385e-6 -a_level_N 4.0107648929727385e-6 -aa_N 4.0107648929727385e-6 -aalii_N 4.0107648929727385e-6 -aardvark_N 4.0107648929727385e-6 -aardwolf_N 4.0107648929727385e-6 -aba_N 4.0107648929727385e-6 -abaca_N 4.0107648929727385e-6 -abacus_N 8.021529785945477e-6 -abalone_N 4.0107648929727385e-6 -abampere_N 4.0107648929727385e-6 -abandon_N 4.0107648929727385e-6 -abandonment_N 8.021529785945477e-6 -abarticulation_N 4.0107648929727385e-6 -abasement_N 4.0107648929727385e-6 -abashment_N 4.0107648929727385e-6 -abasia_N 4.0107648929727385e-6 -abatement_N 2.0053824464863696e-5 -abator_N 4.0107648929727385e-6 -abattis_N 4.0107648929727385e-6 -abattoir_N 4.0107648929727385e-6 -abaya_N 4.0107648929727385e-6 -abbacy_N 4.0107648929727385e-6 -abbe_N 4.0107648929727385e-6 -abbess_N 4.0107648929727385e-6 -abbey_N 4.0107648929727385e-6 -abbot_N 4.0107648929727385e-6 -abbreviation_N 4.0107648929727385e-6 -abc_N 4.0107648929727385e-6 -abcoulomb_N 4.0107648929727385e-6 -abdication_N 4.0107648929727385e-6 -abdicator_N 4.0107648929727385e-6 -abdomen_N 4.0107648929727385e-6 -abdominal_N 4.0107648929727385e-6 -abdominocentesis_N 4.0107648929727385e-6 -abdominoplasty_N 4.0107648929727385e-6 -abdominousness_N 4.0107648929727385e-6 -abducent_N 4.0107648929727385e-6 -abduction_N 1.2032294678918217e-5 -abductor_N 4.0107648929727385e-6 -abecedarian_N 4.0107648929727385e-6 -abecedarius_N 4.0107648929727385e-6 -abelia_N 4.0107648929727385e-6 -abelmosk_N 4.0107648929727385e-6 -aberrance_N 4.0107648929727385e-6 -aberrant_N 4.0107648929727385e-6 -aberration_N 8.021529785945477e-6 -abetalipoproteinemia_N 4.0107648929727385e-6 -abetment_N 4.0107648929727385e-6 -abettor_N 4.0107648929727385e-6 -abeyance_N 4.0107648929727385e-6 -abfarad_N 4.0107648929727385e-6 -abhenry_N 4.0107648929727385e-6 -abhorrence_N 4.0107648929727385e-6 -abhorrer_N 4.0107648929727385e-6 -abidance_N 4.0107648929727385e-6 -abience_N 4.0107648929727385e-6 -ability_N 4.331626084410558e-4 -abiogenesis_N 4.0107648929727385e-6 -abiogenist_N 4.0107648929727385e-6 -abiotrophy_N 4.0107648929727385e-6 -abjection_N 4.0107648929727385e-6 -abjuration_N 4.0107648929727385e-6 -abjurer_N 4.0107648929727385e-6 -ablactation_N 4.0107648929727385e-6 -ablation_N 4.0107648929727385e-6 -ablative_N 4.0107648929727385e-6 -ablaut_N 4.0107648929727385e-6 -ableism_N 4.0107648929727385e-6 -ablepharia_N 4.0107648929727385e-6 -ablution_N 4.0107648929727385e-6 -abnegation_N 4.0107648929727385e-6 -abnegator_N 4.0107648929727385e-6 -abnormality_N 4.0107648929727385e-6 -abo_N 4.0107648929727385e-6 -abocclusion_N 4.0107648929727385e-6 -abode_N 4.0107648929727385e-6 -abohm_N 4.0107648929727385e-6 -abolition_N 1.2032294678918217e-5 -abolitionism_N 4.0107648929727385e-6 -abolitionist_N 4.0107648929727385e-6 -abomasum_N 4.0107648929727385e-6 -abomination_N 8.021529785945477e-6 -abominator_N 4.0107648929727385e-6 -aboriginal_N 4.0107648929727385e-6 -aborigine_N 4.0107648929727385e-6 -abort_N 4.0107648929727385e-6 -aborticide_N 4.0107648929727385e-6 -abortifacient_N 4.0107648929727385e-6 -abortion_N 7.099053860561748e-4 -abortionist_N 1.2032294678918217e-5 -abortus_N 4.0107648929727385e-6 -about_face_N 4.0107648929727385e-6 -above_N 4.0107648929727385e-6 -abracadabra_N 4.0107648929727385e-6 -abrachia_N 4.0107648929727385e-6 -abrader_N 4.0107648929727385e-6 -abrasion_N 4.0107648929727385e-6 -abrasive_N 2.0053824464863696e-5 -abrasiveness_N 4.0107648929727385e-6 -abridgement_N 4.0107648929727385e-6 -abridger_N 4.0107648929727385e-6 -abridgment_N 4.0107648929727385e-6 -abrocome_N 4.0107648929727385e-6 -abrogation_N 4.0107648929727385e-6 -abrogator_N 4.0107648929727385e-6 -abruptness_N 4.0107648929727385e-6 -abscess_N 4.0107648929727385e-6 -abscissa_N 4.0107648929727385e-6 -abscission_N 4.0107648929727385e-6 -absconder_N 4.0107648929727385e-6 -abscondment_N 4.0107648929727385e-6 -abseiler_N 4.0107648929727385e-6 -absence_N 9.625835743134574e-5 -absent_mindedness_N 4.0107648929727385e-6 -absentee_N 4.0107648929727385e-6 -absenteeism_N 1.6043059571890954e-5 -absentmindedness_N 4.0107648929727385e-6 -absinth_N 4.0107648929727385e-6 -absinthe_N 4.0107648929727385e-6 -absolute_N 4.0107648929727385e-6 -absoluteness_N 4.0107648929727385e-6 -absolution_N 4.0107648929727385e-6 -absolutism_N 1.2032294678918217e-5 -absolutist_N 4.0107648929727385e-6 -absolver_N 4.0107648929727385e-6 -absorbate_N 4.0107648929727385e-6 -absorbency_N 4.0107648929727385e-6 -absorbent_N 4.0107648929727385e-6 -absorber_N 4.0107648929727385e-6 -absorption_N 8.021529785945477e-6 -absorptivity_N 4.0107648929727385e-6 -abstainer_N 4.0107648929727385e-6 -abstemiousness_N 4.0107648929727385e-6 -abstention_N 8.021529785945477e-6 -abstinence_N 8.021529785945477e-6 -abstract_N 8.021529785945477e-6 -abstractedness_N 4.0107648929727385e-6 -abstraction_N 4.0107648929727385e-6 -abstractionism_N 4.0107648929727385e-6 -abstractionist_N 4.0107648929727385e-6 -abstractness_N 4.0107648929727385e-6 -abstractor_N 4.0107648929727385e-6 -abstruseness_N 4.0107648929727385e-6 -absurd_N 4.0107648929727385e-6 -absurdity_N 1.2032294678918217e-5 -abulia_N 4.0107648929727385e-6 -abundance_N 4.0107648929727385e-6 -abuse_N 1.4037677125404587e-4 -abuser_N 4.0107648929727385e-6 -abutment_N 4.0107648929727385e-6 -abutter_N 4.0107648929727385e-6 -abvolt_N 4.0107648929727385e-6 -abwatt_N 4.0107648929727385e-6 -abysm_N 4.0107648929727385e-6 -abyss_N 4.0107648929727385e-6 -acacia_N 4.0107648929727385e-6 -academia_N 4.0107648929727385e-6 -academic_N 1.6043059571890954e-5 -academicianFem_N 4.0107648929727385e-6 -academicianMasc_N 4.0107648929727385e-6 -academicianship_N 4.0107648929727385e-6 -academy_N 2.0053824464863696e-5 -acanthion_N 4.0107648929727385e-6 -acanthocephalan_N 4.0107648929727385e-6 -acanthocyte_N 4.0107648929727385e-6 -acanthocytosis_N 4.0107648929727385e-6 -acantholysis_N 4.0107648929727385e-6 -acanthoma_N 4.0107648929727385e-6 -acanthosis_N 4.0107648929727385e-6 -acanthus_N 4.0107648929727385e-6 -acardia_N 4.0107648929727385e-6 -acariasis_N 4.0107648929727385e-6 -acaricide_N 4.0107648929727385e-6 -acarid_N 4.0107648929727385e-6 -acarine_N 4.0107648929727385e-6 -acarophobia_N 4.0107648929727385e-6 -acarus_N 4.0107648929727385e-6 -acatalectic_N 4.0107648929727385e-6 -acataphasia_N 4.0107648929727385e-6 -acathexia_N 4.0107648929727385e-6 -acathexis_N 4.0107648929727385e-6 -accelerando_N 4.0107648929727385e-6 -acceleration_N 3.208611914378191e-5 -accelerator_N 8.021529785945477e-6 -accelerometer_N 4.0107648929727385e-6 -accent_N 1.6043059571890954e-5 -accentor_N 4.0107648929727385e-6 -accentuation_N 4.0107648929727385e-6 -acceptability_N 4.0107648929727385e-6 -acceptance_N 8.823682764540025e-5 -acceptation_N 4.0107648929727385e-6 -acceptor_N 4.0107648929727385e-6 -access_N 2.9679660207998265e-4 -accessary_N 4.0107648929727385e-6 -accessibility_N 4.0107648929727385e-6 -accession_N 4.0107648929727385e-6 -accessory_N 5.6150708501618345e-5 -accidence_N 4.0107648929727385e-6 -accident_N 1.1631218189620943e-4 -accidental_N 4.0107648929727385e-6 -acclaim_N 8.021529785945477e-6 -acclamation_N 4.0107648929727385e-6 -acclimation_N 4.0107648929727385e-6 -acclimatization_N 4.0107648929727385e-6 -acclivity_N 4.0107648929727385e-6 -accolade_N 1.6043059571890954e-5 -accommodation_N 1.6043059571890954e-5 -accompaniment_N 1.2032294678918217e-5 -accompanist_N 8.021529785945477e-6 -accomplice_N 4.0107648929727385e-6 -accomplishment_N 3.609688403675465e-5 -accord_N 2.647104829362008e-4 -accordance_N 4.0107648929727385e-6 -accordion_N 4.0107648929727385e-6 -accordionist_N 4.0107648929727385e-6 -accouchement_N 4.0107648929727385e-6 -account_N 1.0788957562096668e-3 -accountability_N 4.0107648929727385e-6 -accountancy_N 4.0107648929727385e-6 -accountant_N 6.818300318053656e-5 -accountantship_N 4.0107648929727385e-6 -accounting_N 4.0107648929727385e-6 -accreditation_N 4.0107648929727385e-6 -accretion_N 4.0107648929727385e-6 -acculturation_N 4.0107648929727385e-6 -accumulation_N 2.0053824464863696e-5 -accumulator_N 4.0107648929727385e-6 -accuracy_N 2.4064589357836434e-5 -accusation_N 4.812917871567287e-5 -accusative_N 4.0107648929727385e-6 -accused_N 4.0107648929727385e-6 -accuserFem_N 4.0107648929727385e-6 -accuserMasc_N 4.0107648929727385e-6 -ace_N 1.2032294678918217e-5 -acebutolol_N 4.0107648929727385e-6 -acephalia_N 4.0107648929727385e-6 -acerbity_N 4.0107648929727385e-6 -acerola_N 4.0107648929727385e-6 -acervulus_N 4.0107648929727385e-6 -acetabulum_N 4.0107648929727385e-6 -acetal_N 4.0107648929727385e-6 -acetaldehyde_N 4.0107648929727385e-6 -acetaldol_N 4.0107648929727385e-6 -acetamide_N 4.0107648929727385e-6 -acetaminophen_N 4.0107648929727385e-6 -acetanilide_N 4.0107648929727385e-6 -acetate_N 8.021529785945477e-6 -acetin_N 4.0107648929727385e-6 -acetone_N 4.0107648929727385e-6 -acetophenetidin_N 4.0107648929727385e-6 -acetum_N 4.0107648929727385e-6 -acetyl_N 4.0107648929727385e-6 -acetylation_N 4.0107648929727385e-6 -acetylcholine_N 4.0107648929727385e-6 -acetylene_N 8.021529785945477e-6 -ache_N 4.0107648929727385e-6 -achene_N 4.0107648929727385e-6 -achievability_N 4.0107648929727385e-6 -achievement_N 5.2139943608645604e-5 -achiever_N 4.0107648929727385e-6 -achillea_N 4.0107648929727385e-6 -achimenes_N 4.0107648929727385e-6 -achira_N 4.0107648929727385e-6 -achlorhydria_N 4.0107648929727385e-6 -acholia_N 4.0107648929727385e-6 -achondrite_N 4.0107648929727385e-6 -achondroplasia_N 4.0107648929727385e-6 -achromatin_N 4.0107648929727385e-6 -achromia_N 4.0107648929727385e-6 -achylia_N 4.0107648929727385e-6 -acicula_N 4.0107648929727385e-6 -acid_N 4.4118413822700127e-5 -acidemia_N 4.0107648929727385e-6 -acidification_N 4.0107648929727385e-6 -acidimetry_N 4.0107648929727385e-6 -acidity_N 4.0107648929727385e-6 -acidophil_N 4.0107648929727385e-6 -acidophilus_N 4.0107648929727385e-6 -acidosis_N 4.0107648929727385e-6 -acinus_N 4.0107648929727385e-6 -ack_ack_N 4.0107648929727385e-6 -ackee_N 4.0107648929727385e-6 -acknowledgement_N 8.021529785945477e-6 -acknowledgment_N 4.0107648929727385e-6 -acme_N 4.0107648929727385e-6 -acne_N 1.6043059571890954e-5 -acolyte_N 4.0107648929727385e-6 -aconite_N 4.0107648929727385e-6 -acorea_N 4.0107648929727385e-6 -acorn_N 8.021529785945477e-6 -acorn_cup_N 4.0107648929727385e-6 -acoustic_N 4.0107648929727385e-6 -acoustician_N 4.0107648929727385e-6 -acoustics_N 4.0107648929727385e-6 -acquaintance_N 4.0107648929727385e-6 -acquaintanceship_N 4.0107648929727385e-6 -acquiescence_N 4.0107648929727385e-6 -acquirement_N 4.0107648929727385e-6 -acquirer_N 4.0107648929727385e-6 -acquiring_N 4.0107648929727385e-6 -acquisition_N 1.2433371168215491e-3 -acquisitiveness_N 4.0107648929727385e-6 -acquittal_N 8.021529785945477e-6 -acquittance_N 4.0107648929727385e-6 -acre_N 1.243337116821549e-4 -acreage_N 4.0107648929727385e-6 -acridity_N 4.0107648929727385e-6 -acrimony_N 1.2032294678918217e-5 -acroanesthesia_N 4.0107648929727385e-6 -acrobatFem_N 4.0107648929727385e-6 -acrobatMasc_N 4.0107648929727385e-6 -acrobatics_N 4.0107648929727385e-6 -acrocarp_N 4.0107648929727385e-6 -acrocyanosis_N 4.0107648929727385e-6 -acrodont_N 4.0107648929727385e-6 -acrogen_N 4.0107648929727385e-6 -acromegaly_N 4.0107648929727385e-6 -acromicria_N 4.0107648929727385e-6 -acromion_N 4.0107648929727385e-6 -acromphalus_N 4.0107648929727385e-6 -acromyotonia_N 4.0107648929727385e-6 -acronym_N 8.021529785945477e-6 -acrophobia_N 4.0107648929727385e-6 -acrophony_N 4.0107648929727385e-6 -acropolis_N 4.0107648929727385e-6 -acrosome_N 4.0107648929727385e-6 -acrostic_N 4.0107648929727385e-6 -acrylamide_N 4.0107648929727385e-6 -acrylic_N 4.0107648929727385e-6 -act_N 2.5668895315025526e-4 -actin_N 4.0107648929727385e-6 -acting_N 4.0107648929727385e-6 -actinia_N 4.0107648929727385e-6 -actinism_N 4.0107648929727385e-6 -actinium_N 4.0107648929727385e-6 -actinoid_N 4.0107648929727385e-6 -actinolite_N 4.0107648929727385e-6 -actinometer_N 4.0107648929727385e-6 -actinometry_N 4.0107648929727385e-6 -actinomyces_N 4.0107648929727385e-6 -actinomycete_N 4.0107648929727385e-6 -actinomycin_N 4.0107648929727385e-6 -actinomycosis_N 4.0107648929727385e-6 -actinomyxidian_N 4.0107648929727385e-6 -actinopod_N 4.0107648929727385e-6 -action_N 1.135046464711285e-3 -activation_N 4.0107648929727385e-6 -activator_N 4.0107648929727385e-6 -active_N 4.0107648929727385e-6 -activeness_N 4.0107648929727385e-6 -activism_N 4.0107648929727385e-6 -activistFem_N 4.0107648929727385e-6 -activistMasc_N 4.0107648929727385e-6 -activity_N 9.866481636712937e-4 -actomyosin_N 4.0107648929727385e-6 -actor_N 1.2834447657512763e-4 -actress_N 3.208611914378191e-5 -actuality_N 4.0107648929727385e-6 -actuary_N 1.2032294678918217e-5 -actuator_N 4.0107648929727385e-6 -acuity_N 4.0107648929727385e-6 -aculea_N 4.0107648929727385e-6 -aculeus_N 4.0107648929727385e-6 -acumen_N 4.0107648929727385e-6 -acupressure_N 4.0107648929727385e-6 -acupuncture_N 4.0107648929727385e-6 -acuteness_N 4.0107648929727385e-6 -acyclovir_N 4.0107648929727385e-6 -acyl_N 4.0107648929727385e-6 -acylation_N 4.0107648929727385e-6 -ad_N 1.199218702998849e-3 -ad_man_N 4.0107648929727385e-6 -adactylia_N 4.0107648929727385e-6 -adage_N 4.0107648929727385e-6 -adagio_N 4.0107648929727385e-6 -adamance_N 4.0107648929727385e-6 -adamant_N 4.0107648929727385e-6 -adaptability_N 4.0107648929727385e-6 -adaptation_N 1.6043059571890954e-5 -adapter_N 8.021529785945477e-6 -adaptor_N 4.0107648929727385e-6 -addax_N 4.0107648929727385e-6 -addend_N 4.0107648929727385e-6 -addendum_N 4.0107648929727385e-6 -adder_N 4.0107648929727385e-6 -addict_N 2.0053824464863696e-5 -addiction_N 1.6043059571890954e-5 -adding_machine_N 4.0107648929727385e-6 -addition_N 2.2460283400647338e-4 -additive_N 1.2032294678918217e-5 -addle_head_N 4.0107648929727385e-6 -address_N 8.422606275242751e-5 -addressee_N 4.0107648929727385e-6 -addressograph_N 4.0107648929727385e-6 -adducer_N 4.0107648929727385e-6 -adducing_N 4.0107648929727385e-6 -adduct_N 4.0107648929727385e-6 -adduction_N 4.0107648929727385e-6 -adductor_N 4.0107648929727385e-6 -adelgid_N 4.0107648929727385e-6 -adenine_N 4.0107648929727385e-6 -adenitis_N 4.0107648929727385e-6 -adenocarcinoma_N 4.0107648929727385e-6 -adenoidectomy_N 4.0107648929727385e-6 -adenoma_N 4.0107648929727385e-6 -adenomegaly_N 4.0107648929727385e-6 -adenopathy_N 4.0107648929727385e-6 -adenosine_N 4.0107648929727385e-6 -adenovirus_N 4.0107648929727385e-6 -adept_N 8.021529785945477e-6 -adeptness_N 4.0107648929727385e-6 -adequacy_N 1.2032294678918217e-5 -adesite_N 4.0107648929727385e-6 -adherence_N 4.0107648929727385e-6 -adherent_N 4.0107648929727385e-6 -adhesion_N 4.0107648929727385e-6 -adhesive_N 2.8075354250809173e-5 -adhesiveness_N 4.0107648929727385e-6 -adhocracy_N 4.0107648929727385e-6 -adience_N 4.0107648929727385e-6 -adieu_N 4.0107648929727385e-6 -adiposity_N 4.0107648929727385e-6 -adit_N 4.0107648929727385e-6 -adjacency_N 4.0107648929727385e-6 -adjective_N 8.021529785945477e-6 -adjournment_N 1.6043059571890954e-5 -adjudication_N 4.0107648929727385e-6 -adjudicator_N 2.4064589357836434e-5 -adjunct_N 4.0107648929727385e-6 -adjuration_N 4.0107648929727385e-6 -adjuster_N 1.0026912232431847e-4 -adjustment_N 2.1257053932755517e-4 -adjutant_N 4.0107648929727385e-6 -adjuvant_N 4.0107648929727385e-6 -admass_N 4.0107648929727385e-6 -administration_N 1.1149926402464214e-3 -administratorFem_N 4.0107648929727385e-6 -administratorMasc_N 4.0107648929727385e-6 -administrivia_N 4.0107648929727385e-6 -admirability_N 4.0107648929727385e-6 -admiral_N 8.021529785945477e-6 -admiralty_N 4.0107648929727385e-6 -admiration_N 4.0107648929727385e-6 -admirer_N 1.2032294678918217e-5 -admissibility_N 4.0107648929727385e-6 -admission_N 6.417223828756382e-5 -admittance_N 4.0107648929727385e-6 -admixture_N 4.0107648929727385e-6 -admonisher_N 4.0107648929727385e-6 -admonition_N 1.6043059571890954e-5 -adnexa_N 4.0107648929727385e-6 -adnoun_N 4.0107648929727385e-6 -ado_N 8.021529785945477e-6 -adobe_N 4.0107648929727385e-6 -adobo_N 4.0107648929727385e-6 -adolescence_N 4.0107648929727385e-6 -adolescent_N 8.021529785945477e-6 -adonis_N 4.0107648929727385e-6 -adoptee_N 4.0107648929727385e-6 -adoption_N 4.4118413822700127e-5 -adorability_N 4.0107648929727385e-6 -adoration_N 4.0107648929727385e-6 -adorer_N 4.0107648929727385e-6 -adornment_N 4.0107648929727385e-6 -adoxography_N 4.0107648929727385e-6 -adrenalectomy_N 4.0107648929727385e-6 -adrenalin_N 4.0107648929727385e-6 -adrenarche_N 4.0107648929727385e-6 -adrenergic_N 4.0107648929727385e-6 -adrenosterone_N 4.0107648929727385e-6 -adroitness_N 4.0107648929727385e-6 -adsorbate_N 4.0107648929727385e-6 -adsorbent_N 4.0107648929727385e-6 -adsorption_N 4.0107648929727385e-6 -adulation_N 4.0107648929727385e-6 -adult_N 1.243337116821549e-4 -adulterant_N 4.0107648929727385e-6 -adulteration_N 4.0107648929727385e-6 -adulterator_N 4.0107648929727385e-6 -adulterer_N 4.0107648929727385e-6 -adulteress_N 4.0107648929727385e-6 -adultery_N 4.0107648929727385e-6 -adulthood_N 4.0107648929727385e-6 -adumbration_N 4.0107648929727385e-6 -advance_N 3.0481813186592816e-4 -advancement_N 1.2032294678918217e-5 -advancer_N 4.0107648929727385e-6 -advantage_N 3.1685042654484635e-4 -advection_N 4.0107648929727385e-6 -advent_N 2.8075354250809173e-5 -adventistFem_N 4.0107648929727385e-6 -adventistMasc_N 4.0107648929727385e-6 -adventure_N 2.8075354250809173e-5 -adventurer_N 4.0107648929727385e-6 -adventuress_N 4.0107648929727385e-6 -adventurism_N 4.0107648929727385e-6 -adventurousness_N 4.0107648929727385e-6 -adverb_N 4.0107648929727385e-6 -adverbial_N 4.0107648929727385e-6 -adversary_N 4.010764892972739e-5 -adversity_N 4.0107648929727385e-6 -advert_N 8.021529785945477e-6 -advertence_N 4.0107648929727385e-6 -advertisement_N 6.016147339459108e-5 -advertiser_N 3.3690425100971005e-4 -advertising_N 6.858407966983383e-4 -advertorial_N 4.0107648929727385e-6 -advice_N 1.764736552908005e-4 -advisability_N 4.0107648929727385e-6 -advisee_N 4.0107648929727385e-6 -adviserFem_N 4.0107648929727385e-6 -adviserMasc_N 4.0107648929727385e-6 -advisory_N 4.0107648929727385e-6 -advocacy_N 2.4064589357836434e-5 -advocateFem_N 4.0107648929727385e-6 -advocateMasc_N 4.0107648929727385e-6 -advowson_N 4.0107648929727385e-6 -adynamia_N 4.0107648929727385e-6 -adz_N 4.0107648929727385e-6 -adze_N 4.0107648929727385e-6 -aeciospore_N 4.0107648929727385e-6 -aecium_N 4.0107648929727385e-6 -aegis_N 8.021529785945477e-6 -aeon_N 4.0107648929727385e-6 -aeration_N 4.0107648929727385e-6 -aerator_N 4.0107648929727385e-6 -aerial_N 4.0107648929727385e-6 -aerialist_N 4.0107648929727385e-6 -aerides_N 4.0107648929727385e-6 -aerie_N 4.0107648929727385e-6 -aerobatics_N 4.0107648929727385e-6 -aerobe_N 4.0107648929727385e-6 -aerobics_N 4.0107648929727385e-6 -aerobiosis_N 4.0107648929727385e-6 -aerodontalgia_N 4.0107648929727385e-6 -aerodrome_N 4.0107648929727385e-6 -aerodynamics_N 4.0107648929727385e-6 -aerolite_N 4.0107648929727385e-6 -aerology_N 4.0107648929727385e-6 -aeromechanics_N 4.0107648929727385e-6 -aeromedicine_N 4.0107648929727385e-6 -aeronaut_N 4.0107648929727385e-6 -aeronautics_N 4.0107648929727385e-6 -aerophagia_N 4.0107648929727385e-6 -aerophilately_N 4.0107648929727385e-6 -aerophile_N 4.0107648929727385e-6 -aeroplane_N 4.0107648929727385e-6 -aerosol_N 4.0107648929727385e-6 -aerospace_N 1.4839830103999133e-4 -aertex_N 4.0107648929727385e-6 -aery_N 4.0107648929727385e-6 -aeschynanthus_N 4.0107648929727385e-6 -aestheteFem_N 4.0107648929727385e-6 -aestheteMasc_N 4.0107648929727385e-6 -aesthetic_N 8.021529785945477e-6 -aesthetics_N 4.0107648929727385e-6 -aether_N 4.0107648929727385e-6 -aetiology_N 4.0107648929727385e-6 -affability_N 4.0107648929727385e-6 -affair_N 2.5668895315025526e-4 -affairs_N 4.0107648929727385e-6 -affect_N 4.0107648929727385e-6 -affectation_N 4.0107648929727385e-6 -affectedness_N 4.0107648929727385e-6 -affection_N 8.021529785945477e-6 -affectionateness_N 4.0107648929727385e-6 -affenpinscher_N 4.0107648929727385e-6 -affiant_N 4.0107648929727385e-6 -affidavit_N 9.625835743134574e-5 -affiliate_N 2.0053824464863696e-5 -affiliation_N 1.6043059571890954e-5 -affine_N 4.0107648929727385e-6 -affinity_N 1.2032294678918217e-5 -affirmation_N 1.2032294678918217e-5 -affirmative_N 1.6043059571890954e-5 -affirmativeness_N 4.0107648929727385e-6 -affix_N 4.0107648929727385e-6 -affixation_N 4.0107648929727385e-6 -afflatus_N 4.0107648929727385e-6 -affliction_N 8.021529785945477e-6 -affluence_N 4.0107648929727385e-6 -affluent_N 1.2032294678918217e-5 -afforestation_N 4.0107648929727385e-6 -affray_N 4.0107648929727385e-6 -affricate_N 4.0107648929727385e-6 -affrication_N 4.0107648929727385e-6 -affront_N 4.0107648929727385e-6 -affusion_N 4.0107648929727385e-6 -afghanFem_N 4.0107648929727385e-6 -afghanMasc_N 4.0107648929727385e-6 -afghani_N 4.0107648929727385e-6 -afghanistaniFem_N 4.0107648929727385e-6 -afghanistaniMasc_N 4.0107648929727385e-6 -afibrinogenemia_N 4.0107648929727385e-6 -aficionado_N 4.0107648929727385e-6 -aflatoxin_N 4.0107648929727385e-6 -africanFem_N 4.0107648929727385e-6 -africanMasc_N 4.0107648929727385e-6 -afrikaans_N 4.0107648929727385e-6 -afrikanerFem_N 4.0107648929727385e-6 -afrikanerMasc_N 4.0107648929727385e-6 -afro_americanFem_N 4.0107648929727385e-6 -afro_americanMasc_N 4.0107648929727385e-6 -afro_wig_N 4.0107648929727385e-6 -afropavo_N 4.0107648929727385e-6 -afterbirth_N 4.0107648929727385e-6 -afterburner_N 4.0107648929727385e-6 -aftercare_N 4.0107648929727385e-6 -afterdamp_N 4.0107648929727385e-6 -afterdeck_N 4.0107648929727385e-6 -aftereffect_N 1.6043059571890954e-5 -afterglow_N 4.0107648929727385e-6 -afterimage_N 4.0107648929727385e-6 -afterlife_N 4.0107648929727385e-6 -aftermath_N 9.625835743134574e-5 -afternoon_N 3.328934861167373e-4 -afterpains_N 4.0107648929727385e-6 -afterpiece_N 4.0107648929727385e-6 -aftershaft_N 4.0107648929727385e-6 -aftershock_N 8.021529785945477e-6 -aftertaste_N 4.0107648929727385e-6 -afterthought_N 4.0107648929727385e-6 -afterworld_N 4.0107648929727385e-6 -agal_N 4.0107648929727385e-6 -agalactia_N 4.0107648929727385e-6 -agama_N 4.0107648929727385e-6 -agamete_N 4.0107648929727385e-6 -agamid_N 4.0107648929727385e-6 -agammaglobulinemia_N 4.0107648929727385e-6 -agapanthus_N 4.0107648929727385e-6 -agape_N 4.0107648929727385e-6 -agar_N 4.0107648929727385e-6 -agar_agar_N 4.0107648929727385e-6 -agaric_N 4.0107648929727385e-6 -agate_N 4.0107648929727385e-6 -agateware_N 4.0107648929727385e-6 -agave_N 4.0107648929727385e-6 -age_N 4.532164329059195e-4 -age_bracket_N 4.0107648929727385e-6 -age_group_N 4.0107648929727385e-6 -aged_N 4.0107648929727385e-6 -agedness_N 4.0107648929727385e-6 -ageing_N 4.0107648929727385e-6 -ageism_N 4.0107648929727385e-6 -agelessness_N 4.0107648929727385e-6 -agency_N 1.812865731623678e-3 -agenda_N 1.0427988721729121e-4 -agenesis_N 4.0107648929727385e-6 -agentFem_N 4.0107648929727385e-6 -agentMasc_N 4.0107648929727385e-6 -agent_provocateur_N 1.644413606118823e-4 -agerasia_N 4.0107648929727385e-6 -ageratum_N 4.0107648929727385e-6 -agglomerate_N 4.0107648929727385e-6 -agglomeration_N 4.0107648929727385e-6 -agglomerator_N 4.0107648929727385e-6 -agglutination_N 4.0107648929727385e-6 -agglutinin_N 4.0107648929727385e-6 -agglutinogen_N 4.0107648929727385e-6 -aggrandizement_N 4.0107648929727385e-6 -aggravation_N 4.0107648929727385e-6 -aggravator_N 4.0107648929727385e-6 -aggregate_N 3.208611914378191e-5 -aggregation_N 4.0107648929727385e-6 -aggression_N 4.0107648929727385e-6 -aggressiveness_N 8.021529785945477e-6 -aggressorFem_N 4.0107648929727385e-6 -aggressorMasc_N 4.0107648929727385e-6 -aggro_N 4.0107648929727385e-6 -agility_N 1.2032294678918217e-5 -aging_N 8.021529785945477e-6 -agio_N 4.0107648929727385e-6 -agitation_N 8.021529785945477e-6 -agitator_N 4.0107648929727385e-6 -agitprop_N 4.0107648929727385e-6 -aglet_N 4.0107648929727385e-6 -agm_N 4.0107648929727385e-6 -agnail_N 4.0107648929727385e-6 -agnate_N 4.0107648929727385e-6 -agnomen_N 4.0107648929727385e-6 -agnosia_N 4.0107648929727385e-6 -agnostic_N 4.0107648929727385e-6 -agnosticism_N 4.0107648929727385e-6 -agon_N 4.0107648929727385e-6 -agonist_N 4.0107648929727385e-6 -agony_N 4.0107648929727385e-6 -agora_N 4.0107648929727385e-6 -agoraphobia_N 4.0107648929727385e-6 -agouti_N 4.0107648929727385e-6 -agranulocytosis_N 4.0107648929727385e-6 -agrapha_N 4.0107648929727385e-6 -agraphia_N 4.0107648929727385e-6 -agreeableness_N 4.0107648929727385e-6 -agreement_N 1.8008334369447598e-3 -agribusiness_N 4.0107648929727385e-6 -agriculture_N 6.016147339459108e-5 -agriculturist_N 4.0107648929727385e-6 -agrimonia_N 4.0107648929727385e-6 -agrobiology_N 4.0107648929727385e-6 -agrology_N 4.0107648929727385e-6 -agromania_N 4.0107648929727385e-6 -agronomist_N 4.0107648929727385e-6 -agronomy_N 4.0107648929727385e-6 -agrypnia_N 4.0107648929727385e-6 -agua_N 4.0107648929727385e-6 -ague_N 4.0107648929727385e-6 -agueweed_N 4.0107648929727385e-6 -ahimsa_N 4.0107648929727385e-6 -aid_N 4.893133169426742e-4 -aide_N 8.021529785945477e-6 -aide_de_camp_N 4.0107648929727385e-6 -aide_memoire_N 4.0107648929727385e-6 -aids_N 4.0107648929727385e-6 -aigret_N 4.0107648929727385e-6 -aigrette_N 4.0107648929727385e-6 -aikido_N 4.0107648929727385e-6 -ailanthus_N 4.0107648929727385e-6 -aileron_N 4.0107648929727385e-6 -ailment_N 2.0053824464863696e-5 -ailurophobia_N 4.0107648929727385e-6 -aim_N 8.021529785945478e-5 -aioli_N 4.0107648929727385e-6 -air_N 4.8530255204970137e-4 -air_bladder_N 4.0107648929727385e-6 -air_conditioning_N 4.0107648929727385e-6 -air_pump_N 4.0107648929727385e-6 -air_raid_N 4.0107648929727385e-6 -air_shaft_N 4.0107648929727385e-6 -air_sickness_N 4.0107648929727385e-6 -airbed_N 4.0107648929727385e-6 -airbrake_N 4.0107648929727385e-6 -airbrush_N 4.0107648929727385e-6 -airburst_N 4.0107648929727385e-6 -airbus_N 4.0107648929727385e-6 -aircraft_N 3.4492578079565556e-4 -aircraftman_N 4.0107648929727385e-6 -aircraftsman_N 4.0107648929727385e-6 -aircrew_N 4.0107648929727385e-6 -aircrewman_N 4.0107648929727385e-6 -airdock_N 4.0107648929727385e-6 -airdrome_N 4.0107648929727385e-6 -airdrop_N 4.0107648929727385e-6 -airedale_N 4.0107648929727385e-6 -airfare_N 4.0107648929727385e-6 -airfield_N 8.021529785945477e-6 -airflow_N 4.0107648929727385e-6 -airfoil_N 4.0107648929727385e-6 -airforce_N 4.0107648929727385e-6 -airframe_N 4.0107648929727385e-6 -airhead_N 4.0107648929727385e-6 -airiness_N 4.0107648929727385e-6 -airing_N 2.4064589357836434e-5 -airing_cupboard_N 4.0107648929727385e-6 -airlift_N 4.0107648929727385e-6 -airline_N 8.703359817750844e-4 -airliner_N 1.2032294678918217e-5 -airlock_N 4.0107648929727385e-6 -airmail_N 4.0107648929727385e-6 -airmailer_N 4.0107648929727385e-6 -airman_N 8.021529785945477e-6 -airplane_N 5.2139943608645604e-5 -airport_N 1.6845212550485502e-4 -airs_N 4.0107648929727385e-6 -airscrew_N 4.0107648929727385e-6 -airship_N 4.0107648929727385e-6 -airsickness_N 4.0107648929727385e-6 -airspace_N 4.0107648929727385e-6 -airspeed_N 4.0107648929727385e-6 -airstream_N 4.0107648929727385e-6 -airstrip_N 4.0107648929727385e-6 -airway_N 8.021529785945477e-6 -airwoman_N 4.0107648929727385e-6 -airworthiness_N 4.0107648929727385e-6 -aisle_N 2.4064589357836434e-5 -aitch_N 4.0107648929727385e-6 -aitch_bone_N 4.0107648929727385e-6 -aitchbone_N 4.0107648929727385e-6 -akaryocyte_N 4.0107648929727385e-6 -akee_N 4.0107648929727385e-6 -akinesis_N 4.0107648929727385e-6 -ala_N 4.0107648929727385e-6 -alabaster_N 4.0107648929727385e-6 -alacrity_N 4.0107648929727385e-6 -alalia_N 4.0107648929727385e-6 -alanine_N 4.0107648929727385e-6 -alarm_N 4.812917871567287e-5 -alarm_clock_N 4.0107648929727385e-6 -alarmism_N 4.0107648929727385e-6 -alarmist_N 4.0107648929727385e-6 -alastrim_N 4.0107648929727385e-6 -alb_N 4.0107648929727385e-6 -albacore_N 4.0107648929727385e-6 -albanian_N 8.021529785945477e-6 -albatross_N 4.0107648929727385e-6 -albedo_N 4.0107648929727385e-6 -albinism_N 4.0107648929727385e-6 -albino_N 4.0107648929727385e-6 -albite_N 4.0107648929727385e-6 -albizzia_N 4.0107648929727385e-6 -albuca_N 4.0107648929727385e-6 -albuginea_N 4.0107648929727385e-6 -album_N 2.8075354250809173e-5 -albumen_N 4.0107648929727385e-6 -albumin_N 4.0107648929727385e-6 -albuminuria_N 4.0107648929727385e-6 -albuterol_N 4.0107648929727385e-6 -alcalde_N 4.0107648929727385e-6 -alcazar_N 4.0107648929727385e-6 -alchemist_N 8.021529785945477e-6 -alchemy_N 4.0107648929727385e-6 -alcohol_N 6.417223828756382e-5 -alcoholic_N 1.2032294678918217e-5 -alcoholism_N 1.2032294678918217e-5 -alcove_N 4.0107648929727385e-6 -aldehyde_N 4.0107648929727385e-6 -alder_N 4.0107648929727385e-6 -alderfly_N 4.0107648929727385e-6 -alderman_N 4.0107648929727385e-6 -aldohexose_N 4.0107648929727385e-6 -aldol_N 4.0107648929727385e-6 -aldose_N 4.0107648929727385e-6 -aldosterone_N 4.0107648929727385e-6 -aldosteronism_N 4.0107648929727385e-6 -ale_N 8.021529785945477e-6 -ale_house_N 4.0107648929727385e-6 -alehouse_N 4.0107648929727385e-6 -alembic_N 4.0107648929727385e-6 -alendronate_N 4.0107648929727385e-6 -aleph_N 4.0107648929727385e-6 -alert_N 1.6043059571890954e-5 -alertness_N 4.0107648929727385e-6 -aleurone_N 4.0107648929727385e-6 -alewife_N 4.0107648929727385e-6 -alexandrine_N 4.0107648929727385e-6 -alexandrite_N 4.0107648929727385e-6 -alexia_N 4.0107648929727385e-6 -alexic_N 4.0107648929727385e-6 -alfalfa_N 8.021529785945477e-6 -alga_N 4.0107648929727385e-6 -algarroba_N 4.0107648929727385e-6 -algebra_N 4.0107648929727385e-6 -algebraist_N 4.0107648929727385e-6 -algerian_N 4.0107648929727385e-6 -algidity_N 4.0107648929727385e-6 -algin_N 4.0107648929727385e-6 -algolagnia_N 4.0107648929727385e-6 -algometer_N 4.0107648929727385e-6 -algometry_N 4.0107648929727385e-6 -algophobia_N 4.0107648929727385e-6 -algorism_N 4.0107648929727385e-6 -algorithm_N 4.0107648929727385e-6 -alias_N 4.0107648929727385e-6 -alibi_N 4.0107648929727385e-6 -alidade_N 4.0107648929727385e-6 -alienFem_N 4.0107648929727385e-6 -alienMasc_N 4.0107648929727385e-6 -alienage_N 4.0107648929727385e-6 -alienation_N 4.0107648929727385e-6 -alienator_N 4.0107648929727385e-6 -alienee_N 4.0107648929727385e-6 -alienism_N 4.0107648929727385e-6 -alienist_N 4.0107648929727385e-6 -alienor_N 4.0107648929727385e-6 -alignment_N 4.0107648929727385e-6 -alimony_N 1.2032294678918217e-5 -aliquant_N 4.0107648929727385e-6 -aliquot_N 4.0107648929727385e-6 -aliterate_N 4.0107648929727385e-6 -aliyah_N 4.0107648929727385e-6 -alizarin_N 4.0107648929727385e-6 -alkahest_N 4.0107648929727385e-6 -alkalemia_N 4.0107648929727385e-6 -alkali_N 4.0107648929727385e-6 -alkalimetry_N 4.0107648929727385e-6 -alkalinity_N 4.0107648929727385e-6 -alkalinuria_N 4.0107648929727385e-6 -alkaloid_N 4.0107648929727385e-6 -alkalosis_N 4.0107648929727385e-6 -alkapton_N 4.0107648929727385e-6 -alkaptonuria_N 4.0107648929727385e-6 -alkene_N 4.0107648929727385e-6 -alkyd_N 4.0107648929727385e-6 -alkyl_N 4.0107648929727385e-6 -alkylbenzene_N 4.0107648929727385e-6 -alkylbenzenesulfonate_N 4.0107648929727385e-6 -all_rounder_N 4.0107648929727385e-6 -allamanda_N 4.0107648929727385e-6 -allantois_N 4.0107648929727385e-6 -allegation_N 1.9251671486269147e-4 -allegiance_N 2.0053824464863696e-5 -allegorizer_N 4.0107648929727385e-6 -allegory_N 1.2032294678918217e-5 -allegretto_N 4.0107648929727385e-6 -allegro_N 4.0107648929727385e-6 -allele_N 4.0107648929727385e-6 -allemande_N 4.0107648929727385e-6 -allergen_N 4.0107648929727385e-6 -allergist_N 4.0107648929727385e-6 -allergology_N 4.0107648929727385e-6 -allergy_N 2.4064589357836434e-5 -alleviation_N 4.0107648929727385e-6 -alleviator_N 4.0107648929727385e-6 -alley_N 2.4064589357836434e-5 -alleyway_N 4.0107648929727385e-6 -alliance_N 1.965274797556642e-4 -allies_N 4.0107648929727385e-6 -alligator_N 1.2032294678918217e-5 -alligatorfish_N 4.0107648929727385e-6 -alliteration_N 4.0107648929727385e-6 -alliterator_N 4.0107648929727385e-6 -allocation_N 6.818300318053656e-5 -allocator_N 4.0107648929727385e-6 -allocution_N 4.0107648929727385e-6 -allogamy_N 4.0107648929727385e-6 -allograph_N 4.0107648929727385e-6 -allomerism_N 4.0107648929727385e-6 -allometry_N 4.0107648929727385e-6 -allomorph_N 4.0107648929727385e-6 -allopathy_N 4.0107648929727385e-6 -allopatry_N 4.0107648929727385e-6 -allophone_N 4.0107648929727385e-6 -allopurinol_N 4.0107648929727385e-6 -allosaur_N 4.0107648929727385e-6 -allotment_N 3.609688403675465e-5 -allotrope_N 4.0107648929727385e-6 -allotropy_N 4.0107648929727385e-6 -allowance_N 4.812917871567287e-5 -alloy_N 1.6043059571890954e-5 -allspice_N 4.0107648929727385e-6 -allure_N 1.6043059571890954e-5 -allurement_N 4.0107648929727385e-6 -allusion_N 1.2032294678918217e-5 -allusiveness_N 4.0107648929727385e-6 -alluvion_N 4.0107648929727385e-6 -ally_N 2.0454900954160969e-4 -allyl_N 4.0107648929727385e-6 -alma_mater_N 8.021529785945477e-6 -almanac_N 8.021529785945477e-6 -almandine_N 4.0107648929727385e-6 -almandite_N 4.0107648929727385e-6 -almighty_N 4.0107648929727385e-6 -almond_N 4.0107648929727385e-6 -almoner_N 4.0107648929727385e-6 -alms_N 4.0107648929727385e-6 -alms_box_N 4.0107648929727385e-6 -alms_giving_N 4.0107648929727385e-6 -alms_house_N 4.0107648929727385e-6 -almsgiver_N 4.0107648929727385e-6 -alocasia_N 4.0107648929727385e-6 -aloe_N 4.0107648929727385e-6 -aloes_N 4.0107648929727385e-6 -aloha_N 4.0107648929727385e-6 -aloneness_N 4.0107648929727385e-6 -aloofness_N 4.0107648929727385e-6 -alopecia_N 4.0107648929727385e-6 -alp_N 4.0107648929727385e-6 -alpaca_N 4.0107648929727385e-6 -alpenstock_N 4.0107648929727385e-6 -alpha_N 8.021529785945477e-6 -alphabet_N 8.021529785945477e-6 -alphabetization_N 4.0107648929727385e-6 -alphabetizer_N 4.0107648929727385e-6 -alphanumerics_N 4.0107648929727385e-6 -alphavirus_N 4.0107648929727385e-6 -alpinist_N 4.0107648929727385e-6 -alprazolam_N 4.0107648929727385e-6 -alsatianFem_N 4.0107648929727385e-6 -alsatianMasc_N 4.0107648929727385e-6 -also_ran_N 4.0107648929727385e-6 -alstroemeria_N 4.0107648929727385e-6 -altar_N 8.021529785945477e-6 -altar_piece_N 4.0107648929727385e-6 -altarpiece_N 4.0107648929727385e-6 -altazimuth_N 4.0107648929727385e-6 -alter_ego_N 4.0107648929727385e-6 -alterability_N 4.0107648929727385e-6 -alteration_N 4.0107648929727385e-6 -altercation_N 4.0107648929727385e-6 -alternation_N 4.0107648929727385e-6 -alternative_N 3.2086119143781913e-4 -alternator_N 4.0107648929727385e-6 -althea_N 4.0107648929727385e-6 -altimeter_N 4.0107648929727385e-6 -altitude_N 1.6043059571890954e-5 -alto_N 4.0107648929727385e-6 -altocumulus_N 4.0107648929727385e-6 -altostratus_N 4.0107648929727385e-6 -altruism_N 8.021529785945477e-6 -altruist_N 4.0107648929727385e-6 -alula_N 4.0107648929727385e-6 -alum_N 4.0107648929727385e-6 -alumina_N 4.0107648929727385e-6 -aluminate_N 4.0107648929727385e-6 -aluminium_N 4.0107648929727385e-6 -aluminum_N 4.0107648929727385e-6 -alumna_N 4.0107648929727385e-6 -alumnus_N 2.4064589357836434e-5 -alumroot_N 4.0107648929727385e-6 -alundum_N 4.0107648929727385e-6 -alveolar_N 4.0107648929727385e-6 -alveolitis_N 4.0107648929727385e-6 -alveolus_N 4.0107648929727385e-6 -alyssum_N 4.0107648929727385e-6 -amah_N 8.021529785945477e-6 -amalgam_N 4.0107648929727385e-6 -amalgamation_N 1.6043059571890954e-5 -amalgamator_N 4.0107648929727385e-6 -amanuensis_N 4.0107648929727385e-6 -amaranth_N 4.0107648929727385e-6 -amarelle_N 4.0107648929727385e-6 -amaretto_N 4.0107648929727385e-6 -amaryllis_N 4.0107648929727385e-6 -amastia_N 4.0107648929727385e-6 -amateurFem_N 4.0107648929727385e-6 -amateurMasc_N 4.0107648929727385e-6 -amateurishness_N 4.0107648929727385e-6 -amateurism_N 4.0107648929727385e-6 -amaurosis_N 4.0107648929727385e-6 -amazement_N 2.0053824464863696e-5 -amazon_N 4.0107648929727385e-6 -ambages_N 4.0107648929727385e-6 -ambassador_N 4.812917871567287e-5 -ambassadorship_N 4.0107648929727385e-6 -ambassadress_N 4.0107648929727385e-6 -amber_N 4.0107648929727385e-6 -ambergris_N 4.0107648929727385e-6 -amberjack_N 4.0107648929727385e-6 -ambiance_N 4.0107648929727385e-6 -ambidexterity_N 4.0107648929727385e-6 -ambience_N 4.0107648929727385e-6 -ambiguity_N 2.0053824464863696e-5 -ambit_N 4.0107648929727385e-6 -ambition_N 4.812917871567287e-5 -ambivalence_N 1.2032294678918217e-5 -ambiversion_N 4.0107648929727385e-6 -amble_N 4.0107648929727385e-6 -amblygonite_N 4.0107648929727385e-6 -amblyopia_N 4.0107648929727385e-6 -amboyna_N 4.0107648929727385e-6 -ambrosia_N 4.0107648929727385e-6 -ambulacrum_N 4.0107648929727385e-6 -ambulance_N 2.4064589357836434e-5 -ambulation_N 4.0107648929727385e-6 -ambulatory_N 4.0107648929727385e-6 -ambuscade_N 4.0107648929727385e-6 -ambush_N 4.0107648929727385e-6 -ambusher_N 4.0107648929727385e-6 -ambystomid_N 4.0107648929727385e-6 -ameba_N 4.0107648929727385e-6 -amebiasis_N 4.0107648929727385e-6 -ameer_N 4.0107648929727385e-6 -amelia_N 4.0107648929727385e-6 -amelioration_N 4.0107648929727385e-6 -ameloblast_N 4.0107648929727385e-6 -amelogenesis_N 4.0107648929727385e-6 -amenability_N 4.0107648929727385e-6 -amendment_N 2.446566584713371e-4 -amenity_N 1.6043059571890954e-5 -amenorrhea_N 4.0107648929727385e-6 -americanFem_N 4.0107648929727385e-6 -americanMasc_N 2.366351286853916e-4 -americanism_N 4.0107648929727385e-6 -americium_N 4.0107648929727385e-6 -amethyst_N 4.0107648929727385e-6 -ametria_N 4.0107648929727385e-6 -ametropia_N 4.0107648929727385e-6 -amharic_N 4.0107648929727385e-6 -amiability_N 4.0107648929727385e-6 -amicability_N 4.0107648929727385e-6 -amide_N 4.0107648929727385e-6 -amigo_N 4.0107648929727385e-6 -amine_N 4.0107648929727385e-6 -amino_N 4.0107648929727385e-6 -aminoaciduria_N 4.0107648929727385e-6 -aminomethane_N 4.0107648929727385e-6 -aminophylline_N 4.0107648929727385e-6 -aminopyrine_N 4.0107648929727385e-6 -amiodarone_N 4.0107648929727385e-6 -amir_N 4.0107648929727385e-6 -amitosis_N 4.0107648929727385e-6 -amitriptyline_N 4.0107648929727385e-6 -amity_N 4.0107648929727385e-6 -ammeter_N 4.0107648929727385e-6 -ammine_N 4.0107648929727385e-6 -ammobium_N 4.0107648929727385e-6 -ammonia_N 8.021529785945477e-6 -ammoniac_N 4.0107648929727385e-6 -ammonification_N 4.0107648929727385e-6 -ammonite_N 4.0107648929727385e-6 -ammonium_N 4.0107648929727385e-6 -ammoniuria_N 4.0107648929727385e-6 -ammunition_N 1.6043059571890954e-5 -amnesia_N 4.0107648929727385e-6 -amnesic_N 4.0107648929727385e-6 -amnesty_N 8.021529785945477e-6 -amniocentesis_N 4.0107648929727385e-6 -amnion_N 4.0107648929727385e-6 -amniote_N 4.0107648929727385e-6 -amobarbital_N 4.0107648929727385e-6 -amoeba_N 4.0107648929727385e-6 -amora_N 4.0107648929727385e-6 -amoralism_N 4.0107648929727385e-6 -amoralist_N 4.0107648929727385e-6 -amorality_N 4.0107648929727385e-6 -amorist_N 4.0107648929727385e-6 -amorousness_N 4.0107648929727385e-6 -amorpha_N 4.0107648929727385e-6 -amorphophallus_N 4.0107648929727385e-6 -amortization_N 2.8075354250809173e-5 -amount_N 1.2433371168215491e-3 -amour_N 4.0107648929727385e-6 -amour_propre_N 4.0107648929727385e-6 -amoxicillin_N 4.0107648929727385e-6 -amp_N 8.021529785945477e-6 -amperage_N 4.0107648929727385e-6 -ampere_N 4.0107648929727385e-6 -ampersand_N 4.0107648929727385e-6 -amphetamine_N 4.0107648929727385e-6 -amphibia_N 4.0107648929727385e-6 -amphibian_N 4.0107648929727385e-6 -amphibole_N 4.0107648929727385e-6 -amphibolite_N 4.0107648929727385e-6 -amphibology_N 4.0107648929727385e-6 -amphibrach_N 4.0107648929727385e-6 -amphictyony_N 4.0107648929727385e-6 -amphidiploid_N 4.0107648929727385e-6 -amphidiploidy_N 4.0107648929727385e-6 -amphigory_N 4.0107648929727385e-6 -amphimixis_N 4.0107648929727385e-6 -amphipod_N 4.0107648929727385e-6 -amphisbaena_N 4.0107648929727385e-6 -amphitheater_N 4.0107648929727385e-6 -amphitheatre_N 4.0107648929727385e-6 -amphiuma_N 4.0107648929727385e-6 -amphora_N 4.0107648929727385e-6 -amphotericin_N 4.0107648929727385e-6 -ampicillin_N 4.0107648929727385e-6 -ampleness_N 4.0107648929727385e-6 -amplification_N 4.0107648929727385e-6 -amplifier_N 1.6043059571890954e-5 -amplitude_N 4.0107648929727385e-6 -ampoule_N 4.0107648929727385e-6 -ampulla_N 4.0107648929727385e-6 -amputation_N 8.021529785945477e-6 -amputator_N 4.0107648929727385e-6 -amputee_N 4.0107648929727385e-6 -amrinone_N 4.0107648929727385e-6 -amulet_N 4.0107648929727385e-6 -amusement_N 1.2032294678918217e-5 -amygdala_N 4.0107648929727385e-6 -amygdalin_N 4.0107648929727385e-6 -amygdaloid_N 4.0107648929727385e-6 -amygdalotomy_N 4.0107648929727385e-6 -amyl_N 4.0107648929727385e-6 -amylase_N 4.0107648929727385e-6 -amyloid_N 4.0107648929727385e-6 -amyloidosis_N 4.0107648929727385e-6 -amylolysis_N 4.0107648929727385e-6 -amyotrophia_N 4.0107648929727385e-6 -amyxia_N 4.0107648929727385e-6 -ana_N 4.0107648929727385e-6 -anabiosis_N 4.0107648929727385e-6 -anabolism_N 4.0107648929727385e-6 -anachronism_N 1.2032294678918217e-5 -anaclisis_N 4.0107648929727385e-6 -anacoluthia_N 4.0107648929727385e-6 -anaconda_N 4.0107648929727385e-6 -anadiplosis_N 4.0107648929727385e-6 -anaemia_N 4.0107648929727385e-6 -anaerobe_N 4.0107648929727385e-6 -anaesthesia_N 4.0107648929727385e-6 -anaesthetic_N 4.0107648929727385e-6 -anaesthetist_N 4.0107648929727385e-6 -anaglyph_N 4.0107648929727385e-6 -anaglyphy_N 4.0107648929727385e-6 -anagnost_N 4.0107648929727385e-6 -anagoge_N 4.0107648929727385e-6 -anagram_N 4.0107648929727385e-6 -anagrams_N 4.0107648929727385e-6 -analbuminemia_N 4.0107648929727385e-6 -analects_N 4.0107648929727385e-6 -analeptic_N 4.0107648929727385e-6 -analgesia_N 4.0107648929727385e-6 -analgesic_N 4.0107648929727385e-6 -analog_N 8.021529785945477e-6 -analogist_N 4.0107648929727385e-6 -analogue_N 4.0107648929727385e-6 -analogy_N 1.2032294678918217e-5 -analphabet_N 4.0107648929727385e-6 -analysand_N 4.0107648929727385e-6 -analysis_N 1.4839830103999133e-4 -analyst_N 4.006754128079766e-3 -analyticity_N 4.0107648929727385e-6 -analyzer_N 4.0107648929727385e-6 -anamorphism_N 4.0107648929727385e-6 -anamorphosis_N 4.0107648929727385e-6 -anapaest_N 4.0107648929727385e-6 -anapest_N 4.0107648929727385e-6 -anaphase_N 4.0107648929727385e-6 -anaphor_N 4.0107648929727385e-6 -anaphora_N 4.0107648929727385e-6 -anaphrodisia_N 4.0107648929727385e-6 -anaphylaxis_N 4.0107648929727385e-6 -anaplasia_N 4.0107648929727385e-6 -anaplasmosis_N 4.0107648929727385e-6 -anapsid_N 4.0107648929727385e-6 -anarchism_N 4.0107648929727385e-6 -anarchistFem_N 4.0107648929727385e-6 -anarchistMasc_N 4.0107648929727385e-6 -anarchy_N 8.021529785945477e-6 -anarthria_N 4.0107648929727385e-6 -anasarca_N 4.0107648929727385e-6 -anaspid_N 4.0107648929727385e-6 -anastalsis_N 4.0107648929727385e-6 -anastigmat_N 4.0107648929727385e-6 -anastomosis_N 4.0107648929727385e-6 -anastrophe_N 4.0107648929727385e-6 -anastylosis_N 4.0107648929727385e-6 -anathema_N 1.2032294678918217e-5 -anathematization_N 4.0107648929727385e-6 -anatomist_N 4.0107648929727385e-6 -anatomy_N 4.0107648929727385e-6 -anatotitan_N 4.0107648929727385e-6 -anatoxin_N 4.0107648929727385e-6 -ancestor_N 4.0107648929727385e-6 -ancestress_N 4.0107648929727385e-6 -ancestry_N 8.021529785945477e-6 -anchor_N 1.6043059571890954e-5 -anchorage_N 4.0107648929727385e-6 -anchorite_N 4.0107648929727385e-6 -anchorman_N 8.021529785945477e-6 -anchovy_N 4.0107648929727385e-6 -anchusa_N 4.0107648929727385e-6 -ancient_N 4.0107648929727385e-6 -ancientness_N 4.0107648929727385e-6 -ancients_N 4.0107648929727385e-6 -andante_N 4.0107648929727385e-6 -andesite_N 4.0107648929727385e-6 -andiron_N 4.0107648929727385e-6 -andorran_N 4.0107648929727385e-6 -andradite_N 4.0107648929727385e-6 -andrena_N 4.0107648929727385e-6 -androecium_N 4.0107648929727385e-6 -androgen_N 4.0107648929727385e-6 -androgenesis_N 4.0107648929727385e-6 -androglossia_N 4.0107648929727385e-6 -androgyny_N 4.0107648929727385e-6 -android_N 4.0107648929727385e-6 -andromeda_N 4.0107648929727385e-6 -androphobia_N 4.0107648929727385e-6 -androsterone_N 4.0107648929727385e-6 -andryala_N 4.0107648929727385e-6 -anecdote_N 4.0107648929727385e-6 -anecdotist_N 4.0107648929727385e-6 -anemia_N 4.0107648929727385e-6 -anemography_N 4.0107648929727385e-6 -anemometer_N 4.0107648929727385e-6 -anemometry_N 4.0107648929727385e-6 -anemone_N 4.0107648929727385e-6 -anencephaly_N 4.0107648929727385e-6 -anergy_N 4.0107648929727385e-6 -aneroid_N 4.0107648929727385e-6 -anesthesia_N 4.0107648929727385e-6 -anesthesiologist_N 4.0107648929727385e-6 -anesthesiology_N 4.0107648929727385e-6 -anesthetic_N 4.0107648929727385e-6 -anesthetist_N 4.0107648929727385e-6 -anesthyl_N 4.0107648929727385e-6 -anestrus_N 4.0107648929727385e-6 -aneuploidy_N 4.0107648929727385e-6 -aneurysm_N 4.0107648929727385e-6 -angel_N 8.021529785945477e-6 -angelfish_N 4.0107648929727385e-6 -angelica_N 4.0107648929727385e-6 -angelim_N 4.0107648929727385e-6 -angelology_N 4.0107648929727385e-6 -angelus_N 4.0107648929727385e-6 -anger_N 5.2139943608645604e-5 -angiitis_N 4.0107648929727385e-6 -angina_N 8.021529785945477e-6 -angiocardiogram_N 4.0107648929727385e-6 -angiocarp_N 4.0107648929727385e-6 -angioedema_N 4.0107648929727385e-6 -angiogenesis_N 4.0107648929727385e-6 -angiogram_N 4.0107648929727385e-6 -angiography_N 4.0107648929727385e-6 -angiologist_N 4.0107648929727385e-6 -angiology_N 4.0107648929727385e-6 -angioma_N 4.0107648929727385e-6 -angiopathy_N 4.0107648929727385e-6 -angioplasty_N 4.0107648929727385e-6 -angiopteris_N 4.0107648929727385e-6 -angiosarcoma_N 4.0107648929727385e-6 -angioscope_N 4.0107648929727385e-6 -angiosperm_N 4.0107648929727385e-6 -angiotelectasia_N 4.0107648929727385e-6 -angiotensin_N 4.0107648929727385e-6 -angle_N 2.0053824464863696e-5 -angle_dozer_N 4.0107648929727385e-6 -angle_iron_N 4.0107648929727385e-6 -angledozer_N 4.0107648929727385e-6 -angler_N 4.0107648929727385e-6 -anglewing_N 4.0107648929727385e-6 -anglican_N 4.0107648929727385e-6 -anglicism_N 4.0107648929727385e-6 -angling_N 8.021529785945477e-6 -anglo_catholic_N 4.0107648929727385e-6 -anglo_indian_N 4.0107648929727385e-6 -anglo_saxon_N 4.0107648929727385e-6 -anglomania_N 4.0107648929727385e-6 -anglophilFem_N 4.0107648929727385e-6 -anglophilMasc_N 4.0107648929727385e-6 -anglophileFem_N 4.0107648929727385e-6 -anglophileMasc_N 4.0107648929727385e-6 -anglophobe_N 4.0107648929727385e-6 -anglophobia_N 4.0107648929727385e-6 -angolan_N 4.0107648929727385e-6 -angora_N 8.021529785945477e-6 -angostura_N 4.0107648929727385e-6 -angrecum_N 4.0107648929727385e-6 -angst_N 8.021529785945477e-6 -angstrom_N 4.0107648929727385e-6 -anguillan_N 4.0107648929727385e-6 -anguish_N 1.2032294678918217e-5 -angularity_N 4.0107648929727385e-6 -angulation_N 4.0107648929727385e-6 -angwantibo_N 4.0107648929727385e-6 -anhedonia_N 4.0107648929727385e-6 -anhidrosis_N 4.0107648929727385e-6 -anhydride_N 4.0107648929727385e-6 -ani_N 4.0107648929727385e-6 -anil_N 4.0107648929727385e-6 -aniline_N 4.0107648929727385e-6 -anima_N 4.0107648929727385e-6 -animadversion_N 4.0107648929727385e-6 -animal_N 1.443875361470186e-4 -animalcule_N 4.0107648929727385e-6 -animalism_N 4.0107648929727385e-6 -animality_N 4.0107648929727385e-6 -animalization_N 4.0107648929727385e-6 -animateness_N 4.0107648929727385e-6 -animation_N 2.0053824464863696e-5 -animatism_N 4.0107648929727385e-6 -animator_N 4.0107648929727385e-6 -animatronics_N 4.0107648929727385e-6 -anime_N 4.0107648929727385e-6 -animism_N 4.0107648929727385e-6 -animist_N 4.0107648929727385e-6 -animosity_N 1.2032294678918217e-5 -animus_N 4.0107648929727385e-6 -anion_N 4.0107648929727385e-6 -anise_N 4.0107648929727385e-6 -aniseed_N 4.0107648929727385e-6 -aniseikonia_N 4.0107648929727385e-6 -anisette_N 4.0107648929727385e-6 -anisogamete_N 4.0107648929727385e-6 -anisogamy_N 4.0107648929727385e-6 -anisometropia_N 4.0107648929727385e-6 -anisotropy_N 4.0107648929727385e-6 -anjou_N 4.0107648929727385e-6 -ankle_N 1.2032294678918217e-5 -anklebone_N 4.0107648929727385e-6 -anklet_N 4.0107648929727385e-6 -ankus_N 4.0107648929727385e-6 -ankylosaur_N 4.0107648929727385e-6 -ankylosis_N 4.0107648929727385e-6 -anna_N 4.0107648929727385e-6 -annalist_N 4.0107648929727385e-6 -annals_N 4.0107648929727385e-6 -annealing_N 4.0107648929727385e-6 -annelid_N 4.0107648929727385e-6 -annex_N 8.021529785945477e-6 -annexation_N 4.0107648929727385e-6 -annexe_N 4.0107648929727385e-6 -annihilation_N 4.0107648929727385e-6 -annihilator_N 4.0107648929727385e-6 -anniversary_N 6.417223828756382e-5 -annotation_N 4.0107648929727385e-6 -annotator_N 4.0107648929727385e-6 -announcement_N 5.454640254442925e-4 -announcer_N 5.2139943608645604e-5 -annoyance_N 4.0107648929727385e-6 -annual_N 4.0107648929727385e-6 -annuitant_N 4.0107648929727385e-6 -annuity_N 5.6150708501618345e-5 -annulet_N 4.0107648929727385e-6 -annulment_N 4.0107648929727385e-6 -annulus_N 4.0107648929727385e-6 -annum_N 4.0107648929727385e-6 -annunciation_N 4.0107648929727385e-6 -annunciator_N 4.0107648929727385e-6 -anoa_N 4.0107648929727385e-6 -anode_N 4.0107648929727385e-6 -anodyne_N 4.0107648929727385e-6 -anointer_N 4.0107648929727385e-6 -anointing_N 4.0107648929727385e-6 -anointment_N 4.0107648929727385e-6 -anomalist_N 4.0107648929727385e-6 -anomalops_N 4.0107648929727385e-6 -anomalopteryx_N 4.0107648929727385e-6 -anomaly_N 8.021529785945477e-6 -anomie_N 4.0107648929727385e-6 -anonymity_N 2.4064589357836434e-5 -anopheles_N 4.0107648929727385e-6 -anopheline_N 4.0107648929727385e-6 -anopia_N 4.0107648929727385e-6 -anorak_N 4.0107648929727385e-6 -anorchism_N 4.0107648929727385e-6 -anorexia_N 4.0107648929727385e-6 -anorexic_N 4.0107648929727385e-6 -anorgasmia_N 4.0107648929727385e-6 -anorthite_N 4.0107648929727385e-6 -anorthopia_N 4.0107648929727385e-6 -anosmia_N 4.0107648929727385e-6 -anovulation_N 4.0107648929727385e-6 -anoxemia_N 4.0107648929727385e-6 -anoxia_N 4.0107648929727385e-6 -answer_N 2.1257053932755517e-4 -ant_N 1.2032294678918217e-5 -ant_eater_N 4.0107648929727385e-6 -ant_hill_N 4.0107648929727385e-6 -antacid_N 4.0107648929727385e-6 -antagonism_N 4.0107648929727385e-6 -antagonist_N 8.021529785945477e-6 -antapex_N 4.0107648929727385e-6 -antbird_N 4.0107648929727385e-6 -ante_N 1.6043059571890954e-5 -anteater_N 4.0107648929727385e-6 -antecedence_N 4.0107648929727385e-6 -antecedent_N 8.021529785945477e-6 -antechamber_N 4.0107648929727385e-6 -antediluvian_N 4.0107648929727385e-6 -antefix_N 4.0107648929727385e-6 -antelope_N 8.021529785945477e-6 -antenna_N 4.0107648929727385e-6 -antepenult_N 4.0107648929727385e-6 -anteriority_N 4.0107648929727385e-6 -anteroom_N 4.0107648929727385e-6 -anthem_N 8.021529785945477e-6 -anther_N 2.0053824464863696e-5 -antheridiophore_N 4.0107648929727385e-6 -antheridium_N 4.0107648929727385e-6 -antherozoid_N 4.0107648929727385e-6 -anthill_N 4.0107648929727385e-6 -anthologist_N 4.0107648929727385e-6 -anthology_N 8.021529785945477e-6 -anthophyllite_N 4.0107648929727385e-6 -anthozoan_N 4.0107648929727385e-6 -anthracite_N 4.0107648929727385e-6 -anthracosis_N 4.0107648929727385e-6 -anthrax_N 2.8075354250809173e-5 -anthropocentrism_N 4.0107648929727385e-6 -anthropogenesis_N 4.0107648929727385e-6 -anthropoid_N 4.0107648929727385e-6 -anthropolatry_N 4.0107648929727385e-6 -anthropologistFem_N 4.0107648929727385e-6 -anthropologistMasc_N 4.0107648929727385e-6 -anthropology_N 4.0107648929727385e-6 -anthropometry_N 4.0107648929727385e-6 -anthropomorphism_N 4.0107648929727385e-6 -anthropophagy_N 4.0107648929727385e-6 -anthroposophy_N 4.0107648929727385e-6 -anthurium_N 4.0107648929727385e-6 -anti_N 4.0107648929727385e-6 -anti_hero_N 4.0107648929727385e-6 -anti_semite_N 4.0107648929727385e-6 -anti_semitism_N 4.0107648929727385e-6 -antiaircraft_N 4.0107648929727385e-6 -antialiasing_N 4.0107648929727385e-6 -antiarrhythmic_N 4.0107648929727385e-6 -antibacterial_N 4.0107648929727385e-6 -antibaryon_N 4.0107648929727385e-6 -antibiosis_N 4.0107648929727385e-6 -antibiotic_N 1.2032294678918217e-5 -antibody_N 5.6150708501618345e-5 -antic_N 8.021529785945477e-6 -anticatalyst_N 4.0107648929727385e-6 -anticholinergic_N 4.0107648929727385e-6 -anticholinesterase_N 4.0107648929727385e-6 -anticipation_N 1.2032294678918216e-4 -anticipator_N 4.0107648929727385e-6 -anticlimax_N 4.0107648929727385e-6 -anticoagulant_N 4.0107648929727385e-6 -anticoagulation_N 4.0107648929727385e-6 -anticonvulsant_N 4.0107648929727385e-6 -anticyclone_N 4.0107648929727385e-6 -antidepressant_N 4.0107648929727385e-6 -antidiabetic_N 4.0107648929727385e-6 -antidiarrheal_N 4.0107648929727385e-6 -antidiuretic_N 4.0107648929727385e-6 -antidote_N 8.021529785945477e-6 -antiemetic_N 4.0107648929727385e-6 -antiestablishmentarianism_N 4.0107648929727385e-6 -antifeminist_N 4.0107648929727385e-6 -antiferromagnetism_N 4.0107648929727385e-6 -antiflatulent_N 4.0107648929727385e-6 -antifreeze_N 8.021529785945477e-6 -antifungal_N 4.0107648929727385e-6 -antigen_N 4.0107648929727385e-6 -antigram_N 4.0107648929727385e-6 -antiguan_N 4.0107648929727385e-6 -antihero_N 4.0107648929727385e-6 -antihistamine_N 4.0107648929727385e-6 -antihypertensive_N 4.0107648929727385e-6 -antiknock_N 4.0107648929727385e-6 -antilepton_N 4.0107648929727385e-6 -antilogarithm_N 4.0107648929727385e-6 -antimacassar_N 4.0107648929727385e-6 -antimalarial_N 4.0107648929727385e-6 -antimatter_N 4.0107648929727385e-6 -antimeson_N 4.0107648929727385e-6 -antimetabolite_N 4.0107648929727385e-6 -antimony_N 4.0107648929727385e-6 -antimuon_N 4.0107648929727385e-6 -antimycin_N 4.0107648929727385e-6 -antineoplastic_N 4.0107648929727385e-6 -antineutrino_N 4.0107648929727385e-6 -antineutron_N 4.0107648929727385e-6 -antinode_N 4.0107648929727385e-6 -antinomasia_N 4.0107648929727385e-6 -antinomian_N 4.0107648929727385e-6 -antinomianism_N 4.0107648929727385e-6 -antinomy_N 4.0107648929727385e-6 -antioxidant_N 4.0107648929727385e-6 -antiparticle_N 4.0107648929727385e-6 -antipasto_N 4.0107648929727385e-6 -antipathy_N 4.0107648929727385e-6 -antiperspirant_N 4.0107648929727385e-6 -antiphon_N 4.0107648929727385e-6 -antiphonary_N 4.0107648929727385e-6 -antiphony_N 4.0107648929727385e-6 -antiphrasis_N 4.0107648929727385e-6 -antipodal_N 4.0107648929727385e-6 -antipode_N 4.0107648929727385e-6 -antipodes_N 4.0107648929727385e-6 -antipope_N 4.0107648929727385e-6 -antiproton_N 4.0107648929727385e-6 -antiprotozoal_N 4.0107648929727385e-6 -antipruritic_N 4.0107648929727385e-6 -antipyresis_N 4.0107648929727385e-6 -antipyretic_N 4.0107648929727385e-6 -antiquarian_N 4.0107648929727385e-6 -antiquark_N 4.0107648929727385e-6 -antiquary_N 4.0107648929727385e-6 -antique_N 8.021529785945477e-6 -antiquity_N 1.6043059571890954e-5 -antiredeposition_N 4.0107648929727385e-6 -antirrhinum_N 4.0107648929727385e-6 -antisepsis_N 4.0107648929727385e-6 -antiseptic_N 4.0107648929727385e-6 -antiserum_N 4.0107648929727385e-6 -antispasmodic_N 4.0107648929727385e-6 -antistrophe_N 4.0107648929727385e-6 -antisyphilitic_N 4.0107648929727385e-6 -antitauon_N 4.0107648929727385e-6 -antithesis_N 4.0107648929727385e-6 -antitoxin_N 4.0107648929727385e-6 -antitrade_N 4.0107648929727385e-6 -antitrades_N 4.0107648929727385e-6 -antitussive_N 4.0107648929727385e-6 -antitype_N 4.0107648929727385e-6 -antivenin_N 4.0107648929727385e-6 -antiviral_N 4.0107648929727385e-6 -antler_N 4.0107648929727385e-6 -antonym_N 4.0107648929727385e-6 -antonymy_N 4.0107648929727385e-6 -antrum_N 4.0107648929727385e-6 -anuresis_N 4.0107648929727385e-6 -anus_N 4.0107648929727385e-6 -anvil_N 4.0107648929727385e-6 -anxiety_N 9.625835743134574e-5 -anxiousness_N 4.0107648929727385e-6 -aorist_N 4.0107648929727385e-6 -aorta_N 4.0107648929727385e-6 -aortitis_N 4.0107648929727385e-6 -aoudad_N 4.0107648929727385e-6 -apache_N 4.0107648929727385e-6 -apadana_N 4.0107648929727385e-6 -apanage_N 4.0107648929727385e-6 -apar_N 4.0107648929727385e-6 -apartheid_N 8.021529785945478e-5 -apartment_N 1.564198308259368e-4 -apathy_N 8.021529785945477e-6 -apatite_N 4.0107648929727385e-6 -apatosaur_N 4.0107648929727385e-6 -ape_N 4.0107648929727385e-6 -apercu_N 4.0107648929727385e-6 -aperea_N 4.0107648929727385e-6 -aperient_N 4.0107648929727385e-6 -aperitif_N 4.0107648929727385e-6 -aperture_N 4.0107648929727385e-6 -apery_N 4.0107648929727385e-6 -apex_N 4.0107648929727385e-6 -aphaeresis_N 4.0107648929727385e-6 -aphagia_N 4.0107648929727385e-6 -aphakia_N 4.0107648929727385e-6 -aphakic_N 4.0107648929727385e-6 -aphanite_N 4.0107648929727385e-6 -aphasia_N 4.0107648929727385e-6 -aphasic_N 4.0107648929727385e-6 -aphelion_N 4.0107648929727385e-6 -apheresis_N 4.0107648929727385e-6 -aphesis_N 4.0107648929727385e-6 -aphid_N 4.0107648929727385e-6 -aphis_N 4.0107648929727385e-6 -aphonia_N 4.0107648929727385e-6 -aphorism_N 4.0107648929727385e-6 -aphorist_N 4.0107648929727385e-6 -aphrodisia_N 4.0107648929727385e-6 -aphrodisiac_N 4.0107648929727385e-6 -apiarist_N 4.0107648929727385e-6 -apiary_N 4.0107648929727385e-6 -apiculture_N 4.0107648929727385e-6 -apishamore_N 4.0107648929727385e-6 -aplasia_N 4.0107648929727385e-6 -aplite_N 4.0107648929727385e-6 -aplomb_N 8.021529785945477e-6 -apnea_N 4.0107648929727385e-6 -apoapsis_N 4.0107648929727385e-6 -apocalypse_N 4.0107648929727385e-6 -apocope_N 4.0107648929727385e-6 -apocrypha_N 4.0107648929727385e-6 -apodeme_N 4.0107648929727385e-6 -apoenzyme_N 4.0107648929727385e-6 -apogamy_N 4.0107648929727385e-6 -apogee_N 4.0107648929727385e-6 -apojove_N 4.0107648929727385e-6 -apolemia_N 4.0107648929727385e-6 -apologetics_N 4.0107648929727385e-6 -apologist_N 1.2032294678918217e-5 -apology_N 2.4064589357836434e-5 -apomict_N 4.0107648929727385e-6 -apomixis_N 4.0107648929727385e-6 -apomorphine_N 4.0107648929727385e-6 -aponeurosis_N 4.0107648929727385e-6 -apophasis_N 4.0107648929727385e-6 -apophatism_N 4.0107648929727385e-6 -apophthegm_N 4.0107648929727385e-6 -apophysis_N 4.0107648929727385e-6 -apoplexy_N 4.0107648929727385e-6 -apoptosis_N 4.0107648929727385e-6 -aposelene_N 4.0107648929727385e-6 -aposiopesis_N 4.0107648929727385e-6 -apostasy_N 4.0107648929727385e-6 -apostate_N 4.0107648929727385e-6 -apostle_N 4.0107648929727385e-6 -apostleship_N 4.0107648929727385e-6 -apostrophe_N 4.0107648929727385e-6 -apothecary_N 4.0107648929727385e-6 -apothecium_N 4.0107648929727385e-6 -apothegm_N 4.0107648929727385e-6 -apotheosis_N 4.0107648929727385e-6 -appalling_N 4.0107648929727385e-6 -appanage_N 4.0107648929727385e-6 -apparatchik_N 4.0107648929727385e-6 -apparatus_N 2.4064589357836434e-5 -apparel_N 1.1230141700323669e-4 -apparentness_N 4.0107648929727385e-6 -apparition_N 8.021529785945477e-6 -appeal_N 4.2113031376213756e-4 -appearance_N 9.625835743134574e-5 -appeasement_N 4.0107648929727385e-6 -appeaser_N 4.0107648929727385e-6 -appellant_N 4.0107648929727385e-6 -appellation_N 4.0107648929727385e-6 -appendage_N 8.021529785945477e-6 -appendectomy_N 4.0107648929727385e-6 -appendicitis_N 4.0107648929727385e-6 -appendicle_N 4.0107648929727385e-6 -appendicularia_N 4.0107648929727385e-6 -appendix_N 4.0107648929727385e-6 -apperception_N 4.0107648929727385e-6 -appetite_N 5.2139943608645604e-5 -appetizer_N 4.0107648929727385e-6 -appetizingness_N 4.0107648929727385e-6 -applause_N 3.208611914378191e-5 -apple_N 1.7246289039782778e-4 -applecart_N 4.0107648929727385e-6 -applejack_N 4.0107648929727385e-6 -applesauce_N 4.0107648929727385e-6 -applet_N 4.0107648929727385e-6 -applewood_N 4.0107648929727385e-6 -appliance_N 8.422606275242751e-5 -applicability_N 8.021529785945477e-6 -applicant_N 4.010764892972739e-5 -application_N 2.5668895315025526e-4 -applicator_N 4.0107648929727385e-6 -applique_N 4.0107648929727385e-6 -appointee_N 2.0053824464863696e-5 -appointment_N 1.5240906593296408e-4 -apportionment_N 4.0107648929727385e-6 -apposition_N 4.0107648929727385e-6 -appraisal_N 3.208611914378191e-5 -appraiser_N 4.0107648929727385e-6 -appreciation_N 1.3636600636107311e-4 -appreciator_N 4.0107648929727385e-6 -apprehender_N 4.0107648929727385e-6 -apprehension_N 1.2032294678918217e-5 -apprentice_N 4.0107648929727385e-6 -apprenticeship_N 4.0107648929727385e-6 -appro_N 4.0107648929727385e-6 -approach_N 3.288827212237646e-4 -approachability_N 4.0107648929727385e-6 -approbation_N 4.0107648929727385e-6 -appropriateness_N 4.0107648929727385e-6 -appropriation_N 2.4064589357836432e-4 -appropriator_N 4.0107648929727385e-6 -approval_N 7.540237998788749e-4 -approver_N 4.0107648929727385e-6 -approximation_N 4.0107648929727385e-6 -appurtenance_N 4.0107648929727385e-6 -apraxia_N 4.0107648929727385e-6 -apricot_N 4.0107648929727385e-6 -april_N 4.0107648929727385e-6 -apron_N 4.0107648929727385e-6 -apse_N 4.0107648929727385e-6 -aptitude_N 4.0107648929727385e-6 -aptness_N 4.0107648929727385e-6 -aquaculture_N 4.0107648929727385e-6 -aqualung_N 4.0107648929727385e-6 -aquamarine_N 8.021529785945477e-6 -aquanaut_N 4.0107648929727385e-6 -aquaphobia_N 4.0107648929727385e-6 -aquaplane_N 4.0107648929727385e-6 -aquarium_N 1.6043059571890954e-5 -aquatic_N 4.0107648929727385e-6 -aquatint_N 4.0107648929727385e-6 -aquavit_N 4.0107648929727385e-6 -aqueduct_N 4.0107648929727385e-6 -aquifer_N 4.0107648929727385e-6 -arab_N 8.021529785945477e-6 -arabesque_N 4.0107648929727385e-6 -arabianFem_N 4.0107648929727385e-6 -arabianMasc_N 4.0107648929727385e-6 -arabic_N 4.0107648929727385e-6 -arability_N 4.0107648929727385e-6 -arabist_N 4.0107648929727385e-6 -arachnid_N 4.0107648929727385e-6 -arachnoid_N 4.0107648929727385e-6 -arachnophobia_N 4.0107648929727385e-6 -aragonite_N 4.0107648929727385e-6 -aralia_N 4.0107648929727385e-6 -arame_N 4.0107648929727385e-6 -arariba_N 4.0107648929727385e-6 -araroba_N 4.0107648929727385e-6 -araucaria_N 4.0107648929727385e-6 -arbiter_N 4.0107648929727385e-6 -arbitrage_N 4.0107648929727385e-6 -arbitrageur_N 4.0107648929727385e-6 -arbitrament_N 4.0107648929727385e-6 -arbitration_N 3.208611914378191e-5 -arbitrator_N 3.609688403675465e-5 -arbor_N 4.0107648929727385e-6 -arboretum_N 4.0107648929727385e-6 -arboriculture_N 4.0107648929727385e-6 -arborolatry_N 4.0107648929727385e-6 -arborvitae_N 4.0107648929727385e-6 -arbour_N 4.0107648929727385e-6 -arbovirus_N 4.0107648929727385e-6 -arbutus_N 4.0107648929727385e-6 -arc_N 4.0107648929727385e-6 -arc_lamp_N 4.0107648929727385e-6 -arc_light_N 4.0107648929727385e-6 -arcade_N 8.021529785945477e-6 -arcadian_N 4.0107648929727385e-6 -arcella_N 4.0107648929727385e-6 -arch_N 8.021529785945477e-6 -archaebacteria_N 4.0107648929727385e-6 -archaeologist_N 4.0107648929727385e-6 -archaeology_N 4.0107648929727385e-6 -archaeopteryx_N 4.0107648929727385e-6 -archaeornis_N 4.0107648929727385e-6 -archaism_N 4.0107648929727385e-6 -archaist_N 4.0107648929727385e-6 -archangel_N 4.0107648929727385e-6 -archbishop_N 4.0107648929727385e-6 -archbishopric_N 4.0107648929727385e-6 -archdeacon_N 4.0107648929727385e-6 -archdeaconry_N 4.0107648929727385e-6 -archdiocese_N 4.0107648929727385e-6 -archduchess_N 4.0107648929727385e-6 -archduchy_N 4.0107648929727385e-6 -archduke_N 4.0107648929727385e-6 -archegonium_N 4.0107648929727385e-6 -archenteron_N 4.0107648929727385e-6 -archeologist_N 4.0107648929727385e-6 -archeology_N 4.0107648929727385e-6 -archer_N 4.0107648929727385e-6 -archerfish_N 4.0107648929727385e-6 -archery_N 4.0107648929727385e-6 -archespore_N 4.0107648929727385e-6 -archetype_N 4.0107648929727385e-6 -archiannelid_N 4.0107648929727385e-6 -archidiaconate_N 4.0107648929727385e-6 -archil_N 4.0107648929727385e-6 -archimandrite_N 4.0107648929727385e-6 -archine_N 4.0107648929727385e-6 -archipallium_N 4.0107648929727385e-6 -archipelago_N 4.0107648929727385e-6 -architectFem_N 4.0107648929727385e-6 -architectMasc_N 4.0107648929727385e-6 -architectonics_N 4.0107648929727385e-6 -architecture_N 6.417223828756382e-5 -architeuthis_N 4.0107648929727385e-6 -architrave_N 4.0107648929727385e-6 -archive_N 4.0107648929727385e-6 -archives_N 4.0107648929727385e-6 -archivist_N 4.0107648929727385e-6 -archosaur_N 4.0107648929727385e-6 -archpriest_N 4.0107648929727385e-6 -archway_N 4.0107648929727385e-6 -arctic_N 4.0107648929727385e-6 -arctiid_N 4.0107648929727385e-6 -arcus_N 4.0107648929727385e-6 -ardeb_N 4.0107648929727385e-6 -ardor_N 4.0107648929727385e-6 -ardour_N 4.0107648929727385e-6 -arduousness_N 4.0107648929727385e-6 -are_N 8.021529785945477e-6 -area_1_N 1.4920045401858588e-3 -area_2_N 1.2032294678918217e-5 -area_3_N 8.021529785945477e-6 -area_4_N 4.0107648929727385e-6 -area_5_N 4.0107648929727385e-6 -area_6_N 4.0107648929727385e-6 -areaway_N 4.0107648929727385e-6 -areca_N 4.0107648929727385e-6 -areflexia_N 4.0107648929727385e-6 -arena_N 4.4118413822700127e-5 -arenavirus_N 4.0107648929727385e-6 -areola_N 4.0107648929727385e-6 -arete_N 4.0107648929727385e-6 -arethusa_N 4.0107648929727385e-6 -argali_N 4.0107648929727385e-6 -argent_N 4.0107648929727385e-6 -argentine_N 4.0107648929727385e-6 -argentinian_N 4.0107648929727385e-6 -argentinosaur_N 4.0107648929727385e-6 -argentite_N 4.0107648929727385e-6 -argil_N 4.0107648929727385e-6 -argillite_N 4.0107648929727385e-6 -arginine_N 4.0107648929727385e-6 -argon_N 4.0107648929727385e-6 -argonaut_N 4.0107648929727385e-6 -argosy_N 4.0107648929727385e-6 -argot_N 4.0107648929727385e-6 -argument_N 2.6069971804322804e-4 -argumentation_N 4.0107648929727385e-6 -argus_N 4.0107648929727385e-6 -argyle_N 4.0107648929727385e-6 -argyll_N 4.0107648929727385e-6 -argyrodite_N 4.0107648929727385e-6 -aria_N 8.021529785945477e-6 -arianist_N 4.0107648929727385e-6 -aridity_N 4.0107648929727385e-6 -arietta_N 4.0107648929727385e-6 -aril_N 4.0107648929727385e-6 -arioso_N 4.0107648929727385e-6 -arista_N 4.0107648929727385e-6 -aristocracy_N 8.021529785945477e-6 -aristocrat_N 4.0107648929727385e-6 -arithmancy_N 4.0107648929727385e-6 -arithmetic_N 8.021529785945477e-6 -arithmetician_N 4.0107648929727385e-6 -arity_N 4.0107648929727385e-6 -ark_N 4.0107648929727385e-6 -arm_N 2.5267818825728253e-4 -arm_hole_N 4.0107648929727385e-6 -armada_N 4.0107648929727385e-6 -armadillo_N 1.2032294678918217e-5 -armament_N 4.0107648929727385e-6 -armamentarium_N 4.0107648929727385e-6 -armature_N 4.0107648929727385e-6 -armband_N 4.0107648929727385e-6 -armchair_N 4.0107648929727385e-6 -armenian_N 4.0107648929727385e-6 -armet_N 4.0107648929727385e-6 -armful_N 4.0107648929727385e-6 -armhole_N 4.0107648929727385e-6 -armiger_N 4.0107648929727385e-6 -armilla_N 4.0107648929727385e-6 -arming_N 4.0107648929727385e-6 -armistice_N 4.0107648929727385e-6 -armlet_N 4.0107648929727385e-6 -armoire_N 4.0107648929727385e-6 -armor_N 4.0107648929727385e-6 -armorer_N 4.0107648929727385e-6 -armory_N 4.0107648929727385e-6 -armour_N 4.0107648929727385e-6 -armour_plate_N 4.0107648929727385e-6 -armourer_N 4.0107648929727385e-6 -armoury_N 4.0107648929727385e-6 -armpit_N 8.021529785945477e-6 -armrest_N 4.0107648929727385e-6 -arms_race_N 4.0107648929727385e-6 -arms_runner_N 4.0107648929727385e-6 -army_N 1.0427988721729121e-4 -armyworm_N 4.0107648929727385e-6 -arnica_N 4.0107648929727385e-6 -aroma_N 1.6043059571890954e-5 -aromatherapy_N 4.0107648929727385e-6 -arousal_N 4.0107648929727385e-6 -arpeggio_N 8.021529785945477e-6 -arpent_N 4.0107648929727385e-6 -arquebus_N 4.0107648929727385e-6 -arrack_N 4.0107648929727385e-6 -arraignment_N 8.021529785945477e-6 -arrangement_N 2.366351286853916e-4 -arranger_N 4.0107648929727385e-6 -arras_N 4.0107648929727385e-6 -array_N 8.422606275242751e-5 -arrears_N 4.0107648929727385e-6 -arrest_N 8.021529785945478e-5 -arrester_N 4.0107648929727385e-6 -arriere_pensee_N 4.0107648929727385e-6 -arrival_N 3.609688403675465e-5 -arroba_N 4.0107648929727385e-6 -arrogance_N 8.021529785945477e-6 -arrogator_N 4.0107648929727385e-6 -arrow_N 1.2032294678918217e-5 -arrowhead_N 4.0107648929727385e-6 -arrowroot_N 4.0107648929727385e-6 -arrowsmith_N 4.0107648929727385e-6 -arrowworm_N 4.0107648929727385e-6 -arroyo_N 4.0107648929727385e-6 -arse_N 4.0107648929727385e-6 -arsehole_N 4.0107648929727385e-6 -arsenal_N 3.609688403675465e-5 -arsenate_N 4.0107648929727385e-6 -arsenic_N 8.021529785945477e-6 -arsenical_N 4.0107648929727385e-6 -arsenide_N 8.021529785945477e-6 -arsenopyrite_N 4.0107648929727385e-6 -arsine_N 4.0107648929727385e-6 -arson_N 1.2032294678918217e-5 -arsonist_N 4.0107648929727385e-6 -art_N 4.4118413822700127e-5 -artefact_N 4.0107648929727385e-6 -artemisia_N 4.0107648929727385e-6 -arteriectasis_N 4.0107648929727385e-6 -arteriogram_N 4.0107648929727385e-6 -arteriography_N 4.0107648929727385e-6 -arteriole_N 4.0107648929727385e-6 -arteriolosclerosis_N 4.0107648929727385e-6 -arteriosclerosis_N 4.0107648929727385e-6 -arteritis_N 4.0107648929727385e-6 -artery_N 6.417223828756382e-5 -artfulness_N 4.0107648929727385e-6 -arthralgia_N 4.0107648929727385e-6 -arthritic_N 4.0107648929727385e-6 -arthritis_N 1.2032294678918217e-5 -arthrocentesis_N 4.0107648929727385e-6 -arthrodesis_N 4.0107648929727385e-6 -arthrogram_N 4.0107648929727385e-6 -arthrography_N 4.0107648929727385e-6 -arthromere_N 4.0107648929727385e-6 -arthropathy_N 4.0107648929727385e-6 -arthroplasty_N 4.0107648929727385e-6 -arthropod_N 4.0107648929727385e-6 -arthroscope_N 4.0107648929727385e-6 -arthroscopy_N 4.0107648929727385e-6 -arthrospore_N 4.0107648929727385e-6 -artichoke_N 4.0107648929727385e-6 -article_N 5.334317307653742e-4 -articulation_N 4.0107648929727385e-6 -articulator_N 4.0107648929727385e-6 -artifact_N 1.6043059571890954e-5 -artifice_N 4.0107648929727385e-6 -artificer_N 4.0107648929727385e-6 -artificiality_N 4.0107648929727385e-6 -artillery_N 1.6043059571890954e-5 -artilleryman_N 4.0107648929727385e-6 -artisan_N 4.0107648929727385e-6 -artist_N 1.3636600636107311e-4 -artiste_N 4.0107648929727385e-6 -artistry_N 8.021529785945477e-6 -artlessness_N 4.0107648929727385e-6 -artwork_N 4.0107648929727385e-6 -arum_N 4.0107648929727385e-6 -aryanFem_N 4.0107648929727385e-6 -aryanMasc_N 4.0107648929727385e-6 -arytenoid_N 4.0107648929727385e-6 -asafetida_N 4.0107648929727385e-6 -asana_N 4.0107648929727385e-6 -asarabacca_N 4.0107648929727385e-6 -asbestos_N 1.4037677125404587e-4 -asbestosis_N 8.021529785945477e-6 -ascariasis_N 4.0107648929727385e-6 -ascendancy_N 4.0107648929727385e-6 -ascendant_N 4.0107648929727385e-6 -ascendency_N 8.021529785945477e-6 -ascendent_N 4.0107648929727385e-6 -ascender_N 4.0107648929727385e-6 -ascension_N 4.0107648929727385e-6 -ascent_N 8.021529785945477e-6 -ascetic_N 4.0107648929727385e-6 -asceticism_N 4.0107648929727385e-6 -ascidian_N 4.0107648929727385e-6 -ascites_N 4.0107648929727385e-6 -asclepiad_N 4.0107648929727385e-6 -ascocarp_N 4.0107648929727385e-6 -ascolichen_N 4.0107648929727385e-6 -ascoma_N 4.0107648929727385e-6 -ascomycete_N 4.0107648929727385e-6 -ascospore_N 4.0107648929727385e-6 -ascot_N 4.0107648929727385e-6 -ascription_N 4.0107648929727385e-6 -ascus_N 4.0107648929727385e-6 -asdic_N 4.0107648929727385e-6 -asepsis_N 4.0107648929727385e-6 -asexuality_N 4.0107648929727385e-6 -ash_N 8.021529785945477e-6 -ash_bin_N 4.0107648929727385e-6 -ash_can_N 4.0107648929727385e-6 -ash_key_N 4.0107648929727385e-6 -ash_pan_N 4.0107648929727385e-6 -ashcake_N 4.0107648929727385e-6 -ashcan_N 4.0107648929727385e-6 -ashlar_N 4.0107648929727385e-6 -ashram_N 4.0107648929727385e-6 -ashtray_N 8.021529785945477e-6 -asian_N 8.021529785945477e-6 -asiatic_N 4.0107648929727385e-6 -aside_N 4.0107648929727385e-6 -asininity_N 4.0107648929727385e-6 -asking_N 1.6043059571890954e-5 -asp_N 4.0107648929727385e-6 -asparaginase_N 4.0107648929727385e-6 -asparagine_N 4.0107648929727385e-6 -asparagus_N 4.0107648929727385e-6 -aspartame_N 4.0107648929727385e-6 -aspect_N 1.6845212550485502e-4 -aspen_N 8.021529785945477e-6 -asper_N 4.0107648929727385e-6 -aspergill_N 4.0107648929727385e-6 -aspergillosis_N 4.0107648929727385e-6 -asperity_N 4.0107648929727385e-6 -aspersion_N 1.2032294678918217e-5 -aspersorium_N 4.0107648929727385e-6 -asphalt_N 1.6043059571890954e-5 -asphodel_N 4.0107648929727385e-6 -asphyxia_N 4.0107648929727385e-6 -asphyxiation_N 4.0107648929727385e-6 -aspic_N 4.0107648929727385e-6 -aspidistra_N 4.0107648929727385e-6 -aspirant_N 4.0107648929727385e-6 -aspirate_N 4.0107648929727385e-6 -aspiration_N 2.8075354250809173e-5 -aspirator_N 4.0107648929727385e-6 -aspirin_N 8.021529785945477e-6 -ass_N 8.021529785945477e-6 -assagai_N 4.0107648929727385e-6 -assailability_N 4.0107648929727385e-6 -assailant_N 8.021529785945477e-6 -assassin_N 8.021529785945477e-6 -assassination_N 9.625835743134574e-5 -assault_N 5.6150708501618345e-5 -assay_N 4.0107648929727385e-6 -assayer_N 4.0107648929727385e-6 -assegai_N 4.0107648929727385e-6 -assemblage_N 8.021529785945477e-6 -assembler_N 4.0107648929727385e-6 -assembly_N 1.764736552908005e-4 -assemblyman_N 4.0107648929727385e-6 -assemblywoman_N 4.0107648929727385e-6 -assent_N 1.2032294678918217e-5 -assenter_N 4.0107648929727385e-6 -asserter_N 4.0107648929727385e-6 -assertion_N 4.010764892972739e-5 -assertiveness_N 4.0107648929727385e-6 -assessee_N 4.0107648929727385e-6 -assessment_N 1.0427988721729121e-4 -assessor_N 4.0107648929727385e-6 -asset_N 1.8770379699112418e-3 -assets_N 4.0107648929727385e-6 -asseveration_N 4.0107648929727385e-6 -asshole_N 4.0107648929727385e-6 -assibilation_N 4.0107648929727385e-6 -assiduity_N 4.0107648929727385e-6 -assignation_N 4.0107648929727385e-6 -assignee_N 4.0107648929727385e-6 -assignment_N 2.4064589357836434e-5 -assignor_N 4.0107648929727385e-6 -assimilation_N 4.0107648929727385e-6 -assist_N 4.0107648929727385e-6 -assistance_N 2.286135988994461e-4 -assistant_N 1.323552414681004e-4 -assize_N 4.0107648929727385e-6 -assizes_N 4.0107648929727385e-6 -assoc_N 4.0107648929727385e-6 -associability_N 4.0107648929727385e-6 -associate_N 1.764736552908005e-4 -associateship_N 4.0107648929727385e-6 -association_N 3.0481813186592816e-4 -associationism_N 4.0107648929727385e-6 -assonance_N 4.0107648929727385e-6 -assortment_N 2.4064589357836434e-5 -asst_N 4.0107648929727385e-6 -assumption_N 1.764736552908005e-4 -assurance_N 9.2247592538373e-5 -assuredness_N 4.0107648929727385e-6 -astasia_N 4.0107648929727385e-6 -astatine_N 4.0107648929727385e-6 -aster_N 4.0107648929727385e-6 -astereognosis_N 4.0107648929727385e-6 -asterion_N 4.0107648929727385e-6 -asterisk_N 4.0107648929727385e-6 -asterism_N 4.0107648929727385e-6 -asteroid_N 8.021529785945477e-6 -asthenia_N 4.0107648929727385e-6 -asthenosphere_N 4.0107648929727385e-6 -asthma_N 1.6043059571890954e-5 -asthmatic_N 4.0107648929727385e-6 -astigmatism_N 4.0107648929727385e-6 -astilbe_N 4.0107648929727385e-6 -astonishment_N 1.2032294678918217e-5 -astrakhan_N 4.0107648929727385e-6 -astrantia_N 4.0107648929727385e-6 -astraphobia_N 4.0107648929727385e-6 -astringency_N 8.021529785945477e-6 -astringent_N 4.0107648929727385e-6 -astrocyte_N 4.0107648929727385e-6 -astrodome_N 4.0107648929727385e-6 -astrodynamics_N 4.0107648929727385e-6 -astrogator_N 4.0107648929727385e-6 -astroglia_N 4.0107648929727385e-6 -astrolabe_N 4.0107648929727385e-6 -astrolatry_N 4.0107648929727385e-6 -astrologer_N 4.0107648929727385e-6 -astrology_N 4.0107648929727385e-6 -astrometry_N 4.0107648929727385e-6 -astronaut_N 2.8075354250809173e-5 -astronautics_N 4.0107648929727385e-6 -astronomer_N 1.2032294678918217e-5 -astronomy_N 4.0107648929727385e-6 -astrophysicist_N 4.0107648929727385e-6 -astrophysics_N 4.0107648929727385e-6 -astuteness_N 4.0107648929727385e-6 -asylum_N 1.2032294678918217e-5 -asymmetry_N 4.0107648929727385e-6 -asymptote_N 4.0107648929727385e-6 -asynchronism_N 4.0107648929727385e-6 -asynclitism_N 4.0107648929727385e-6 -asyndeton_N 4.0107648929727385e-6 -asynergy_N 4.0107648929727385e-6 -asystole_N 4.0107648929727385e-6 -at_N 4.0107648929727385e-6 -at_home_N 4.0107648929727385e-6 -atabrine_N 4.0107648929727385e-6 -ataraxia_N 4.0107648929727385e-6 -atavism_N 4.0107648929727385e-6 -atavist_N 4.0107648929727385e-6 -ataxia_N 4.0107648929727385e-6 -atelectasis_N 4.0107648929727385e-6 -ateleiosis_N 4.0107648929727385e-6 -atelier_N 4.0107648929727385e-6 -atenolol_N 4.0107648929727385e-6 -athanor_N 4.0107648929727385e-6 -atheism_N 4.0107648929727385e-6 -atheist_N 4.0107648929727385e-6 -athenaeum_N 4.0107648929727385e-6 -athenianFem_N 4.0107648929727385e-6 -athenianMasc_N 4.0107648929727385e-6 -atherogenesis_N 4.0107648929727385e-6 -atheroma_N 4.0107648929727385e-6 -atherosclerosis_N 4.0107648929727385e-6 -athetosis_N 4.0107648929727385e-6 -athlete_N 6.818300318053656e-5 -athleticism_N 4.0107648929727385e-6 -athletics_N 3.208611914378191e-5 -atlas_N 8.021529785945477e-6 -atmometer_N 4.0107648929727385e-6 -atmosphere_N 8.021529785945478e-5 -atmospherics_N 4.0107648929727385e-6 -atole_N 4.0107648929727385e-6 -atoll_N 8.021529785945477e-6 -atom_N 2.8075354250809173e-5 -atomism_N 4.0107648929727385e-6 -atomization_N 4.0107648929727385e-6 -atomizer_N 4.0107648929727385e-6 -atonality_N 4.0107648929727385e-6 -atonement_N 4.0107648929727385e-6 -atonicity_N 4.0107648929727385e-6 -atopognosia_N 4.0107648929727385e-6 -atorvastatin_N 4.0107648929727385e-6 -atrazine_N 4.0107648929727385e-6 -atresia_N 4.0107648929727385e-6 -atrium_N 4.0107648929727385e-6 -atrocity_N 8.021529785945477e-6 -atrophy_N 4.0107648929727385e-6 -atropine_N 4.0107648929727385e-6 -attache_N 4.0107648929727385e-6 -attachment_N 8.021529785945477e-6 -attack_N 2.2460283400647338e-4 -attacker_N 1.2032294678918217e-5 -attainder_N 4.0107648929727385e-6 -attainment_N 4.0107648929727385e-6 -attar_N 4.0107648929727385e-6 -attempt_N 4.973348467286196e-4 -attendance_N 4.4118413822700127e-5 -attendant_N 8.021529785945478e-5 -attention_N 3.3690425100971005e-4 -attentiveness_N 4.0107648929727385e-6 -attenuation_N 4.0107648929727385e-6 -attenuator_N 4.0107648929727385e-6 -attestation_N 4.0107648929727385e-6 -attester_N 4.0107648929727385e-6 -attic_N 1.2032294678918217e-5 -attire_N 4.0107648929727385e-6 -attitude_N 1.9251671486269147e-4 -attorney_N 7.780883892367114e-4 -attorneyship_N 4.0107648929727385e-6 -attosecond_N 4.0107648929727385e-6 -attraction_N 4.812917871567287e-5 -attractiveness_N 4.0107648929727385e-6 -attractor_N 4.0107648929727385e-6 -attribute_N 2.4064589357836434e-5 -attribution_N 4.0107648929727385e-6 -attrition_N 1.6043059571890954e-5 -atypicality_N 4.0107648929727385e-6 -au_pair_N 4.0107648929727385e-6 -aubergine_N 4.0107648929727385e-6 -aubrietia_N 4.0107648929727385e-6 -auction_N 5.534855552302379e-4 -auctioneer_N 1.2032294678918217e-5 -audacity_N 8.021529785945477e-6 -audibility_N 4.0107648929727385e-6 -audible_N 4.0107648929727385e-6 -audience_N 2.927858371870099e-4 -audile_N 4.0107648929727385e-6 -audio_N 4.0107648929727385e-6 -audiocassette_N 4.0107648929727385e-6 -audiogram_N 4.0107648929727385e-6 -audiology_N 4.0107648929727385e-6 -audiometer_N 4.0107648929727385e-6 -audiometry_N 4.0107648929727385e-6 -audiotape_N 4.0107648929727385e-6 -audiovisual_N 4.0107648929727385e-6 -audit_N 1.0829065211026395e-4 -audition_N 8.021529785945477e-6 -auditor_N 6.016147339459108e-5 -auditorium_N 4.0107648929727385e-6 -augend_N 4.0107648929727385e-6 -auger_N 4.0107648929727385e-6 -aught_N 4.0107648929727385e-6 -augite_N 4.0107648929727385e-6 -augmentation_N 4.0107648929727385e-6 -augur_N 4.0107648929727385e-6 -augury_N 4.0107648929727385e-6 -august_N 4.0107648929727385e-6 -auk_N 4.0107648929727385e-6 -auklet_N 4.0107648929727385e-6 -auld_lang_syne_N 4.0107648929727385e-6 -aunt_N 1.2032294678918217e-5 -auntie_N 4.0107648929727385e-6 -aunty_N 4.0107648929727385e-6 -aura_N 8.021529785945477e-6 -aureole_N 4.0107648929727385e-6 -auricle_N 4.0107648929727385e-6 -auricula_N 4.0107648929727385e-6 -auriculare_N 4.0107648929727385e-6 -aurochs_N 4.0107648929727385e-6 -aurora_N 4.0107648929727385e-6 -auscultation_N 4.0107648929727385e-6 -auspice_N 4.0107648929727385e-6 -auspices_N 4.0107648929727385e-6 -auspiciousness_N 4.0107648929727385e-6 -aussie_N 4.0107648929727385e-6 -austenite_N 4.0107648929727385e-6 -austereness_N 4.0107648929727385e-6 -austerity_N 3.609688403675465e-5 -austral_N 4.0107648929727385e-6 -australianFem_N 4.0107648929727385e-6 -australianMasc_N 4.0107648929727385e-6 -australopithecine_N 4.0107648929727385e-6 -austrianFem_N 4.0107648929727385e-6 -austrianMasc_N 4.0107648929727385e-6 -autacoid_N 4.0107648929727385e-6 -autarchy_N 4.0107648929727385e-6 -autarky_N 4.0107648929727385e-6 -auteur_N 4.0107648929727385e-6 -authentication_N 4.0107648929727385e-6 -authenticity_N 1.6043059571890954e-5 -author_N 2.3262436379241887e-4 -authoress_N 4.0107648929727385e-6 -authoritarian_N 4.0107648929727385e-6 -authoritarianism_N 4.0107648929727385e-6 -authority_N 4.772810222637559e-4 -authorization_N 6.016147339459108e-5 -authorizer_N 4.0107648929727385e-6 -authorship_N 8.021529785945477e-6 -autism_N 4.0107648929727385e-6 -auto_N 8.542929222031934e-4 -auto_changer_N 4.0107648929727385e-6 -auto_da_fe_N 4.0107648929727385e-6 -autoantibody_N 4.0107648929727385e-6 -autobahn_N 4.0107648929727385e-6 -autobiographer_N 4.0107648929727385e-6 -autobiography_N 1.2032294678918217e-5 -autocatalysis_N 4.0107648929727385e-6 -autochthon_N 4.0107648929727385e-6 -autoclave_N 4.0107648929727385e-6 -autocracy_N 4.0107648929727385e-6 -autocrat_N 8.021529785945477e-6 -autodidact_N 4.0107648929727385e-6 -autoeroticism_N 4.0107648929727385e-6 -autofluorescence_N 4.0107648929727385e-6 -autofocus_N 4.0107648929727385e-6 -autogamy_N 4.0107648929727385e-6 -autogiro_N 4.0107648929727385e-6 -autograft_N 4.0107648929727385e-6 -autograph_N 2.0053824464863696e-5 -autogyro_N 4.0107648929727385e-6 -autoimmunity_N 4.0107648929727385e-6 -autoinjector_N 4.0107648929727385e-6 -autoloader_N 4.0107648929727385e-6 -autolysis_N 4.0107648929727385e-6 -automat_N 4.0107648929727385e-6 -automatic_N 4.0107648929727385e-6 -automation_N 2.0053824464863696e-5 -automatism_N 4.0107648929727385e-6 -automaton_N 4.0107648929727385e-6 -automobile_N 1.4037677125404587e-4 -automysophobia_N 4.0107648929727385e-6 -autonomy_N 2.0053824464863696e-5 -autophyte_N 4.0107648929727385e-6 -autopilot_N 4.0107648929727385e-6 -autoplasty_N 4.0107648929727385e-6 -autopsy_N 4.0107648929727385e-6 -autoradiograph_N 4.0107648929727385e-6 -autoradiography_N 4.0107648929727385e-6 -autoregulation_N 4.0107648929727385e-6 -autosexing_N 4.0107648929727385e-6 -autosome_N 4.0107648929727385e-6 -autostrada_N 4.0107648929727385e-6 -autosuggestion_N 4.0107648929727385e-6 -autotelism_N 4.0107648929727385e-6 -autotomy_N 4.0107648929727385e-6 -autotype_N 4.0107648929727385e-6 -autumn_N 6.417223828756382e-5 -auxesis_N 4.0107648929727385e-6 -auxiliary_N 4.0107648929727385e-6 -auxin_N 4.0107648929727385e-6 -avadavat_N 4.0107648929727385e-6 -avail_N 1.2032294678918217e-5 -availability_N 5.6150708501618345e-5 -avalanche_N 1.2032294678918217e-5 -avant_garde_N 4.0107648929727385e-6 -avaram_N 4.0107648929727385e-6 -avarice_N 4.0107648929727385e-6 -avatar_N 4.0107648929727385e-6 -avenger_N 4.0107648929727385e-6 -avens_N 4.0107648929727385e-6 -avenue_N 2.0053824464863696e-5 -average_N 8.863790413469753e-4 -averageness_N 4.0107648929727385e-6 -aversion_N 4.0107648929727385e-6 -averting_N 4.0107648929727385e-6 -aviary_N 4.0107648929727385e-6 -aviation_N 5.2139943608645604e-5 -aviatorFem_N 4.0107648929727385e-6 -aviatorMasc_N 4.0107648929727385e-6 -aviatrix_N 4.0107648929727385e-6 -avidity_N 4.0107648929727385e-6 -avifauna_N 4.0107648929727385e-6 -avionics_N 4.0107648929727385e-6 -avitaminosis_N 4.0107648929727385e-6 -avo_N 4.0107648929727385e-6 -avocado_N 4.0107648929727385e-6 -avocation_N 4.0107648929727385e-6 -avocet_N 4.0107648929727385e-6 -avoidance_N 1.6043059571890954e-5 -avoirdupois_N 4.0107648929727385e-6 -avowal_N 4.0107648929727385e-6 -avower_N 4.0107648929727385e-6 -avulsion_N 4.0107648929727385e-6 -awakening_N 4.0107648929727385e-6 -award_N 1.564198308259368e-4 -awareness_N 3.609688403675465e-5 -awayness_N 4.0107648929727385e-6 -awe_N 4.0107648929727385e-6 -awfulness_N 4.0107648929727385e-6 -awkwardness_N 4.0107648929727385e-6 -awl_N 4.0107648929727385e-6 -awlwort_N 4.0107648929727385e-6 -awn_N 4.0107648929727385e-6 -awning_N 4.0107648929727385e-6 -ax_N 1.2032294678918217e-5 -axe_N 4.0107648929727385e-6 -axil_N 4.0107648929727385e-6 -axiology_N 4.0107648929727385e-6 -axiom_N 1.6043059571890954e-5 -axis_N 4.0107648929727385e-6 -axle_N 8.021529785945477e-6 -axletree_N 4.0107648929727385e-6 -axolemma_N 4.0107648929727385e-6 -axolotl_N 4.0107648929727385e-6 -axon_N 4.0107648929727385e-6 -axseed_N 4.0107648929727385e-6 -ayah_N 4.0107648929727385e-6 -ayapana_N 4.0107648929727385e-6 -ayatollah_N 4.0107648929727385e-6 -ayin_N 4.0107648929727385e-6 -azadirachtin_N 4.0107648929727385e-6 -azalea_N 4.0107648929727385e-6 -azathioprine_N 4.0107648929727385e-6 -azide_N 4.0107648929727385e-6 -azimuth_N 4.0107648929727385e-6 -azithromycin_N 4.0107648929727385e-6 -azote_N 4.0107648929727385e-6 -azoturia_N 4.0107648929727385e-6 -aztreonam_N 4.0107648929727385e-6 -azure_N 4.0107648929727385e-6 -azurite_N 4.0107648929727385e-6 -azymia_N 4.0107648929727385e-6 -b_ed_N 2.8075354250809173e-5 -ba_N 4.0107648929727385e-6 -baa_N 4.0107648929727385e-6 -baa_lamb_N 4.0107648929727385e-6 -baas_N 4.0107648929727385e-6 -baba_N 4.0107648929727385e-6 -babassu_N 4.0107648929727385e-6 -babbitting_N 4.0107648929727385e-6 -babble_N 4.0107648929727385e-6 -babbler_N 4.0107648929727385e-6 -babe_N 4.0107648929727385e-6 -babel_N 8.021529785945477e-6 -babirusa_N 4.0107648929727385e-6 -babka_N 4.0107648929727385e-6 -baboo_N 4.0107648929727385e-6 -baboon_N 4.0107648929727385e-6 -babu_N 4.0107648929727385e-6 -babushka_N 4.0107648929727385e-6 -baby_N 1.0427988721729121e-4 -baby_farmer_N 4.0107648929727385e-6 -baby_minder_N 4.0107648929727385e-6 -baby_talk_N 4.0107648929727385e-6 -babyhood_N 4.0107648929727385e-6 -babyminder_N 4.0107648929727385e-6 -babysitter_N 4.0107648929727385e-6 -babysitting_N 4.0107648929727385e-6 -baccalaureate_N 1.2032294678918217e-5 -baccarat_N 4.0107648929727385e-6 -bacchanal_N 4.0107648929727385e-6 -bacchant_N 4.0107648929727385e-6 -bacchante_N 4.0107648929727385e-6 -baccy_N 4.0107648929727385e-6 -bachelor_N 1.2032294678918217e-5 -bachelorhood_N 4.0107648929727385e-6 -bacillus_N 1.2032294678918217e-5 -bacitracin_N 4.0107648929727385e-6 -back_N 2.9679660207998265e-4 -back_down_N 4.0107648929727385e-6 -back_formation_N 4.0107648929727385e-6 -back_up_N 4.0107648929727385e-6 -backache_N 4.0107648929727385e-6 -backband_N 4.0107648929727385e-6 -backbeat_N 4.0107648929727385e-6 -backbench_N 4.0107648929727385e-6 -backbencher_N 4.0107648929727385e-6 -backbend_N 4.0107648929727385e-6 -backbiter_N 4.0107648929727385e-6 -backblast_N 4.0107648929727385e-6 -backboard_N 4.0107648929727385e-6 -backbone_N 1.6043059571890954e-5 -backchat_N 4.0107648929727385e-6 -backcloth_N 4.0107648929727385e-6 -backdoor_N 4.0107648929727385e-6 -backdrop_N 4.010764892972739e-5 -backerFem_N 4.0107648929727385e-6 -backerMasc_N 4.0107648929727385e-6 -backfield_N 4.0107648929727385e-6 -backfire_N 4.0107648929727385e-6 -backflow_N 4.0107648929727385e-6 -backgammon_N 4.0107648929727385e-6 -background_N 9.2247592538373e-5 -backgrounder_N 4.0107648929727385e-6 -backhand_N 4.0107648929727385e-6 -backhander_N 4.0107648929727385e-6 -backhoe_N 4.0107648929727385e-6 -backing_N 7.21937680735093e-5 -backlash_N 2.8075354250809173e-5 -backlighting_N 4.0107648929727385e-6 -backlog_N 1.0829065211026395e-4 -backpack_N 4.0107648929727385e-6 -backpacker_N 4.0107648929727385e-6 -backplate_N 4.0107648929727385e-6 -backroom_N 4.0107648929727385e-6 -backsaw_N 4.0107648929727385e-6 -backscratcher_N 4.0107648929727385e-6 -backseat_N 8.021529785945477e-6 -backsheesh_N 4.0107648929727385e-6 -backside_N 8.021529785945477e-6 -backslapper_N 4.0107648929727385e-6 -backsliding_N 4.0107648929727385e-6 -backspin_N 4.0107648929727385e-6 -backstairs_N 4.0107648929727385e-6 -backstay_N 4.0107648929727385e-6 -backstitch_N 4.0107648929727385e-6 -backstop_N 4.0107648929727385e-6 -backstroke_N 4.0107648929727385e-6 -backstroker_N 4.0107648929727385e-6 -backswimmer_N 4.0107648929727385e-6 -backsword_N 4.0107648929727385e-6 -backtalk_N 4.0107648929727385e-6 -backup_N 4.0107648929727385e-6 -backwash_N 4.0107648929727385e-6 -backwater_N 8.021529785945477e-6 -backwoods_N 4.0107648929727385e-6 -backwoodsman_N 4.0107648929727385e-6 -backyard_N 4.0107648929727385e-6 -bacon_N 1.2032294678918217e-5 -bacteremia_N 4.0107648929727385e-6 -bacteria_N 4.0107648929727385e-6 -bactericide_N 4.0107648929727385e-6 -bacteriochlorophyll_N 4.0107648929727385e-6 -bacteriologist_N 4.0107648929727385e-6 -bacteriology_N 4.0107648929727385e-6 -bacteriolysis_N 4.0107648929727385e-6 -bacteriophage_N 4.0107648929727385e-6 -bacteriostasis_N 4.0107648929727385e-6 -bacteriostat_N 4.0107648929727385e-6 -bacterium_N 7.620453296648204e-5 -bacteroid_N 4.0107648929727385e-6 -bad_N 8.021529785945477e-6 -baddeleyite_N 4.0107648929727385e-6 -badge_N 1.2032294678918217e-5 -badger_N 4.0107648929727385e-6 -badgering_N 4.0107648929727385e-6 -badinage_N 4.0107648929727385e-6 -badlands_N 4.0107648929727385e-6 -badminton_N 4.0107648929727385e-6 -badness_N 4.0107648929727385e-6 -baedeker_N 4.0107648929727385e-6 -baffle_N 4.0107648929727385e-6 -baffled_N 4.0107648929727385e-6 -bag_N 1.0427988721729121e-4 -bagasse_N 4.0107648929727385e-6 -bagassosis_N 4.0107648929727385e-6 -bagatelle_N 4.0107648929727385e-6 -bagel_N 4.0107648929727385e-6 -baggage_N 1.2032294678918217e-5 -baggageman_N 4.0107648929727385e-6 -bagger_N 4.0107648929727385e-6 -bagman_N 4.0107648929727385e-6 -bagnio_N 4.0107648929727385e-6 -bagpipe_N 8.021529785945477e-6 -baguet_N 4.0107648929727385e-6 -bahamian_N 4.0107648929727385e-6 -bahasa_N 4.0107648929727385e-6 -bahraini_N 4.0107648929727385e-6 -baht_N 4.0107648929727385e-6 -bail_N 8.021529785945477e-6 -bailee_N 4.0107648929727385e-6 -bailey_N 4.0107648929727385e-6 -bailiff_N 1.2032294678918217e-5 -bailiffship_N 4.0107648929727385e-6 -bailiwick_N 4.0107648929727385e-6 -bailment_N 4.0107648929727385e-6 -bailor_N 4.0107648929727385e-6 -bairn_N 4.0107648929727385e-6 -bait_N 8.021529785945477e-6 -baiting_N 4.0107648929727385e-6 -baiza_N 4.0107648929727385e-6 -baize_N 4.0107648929727385e-6 -bakelite_N 4.0107648929727385e-6 -baker_N 1.2032294678918217e-5 -bakery_N 2.8075354250809173e-5 -baking_N 4.0107648929727385e-6 -baking_powder_N 4.0107648929727385e-6 -baklava_N 4.0107648929727385e-6 -baksheesh_N 8.021529785945477e-6 -balaclava_N 4.0107648929727385e-6 -balagan_N 4.0107648929727385e-6 -balalaika_N 4.0107648929727385e-6 -balance_N 2.7674277761511896e-4 -balance_sheet_N 4.0107648929727385e-6 -balance_wheel_N 4.0107648929727385e-6 -balancer_N 4.0107648929727385e-6 -balanitis_N 4.0107648929727385e-6 -balanoposthitis_N 4.0107648929727385e-6 -balas_N 4.0107648929727385e-6 -balata_N 4.0107648929727385e-6 -balboa_N 4.0107648929727385e-6 -balbriggan_N 4.0107648929727385e-6 -balcony_N 1.2032294678918217e-5 -bald_head_N 4.0107648929727385e-6 -bald_pate_N 4.0107648929727385e-6 -baldachin_N 4.0107648929727385e-6 -balderdash_N 4.0107648929727385e-6 -baldhead_N 4.0107648929727385e-6 -baldness_N 4.0107648929727385e-6 -baldric_N 4.0107648929727385e-6 -bale_N 1.2032294678918217e-5 -balk_N 4.0107648929727385e-6 -balker_N 4.0107648929727385e-6 -balkiness_N 4.0107648929727385e-6 -balkline_N 4.0107648929727385e-6 -ball_N 8.422606275242751e-5 -ball_cartridge_N 4.0107648929727385e-6 -ball_dress_N 4.0107648929727385e-6 -ballade_N 4.0107648929727385e-6 -ballast_N 4.0107648929727385e-6 -ballbearing_N 4.0107648929727385e-6 -ballcock_N 4.0107648929727385e-6 -balldress_N 4.0107648929727385e-6 -ballerina_N 4.0107648929727385e-6 -ballet_N 4.0107648929727385e-6 -ballet_dancer_N 4.0107648929727385e-6 -ballet_skirt_N 4.0107648929727385e-6 -balletomane_N 4.0107648929727385e-6 -balletomania_N 4.0107648929727385e-6 -ballgame_N 4.0107648929727385e-6 -ballistics_N 4.0107648929727385e-6 -ballistocardiogram_N 4.0107648929727385e-6 -ballistocardiograph_N 4.0107648929727385e-6 -ballock_N 4.0107648929727385e-6 -balloon_N 7.620453296648204e-5 -balloonfish_N 4.0107648929727385e-6 -ballooning_N 4.0107648929727385e-6 -balloonist_N 1.6043059571890954e-5 -ballot_N 7.620453296648204e-5 -ballot_box_N 4.0107648929727385e-6 -ballottement_N 4.0107648929727385e-6 -ballpark_N 4.0107648929727385e-6 -ballpen_N 4.0107648929727385e-6 -ballplayer_N 8.021529785945477e-6 -ballpoint_N 4.0107648929727385e-6 -ballpoint_pen_N 4.0107648929727385e-6 -ballroom_N 1.6043059571890954e-5 -balls_up_N 4.0107648929727385e-6 -ballup_N 4.0107648929727385e-6 -ballyhoo_N 4.0107648929727385e-6 -balm_N 8.021529785945477e-6 -balminess_N 4.0107648929727385e-6 -balmoral_N 4.0107648929727385e-6 -baloney_N 8.021529785945477e-6 -balsa_N 4.0107648929727385e-6 -balsam_N 4.0107648929727385e-6 -balsamroot_N 4.0107648929727385e-6 -baluster_N 4.0107648929727385e-6 -balustrade_N 4.0107648929727385e-6 -bambino_N 4.0107648929727385e-6 -bamboo_N 4.0107648929727385e-6 -ban_N 2.1257053932755517e-4 -banality_N 4.0107648929727385e-6 -banana_N 2.0053824464863696e-5 -band_N 8.021529785945478e-5 -band_saw_N 4.0107648929727385e-6 -bandage_N 1.2032294678918217e-5 -bandanna_N 4.0107648929727385e-6 -bandbox_N 4.0107648929727385e-6 -bandeau_N 4.0107648929727385e-6 -banderilla_N 4.0107648929727385e-6 -banderillero_N 4.0107648929727385e-6 -bandicoot_N 4.0107648929727385e-6 -bandit_N 4.0107648929727385e-6 -banditry_N 4.0107648929727385e-6 -bandleader_N 4.0107648929727385e-6 -bandmaster_N 4.0107648929727385e-6 -bandoleer_N 4.0107648929727385e-6 -bandolier_N 4.0107648929727385e-6 -bandoneon_N 4.0107648929727385e-6 -bandsaw_N 4.0107648929727385e-6 -bandsman_N 4.0107648929727385e-6 -bandstand_N 4.0107648929727385e-6 -bandwagon_N 2.8075354250809173e-5 -bandwidth_N 4.0107648929727385e-6 -bane_N 8.021529785945477e-6 -baneberry_N 4.0107648929727385e-6 -bang_N 3.208611914378191e-5 -banger_N 4.0107648929727385e-6 -banging_N 4.0107648929727385e-6 -bangladeshi_N 4.0107648929727385e-6 -bangle_N 4.0107648929727385e-6 -banian_N 4.0107648929727385e-6 -banian_tree_N 4.0107648929727385e-6 -banishment_N 8.021529785945477e-6 -banister_N 4.0107648929727385e-6 -banjo_N 4.0107648929727385e-6 -bank_N 3.922528065327339e-3 -bank_bill_N 4.0107648929727385e-6 -bank_book_N 4.0107648929727385e-6 -bank_draft_N 4.0107648929727385e-6 -bank_rate_N 4.0107648929727385e-6 -bankbook_N 4.0107648929727385e-6 -banker_N 5.895824392669926e-4 -banking_N 6.898515615913111e-4 -banknote_N 4.0107648929727385e-6 -bankroll_N 4.0107648929727385e-6 -bankrupt_N 4.0107648929727385e-6 -bankruptcy_N 5.053563765145651e-4 -banksia_N 4.0107648929727385e-6 -banner_N 1.6043059571890954e-5 -banning_order_N 4.0107648929727385e-6 -bannister_N 4.0107648929727385e-6 -bannock_N 4.0107648929727385e-6 -banns_N 4.0107648929727385e-6 -banquet_N 1.2032294678918217e-5 -banquette_N 4.0107648929727385e-6 -banshee_N 8.021529785945477e-6 -bantam_N 4.0107648929727385e-6 -bantamweight_N 4.0107648929727385e-6 -banteng_N 4.0107648929727385e-6 -banter_N 8.021529785945477e-6 -banting_N 4.0107648929727385e-6 -bantu_N 4.0107648929727385e-6 -banyan_N 4.0107648929727385e-6 -banzai_N 4.0107648929727385e-6 -baobab_N 4.0107648929727385e-6 -bap_N 4.0107648929727385e-6 -baptism_N 8.021529785945477e-6 -baptist_N 4.0107648929727385e-6 -bar_N 1.4037677125404587e-4 -barb_N 8.021529785945477e-6 -barbadian_N 4.0107648929727385e-6 -barbarian_N 4.0107648929727385e-6 -barbarism_N 4.0107648929727385e-6 -barbarity_N 4.0107648929727385e-6 -barbarization_N 4.0107648929727385e-6 -barbasco_N 4.0107648929727385e-6 -barbecue_N 8.021529785945477e-6 -barbecuing_N 4.0107648929727385e-6 -barbel_N 4.0107648929727385e-6 -barbell_N 4.0107648929727385e-6 -barber_N 1.2032294678918217e-5 -barberry_N 4.0107648929727385e-6 -barbershop_N 4.0107648929727385e-6 -barbet_N 4.0107648929727385e-6 -barbette_N 4.0107648929727385e-6 -barbican_N 4.0107648929727385e-6 -barbital_N 4.0107648929727385e-6 -barbitone_N 4.0107648929727385e-6 -barbiturate_N 4.0107648929727385e-6 -barbu_N 4.0107648929727385e-6 -barcarole_N 4.0107648929727385e-6 -barcarolle_N 4.0107648929727385e-6 -bard_N 4.0107648929727385e-6 -bardolatry_N 4.0107648929727385e-6 -bareboat_N 4.0107648929727385e-6 -bareboating_N 4.0107648929727385e-6 -bareness_N 4.0107648929727385e-6 -bargain_N 1.965274797556642e-4 -bargainer_N 4.0107648929727385e-6 -bargaining_N 4.0107648929727385e-6 -barge_N 3.609688403675465e-5 -bargee_N 4.0107648929727385e-6 -bargello_N 4.0107648929727385e-6 -bargepole_N 4.0107648929727385e-6 -barilla_N 4.0107648929727385e-6 -baritone_N 8.021529785945477e-6 -barium_N 4.0107648929727385e-6 -bark_N 4.0107648929727385e-6 -barker_N 4.0107648929727385e-6 -barley_N 8.021529785945477e-6 -barley_sugar_N 4.0107648929727385e-6 -barley_water_N 4.0107648929727385e-6 -barleycorn_N 4.0107648929727385e-6 -barm_N 4.0107648929727385e-6 -barmaid_N 4.0107648929727385e-6 -barman_N 4.0107648929727385e-6 -barmbrack_N 4.0107648929727385e-6 -barn_N 2.4064589357836434e-5 -barn_door_N 4.0107648929727385e-6 -barnacle_N 8.021529785945477e-6 -barnburner_N 4.0107648929727385e-6 -barndoor_N 4.0107648929727385e-6 -barnful_N 4.0107648929727385e-6 -barnstormer_N 4.0107648929727385e-6 -barnyard_N 8.021529785945477e-6 -barograph_N 4.0107648929727385e-6 -barometer_N 6.016147339459108e-5 -baron_N 1.2032294678918217e-5 -baronage_N 4.0107648929727385e-6 -baronduki_N 4.0107648929727385e-6 -baroness_N 4.0107648929727385e-6 -baronet_N 4.0107648929727385e-6 -baronetage_N 4.0107648929727385e-6 -baronetcy_N 4.0107648929727385e-6 -barong_N 4.0107648929727385e-6 -barony_N 4.0107648929727385e-6 -baroque_N 4.0107648929727385e-6 -baroreceptor_N 4.0107648929727385e-6 -barosaur_N 4.0107648929727385e-6 -barouche_N 4.0107648929727385e-6 -barque_N 4.0107648929727385e-6 -barrack_N 4.0107648929727385e-6 -barracking_N 4.0107648929727385e-6 -barracouta_N 4.0107648929727385e-6 -barracuda_N 4.0107648929727385e-6 -barrage_N 2.8075354250809173e-5 -barramundi_N 4.0107648929727385e-6 -barrator_N 4.0107648929727385e-6 -barratry_N 4.0107648929727385e-6 -barrel_N 3.8102266483241017e-4 -barrelfish_N 4.0107648929727385e-6 -barrelhouse_N 4.0107648929727385e-6 -barrels_N 4.0107648929727385e-6 -barren_N 4.0107648929727385e-6 -barrenness_N 4.0107648929727385e-6 -barrenwort_N 4.0107648929727385e-6 -barrette_N 4.0107648929727385e-6 -barricade_N 8.021529785945477e-6 -barrier_N 1.8048442018377323e-4 -barring_N 4.0107648929727385e-6 -barrio_N 4.0107648929727385e-6 -barrister_N 4.0107648929727385e-6 -barroom_N 4.0107648929727385e-6 -barrow_N 4.0107648929727385e-6 -barrow_boy_N 4.0107648929727385e-6 -barrow_man_N 4.0107648929727385e-6 -bartender_N 1.2032294678918217e-5 -barter_N 4.0107648929727385e-6 -barterer_N 4.0107648929727385e-6 -bartlett_N 4.0107648929727385e-6 -bartonia_N 4.0107648929727385e-6 -barycenter_N 4.0107648929727385e-6 -barye_N 4.0107648929727385e-6 -baryon_N 4.0107648929727385e-6 -baryta_N 4.0107648929727385e-6 -bas_relief_N 4.0107648929727385e-6 -basalt_N 4.0107648929727385e-6 -bascule_N 4.0107648929727385e-6 -base_N 4.4920566801294676e-4 -baseball_N 2.446566584713371e-4 -baseboard_N 4.0107648929727385e-6 -baseline_N 4.0107648929727385e-6 -basement_N 3.208611914378191e-5 -baseness_N 4.0107648929727385e-6 -basenji_N 4.0107648929727385e-6 -bash_N 8.021529785945477e-6 -basic_N 4.0107648929727385e-6 -basics_N 4.0107648929727385e-6 -basidiocarp_N 4.0107648929727385e-6 -basidiolichen_N 4.0107648929727385e-6 -basidiomycete_N 4.0107648929727385e-6 -basidiospore_N 4.0107648929727385e-6 -basidium_N 4.0107648929727385e-6 -basil_N 4.0107648929727385e-6 -basileus_N 4.0107648929727385e-6 -basilica_N 4.0107648929727385e-6 -basilisk_N 4.0107648929727385e-6 -basin_N 4.0107648929727385e-6 -basinet_N 4.0107648929727385e-6 -basis_N 6.898515615913111e-4 -basket_N 2.2460283400647338e-4 -basketball_N 8.021529785945478e-5 -basketry_N 4.0107648929727385e-6 -basketweaver_N 4.0107648929727385e-6 -basophil_N 4.0107648929727385e-6 -basophilia_N 4.0107648929727385e-6 -bass_N 2.0053824464863696e-5 -bassarisk_N 4.0107648929727385e-6 -basset_N 4.0107648929727385e-6 -bassine_N 4.0107648929727385e-6 -bassinet_N 4.0107648929727385e-6 -bassist_N 4.0107648929727385e-6 -bassoon_N 8.021529785945477e-6 -bassoonist_N 4.0107648929727385e-6 -basswood_N 4.0107648929727385e-6 -bast_N 4.0107648929727385e-6 -bastard_N 4.0107648929727385e-6 -bastardization_N 4.0107648929727385e-6 -bastardy_N 4.0107648929727385e-6 -baste_N 4.0107648929727385e-6 -baster_N 4.0107648929727385e-6 -bastille_N 4.0107648929727385e-6 -bastinado_N 4.0107648929727385e-6 -basting_N 4.0107648929727385e-6 -bastion_N 2.0053824464863696e-5 -bastnasite_N 4.0107648929727385e-6 -basuco_N 4.0107648929727385e-6 -bat_N 4.010764892972739e-5 -batch_N 4.010764892972739e-5 -batfish_N 4.0107648929727385e-6 -bath_N 1.6043059571890954e-5 -bath_chair_N 4.0107648929727385e-6 -bathe_N 4.0107648929727385e-6 -bather_N 4.0107648929727385e-6 -bathhouse_N 4.0107648929727385e-6 -bathing_N 8.021529785945477e-6 -bathing_cap_N 4.0107648929727385e-6 -bathing_costume_N 4.0107648929727385e-6 -bathing_machine_N 4.0107648929727385e-6 -bathing_suit_N 4.0107648929727385e-6 -batholith_N 4.0107648929727385e-6 -bathos_N 4.0107648929727385e-6 -bathrobe_N 4.0107648929727385e-6 -bathroom_N 1.6043059571890954e-5 -bathtub_N 8.021529785945477e-6 -bathymeter_N 4.0107648929727385e-6 -bathymetry_N 4.0107648929727385e-6 -bathyscaphe_N 4.0107648929727385e-6 -bathysphere_N 4.0107648929727385e-6 -batik_N 4.0107648929727385e-6 -batiste_N 4.0107648929727385e-6 -batman_N 4.0107648929727385e-6 -baton_N 4.0107648929727385e-6 -batrachomyomachia_N 4.0107648929727385e-6 -batsman_N 4.0107648929727385e-6 -battalion_N 8.021529785945477e-6 -batten_N 4.0107648929727385e-6 -batter_N 1.2032294678918217e-5 -battering_N 4.0107648929727385e-6 -battery_N 8.422606275242751e-5 -batting_N 1.6043059571890954e-5 -battle_N 3.930549595113284e-4 -battle_axe_N 4.0107648929727385e-6 -battle_cruiser_N 4.0107648929727385e-6 -battledore_N 4.0107648929727385e-6 -battledress_N 4.0107648929727385e-6 -battlefield_N 1.2032294678918217e-5 -battlefront_N 4.0107648929727385e-6 -battleground_N 8.021529785945477e-6 -battlement_N 4.0107648929727385e-6 -battleship_N 4.0107648929727385e-6 -battue_N 4.0107648929727385e-6 -batwing_N 4.0107648929727385e-6 -bauble_N 4.0107648929727385e-6 -baud_N 4.0107648929727385e-6 -baulk_N 4.0107648929727385e-6 -bauxite_N 4.0107648929727385e-6 -bawbee_N 4.0107648929727385e-6 -bawd_N 4.0107648929727385e-6 -bawdry_N 4.0107648929727385e-6 -bawdy_N 4.0107648929727385e-6 -bawler_N 4.0107648929727385e-6 -bay_N 6.417223828756382e-5 -bay_wreath_N 4.0107648929727385e-6 -baya_N 4.0107648929727385e-6 -bayat_N 4.0107648929727385e-6 -bayberry_N 4.0107648929727385e-6 -bayonet_N 4.0107648929727385e-6 -bayou_N 4.0107648929727385e-6 -bazaar_N 4.0107648929727385e-6 -bazooka_N 4.0107648929727385e-6 -bdellium_N 4.0107648929727385e-6 -beach_N 6.818300318053656e-5 -beachcomber_N 4.0107648929727385e-6 -beachfront_N 4.0107648929727385e-6 -beachhead_N 4.0107648929727385e-6 -beachwear_N 4.0107648929727385e-6 -beacon_N 4.0107648929727385e-6 -beacon_fire_N 4.0107648929727385e-6 -beacon_light_N 4.0107648929727385e-6 -bead_N 4.0107648929727385e-6 -beading_N 4.0107648929727385e-6 -beadle_N 4.0107648929727385e-6 -beads_N 4.0107648929727385e-6 -beadsman_N 4.0107648929727385e-6 -beagle_N 4.0107648929727385e-6 -beagling_N 4.0107648929727385e-6 -beak_N 4.0107648929727385e-6 -beaker_N 4.0107648929727385e-6 -beam_N 1.2032294678918217e-5 -bean_N 2.0053824464863696e-5 -beanbag_N 4.0107648929727385e-6 -beanball_N 4.0107648929727385e-6 -beanfeast_N 4.0107648929727385e-6 -beanie_N 4.0107648929727385e-6 -beano_N 4.0107648929727385e-6 -beanstalk_N 4.0107648929727385e-6 -bear_N 8.823682764540025e-5 -bearberry_N 4.0107648929727385e-6 -beard_N 4.0107648929727385e-6 -bearer_N 1.2032294678918217e-5 -bearing_N 6.417223828756382e-5 -bearnaise_N 4.0107648929727385e-6 -bearskin_N 4.0107648929727385e-6 -beast_N 1.6043059571890954e-5 -beastliness_N 4.0107648929727385e-6 -beat_N 2.4064589357836434e-5 -beater_N 4.0107648929727385e-6 -beatification_N 4.0107648929727385e-6 -beating_N 2.8075354250809173e-5 -beatitude_N 4.0107648929727385e-6 -beatnik_N 4.0107648929727385e-6 -beau_N 4.0107648929727385e-6 -beaugregory_N 4.0107648929727385e-6 -beaujolais_N 4.0107648929727385e-6 -beautician_N 4.0107648929727385e-6 -beautification_N 4.0107648929727385e-6 -beauty_N 6.818300318053656e-5 -beauty_parlour_N 4.0107648929727385e-6 -beauty_salon_N 4.0107648929727385e-6 -beauty_sleep_N 4.0107648929727385e-6 -beauty_spot_N 4.0107648929727385e-6 -beaver_N 4.0107648929727385e-6 -beck_N 4.0107648929727385e-6 -becket_N 4.0107648929727385e-6 -becomingness_N 4.0107648929727385e-6 -bed_N 5.6150708501618345e-5 -bedbug_N 4.0107648929727385e-6 -bedclothes_N 4.0107648929727385e-6 -bedder_N 4.0107648929727385e-6 -bedding_N 8.021529785945477e-6 -bedevilment_N 4.0107648929727385e-6 -bedfellow_N 1.2032294678918217e-5 -bedlam_N 1.2032294678918217e-5 -bedlamite_N 4.0107648929727385e-6 -bedouin_N 4.0107648929727385e-6 -bedpan_N 8.021529785945477e-6 -bedpost_N 4.0107648929727385e-6 -bedrest_N 4.0107648929727385e-6 -bedrock_N 1.2032294678918217e-5 -bedroll_N 4.0107648929727385e-6 -bedroom_N 1.6043059571890954e-5 -bedside_N 8.021529785945477e-6 -bedsit_N 4.0107648929727385e-6 -bedsitter_N 4.0107648929727385e-6 -bedsitting_room_N 4.0107648929727385e-6 -bedsore_N 4.0107648929727385e-6 -bedspread_N 4.0107648929727385e-6 -bedspring_N 4.0107648929727385e-6 -bedstead_N 4.0107648929727385e-6 -bedstraw_N 4.0107648929727385e-6 -bedtime_N 4.0107648929727385e-6 -beduin_N 4.0107648929727385e-6 -bedwetter_N 4.0107648929727385e-6 -bee_N 1.6043059571890954e-5 -beebread_N 4.0107648929727385e-6 -beech_N 4.0107648929727385e-6 -beechnut_N 4.0107648929727385e-6 -beef_N 6.417223828756382e-5 -beefcake_N 4.0107648929727385e-6 -beefeater_N 4.0107648929727385e-6 -beefsteak_N 4.0107648929727385e-6 -beefwood_N 4.0107648929727385e-6 -beehive_N 4.0107648929727385e-6 -beekeeper_N 4.0107648929727385e-6 -beekeeping_N 4.0107648929727385e-6 -beeline_N 4.0107648929727385e-6 -beep_N 1.2032294678918217e-5 -beeper_N 4.0107648929727385e-6 -beer_N 1.84495185076746e-4 -beeswax_N 8.021529785945477e-6 -beet_N 8.021529785945477e-6 -beetle_N 4.0107648929727385e-6 -beetroot_N 4.0107648929727385e-6 -befoulment_N 4.0107648929727385e-6 -begetter_N 4.0107648929727385e-6 -beggar_N 8.021529785945477e-6 -beggarman_N 4.0107648929727385e-6 -beggarweed_N 4.0107648929727385e-6 -beggarwoman_N 4.0107648929727385e-6 -beggary_N 4.0107648929727385e-6 -beginner_N 4.0107648929727385e-6 -beginning_N 2.0454900954160969e-4 -begonia_N 4.0107648929727385e-6 -beguilement_N 4.0107648929727385e-6 -beguine_N 4.0107648929727385e-6 -begum_N 4.0107648929727385e-6 -behalf_N 2.8075354250809173e-5 -behavior_N 4.0107648929727385e-6 -behaviorism_N 4.0107648929727385e-6 -behaviorist_N 4.0107648929727385e-6 -behaviour_N 8.021529785945477e-6 -behaviourism_N 4.0107648929727385e-6 -behaviourist_N 4.0107648929727385e-6 -behest_N 4.0107648929727385e-6 -behind_N 8.021529785945477e-6 -beholder_N 4.0107648929727385e-6 -beige_N 4.0107648929727385e-6 -being_N 9.2247592538373e-5 -belay_N 4.0107648929727385e-6 -belaying_pin_N 4.0107648929727385e-6 -belch_N 8.021529785945477e-6 -belching_N 4.0107648929727385e-6 -beldam_N 4.0107648929727385e-6 -beldame_N 4.0107648929727385e-6 -belemnite_N 4.0107648929727385e-6 -belfry_N 2.0053824464863696e-5 -belgian_N 4.0107648929727385e-6 -belief_N 1.2032294678918216e-4 -believer_N 8.021529785945477e-6 -believing_N 4.0107648929727385e-6 -belittling_N 4.0107648929727385e-6 -bell_N 1.4839830103999133e-4 -bell_buoy_N 4.0107648929727385e-6 -bell_flower_N 4.0107648929727385e-6 -bell_founder_N 4.0107648929727385e-6 -bell_foundry_N 4.0107648929727385e-6 -bell_metal_N 4.0107648929727385e-6 -bell_push_N 4.0107648929727385e-6 -bell_ringer_N 4.0107648929727385e-6 -bell_tent_N 4.0107648929727385e-6 -belladonna_N 4.0107648929727385e-6 -bellarmine_N 4.0107648929727385e-6 -bellbird_N 4.0107648929727385e-6 -bellboy_N 4.0107648929727385e-6 -belle_N 4.0107648929727385e-6 -bellhop_N 4.0107648929727385e-6 -bellicosity_N 4.0107648929727385e-6 -belligerence_N 4.0107648929727385e-6 -belligerency_N 4.0107648929727385e-6 -belligerent_N 4.0107648929727385e-6 -bellow_N 4.0107648929727385e-6 -bellows_N 4.0107648929727385e-6 -bellpull_N 4.0107648929727385e-6 -bellwether_N 5.2139943608645604e-5 -bellwort_N 4.0107648929727385e-6 -belly_N 1.2032294678918217e-5 -bellyache_N 4.0107648929727385e-6 -bellyband_N 4.0107648929727385e-6 -bellyflop_N 4.0107648929727385e-6 -bellyful_N 4.0107648929727385e-6 -bellylaugh_N 4.0107648929727385e-6 -belonging_N 4.0107648929727385e-6 -beloved_N 4.0107648929727385e-6 -belt_N 6.016147339459108e-5 -belting_N 4.0107648929727385e-6 -beltway_N 4.0107648929727385e-6 -beluga_N 4.0107648929727385e-6 -belvedere_N 4.0107648929727385e-6 -ben_N 4.0107648929727385e-6 -bench_N 8.823682764540025e-5 -benchmark_N 4.0107648929727385e-6 -bend_N 4.0107648929727385e-6 -bendability_N 4.0107648929727385e-6 -bender_N 4.0107648929727385e-6 -bending_N 4.0107648929727385e-6 -benedick_N 4.0107648929727385e-6 -benedictine_N 4.0107648929727385e-6 -benediction_N 4.0107648929727385e-6 -benefaction_N 4.0107648929727385e-6 -benefactor_N 1.2032294678918217e-5 -benefactress_N 4.0107648929727385e-6 -benefice_N 4.0107648929727385e-6 -beneficence_N 4.0107648929727385e-6 -beneficiary_N 9.2247592538373e-5 -benefit_N 6.497439126615837e-4 -benevolence_N 4.0107648929727385e-6 -bengali_N 4.0107648929727385e-6 -benignity_N 4.0107648929727385e-6 -beninese_N 4.0107648929727385e-6 -benison_N 4.0107648929727385e-6 -bennet_N 4.0107648929727385e-6 -bent_N 1.2032294678918217e-5 -benthos_N 4.0107648929727385e-6 -bentonite_N 4.0107648929727385e-6 -bentwood_N 4.0107648929727385e-6 -benzedrine_N 4.0107648929727385e-6 -benzene_N 4.0107648929727385e-6 -benzine_N 4.0107648929727385e-6 -benzoate_N 4.0107648929727385e-6 -benzocaine_N 4.0107648929727385e-6 -benzodiazepine_N 4.0107648929727385e-6 -benzofuran_N 4.0107648929727385e-6 -benzoin_N 4.0107648929727385e-6 -benzol_N 4.0107648929727385e-6 -benzyl_N 4.0107648929727385e-6 -bequest_N 1.2032294678918217e-5 -berating_N 4.0107648929727385e-6 -bereaved_N 4.0107648929727385e-6 -bereavement_N 4.0107648929727385e-6 -beret_N 8.021529785945477e-6 -berg_N 4.0107648929727385e-6 -bergamot_N 4.0107648929727385e-6 -bergenia_N 4.0107648929727385e-6 -beri_beri_N 4.0107648929727385e-6 -beriberi_N 4.0107648929727385e-6 -berk_N 4.0107648929727385e-6 -berkelium_N 4.0107648929727385e-6 -berlin_N 4.0107648929727385e-6 -berm_N 4.0107648929727385e-6 -bermudan_N 4.0107648929727385e-6 -beroe_N 4.0107648929727385e-6 -berry_N 1.2032294678918217e-5 -berserker_N 4.0107648929727385e-6 -berth_N 4.0107648929727385e-6 -beryl_N 4.0107648929727385e-6 -beryllium_N 4.0107648929727385e-6 -besieger_N 4.0107648929727385e-6 -besom_N 4.0107648929727385e-6 -best_N 4.0107648929727385e-6 -best_seller_N 4.0107648929727385e-6 -bestiality_N 4.0107648929727385e-6 -bestiary_N 4.0107648929727385e-6 -bestowal_N 4.0107648929727385e-6 -bet_N 1.3636600636107311e-4 -beta_N 4.812917871567287e-5 -betaine_N 4.0107648929727385e-6 -betatron_N 4.0107648929727385e-6 -bete_noire_N 4.0107648929727385e-6 -betel_N 4.0107648929727385e-6 -betel_nut_N 4.0107648929727385e-6 -beth_N 4.0107648929727385e-6 -bethel_N 4.0107648929727385e-6 -betrayal_N 4.0107648929727385e-6 -betrayer_N 8.021529785945477e-6 -betrothal_N 4.0107648929727385e-6 -betrothed_N 4.0107648929727385e-6 -better_N 8.021529785945477e-6 -betterment_N 8.021529785945477e-6 -bettong_N 4.0107648929727385e-6 -bettor_N 4.0107648929727385e-6 -bevatron_N 4.0107648929727385e-6 -bevel_N 4.0107648929727385e-6 -beverage_N 4.010764892972739e-5 -bevy_N 8.021529785945477e-6 -bewilderment_N 4.0107648929727385e-6 -bewitchery_N 4.0107648929727385e-6 -bey_N 4.0107648929727385e-6 -bezant_N 4.0107648929727385e-6 -bezel_N 4.0107648929727385e-6 -bezique_N 4.0107648929727385e-6 -bhakti_N 4.0107648929727385e-6 -bhang_N 4.0107648929727385e-6 -bhutani_N 4.0107648929727385e-6 -bialy_N 4.0107648929727385e-6 -bias_N 7.21937680735093e-5 -bib_N 4.0107648929727385e-6 -bible_N 8.021529785945477e-6 -bibliographer_N 4.0107648929727385e-6 -bibliography_N 4.0107648929727385e-6 -bibliolatry_N 4.0107648929727385e-6 -bibliomania_N 4.0107648929727385e-6 -bibliophile_N 4.0107648929727385e-6 -bibliopole_N 4.0107648929727385e-6 -bibliotheca_N 4.0107648929727385e-6 -bibliotics_N 4.0107648929727385e-6 -bibliotist_N 4.0107648929727385e-6 -bicarbonate_N 4.0107648929727385e-6 -bicentenary_N 4.0107648929727385e-6 -bicentennial_N 8.021529785945477e-6 -biceps_N 4.0107648929727385e-6 -bichromate_N 4.0107648929727385e-6 -bicker_N 4.0107648929727385e-6 -bicorn_N 4.0107648929727385e-6 -bicycle_N 4.4118413822700127e-5 -bicycling_N 4.0107648929727385e-6 -bid_N 1.997360916700424e-3 -bidder_N 2.0053824464863693e-4 -bidding_N 4.0107648929727385e-6 -bidet_N 4.0107648929727385e-6 -biennial_N 4.0107648929727385e-6 -bier_N 4.0107648929727385e-6 -biff_N 4.0107648929727385e-6 -bifocals_N 4.0107648929727385e-6 -bifurcation_N 4.0107648929727385e-6 -bigamist_N 4.0107648929727385e-6 -bigamy_N 4.0107648929727385e-6 -bigeye_N 4.0107648929727385e-6 -biggin_N 4.0107648929727385e-6 -bighead_N 4.0107648929727385e-6 -bigheartedness_N 4.0107648929727385e-6 -bighorn_N 4.0107648929727385e-6 -bight_N 4.0107648929727385e-6 -bignoniad_N 4.0107648929727385e-6 -bigos_N 4.0107648929727385e-6 -bigot_N 4.0107648929727385e-6 -bigotry_N 1.6043059571890954e-5 -bigram_N 4.0107648929727385e-6 -bigwig_N 4.0107648929727385e-6 -bijou_N 4.0107648929727385e-6 -bike_N 2.2460283400647338e-4 -bikini_N 8.021529785945477e-6 -bilabial_N 4.0107648929727385e-6 -bilateralism_N 4.0107648929727385e-6 -bilaterality_N 4.0107648929727385e-6 -bilberry_N 4.0107648929727385e-6 -bile_N 4.0107648929727385e-6 -bile_duct_N 4.0107648929727385e-6 -bilge_N 8.021529785945477e-6 -bilge_water_N 4.0107648929727385e-6 -bilges_N 4.0107648929727385e-6 -bilharzia_N 4.0107648929727385e-6 -bilimbi_N 4.0107648929727385e-6 -bilingual_N 4.0107648929727385e-6 -bilingualism_N 4.0107648929727385e-6 -biliousness_N 4.0107648929727385e-6 -bilirubin_N 4.0107648929727385e-6 -bill_N 2.3864051113187796e-3 -bill_poster_N 4.0107648929727385e-6 -bill_sticker_N 4.0107648929727385e-6 -billabong_N 4.0107648929727385e-6 -billboard_N 4.0107648929727385e-6 -billet_N 8.021529785945477e-6 -billet_doux_N 4.0107648929727385e-6 -billfish_N 4.0107648929727385e-6 -billfold_N 4.0107648929727385e-6 -billhook_N 4.0107648929727385e-6 -billiard_marker_N 4.0107648929727385e-6 -billiard_player_N 4.0107648929727385e-6 -billiard_room_N 4.0107648929727385e-6 -billiard_table_N 4.0107648929727385e-6 -billiards_N 4.0107648929727385e-6 -billingsgate_N 4.0107648929727385e-6 -billion_N 1.6845212550485502e-4 -billionaire_N 4.0107648929727385e-6 -billionth_N 4.0107648929727385e-6 -billow_N 4.0107648929727385e-6 -billy_N 4.0107648929727385e-6 -billy_goat_N 4.0107648929727385e-6 -billy_ho_N 4.0107648929727385e-6 -billy_o_N 4.0107648929727385e-6 -billyo_N 4.0107648929727385e-6 -bilocation_N 4.0107648929727385e-6 -biltong_N 4.0107648929727385e-6 -bimbo_N 4.0107648929727385e-6 -bimester_N 4.0107648929727385e-6 -bimetal_N 4.0107648929727385e-6 -bimetallism_N 4.0107648929727385e-6 -bimetallist_N 4.0107648929727385e-6 -bimillennium_N 4.0107648929727385e-6 -bimonthly_N 4.0107648929727385e-6 -bin_N 8.021529785945477e-6 -binary_N 4.0107648929727385e-6 -bind_N 2.0053824464863696e-5 -binder_N 1.2032294678918217e-5 -bindery_N 4.0107648929727385e-6 -binding_N 4.0107648929727385e-6 -bindweed_N 4.0107648929727385e-6 -bine_N 4.0107648929727385e-6 -binge_N 4.4118413822700127e-5 -bingo_N 4.0107648929727385e-6 -binnacle_N 4.0107648929727385e-6 -binoculars_N 4.0107648929727385e-6 -binomial_N 4.0107648929727385e-6 -binturong_N 4.0107648929727385e-6 -bioassay_N 4.0107648929727385e-6 -biocatalyst_N 4.0107648929727385e-6 -biochemist_N 4.0107648929727385e-6 -biochemistry_N 4.0107648929727385e-6 -biochip_N 4.0107648929727385e-6 -bioclimatology_N 4.0107648929727385e-6 -biodiversity_N 4.0107648929727385e-6 -bioelectricity_N 4.0107648929727385e-6 -bioethics_N 4.0107648929727385e-6 -biofeedback_N 4.0107648929727385e-6 -biogenesis_N 4.0107648929727385e-6 -biogeography_N 4.0107648929727385e-6 -biograph_N 4.0107648929727385e-6 -biographer_N 1.6043059571890954e-5 -biography_N 2.0053824464863696e-5 -biohazard_N 4.0107648929727385e-6 -biologism_N 4.0107648929727385e-6 -biologist_N 1.6043059571890954e-5 -biology_N 1.2032294678918217e-5 -bioluminescence_N 4.0107648929727385e-6 -biomass_N 4.0107648929727385e-6 -biome_N 4.0107648929727385e-6 -biomedicine_N 4.0107648929727385e-6 -biometrics_N 4.0107648929727385e-6 -bionics_N 4.0107648929727385e-6 -biont_N 4.0107648929727385e-6 -biophysicist_N 4.0107648929727385e-6 -biophysics_N 4.0107648929727385e-6 -biopiracy_N 4.0107648929727385e-6 -biopsy_N 4.0107648929727385e-6 -bioremediation_N 4.0107648929727385e-6 -biosafety_N 4.0107648929727385e-6 -bioscope_N 4.0107648929727385e-6 -biosphere_N 4.0107648929727385e-6 -biosynthesis_N 4.0107648929727385e-6 -biosystematics_N 4.0107648929727385e-6 -biota_N 4.0107648929727385e-6 -biotechnology_N 8.021529785945477e-6 -bioterrorism_N 4.0107648929727385e-6 -biotin_N 4.0107648929727385e-6 -biotite_N 4.0107648929727385e-6 -biotype_N 4.0107648929727385e-6 -bioweapon_N 4.0107648929727385e-6 -biped_N 8.021529785945477e-6 -bipedalism_N 4.0107648929727385e-6 -biplane_N 4.0107648929727385e-6 -biprism_N 4.0107648929727385e-6 -biquadrate_N 4.0107648929727385e-6 -biquadratic_N 4.0107648929727385e-6 -birch_N 4.0107648929727385e-6 -birch_rod_N 4.0107648929727385e-6 -bird_N 4.010764892972739e-5 -bird_fancier_N 4.0107648929727385e-6 -birdbath_N 4.0107648929727385e-6 -birdcage_N 8.021529785945477e-6 -birdcall_N 4.0107648929727385e-6 -birdhouse_N 4.0107648929727385e-6 -birdie_N 4.0107648929727385e-6 -birdlime_N 4.0107648929727385e-6 -birdnesting_N 4.0107648929727385e-6 -birdwatcher_N 4.0107648929727385e-6 -biretta_N 4.0107648929727385e-6 -birling_N 4.0107648929727385e-6 -biro_N 4.0107648929727385e-6 -birr_N 4.0107648929727385e-6 -birth_N 6.417223828756382e-5 -birth_control_N 4.0107648929727385e-6 -birthday_N 3.208611914378191e-5 -birthmark_N 4.0107648929727385e-6 -birthplace_N 1.2032294678918217e-5 -birthrate_N 4.0107648929727385e-6 -birthright_N 4.0107648929727385e-6 -birthwort_N 4.0107648929727385e-6 -biryani_N 4.0107648929727385e-6 -biscuit_N 1.2032294678918217e-5 -bise_N 4.0107648929727385e-6 -bisection_N 4.0107648929727385e-6 -bisexual_N 4.0107648929727385e-6 -bisexuality_N 4.0107648929727385e-6 -bishop_N 2.0053824464863696e-5 -bishopric_N 4.0107648929727385e-6 -bishopry_N 4.0107648929727385e-6 -bismuth_N 4.0107648929727385e-6 -bison_N 4.0107648929727385e-6 -bisque_N 4.0107648929727385e-6 -bister_N 4.0107648929727385e-6 -bistro_N 4.0107648929727385e-6 -bit_N 2.446566584713371e-4 -bitartrate_N 4.0107648929727385e-6 -bitch_N 8.021529785945477e-6 -bitchery_N 4.0107648929727385e-6 -bite_N 2.0053824464863696e-5 -biter_N 4.0107648929727385e-6 -bitewing_N 4.0107648929727385e-6 -bitmap_N 4.0107648929727385e-6 -bitok_N 4.0107648929727385e-6 -bitter_N 4.0107648929727385e-6 -bittercress_N 4.0107648929727385e-6 -bittern_N 4.0107648929727385e-6 -bitterness_N 1.6043059571890954e-5 -bitternut_N 4.0107648929727385e-6 -bitterroot_N 4.0107648929727385e-6 -bitters_N 4.0107648929727385e-6 -bittersweet_N 4.0107648929727385e-6 -bitthead_N 4.0107648929727385e-6 -bitumastic_N 4.0107648929727385e-6 -bitumen_N 4.0107648929727385e-6 -bivalve_N 4.0107648929727385e-6 -bivouac_N 4.0107648929727385e-6 -biweekly_N 4.0107648929727385e-6 -biz_N 1.2032294678918217e-5 -blabbermouth_N 4.0107648929727385e-6 -black_N 2.8075354250809174e-4 -black_beetle_N 4.0107648929727385e-6 -black_lead_N 4.0107648929727385e-6 -blackamoor_N 4.0107648929727385e-6 -blackberry_N 4.0107648929727385e-6 -blackbird_N 4.0107648929727385e-6 -blackboard_N 8.021529785945477e-6 -blackbuck_N 4.0107648929727385e-6 -blackcap_N 4.0107648929727385e-6 -blackcock_N 4.0107648929727385e-6 -blackcurrant_N 4.0107648929727385e-6 -blackening_N 4.0107648929727385e-6 -blackface_N 4.0107648929727385e-6 -blackfish_N 4.0107648929727385e-6 -blackfly_N 4.0107648929727385e-6 -blackguard_N 4.0107648929727385e-6 -blackhead_N 4.0107648929727385e-6 -blackheart_N 4.0107648929727385e-6 -blacking_N 4.0107648929727385e-6 -blackjack_N 4.0107648929727385e-6 -blackleg_N 4.0107648929727385e-6 -blacklist_N 4.0107648929727385e-6 -blackmail_N 4.0107648929727385e-6 -blackmailer_N 4.0107648929727385e-6 -blackness_N 4.0107648929727385e-6 -blackout_N 8.021529785945477e-6 -blackpoll_N 4.0107648929727385e-6 -blackshirt_N 4.0107648929727385e-6 -blacksmith_N 4.0107648929727385e-6 -blacksnake_N 4.0107648929727385e-6 -blackthorn_N 4.0107648929727385e-6 -blacktop_N 4.0107648929727385e-6 -blackwash_N 4.0107648929727385e-6 -blackwater_N 4.0107648929727385e-6 -blackwood_N 4.0107648929727385e-6 -bladder_N 1.6043059571890954e-5 -bladderpod_N 4.0107648929727385e-6 -bladderwort_N 4.0107648929727385e-6 -bladderwrack_N 4.0107648929727385e-6 -blade_N 1.2032294678918217e-5 -blaeberry_N 4.0107648929727385e-6 -blah_N 4.0107648929727385e-6 -blahs_N 4.0107648929727385e-6 -blain_N 4.0107648929727385e-6 -blame_N 6.016147339459108e-5 -blamelessness_N 4.0107648929727385e-6 -blameworthiness_N 4.0107648929727385e-6 -blanc_N 4.0107648929727385e-6 -blancmange_N 4.0107648929727385e-6 -blandishment_N 4.0107648929727385e-6 -blandness_N 8.021529785945477e-6 -blank_N 8.021529785945477e-6 -blanket_N 3.609688403675465e-5 -blankness_N 4.0107648929727385e-6 -blanquillo_N 4.0107648929727385e-6 -blare_N 4.0107648929727385e-6 -blarney_N 8.021529785945477e-6 -blasphemer_N 4.0107648929727385e-6 -blasphemy_N 4.0107648929727385e-6 -blast_N 4.4118413822700127e-5 -blast_furnace_N 4.0107648929727385e-6 -blast_off_N 4.0107648929727385e-6 -blastema_N 4.0107648929727385e-6 -blaster_N 4.0107648929727385e-6 -blastocoel_N 4.0107648929727385e-6 -blastocyst_N 4.0107648929727385e-6 -blastocyte_N 4.0107648929727385e-6 -blastoderm_N 4.0107648929727385e-6 -blastoff_N 4.0107648929727385e-6 -blastogenesis_N 4.0107648929727385e-6 -blastoma_N 4.0107648929727385e-6 -blastomere_N 4.0107648929727385e-6 -blastomycete_N 4.0107648929727385e-6 -blastomycosis_N 4.0107648929727385e-6 -blastopore_N 4.0107648929727385e-6 -blastula_N 4.0107648929727385e-6 -blatancy_N 4.0107648929727385e-6 -blather_N 4.0107648929727385e-6 -blaxploitation_N 4.0107648929727385e-6 -blaze_N 8.021529785945477e-6 -blazer_N 4.0107648929727385e-6 -blazon_N 4.0107648929727385e-6 -blazonry_N 4.0107648929727385e-6 -bleach_N 1.6043059571890954e-5 -bleacher_N 4.0107648929727385e-6 -bleachers_N 4.0107648929727385e-6 -bleaching_powder_N 4.0107648929727385e-6 -bleakness_N 4.0107648929727385e-6 -bleat_N 4.0107648929727385e-6 -bleeding_N 4.0107648929727385e-6 -bleep_N 4.0107648929727385e-6 -blemish_N 1.2032294678918217e-5 -blend_N 2.4064589357836434e-5 -blender_N 4.0107648929727385e-6 -blenny_N 4.0107648929727385e-6 -blepharism_N 4.0107648929727385e-6 -blepharitis_N 4.0107648929727385e-6 -blepharospasm_N 4.0107648929727385e-6 -blessedness_N 4.0107648929727385e-6 -blessing_N 4.4118413822700127e-5 -blether_N 4.0107648929727385e-6 -bletia_N 4.0107648929727385e-6 -bleu_N 4.0107648929727385e-6 -blewits_N 4.0107648929727385e-6 -blight_N 4.0107648929727385e-6 -blighter_N 4.0107648929727385e-6 -blighty_N 4.0107648929727385e-6 -blimp_N 4.0107648929727385e-6 -blind_N 8.021529785945477e-6 -blindfold_N 8.021529785945477e-6 -blindman's_buff_N 4.0107648929727385e-6 -blindness_N 8.021529785945477e-6 -blindworm_N 4.0107648929727385e-6 -bling_N 4.0107648929727385e-6 -blini_N 4.0107648929727385e-6 -blink_N 1.6043059571890954e-5 -blinker_N 4.0107648929727385e-6 -blinks_N 4.0107648929727385e-6 -blintz_N 4.0107648929727385e-6 -blip_N 2.4064589357836434e-5 -bliss_N 4.0107648929727385e-6 -blister_N 4.0107648929727385e-6 -blitz_N 1.6043059571890954e-5 -blizzard_N 4.0107648929727385e-6 -bloat_N 4.0107648929727385e-6 -bloater_N 4.0107648929727385e-6 -blob_N 4.0107648929727385e-6 -bloc_N 1.1631218189620943e-4 -block_N 2.5267818825728253e-4 -blockade_N 1.6043059571890954e-5 -blockade_runner_N 4.0107648929727385e-6 -blockage_N 4.0107648929727385e-6 -blockbuster_N 2.4064589357836434e-5 -blocker_N 4.0107648929727385e-6 -blockhead_N 4.0107648929727385e-6 -blockhouse_N 4.0107648929727385e-6 -blocking_N 4.0107648929727385e-6 -blogger_N 4.0107648929727385e-6 -bloke_N 4.0107648929727385e-6 -blolly_N 4.0107648929727385e-6 -blonde_N 8.021529785945477e-6 -blood_N 1.8048442018377323e-4 -blood_bath_N 4.0107648929727385e-6 -blood_donor_N 4.0107648929727385e-6 -blood_group_N 4.0107648929727385e-6 -blood_heat_N 4.0107648929727385e-6 -blood_letting_N 4.0107648929727385e-6 -blood_money_N 4.0107648929727385e-6 -blood_poisoning_N 4.0107648929727385e-6 -blood_pressure_N 4.0107648929727385e-6 -blood_relation_N 4.0107648929727385e-6 -blood_transfusion_N 4.0107648929727385e-6 -blood_type_N 4.0107648929727385e-6 -blood_vessel_N 4.0107648929727385e-6 -bloodbath_N 4.0107648929727385e-6 -bloodberry_N 4.0107648929727385e-6 -bloodguilt_N 4.0107648929727385e-6 -bloodhound_N 4.0107648929727385e-6 -bloodiness_N 4.0107648929727385e-6 -bloodleaf_N 4.0107648929727385e-6 -bloodletting_N 4.0107648929727385e-6 -bloodlust_N 4.0107648929727385e-6 -bloodmobile_N 4.0107648929727385e-6 -bloodroot_N 4.0107648929727385e-6 -bloodshed_N 4.0107648929727385e-6 -bloodstain_N 4.0107648929727385e-6 -bloodstock_N 4.0107648929727385e-6 -bloodstone_N 4.0107648929727385e-6 -bloodstream_N 4.0107648929727385e-6 -bloodsucker_N 4.0107648929727385e-6 -bloodthirstiness_N 4.0107648929727385e-6 -bloodworm_N 4.0107648929727385e-6 -bloodwort_N 4.0107648929727385e-6 -bloom_N 4.0107648929727385e-6 -bloomer_N 4.0107648929727385e-6 -bloomers_N 4.0107648929727385e-6 -blooming_N 4.0107648929727385e-6 -blossom_N 8.021529785945477e-6 -blossoming_N 4.0107648929727385e-6 -blot_N 4.0107648929727385e-6 -blotch_N 4.0107648929727385e-6 -blotter_N 4.0107648929727385e-6 -blotting_paper_N 4.0107648929727385e-6 -blouse_N 4.0107648929727385e-6 -blow_N 1.323552414681004e-4 -blow_up_N 4.0107648929727385e-6 -blowback_N 4.0107648929727385e-6 -blower_N 4.0107648929727385e-6 -blowfish_N 4.0107648929727385e-6 -blowfly_N 4.0107648929727385e-6 -blowgun_N 4.0107648929727385e-6 -blowhole_N 4.0107648929727385e-6 -blowing_N 4.0107648929727385e-6 -blowing_up_N 4.0107648929727385e-6 -blowlamp_N 4.0107648929727385e-6 -blowout_N 4.0107648929727385e-6 -blowpipe_N 4.0107648929727385e-6 -blowtorch_N 8.021529785945477e-6 -blowtube_N 4.0107648929727385e-6 -blubber_N 4.0107648929727385e-6 -blubberer_N 4.0107648929727385e-6 -blucher_N 4.0107648929727385e-6 -bludgeon_N 4.0107648929727385e-6 -bludgeoner_N 4.0107648929727385e-6 -blue_N 4.010764892972739e-5 -blue_jacket_N 4.0107648929727385e-6 -bluebell_N 4.0107648929727385e-6 -blueberry_N 4.0107648929727385e-6 -bluebird_N 4.0107648929727385e-6 -bluebonnet_N 4.0107648929727385e-6 -bluebottle_N 4.0107648929727385e-6 -bluecoat_N 4.0107648929727385e-6 -bluefin_N 4.0107648929727385e-6 -bluefish_N 4.0107648929727385e-6 -bluegill_N 4.0107648929727385e-6 -bluegrass_N 4.0107648929727385e-6 -bluehead_N 4.0107648929727385e-6 -bluejacket_N 4.0107648929727385e-6 -bluepoint_N 4.0107648929727385e-6 -blueprint_N 3.609688403675465e-5 -blues_N 4.0107648929727385e-6 -bluestem_N 4.0107648929727385e-6 -bluestocking_N 4.0107648929727385e-6 -bluestone_N 4.0107648929727385e-6 -bluethroat_N 4.0107648929727385e-6 -bluetick_N 4.0107648929727385e-6 -bluetongue_N 4.0107648929727385e-6 -blueweed_N 4.0107648929727385e-6 -bluewing_N 4.0107648929727385e-6 -bluff_N 4.0107648929727385e-6 -bluffer_N 4.0107648929727385e-6 -bluffness_N 4.0107648929727385e-6 -bluing_N 4.0107648929727385e-6 -blunder_N 1.6043059571890954e-5 -blunderbuss_N 4.0107648929727385e-6 -blunderer_N 4.0107648929727385e-6 -bluntness_N 4.0107648929727385e-6 -blur_N 4.0107648929727385e-6 -blurb_N 4.0107648929727385e-6 -blush_N 4.0107648929727385e-6 -bluster_N 4.0107648929727385e-6 -blvd_N 4.0107648929727385e-6 -bma_N 4.0107648929727385e-6 -bmus_N 4.0107648929727385e-6 -bo'sn_N 4.0107648929727385e-6 -bo'sun_N 4.0107648929727385e-6 -boa_N 8.021529785945477e-6 -boa_constrictor_N 4.0107648929727385e-6 -boar_N 4.0107648929727385e-6 -board_N 1.5922736625101773e-3 -boarder_N 4.0107648929727385e-6 -boarding_N 4.0107648929727385e-6 -boarding_card_N 4.0107648929727385e-6 -boarding_house_N 4.0107648929727385e-6 -boarding_school_N 4.0107648929727385e-6 -boardroom_N 2.4064589357836434e-5 -boards_N 4.0107648929727385e-6 -boardwalk_N 4.0107648929727385e-6 -boarfish_N 4.0107648929727385e-6 -boarhound_N 4.0107648929727385e-6 -boast_N 1.2032294678918217e-5 -boaster_N 4.0107648929727385e-6 -boastfulness_N 4.0107648929727385e-6 -boat_N 6.818300318053656e-5 -boat_hook_N 4.0107648929727385e-6 -boat_house_N 4.0107648929727385e-6 -boat_race_N 4.0107648929727385e-6 -boat_train_N 4.0107648929727385e-6 -boatbill_N 4.0107648929727385e-6 -boatbuilder_N 4.0107648929727385e-6 -boater_N 8.021529785945477e-6 -boathouse_N 4.0107648929727385e-6 -boating_N 4.0107648929727385e-6 -boatload_N 4.0107648929727385e-6 -boatman_N 4.0107648929727385e-6 -boatmanship_N 4.0107648929727385e-6 -boatswain_N 4.0107648929727385e-6 -boatyard_N 4.0107648929727385e-6 -bob_N 4.0107648929727385e-6 -bobbin_N 4.0107648929727385e-6 -bobble_N 4.0107648929727385e-6 -bobby_N 4.0107648929727385e-6 -bobby_soxer_N 4.0107648929727385e-6 -bobbysoxer_N 4.0107648929727385e-6 -bobcat_N 4.0107648929727385e-6 -bobolink_N 4.0107648929727385e-6 -bobsled_N 4.0107648929727385e-6 -bobsledding_N 4.0107648929727385e-6 -bobsleigh_N 4.0107648929727385e-6 -bobtail_N 4.0107648929727385e-6 -bobwhite_N 4.0107648929727385e-6 -bocce_N 4.0107648929727385e-6 -bocconia_N 4.0107648929727385e-6 -bock_N 4.0107648929727385e-6 -bodega_N 4.0107648929727385e-6 -bodice_N 4.0107648929727385e-6 -boding_N 4.0107648929727385e-6 -bodkin_N 4.0107648929727385e-6 -body_N 1.7246289039782778e-4 -body_servant_N 4.0107648929727385e-6 -body_snatcher_N 4.0107648929727385e-6 -bodybuilder_N 4.0107648929727385e-6 -bodybuilding_N 4.0107648929727385e-6 -bodyguard_N 4.0107648929727385e-6 -bodywork_N 4.0107648929727385e-6 -boer_N 4.0107648929727385e-6 -boffin_N 4.0107648929727385e-6 -bog_N 4.0107648929727385e-6 -bogey_N 4.0107648929727385e-6 -bogeyman_N 4.0107648929727385e-6 -bogie_N 4.0107648929727385e-6 -bogy_N 4.0107648929727385e-6 -bohemia_N 4.0107648929727385e-6 -bohemian_N 4.0107648929727385e-6 -bohemianism_N 4.0107648929727385e-6 -bohrium_N 4.0107648929727385e-6 -boil_N 8.021529785945477e-6 -boiler_N 7.21937680735093e-5 -boilerplate_N 4.0107648929727385e-6 -boilersuit_N 4.0107648929727385e-6 -boiling_N 4.0107648929727385e-6 -boiling_point_N 4.0107648929727385e-6 -boisterousness_N 4.0107648929727385e-6 -bola_N 4.0107648929727385e-6 -boldface_N 4.0107648929727385e-6 -boldness_N 4.0107648929727385e-6 -bole_N 4.0107648929727385e-6 -bolero_N 4.0107648929727385e-6 -bolete_N 4.0107648929727385e-6 -bolide_N 4.0107648929727385e-6 -bolivar_N 4.0107648929727385e-6 -bolivia_N 4.0107648929727385e-6 -bolivian_N 4.0107648929727385e-6 -boliviano_N 4.0107648929727385e-6 -boll_N 4.0107648929727385e-6 -bollard_N 4.0107648929727385e-6 -bollock_N 4.0107648929727385e-6 -bollworm_N 4.0107648929727385e-6 -bolo_N 4.0107648929727385e-6 -bologna_N 4.0107648929727385e-6 -bologram_N 4.0107648929727385e-6 -bolometer_N 4.0107648929727385e-6 -boloney_N 4.0107648929727385e-6 -bolshevik_N 4.0107648929727385e-6 -bolster_N 4.0107648929727385e-6 -bolt_N 2.0053824464863696e-5 -bolt_hole_N 4.0107648929727385e-6 -bolti_N 4.0107648929727385e-6 -bolus_N 4.0107648929727385e-6 -bomb_N 4.4118413822700127e-5 -bomb_sight_N 4.0107648929727385e-6 -bomb_site_N 4.0107648929727385e-6 -bombardier_N 4.0107648929727385e-6 -bombardment_N 8.021529785945477e-6 -bombardon_N 4.0107648929727385e-6 -bombast_N 8.021529785945477e-6 -bombazine_N 4.0107648929727385e-6 -bomber_N 4.010764892972739e-5 -bombie_N 4.0107648929727385e-6 -bombing_N 4.0107648929727385e-6 -bomblet_N 4.0107648929727385e-6 -bombshell_N 2.0053824464863696e-5 -bombsight_N 4.0107648929727385e-6 -bombycid_N 4.0107648929727385e-6 -bon_mot_N 4.0107648929727385e-6 -bonanza_N 2.0053824464863696e-5 -bonbon_N 4.0107648929727385e-6 -bond_N 4.857036285389987e-3 -bond_holder_N 4.0107648929727385e-6 -bondage_N 4.0107648929727385e-6 -bondholder_N 4.0107648929727385e-6 -bonding_N 4.0107648929727385e-6 -bondman_N 4.0107648929727385e-6 -bondsman_N 4.0107648929727385e-6 -bonduc_N 4.0107648929727385e-6 -bondwoman_N 4.0107648929727385e-6 -bone_N 4.4118413822700127e-5 -bone_head_N 4.0107648929727385e-6 -bone_setter_N 4.0107648929727385e-6 -bonefish_N 4.0107648929727385e-6 -bonemeal_N 4.0107648929727385e-6 -boner_N 4.0107648929727385e-6 -bones_N 4.0107648929727385e-6 -boneset_N 4.0107648929727385e-6 -bonesetter_N 4.0107648929727385e-6 -boneshaker_N 4.0107648929727385e-6 -bonfire_N 1.2032294678918217e-5 -bong_N 4.0107648929727385e-6 -bongo_N 4.0107648929727385e-6 -bonheur_N 4.0107648929727385e-6 -bonhomie_N 4.0107648929727385e-6 -bonito_N 4.0107648929727385e-6 -bonnet_N 1.2032294678918217e-5 -bonsai_N 4.0107648929727385e-6 -bonus_N 1.84495185076746e-4 -bonyness_N 4.0107648929727385e-6 -boo_N 4.0107648929727385e-6 -boob_N 4.0107648929727385e-6 -booboisie_N 4.0107648929727385e-6 -booby_N 4.0107648929727385e-6 -booby_trap_N 4.0107648929727385e-6 -boodle_N 4.0107648929727385e-6 -booger_N 4.0107648929727385e-6 -boogie_N 4.0107648929727385e-6 -boogie_woogie_N 4.0107648929727385e-6 -book_N 5.735393796951016e-4 -book_end_N 4.0107648929727385e-6 -book_keeper_N 4.0107648929727385e-6 -bookbinder_N 4.0107648929727385e-6 -bookbindery_N 4.0107648929727385e-6 -bookbinding_N 4.0107648929727385e-6 -bookcase_N 4.0107648929727385e-6 -bookclub_N 4.0107648929727385e-6 -bookdealer_N 4.0107648929727385e-6 -bookend_N 4.0107648929727385e-6 -booker_N 4.0107648929727385e-6 -bookie_N 4.0107648929727385e-6 -booking_N 4.010764892972739e-5 -bookishness_N 4.0107648929727385e-6 -bookkeeper_N 8.021529785945477e-6 -bookkeeping_N 1.2032294678918217e-5 -booklet_N 3.208611914378191e-5 -booklouse_N 4.0107648929727385e-6 -bookmaker_N 4.0107648929727385e-6 -bookmark_N 4.0107648929727385e-6 -bookmarker_N 4.0107648929727385e-6 -bookmobile_N 4.0107648929727385e-6 -bookplate_N 4.0107648929727385e-6 -bookseller_N 4.0107648929727385e-6 -bookshelf_N 4.0107648929727385e-6 -bookshop_N 4.0107648929727385e-6 -bookstall_N 4.0107648929727385e-6 -bookworm_N 4.0107648929727385e-6 -boom_N 1.6845212550485502e-4 -boomerang_N 4.0107648929727385e-6 -boon_N 2.0053824464863696e-5 -boondoggle_N 4.0107648929727385e-6 -boor_N 4.0107648929727385e-6 -boorishness_N 4.0107648929727385e-6 -boost_N 2.0053824464863693e-4 -booster_N 1.6043059571890954e-5 -boot_N 1.6043059571890954e-5 -bootblack_N 4.0107648929727385e-6 -bootee_N 4.0107648929727385e-6 -booth_N 3.208611914378191e-5 -boothose_N 4.0107648929727385e-6 -bootjack_N 4.0107648929727385e-6 -bootlace_N 4.0107648929727385e-6 -bootleg_N 4.0107648929727385e-6 -bootlegger_N 4.0107648929727385e-6 -bootlegging_N 4.0107648929727385e-6 -bootmaker_N 4.0107648929727385e-6 -bootstrap_N 4.0107648929727385e-6 -booty_N 4.0107648929727385e-6 -booze_N 1.2032294678918217e-5 -booze_up_N 4.0107648929727385e-6 -boozer_N 4.0107648929727385e-6 -bop_N 4.0107648929727385e-6 -bopeep_N 4.0107648929727385e-6 -borage_N 4.0107648929727385e-6 -borate_N 4.0107648929727385e-6 -borax_N 4.0107648929727385e-6 -bordeaux_N 4.0107648929727385e-6 -bordelaise_N 4.0107648929727385e-6 -border_N 1.1631218189620943e-4 -borderer_N 4.0107648929727385e-6 -borderland_N 4.0107648929727385e-6 -borderline_N 4.0107648929727385e-6 -bore_N 8.021529785945477e-6 -bore_hole_N 4.0107648929727385e-6 -boredom_N 1.2032294678918217e-5 -borer_N 8.021529785945477e-6 -boring_N 4.0107648929727385e-6 -boringness_N 4.0107648929727385e-6 -bornite_N 4.0107648929727385e-6 -boron_N 4.0107648929727385e-6 -borosilicate_N 4.0107648929727385e-6 -borough_N 5.6150708501618345e-5 -borrelia_N 4.0107648929727385e-6 -borrower_N 8.021529785945478e-5 -borrowing_N 4.0107648929727385e-6 -borsch_N 4.0107648929727385e-6 -borstal_N 4.0107648929727385e-6 -bortsch_N 4.0107648929727385e-6 -borzoi_N 4.0107648929727385e-6 -bosc_N 4.0107648929727385e-6 -bosh_N 4.0107648929727385e-6 -bosk_N 4.0107648929727385e-6 -bosom_N 8.021529785945477e-6 -boson_N 4.0107648929727385e-6 -boss_N 1.0829065211026395e-4 -bossism_N 4.0107648929727385e-6 -bot_N 4.0107648929727385e-6 -bota_N 4.0107648929727385e-6 -botanical_N 4.0107648929727385e-6 -botanist_N 4.0107648929727385e-6 -botany_N 8.021529785945477e-6 -botch_N 4.0107648929727385e-6 -botcher_N 4.0107648929727385e-6 -botfly_N 4.0107648929727385e-6 -bother_N 4.0107648929727385e-6 -bottle_N 1.0427988721729121e-4 -bottlebrush_N 4.0107648929727385e-6 -bottlecap_N 4.0107648929727385e-6 -bottleneck_N 1.2032294678918217e-5 -bottler_N 4.0107648929727385e-6 -bottom_N 1.3636600636107311e-4 -bottomland_N 4.0107648929727385e-6 -bottomlessness_N 4.0107648929727385e-6 -botulin_N 4.0107648929727385e-6 -botulinus_N 4.0107648929727385e-6 -botulism_N 4.0107648929727385e-6 -boucle_N 4.0107648929727385e-6 -boudoir_N 4.0107648929727385e-6 -bouffant_N 4.0107648929727385e-6 -bougainvillea_N 4.0107648929727385e-6 -bough_N 4.0107648929727385e-6 -bouillabaisse_N 4.0107648929727385e-6 -bouillon_N 4.0107648929727385e-6 -boulder_N 4.0107648929727385e-6 -boulevard_N 1.2032294678918217e-5 -boulevardier_N 4.0107648929727385e-6 -boulle_N 4.0107648929727385e-6 -bounce_N 2.0053824464863696e-5 -bouncer_N 4.0107648929727385e-6 -bound_N 8.021529785945477e-6 -boundary_N 2.8075354250809173e-5 -bounder_N 4.0107648929727385e-6 -bounty_N 8.021529785945477e-6 -bouquet_N 4.0107648929727385e-6 -bourbon_N 7.21937680735093e-5 -bourgeois_N 4.0107648929727385e-6 -bourgeoisie_N 4.0107648929727385e-6 -bourguignon_N 4.0107648929727385e-6 -bourn_N 4.0107648929727385e-6 -bourne_N 4.0107648929727385e-6 -bourse_N 8.021529785945477e-6 -bourtree_N 4.0107648929727385e-6 -boustrophedon_N 4.0107648929727385e-6 -bout_N 3.609688403675465e-5 -boutique_N 2.8075354250809173e-5 -boutonniere_N 4.0107648929727385e-6 -bovid_N 4.0107648929727385e-6 -bovine_N 4.0107648929727385e-6 -bovril_N 4.0107648929727385e-6 -bow_N 8.021529785945477e-6 -bow_wow_N 4.0107648929727385e-6 -bowdlerization_N 4.0107648929727385e-6 -bowel_N 8.021529785945477e-6 -bowels_N 4.0107648929727385e-6 -bower_N 4.0107648929727385e-6 -bowerbird_N 4.0107648929727385e-6 -bowfin_N 4.0107648929727385e-6 -bowhead_N 4.0107648929727385e-6 -bowie_knife_N 4.0107648929727385e-6 -bowing_N 4.0107648929727385e-6 -bowl_N 2.0053824464863696e-5 -bowleg_N 4.0107648929727385e-6 -bowler_N 4.0107648929727385e-6 -bowline_N 4.0107648929727385e-6 -bowling_N 4.0107648929727385e-6 -bowling_green_N 4.0107648929727385e-6 -bowls_N 4.0107648929727385e-6 -bowman_N 4.0107648929727385e-6 -bowsprit_N 4.0107648929727385e-6 -bowstring_N 4.0107648929727385e-6 -box_N 1.3636600636107311e-4 -box_kite_N 4.0107648929727385e-6 -box_number_N 4.0107648929727385e-6 -box_office_N 4.0107648929727385e-6 -boxcar_N 4.0107648929727385e-6 -boxcars_N 4.0107648929727385e-6 -boxer_N 8.021529785945477e-6 -boxfish_N 4.0107648929727385e-6 -boxful_N 4.0107648929727385e-6 -boxing_N 4.0107648929727385e-6 -boxing_day_N 4.0107648929727385e-6 -boxing_glove_N 4.0107648929727385e-6 -boxing_match_N 4.0107648929727385e-6 -boxwood_N 4.0107648929727385e-6 -boy_N 1.0427988721729121e-4 -boycott_N 1.2032294678918217e-5 -boyfriend_N 8.021529785945477e-6 -boyhood_N 4.0107648929727385e-6 -boyishness_N 4.0107648929727385e-6 -boysenberry_N 4.0107648929727385e-6 -boza_N 4.0107648929727385e-6 -bra_N 2.0053824464863696e-5 -brace_N 4.0107648929727385e-6 -bracelet_N 4.0107648929727385e-6 -bracer_N 4.0107648929727385e-6 -bracero_N 4.0107648929727385e-6 -brachiation_N 4.0107648929727385e-6 -brachiopod_N 4.0107648929727385e-6 -brachium_N 4.0107648929727385e-6 -brachycephalic_N 4.0107648929727385e-6 -brachycephaly_N 4.0107648929727385e-6 -brachydactyly_N 4.0107648929727385e-6 -brachyuran_N 4.0107648929727385e-6 -bracken_N 4.0107648929727385e-6 -bracket_N 2.4064589357836434e-5 -brackishness_N 4.0107648929727385e-6 -bract_N 4.0107648929727385e-6 -bracteole_N 4.0107648929727385e-6 -brad_N 4.0107648929727385e-6 -bradawl_N 4.0107648929727385e-6 -bradycardia_N 4.0107648929727385e-6 -brae_N 4.0107648929727385e-6 -brag_N 4.0107648929727385e-6 -braggadocio_N 4.0107648929727385e-6 -braggart_N 4.0107648929727385e-6 -bragger_N 4.0107648929727385e-6 -bragging_N 8.021529785945477e-6 -brahman_N 4.0107648929727385e-6 -brahmin_N 4.0107648929727385e-6 -braid_N 8.021529785945477e-6 -brail_N 4.0107648929727385e-6 -braille_N 4.0107648929727385e-6 -brain_N 1.564198308259368e-4 -brain_fag_N 4.0107648929727385e-6 -brain_teaser_N 4.0107648929727385e-6 -brainchild_N 1.6043059571890954e-5 -brainstem_N 4.0107648929727385e-6 -brainstorm_N 4.0107648929727385e-6 -brainstorming_N 4.0107648929727385e-6 -brainwashing_N 4.0107648929727385e-6 -brainwave_N 4.0107648929727385e-6 -brainworker_N 4.0107648929727385e-6 -braising_N 4.0107648929727385e-6 -brake_N 3.208611914378191e-5 -brakeman_N 4.0107648929727385e-6 -bramble_N 4.0107648929727385e-6 -brambling_N 4.0107648929727385e-6 -bran_N 3.208611914378191e-5 -branch_N 3.8102266483241017e-4 -branching_N 4.0107648929727385e-6 -branchlet_N 4.0107648929727385e-6 -brand_N 6.216685584107746e-4 -branding_iron_N 4.0107648929727385e-6 -brandy_N 1.6043059571890954e-5 -brandy_ball_N 4.0107648929727385e-6 -brandy_snap_N 4.0107648929727385e-6 -brandyball_N 4.0107648929727385e-6 -brandysnap_N 4.0107648929727385e-6 -brant_N 4.0107648929727385e-6 -brashness_N 4.0107648929727385e-6 -brass_N 1.6043059571890954e-5 -brassard_N 4.0107648929727385e-6 -brassavola_N 4.0107648929727385e-6 -brasserie_N 4.0107648929727385e-6 -brassie_N 4.0107648929727385e-6 -brassiere_1_N 8.021529785945477e-6 -brassiere_2_N 4.0107648929727385e-6 -brassiere_N 4.0107648929727385e-6 -brat_N 1.6043059571890954e-5 -brattice_N 4.0107648929727385e-6 -bratwurst_N 4.0107648929727385e-6 -bravado_N 4.0107648929727385e-6 -brave_N 4.0107648929727385e-6 -bravery_N 4.0107648929727385e-6 -bravo_N 4.0107648929727385e-6 -bravura_N 4.0107648929727385e-6 -brawl_N 2.4064589357836434e-5 -brawler_N 4.0107648929727385e-6 -brawn_N 4.0107648929727385e-6 -bray_N 4.0107648929727385e-6 -brazier_N 4.0107648929727385e-6 -brazilian_N 8.021529785945477e-6 -brazilwood_N 4.0107648929727385e-6 -breach_N 4.812917871567287e-5 -bread_N 4.010764892972739e-5 -breadbasket_N 4.0107648929727385e-6 -breadboard_N 4.0107648929727385e-6 -breadcrumb_N 4.0107648929727385e-6 -breadfruit_N 4.0107648929727385e-6 -breadline_N 4.0107648929727385e-6 -breadroot_N 4.0107648929727385e-6 -breadstick_N 4.0107648929727385e-6 -breadstuff_N 4.0107648929727385e-6 -breadth_N 2.4064589357836434e-5 -breadwinner_N 4.0107648929727385e-6 -break_N 1.243337116821549e-4 -break_in_N 4.0107648929727385e-6 -break_up_N 4.0107648929727385e-6 -breakable_N 4.0107648929727385e-6 -breakableness_N 4.0107648929727385e-6 -breakage_N 8.021529785945477e-6 -breakaway_N 4.0107648929727385e-6 -breakaways_N 4.0107648929727385e-6 -breakax_N 4.0107648929727385e-6 -breakdown_N 7.21937680735093e-5 -breaker_N 1.764736552908005e-4 -breakfast_N 4.812917871567287e-5 -breakthrough_N 3.208611914378191e-5 -breakwater_N 4.0107648929727385e-6 -bream_N 4.0107648929727385e-6 -breast_N 2.8075354250809173e-5 -breast_plate_N 4.0107648929727385e-6 -breastplate_N 4.0107648929727385e-6 -breaststroke_N 4.0107648929727385e-6 -breaststroker_N 4.0107648929727385e-6 -breastwork_N 4.0107648929727385e-6 -breath_N 3.609688403675465e-5 -breathalyser_N 4.0107648929727385e-6 -breathalyzer_N 4.0107648929727385e-6 -breather_N 1.2032294678918217e-5 -breathing_N 1.6043059571890954e-5 -breathing_space_N 4.0107648929727385e-6 -breccia_N 4.0107648929727385e-6 -breech_N 4.0107648929727385e-6 -breech_block_N 4.0107648929727385e-6 -breechblock_N 4.0107648929727385e-6 -breechcloth_N 4.0107648929727385e-6 -breeches_N 4.0107648929727385e-6 -breeches_buoy_N 4.0107648929727385e-6 -breechloader_N 4.0107648929727385e-6 -breed_N 3.609688403675465e-5 -breeder_N 2.4064589357836434e-5 -breeding_N 2.0053824464863696e-5 -breeze_N 1.2032294678918217e-5 -breeziness_N 4.0107648929727385e-6 -bregma_N 4.0107648929727385e-6 -bren_N 4.0107648929727385e-6 -bren_gun_N 4.0107648929727385e-6 -brethren_N 4.0107648929727385e-6 -breve_N 4.0107648929727385e-6 -brevet_N 4.0107648929727385e-6 -breviary_N 4.0107648929727385e-6 -brevity_N 4.0107648929727385e-6 -brew_N 1.2032294678918217e-5 -brewer_N 3.609688403675465e-5 -brewery_N 2.4064589357836434e-5 -brewing_N 4.0107648929727385e-6 -brewpub_N 4.0107648929727385e-6 -briar_N 4.0107648929727385e-6 -briard_N 4.0107648929727385e-6 -briarroot_N 4.0107648929727385e-6 -briarwood_N 4.0107648929727385e-6 -bribe_N 5.6150708501618345e-5 -briber_N 4.0107648929727385e-6 -bribery_N 4.010764892972739e-5 -bric_a_brac_N 4.0107648929727385e-6 -brick_N 7.620453296648204e-5 -brick_field_N 4.0107648929727385e-6 -brickbat_N 4.0107648929727385e-6 -brickkiln_N 4.0107648929727385e-6 -bricklayer_N 4.0107648929727385e-6 -bricklaying_N 4.0107648929727385e-6 -brickwork_N 4.0107648929727385e-6 -brickyard_N 4.0107648929727385e-6 -bridal_N 4.0107648929727385e-6 -bride_N 8.021529785945477e-6 -bridecake_N 4.0107648929727385e-6 -bridegroom_N 4.0107648929727385e-6 -bridesmaid_N 4.0107648929727385e-6 -bridge_N 2.0454900954160969e-4 -bridgehead_N 4.0107648929727385e-6 -bridle_N 4.0107648929727385e-6 -bridle_path_N 4.0107648929727385e-6 -bridle_road_N 4.0107648929727385e-6 -bridoon_N 4.0107648929727385e-6 -brief_N 8.021529785945478e-5 -briefcase_N 2.4064589357836434e-5 -briefing_N 4.010764892972739e-5 -briefness_N 4.0107648929727385e-6 -brier_N 4.0107648929727385e-6 -brig_N 4.0107648929727385e-6 -brigade_N 2.4064589357836434e-5 -brigadier_N 4.0107648929727385e-6 -brigand_N 4.0107648929727385e-6 -brigandine_N 4.0107648929727385e-6 -brigantine_N 4.0107648929727385e-6 -brightness_N 4.0107648929727385e-6 -brill_N 4.0107648929727385e-6 -brilliance_N 4.0107648929727385e-6 -brilliancy_N 4.0107648929727385e-6 -brilliantine_N 4.0107648929727385e-6 -brim_N 8.021529785945477e-6 -brimstone_N 8.021529785945477e-6 -brine_N 8.021529785945477e-6 -brininess_N 4.0107648929727385e-6 -brink_N 2.0053824464863696e-5 -brinkmanship_N 4.0107648929727385e-6 -brioche_N 4.0107648929727385e-6 -briquet_N 4.0107648929727385e-6 -briquette_N 4.0107648929727385e-6 -brisance_N 4.0107648929727385e-6 -brisket_N 4.0107648929727385e-6 -brisling_N 4.0107648929727385e-6 -bristle_N 4.0107648929727385e-6 -bristlegrass_N 4.0107648929727385e-6 -bristletail_N 4.0107648929727385e-6 -brit_N 4.0107648929727385e-6 -britches_N 4.0107648929727385e-6 -britisher_N 4.0107648929727385e-6 -briton_N 4.0107648929727385e-6 -brittle_N 4.0107648929727385e-6 -brittlebush_N 4.0107648929727385e-6 -brittleness_N 4.0107648929727385e-6 -broad_N 4.0107648929727385e-6 -broad_mindedness_N 4.0107648929727385e-6 -broadax_N 4.0107648929727385e-6 -broadbill_N 4.0107648929727385e-6 -broadcast_N 1.1631218189620943e-4 -broadcaster_N 4.0107648929727385e-6 -broadcasting_N 7.21937680735093e-5 -broadcloth_N 4.0107648929727385e-6 -broadening_N 4.0107648929727385e-6 -broadloom_N 4.0107648929727385e-6 -broadness_N 4.0107648929727385e-6 -broadsheet_N 4.0107648929727385e-6 -broadside_N 8.021529785945477e-6 -broadsword_N 4.0107648929727385e-6 -broadtail_N 4.0107648929727385e-6 -brocade_N 4.0107648929727385e-6 -broccoli_N 4.0107648929727385e-6 -brochette_N 4.0107648929727385e-6 -brochure_N 2.4064589357836434e-5 -brocket_N 4.0107648929727385e-6 -brodiaea_N 4.0107648929727385e-6 -brogan_N 4.0107648929727385e-6 -brogue_N 4.0107648929727385e-6 -broil_N 4.0107648929727385e-6 -broiler_N 8.021529785945477e-6 -broker_N 7.98142213701575e-4 -brokerage_N 6.577654424475292e-4 -brolly_N 4.0107648929727385e-6 -brome_N 4.0107648929727385e-6 -bromide_N 4.0107648929727385e-6 -bromine_N 4.0107648929727385e-6 -bromoform_N 4.0107648929727385e-6 -bronchiole_N 4.0107648929727385e-6 -bronchiolitis_N 4.0107648929727385e-6 -bronchitis_N 4.0107648929727385e-6 -bronchodilator_N 4.0107648929727385e-6 -bronchopneumonia_N 4.0107648929727385e-6 -bronchoscope_N 4.0107648929727385e-6 -bronchospasm_N 4.0107648929727385e-6 -bronchus_N 4.0107648929727385e-6 -bronco_N 8.021529785945477e-6 -bronze_N 1.2032294678918217e-5 -brooch_N 8.021529785945477e-6 -brood_N 8.021529785945477e-6 -brood_hen_N 4.0107648929727385e-6 -brood_mare_N 4.0107648929727385e-6 -brooding_N 4.0107648929727385e-6 -broodmare_N 4.0107648929727385e-6 -brook_N 4.0107648929727385e-6 -brooklet_N 4.0107648929727385e-6 -brooklime_N 4.0107648929727385e-6 -brookweed_N 4.0107648929727385e-6 -broom_N 4.0107648929727385e-6 -broomcorn_N 4.0107648929727385e-6 -broomstick_N 4.0107648929727385e-6 -broomweed_N 4.0107648929727385e-6 -broth_N 8.021529785945477e-6 -brothel_N 4.0107648929727385e-6 -brother_N 1.564198308259368e-4 -brother_in_law_N 4.0107648929727385e-6 -brotherhood_N 4.0107648929727385e-6 -brotula_N 4.0107648929727385e-6 -brougham_N 4.0107648929727385e-6 -brouhaha_N 8.021529785945477e-6 -brow_N 2.0053824464863696e-5 -brown_N 4.0107648929727385e-6 -brownie_N 4.0107648929727385e-6 -brownstone_N 4.0107648929727385e-6 -browntail_N 4.0107648929727385e-6 -browse_N 4.0107648929727385e-6 -browser_N 4.0107648929727385e-6 -brucellosis_N 4.0107648929727385e-6 -brucine_N 4.0107648929727385e-6 -bruin_N 4.0107648929727385e-6 -bruise_N 8.021529785945477e-6 -bruiser_N 4.0107648929727385e-6 -brunch_N 8.021529785945477e-6 -bruneian_N 4.0107648929727385e-6 -brunet_N 4.0107648929727385e-6 -brunetteFem_N 4.0107648929727385e-6 -brunetteMasc_N 4.0107648929727385e-6 -brunt_N 2.8075354250809173e-5 -brush_N 2.4064589357836434e-5 -brush_off_N 4.0107648929727385e-6 -brush_up_N 4.0107648929727385e-6 -brushwood_N 4.0107648929727385e-6 -brushwork_N 4.0107648929727385e-6 -brusqueness_N 4.0107648929727385e-6 -brutality_N 1.2032294678918217e-5 -brutalization_N 4.0107648929727385e-6 -brute_N 4.0107648929727385e-6 -bruxism_N 4.0107648929727385e-6 -bryanthus_N 4.0107648929727385e-6 -bryony_N 4.0107648929727385e-6 -bryophyte_N 4.0107648929727385e-6 -bryozoan_N 4.0107648929727385e-6 -bsc_N 4.0107648929727385e-6 -bubble_N 1.6043059571890954e-5 -bubbler_N 4.0107648929727385e-6 -bubbliness_N 4.0107648929727385e-6 -bubbly_N 4.0107648929727385e-6 -bubo_N 4.0107648929727385e-6 -buccaneer_N 8.021529785945477e-6 -buck_N 3.208611914378191e-5 -buckboard_N 4.0107648929727385e-6 -bucket_N 1.6043059571890954e-5 -bucketful_N 4.0107648929727385e-6 -buckeye_N 4.0107648929727385e-6 -buckle_N 8.021529785945477e-6 -buckler_N 4.0107648929727385e-6 -buckleya_N 4.0107648929727385e-6 -buckminsterfullerene_N 4.0107648929727385e-6 -buckram_N 4.0107648929727385e-6 -bucksaw_N 4.0107648929727385e-6 -buckshot_N 8.021529785945477e-6 -buckskin_N 4.0107648929727385e-6 -buckskins_N 4.0107648929727385e-6 -buckthorn_N 4.0107648929727385e-6 -bucktooth_N 4.0107648929727385e-6 -buckwheat_N 4.0107648929727385e-6 -bucolics_N 4.0107648929727385e-6 -bud_N 8.021529785945477e-6 -buddhism_N 4.0107648929727385e-6 -buddhistFem_N 4.0107648929727385e-6 -buddhistMasc_N 4.0107648929727385e-6 -budding_N 4.0107648929727385e-6 -buddy_N 1.6043059571890954e-5 -budgerigar_N 4.0107648929727385e-6 -budget_N 8.342390977383297e-4 -budgie_N 4.0107648929727385e-6 -buff_N 1.2032294678918217e-5 -buffalo_N 4.0107648929727385e-6 -buffalofish_N 4.0107648929727385e-6 -buffer_N 2.0053824464863696e-5 -buffet_N 2.0053824464863696e-5 -bufflehead_N 4.0107648929727385e-6 -buffoon_N 4.0107648929727385e-6 -buffoonery_N 4.0107648929727385e-6 -bufo_N 4.0107648929727385e-6 -bug_N 8.422606275242751e-5 -bug_hunter_N 4.0107648929727385e-6 -bugaboo_N 8.021529785945477e-6 -bugbane_N 4.0107648929727385e-6 -bugbear_N 4.0107648929727385e-6 -bugger_N 4.0107648929727385e-6 -bugger_all_N 4.0107648929727385e-6 -buggery_N 4.0107648929727385e-6 -bugginess_N 4.0107648929727385e-6 -buggy_N 4.0107648929727385e-6 -bugle_N 4.0107648929727385e-6 -bugler_N 4.0107648929727385e-6 -bugleweed_N 4.0107648929727385e-6 -bugloss_N 4.0107648929727385e-6 -buhl_N 4.0107648929727385e-6 -build_N 4.0107648929727385e-6 -build_up_N 4.0107648929727385e-6 -builder_N 7.620453296648204e-5 -building_N 9.545620445275118e-4 -building_society_N 4.0107648929727385e-6 -buildup_N 1.2032294678918217e-5 -bulb_N 2.0053824464863696e-5 -bulbil_N 4.0107648929727385e-6 -bulbul_N 4.0107648929727385e-6 -bulgarianFem_N 4.0107648929727385e-6 -bulgarianMasc_N 8.021529785945477e-6 -bulge_N 4.0107648929727385e-6 -bulgur_N 4.0107648929727385e-6 -bulimarexia_N 4.0107648929727385e-6 -bulimia_N 4.0107648929727385e-6 -bulimic_N 4.0107648929727385e-6 -bulk_N 1.1631218189620943e-4 -bulkhead_N 8.021529785945477e-6 -bulkiness_N 4.0107648929727385e-6 -bull's_eye_N 4.0107648929727385e-6 -bull_N 3.208611914378191e-5 -bull_neck_N 4.0107648929727385e-6 -bull_terrier_N 4.0107648929727385e-6 -bulla_N 4.0107648929727385e-6 -bullace_N 4.0107648929727385e-6 -bullbrier_N 4.0107648929727385e-6 -bulldog_N 4.0107648929727385e-6 -bulldozer_N 1.6043059571890954e-5 -bullet_N 5.6150708501618345e-5 -bullethead_N 4.0107648929727385e-6 -bulletin_N 2.8075354250809173e-5 -bullfight_N 4.0107648929727385e-6 -bullfighter_N 8.021529785945477e-6 -bullfighting_N 4.0107648929727385e-6 -bullfinch_N 4.0107648929727385e-6 -bullfrog_N 4.0107648929727385e-6 -bullhead_N 4.0107648929727385e-6 -bullhorn_N 4.0107648929727385e-6 -bullion_N 2.8075354250809173e-5 -bullnose_N 4.0107648929727385e-6 -bullock_N 4.0107648929727385e-6 -bullpen_N 4.0107648929727385e-6 -bullring_N 4.0107648929727385e-6 -bullshit_N 4.0107648929727385e-6 -bullshot_N 4.0107648929727385e-6 -bullterrier_N 4.0107648929727385e-6 -bully_N 8.021529785945477e-6 -bullyboy_N 4.0107648929727385e-6 -bullying_N 4.0107648929727385e-6 -bulrush_N 4.0107648929727385e-6 -bulwark_N 8.021529785945477e-6 -bum_N 8.021529785945477e-6 -bumblebee_N 4.0107648929727385e-6 -bumboat_N 4.0107648929727385e-6 -bumf_N 4.0107648929727385e-6 -bummer_N 4.0107648929727385e-6 -bump_N 1.2032294678918217e-5 -bumper_N 1.2032294678918217e-5 -bumpiness_N 4.0107648929727385e-6 -bumpkin_N 4.0107648929727385e-6 -bumptiousness_N 4.0107648929727385e-6 -bun_N 4.0107648929727385e-6 -buna_N 4.0107648929727385e-6 -bunch_N 4.4118413822700127e-5 -bunchberry_N 4.0107648929727385e-6 -bunchgrass_N 4.0107648929727385e-6 -bunco_N 4.0107648929727385e-6 -bundle_N 1.6043059571890954e-5 -bundling_N 4.0107648929727385e-6 -bunfight_N 4.0107648929727385e-6 -bung_N 4.0107648929727385e-6 -bung_hole_N 4.0107648929727385e-6 -bungalow_N 4.0107648929727385e-6 -bungee_N 4.0107648929727385e-6 -bunghole_N 4.0107648929727385e-6 -bungle_N 4.0107648929727385e-6 -bungler_N 4.0107648929727385e-6 -bunion_N 4.0107648929727385e-6 -bunk_N 4.0107648929727385e-6 -bunker_N 4.0107648929727385e-6 -bunkmate_N 4.0107648929727385e-6 -bunkum_N 4.0107648929727385e-6 -bunny_N 1.6043059571890954e-5 -bunsen_N 4.0107648929727385e-6 -bunt_N 4.0107648929727385e-6 -buntal_N 4.0107648929727385e-6 -bunter_N 4.0107648929727385e-6 -bunting_N 4.0107648929727385e-6 -bunyavirus_N 4.0107648929727385e-6 -buoy_N 4.0107648929727385e-6 -buoyancy_N 8.021529785945477e-6 -bur_N 4.0107648929727385e-6 -burberry_N 4.0107648929727385e-6 -burbot_N 4.0107648929727385e-6 -burden_N 1.564198308259368e-4 -burdensomeness_N 4.0107648929727385e-6 -burdock_N 4.0107648929727385e-6 -bureau_N 1.4037677125404587e-4 -bureaucracy_N 1.0427988721729121e-4 -bureaucrat_N 9.2247592538373e-5 -burette_N 4.0107648929727385e-6 -burg_N 8.021529785945477e-6 -burgess_N 4.0107648929727385e-6 -burgh_N 4.0107648929727385e-6 -burgher_N 8.021529785945477e-6 -burglar_N 4.0107648929727385e-6 -burglar_alarm_N 4.0107648929727385e-6 -burglary_N 3.208611914378191e-5 -burgomaster_N 4.0107648929727385e-6 -burgoo_N 4.0107648929727385e-6 -burgrass_N 4.0107648929727385e-6 -burgrave_N 4.0107648929727385e-6 -burgundy_N 4.0107648929727385e-6 -burial_N 1.6043059571890954e-5 -burial_ground_N 4.0107648929727385e-6 -burin_N 4.0107648929727385e-6 -burl_N 4.0107648929727385e-6 -burlap_N 8.021529785945477e-6 -burlesque_N 4.0107648929727385e-6 -burmese_N 4.0107648929727385e-6 -burn_N 2.0053824464863696e-5 -burn_up_N 4.0107648929727385e-6 -burner_N 2.4064589357836434e-5 -burning_N 4.0107648929727385e-6 -burnous_N 4.0107648929727385e-6 -burnouse_N 4.0107648929727385e-6 -burnup_N 4.0107648929727385e-6 -burp_N 4.0107648929727385e-6 -burqa_N 4.0107648929727385e-6 -burr_N 4.0107648929727385e-6 -burr_drill_N 4.0107648929727385e-6 -burrawong_N 4.0107648929727385e-6 -burrfish_N 4.0107648929727385e-6 -burrito_N 4.0107648929727385e-6 -burro_N 4.0107648929727385e-6 -burrow_N 4.0107648929727385e-6 -bursa_N 4.0107648929727385e-6 -bursar_N 4.0107648929727385e-6 -bursary_N 4.0107648929727385e-6 -bursitis_N 4.0107648929727385e-6 -burst_N 6.818300318053656e-5 -burthen_N 4.0107648929727385e-6 -burton_N 4.0107648929727385e-6 -burundian_N 4.0107648929727385e-6 -burying_N 4.0107648929727385e-6 -burying_ground_N 4.0107648929727385e-6 -bus_N 1.323552414681004e-4 -busbar_N 4.0107648929727385e-6 -busboy_N 4.0107648929727385e-6 -busby_N 4.0107648929727385e-6 -bush_N 8.021529785945477e-6 -bushbuck_N 4.0107648929727385e-6 -bushel_N 1.0427988721729121e-4 -bushing_N 4.0107648929727385e-6 -bushman_N 4.0107648929727385e-6 -bushtit_N 4.0107648929727385e-6 -bushwhacker_N 4.0107648929727385e-6 -business_N 5.342338837439688e-3 -businessman_N 2.0053824464863693e-4 -businessperson_N 4.0107648929727385e-6 -businesswoman_N 4.0107648929727385e-6 -busker_N 4.0107648929727385e-6 -buskin_N 4.0107648929727385e-6 -busload_N 1.2032294678918217e-5 -busman_N 4.0107648929727385e-6 -buspirone_N 4.0107648929727385e-6 -bust_N 3.208611914378191e-5 -bust_up_N 4.0107648929727385e-6 -bustard_N 4.0107648929727385e-6 -buster_N 8.021529785945477e-6 -bustier_N 4.0107648929727385e-6 -bustle_N 8.021529785945477e-6 -busybody_N 4.0107648929727385e-6 -busyness_N 4.0107648929727385e-6 -busywork_N 4.0107648929727385e-6 -butacaine_N 4.0107648929727385e-6 -butadiene_N 4.0107648929727385e-6 -butane_N 8.021529785945477e-6 -butanone_N 4.0107648929727385e-6 -butch_N 4.0107648929727385e-6 -butcher_N 2.0053824464863696e-5 -butcherbird_N 4.0107648929727385e-6 -butchery_N 4.0107648929727385e-6 -buteonine_N 4.0107648929727385e-6 -butler_N 3.208611914378191e-5 -butt_N 1.2032294678918217e-5 -butte_N 4.0107648929727385e-6 -butter_N 2.8075354250809173e-5 -butterbean_N 4.0107648929727385e-6 -butterbur_N 4.0107648929727385e-6 -buttercrunch_N 4.0107648929727385e-6 -buttercup_N 4.0107648929727385e-6 -butterfat_N 4.0107648929727385e-6 -butterfingers_N 4.0107648929727385e-6 -butterfish_N 4.0107648929727385e-6 -butterfly_N 1.6043059571890954e-5 -buttermilk_N 4.0107648929727385e-6 -butternut_N 4.0107648929727385e-6 -butterscotch_N 4.0107648929727385e-6 -butterweed_N 4.0107648929727385e-6 -butterwort_N 4.0107648929727385e-6 -buttery_N 4.0107648929727385e-6 -buttinsky_N 4.0107648929727385e-6 -buttock_N 4.0107648929727385e-6 -buttocks_N 4.0107648929727385e-6 -button_N 3.609688403675465e-5 -buttonhole_N 4.0107648929727385e-6 -buttonhook_N 4.0107648929727385e-6 -buttonwood_N 4.0107648929727385e-6 -buttress_N 4.0107648929727385e-6 -butty_N 4.0107648929727385e-6 -butut_N 4.0107648929727385e-6 -butyl_N 4.0107648929727385e-6 -butylene_N 4.0107648929727385e-6 -butyrin_N 4.0107648929727385e-6 -buxomness_N 4.0107648929727385e-6 -buy_N 2.687212478291735e-4 -buyerFem_N 4.0107648929727385e-6 -buyerMasc_N 4.0107648929727385e-6 -buying_N 4.0107648929727385e-6 -buyout_N 4.0107648929727385e-6 -buzz_N 1.2032294678918217e-5 -buzzard_N 4.0107648929727385e-6 -buzzer_N 8.021529785945477e-6 -buzzword_N 8.021529785945477e-6 -bvm_N 4.0107648929727385e-6 -by_election_N 4.0107648929727385e-6 -bye_law_N 4.0107648929727385e-6 -bygone_N 4.0107648929727385e-6 -bylaw_N 8.021529785945477e-6 -bypass_N 8.021529785945477e-6 -bypath_N 4.0107648929727385e-6 -byplay_N 4.0107648929727385e-6 -byproduct_N 4.0107648929727385e-6 -byroad_N 4.0107648929727385e-6 -byssus_N 4.0107648929727385e-6 -bystander_N 8.021529785945477e-6 -byte_N 4.0107648929727385e-6 -byway_N 4.0107648929727385e-6 -byword_N 4.0107648929727385e-6 -c_of_e_N 5.6150708501618345e-5 -ca'canny_N 4.0107648929727385e-6 -cab_N 1.6043059571890954e-5 -cab_rank_N 4.0107648929727385e-6 -cabal_N 8.021529785945477e-6 -cabala_N 4.0107648929727385e-6 -cabalist_N 4.0107648929727385e-6 -cabana_N 4.0107648929727385e-6 -cabaret_N 4.0107648929727385e-6 -cabbage_N 4.0107648929727385e-6 -cabbageworm_N 4.0107648929727385e-6 -cabby_N 4.0107648929727385e-6 -caber_N 4.0107648929727385e-6 -cabin_N 4.0107648929727385e-6 -cabinet_N 6.818300318053656e-5 -cabinet_maker_N 4.0107648929727385e-6 -cabinetmaker_N 4.0107648929727385e-6 -cabinetmaking_N 4.0107648929727385e-6 -cabinetwork_N 4.0107648929727385e-6 -cable's_length_N 4.0107648929727385e-6 -cable_N 3.128396616518736e-4 -cable_car_N 4.0107648929727385e-6 -cable_length_N 4.0107648929727385e-6 -cable_railway_N 4.0107648929727385e-6 -cablegram_N 4.0107648929727385e-6 -cabman_N 4.0107648929727385e-6 -cabochon_N 4.0107648929727385e-6 -caboodle_N 4.0107648929727385e-6 -caboose_N 4.0107648929727385e-6 -cabotage_N 4.0107648929727385e-6 -cabstand_N 4.0107648929727385e-6 -cacao_N 4.0107648929727385e-6 -cacao_bean_N 4.0107648929727385e-6 -cacao_tree_N 4.0107648929727385e-6 -cache_N 1.6043059571890954e-5 -cachet_N 1.6043059571890954e-5 -cachexia_N 4.0107648929727385e-6 -cachinnation_N 4.0107648929727385e-6 -cachou_N 4.0107648929727385e-6 -cacique_N 4.0107648929727385e-6 -cackle_N 4.0107648929727385e-6 -cackler_N 4.0107648929727385e-6 -cacodemon_N 4.0107648929727385e-6 -cacodyl_N 4.0107648929727385e-6 -cacogenesis_N 4.0107648929727385e-6 -cacophony_N 4.0107648929727385e-6 -cactus_N 4.0107648929727385e-6 -cad_N 4.0107648929727385e-6 -cadaster_N 4.0107648929727385e-6 -cadaver_N 4.0107648929727385e-6 -cadaverine_N 4.0107648929727385e-6 -caddie_N 4.0107648929727385e-6 -caddisworm_N 4.0107648929727385e-6 -caddy_N 4.0107648929727385e-6 -cadence_N 4.0107648929727385e-6 -cadenza_N 4.0107648929727385e-6 -cadet_N 2.0053824464863696e-5 -cadetship_N 4.0107648929727385e-6 -cadger_N 4.0107648929727385e-6 -cadmium_N 8.021529785945477e-6 -cadre_N 4.0107648929727385e-6 -caduceus_N 4.0107648929727385e-6 -caecilian_N 4.0107648929727385e-6 -caesar_N 4.0107648929727385e-6 -caesura_N 4.0107648929727385e-6 -cafe_N 4.0107648929727385e-6 -cafe_au_lait_N 4.0107648929727385e-6 -cafeteria_N 3.609688403675465e-5 -caff_N 4.0107648929727385e-6 -caffeine_N 4.0107648929727385e-6 -caffeinism_N 4.0107648929727385e-6 -caftan_N 4.0107648929727385e-6 -cage_N 1.2032294678918217e-5 -cagoule_N 4.0107648929727385e-6 -cahoot_N 4.0107648929727385e-6 -caiman_N 4.0107648929727385e-6 -cairn_N 4.0107648929727385e-6 -cairngorm_N 4.0107648929727385e-6 -caisson_N 4.0107648929727385e-6 -caitiff_N 4.0107648929727385e-6 -cajolery_N 4.0107648929727385e-6 -cake_N 1.6043059571890954e-5 -cakewalk_N 4.0107648929727385e-6 -calaba_N 4.0107648929727385e-6 -calabash_N 4.0107648929727385e-6 -caladenia_N 4.0107648929727385e-6 -caladium_N 4.0107648929727385e-6 -calamint_N 4.0107648929727385e-6 -calamity_N 2.8075354250809173e-5 -calamus_N 4.0107648929727385e-6 -calanthe_N 4.0107648929727385e-6 -calash_N 4.0107648929727385e-6 -calceolaria_N 4.0107648929727385e-6 -calceus_N 4.0107648929727385e-6 -calcification_N 4.0107648929727385e-6 -calcimine_N 4.0107648929727385e-6 -calcination_N 4.0107648929727385e-6 -calcite_N 4.0107648929727385e-6 -calcitonin_N 4.0107648929727385e-6 -calcium_N 1.2032294678918217e-5 -calculation_N 1.2032294678918216e-4 -calculator_N 2.4064589357836434e-5 -calculus_N 4.0107648929727385e-6 -caldera_N 4.0107648929727385e-6 -caldron_N 4.0107648929727385e-6 -calefaction_N 4.0107648929727385e-6 -calendar_N 4.4118413822700127e-5 -calender_N 4.0107648929727385e-6 -calendula_N 4.0107648929727385e-6 -calf_N 1.2032294678918217e-5 -calf_love_N 4.0107648929727385e-6 -calibration_N 4.0107648929727385e-6 -calibre_N 4.0107648929727385e-6 -caliche_N 4.0107648929727385e-6 -calico_N 4.0107648929727385e-6 -calif_N 4.0107648929727385e-6 -californian_N 2.0053824464863696e-5 -californium_N 4.0107648929727385e-6 -caliper_N 4.0107648929727385e-6 -caliph_N 4.0107648929727385e-6 -caliphate_N 4.0107648929727385e-6 -calisaya_N 4.0107648929727385e-6 -calisthenics_N 4.0107648929727385e-6 -calk_N 4.0107648929727385e-6 -call_N 5.815609094810472e-4 -call_box_N 4.0107648929727385e-6 -call_girl_N 4.0107648929727385e-6 -call_over_N 4.0107648929727385e-6 -call_up_N 4.0107648929727385e-6 -caller_N 6.417223828756382e-5 -calliandra_N 4.0107648929727385e-6 -calligrapher_N 4.0107648929727385e-6 -calligraphy_N 4.0107648929727385e-6 -calling_N 2.8075354250809173e-5 -calliope_N 4.0107648929727385e-6 -calliopsis_N 4.0107648929727385e-6 -callisthenics_N 4.0107648929727385e-6 -callithump_N 4.0107648929727385e-6 -callosity_N 4.0107648929727385e-6 -callosotomy_N 4.0107648929727385e-6 -callousness_N 4.0107648929727385e-6 -callowness_N 4.0107648929727385e-6 -callus_N 4.0107648929727385e-6 -calm_N 2.4064589357836434e-5 -calmness_N 8.021529785945477e-6 -calomel_N 4.0107648929727385e-6 -calorie_N 8.021529785945477e-6 -calorimeter_N 4.0107648929727385e-6 -calorimetry_N 4.0107648929727385e-6 -calosoma_N 4.0107648929727385e-6 -calpac_N 4.0107648929727385e-6 -calque_N 4.0107648929727385e-6 -caltrop_N 4.0107648929727385e-6 -calumet_N 4.0107648929727385e-6 -calumny_N 4.0107648929727385e-6 -calvaria_N 4.0107648929727385e-6 -calvary_N 4.0107648929727385e-6 -calving_N 4.0107648929727385e-6 -calvinism_N 4.0107648929727385e-6 -calvinist_N 4.0107648929727385e-6 -calyculus_N 4.0107648929727385e-6 -calypso_N 4.0107648929727385e-6 -calyptra_N 4.0107648929727385e-6 -calyx_N 4.0107648929727385e-6 -cam_N 4.0107648929727385e-6 -camail_N 4.0107648929727385e-6 -camaraderie_N 8.021529785945477e-6 -camas_N 4.0107648929727385e-6 -camber_N 4.0107648929727385e-6 -cambium_N 4.0107648929727385e-6 -cambodian_N 4.0107648929727385e-6 -cambric_N 4.0107648929727385e-6 -camcorder_N 4.0107648929727385e-6 -camel_N 4.0107648929727385e-6 -camel_hair_N 4.0107648929727385e-6 -camellia_N 4.0107648929727385e-6 -camelpox_N 4.0107648929727385e-6 -camembert_N 4.0107648929727385e-6 -cameo_N 8.021529785945477e-6 -camera_N 1.0026912232431847e-4 -cameraman_N 4.0107648929727385e-6 -cameroonian_N 4.0107648929727385e-6 -camion_N 4.0107648929727385e-6 -camise_N 4.0107648929727385e-6 -camisole_N 4.0107648929727385e-6 -camlet_N 4.0107648929727385e-6 -camomile_N 4.0107648929727385e-6 -camouflage_N 8.021529785945477e-6 -camp_N 6.016147339459108e-5 -camp_bed_N 4.0107648929727385e-6 -camp_chair_N 4.0107648929727385e-6 -camp_fire_N 4.0107648929727385e-6 -camp_follower_N 4.0107648929727385e-6 -camp_stool_N 4.0107648929727385e-6 -campaign_N 6.657869722334746e-4 -campaigner_N 8.021529785945477e-6 -campaigning_N 4.0107648929727385e-6 -campanile_N 4.0107648929727385e-6 -campanula_N 4.0107648929727385e-6 -camper_N 8.021529785945477e-6 -campfire_N 4.0107648929727385e-6 -camphor_N 4.0107648929727385e-6 -camping_N 4.0107648929727385e-6 -campion_N 4.0107648929727385e-6 -campmate_N 4.0107648929727385e-6 -campsite_N 4.0107648929727385e-6 -campstool_N 4.0107648929727385e-6 -campus_N 4.812917871567287e-5 -camshaft_N 4.0107648929727385e-6 -camwood_N 4.0107648929727385e-6 -can_N 6.818300318053656e-5 -canadian_N 4.0107648929727385e-6 -canal_N 2.8075354250809173e-5 -canaliculus_N 4.0107648929727385e-6 -canalization_N 4.0107648929727385e-6 -canape_N 4.0107648929727385e-6 -canard_N 4.0107648929727385e-6 -canary_N 4.0107648929727385e-6 -canary_bird_N 4.0107648929727385e-6 -canary_wine_N 4.0107648929727385e-6 -canasta_N 4.0107648929727385e-6 -canavanine_N 4.0107648929727385e-6 -cancan_N 4.0107648929727385e-6 -cancellation_N 4.4118413822700127e-5 -cancer_N 4.532164329059195e-4 -cancerweed_N 4.0107648929727385e-6 -cancroid_N 4.0107648929727385e-6 -candelabrum_N 4.0107648929727385e-6 -candelilla_N 4.0107648929727385e-6 -candida_N 4.0107648929727385e-6 -candidacy_N 4.0107648929727385e-6 -candidateFem_N 4.0107648929727385e-6 -candidateMasc_N 4.0107648929727385e-6 -candidature_N 4.0107648929727385e-6 -candidiasis_N 4.0107648929727385e-6 -candle_N 1.2032294678918217e-5 -candle_power_N 4.0107648929727385e-6 -candlelight_N 8.021529785945477e-6 -candlemaker_N 4.0107648929727385e-6 -candlenut_N 4.0107648929727385e-6 -candlepin_N 4.0107648929727385e-6 -candlepins_N 4.0107648929727385e-6 -candlepower_N 4.0107648929727385e-6 -candlesnuffer_N 4.0107648929727385e-6 -candlestick_N 4.0107648929727385e-6 -candlewick_N 4.0107648929727385e-6 -candlewood_N 4.0107648929727385e-6 -candor_N 4.0107648929727385e-6 -candour_N 4.0107648929727385e-6 -candy_N 6.016147339459108e-5 -candy_floss_N 4.0107648929727385e-6 -candytuft_N 4.0107648929727385e-6 -cane_N 8.021529785945477e-6 -canebrake_N 4.0107648929727385e-6 -canella_N 4.0107648929727385e-6 -canfield_N 4.0107648929727385e-6 -cangue_N 4.0107648929727385e-6 -canine_N 4.0107648929727385e-6 -canistel_N 4.0107648929727385e-6 -canister_N 4.0107648929727385e-6 -canker_N 4.0107648929727385e-6 -cankerworm_N 4.0107648929727385e-6 -canna_N 4.0107648929727385e-6 -cannabin_N 4.0107648929727385e-6 -cannabis_N 4.0107648929727385e-6 -cannelloni_N 4.0107648929727385e-6 -cannery_N 4.0107648929727385e-6 -cannibal_N 4.0107648929727385e-6 -cannibalism_N 4.0107648929727385e-6 -cannikin_N 4.0107648929727385e-6 -cannon_N 8.021529785945477e-6 -cannon_fodder_N 4.0107648929727385e-6 -cannonade_N 4.0107648929727385e-6 -cannonball_N 4.0107648929727385e-6 -cannula_N 4.0107648929727385e-6 -cannulation_N 4.0107648929727385e-6 -canoe_N 4.0107648929727385e-6 -canoeist_N 4.0107648929727385e-6 -canon_1_N 4.0107648929727385e-6 -canon_2_N 4.0107648929727385e-6 -canon_N 4.0107648929727385e-6 -canonist_N 4.0107648929727385e-6 -canonization_N 4.0107648929727385e-6 -canopy_N 4.0107648929727385e-6 -cant_N 8.021529785945477e-6 -cantala_N 4.0107648929727385e-6 -cantaloup_N 4.0107648929727385e-6 -cantaloupe_N 4.0107648929727385e-6 -cantata_N 4.0107648929727385e-6 -canteen_N 4.0107648929727385e-6 -canter_N 4.0107648929727385e-6 -canthus_N 4.0107648929727385e-6 -canticle_N 4.0107648929727385e-6 -cantilever_N 4.0107648929727385e-6 -cantillation_N 4.0107648929727385e-6 -cantle_N 4.0107648929727385e-6 -canto_N 4.0107648929727385e-6 -canton_N 4.0107648929727385e-6 -cantonment_N 4.0107648929727385e-6 -cantor_N 4.0107648929727385e-6 -canuck_N 4.0107648929727385e-6 -canvas_N 2.4064589357836434e-5 -canvasback_N 4.0107648929727385e-6 -canvass_N 4.0107648929727385e-6 -canvasser_N 4.0107648929727385e-6 -canyon_N 8.021529785945477e-6 -canyonside_N 4.0107648929727385e-6 -cap_N 9.625835743134574e-5 -capability_N 7.620453296648204e-5 -capaciousness_N 4.0107648929727385e-6 -capacitance_N 4.0107648929727385e-6 -capacitor_N 4.0107648929727385e-6 -capacity_N 4.8530255204970137e-4 -caparison_N 4.0107648929727385e-6 -cape_N 4.0107648929727385e-6 -capelin_N 4.0107648929727385e-6 -caper_N 4.0107648929727385e-6 -capercaillie_N 4.0107648929727385e-6 -capful_N 4.0107648929727385e-6 -capillarity_N 4.0107648929727385e-6 -capillary_N 4.0107648929727385e-6 -capital_N 1.7767688475869234e-3 -capitalism_N 5.2139943608645604e-5 -capitalist_N 5.2139943608645604e-5 -capitalization_N 5.2139943608645604e-5 -capitate_N 4.0107648929727385e-6 -capitation_N 4.0107648929727385e-6 -capitol_N 8.021529785945477e-6 -capitulation_N 4.0107648929727385e-6 -capitulum_N 4.0107648929727385e-6 -capo_N 4.0107648929727385e-6 -capon_N 4.0107648929727385e-6 -capote_N 4.0107648929727385e-6 -cappuccino_N 4.0107648929727385e-6 -capriccio_N 4.0107648929727385e-6 -caprice_N 4.0107648929727385e-6 -capriciousness_N 8.021529785945477e-6 -caprifig_N 4.0107648929727385e-6 -capriole_N 4.0107648929727385e-6 -capsaicin_N 4.0107648929727385e-6 -capsicum_N 4.0107648929727385e-6 -capsid_N 4.0107648929727385e-6 -capsizing_N 4.0107648929727385e-6 -capstan_N 4.0107648929727385e-6 -capstone_N 4.0107648929727385e-6 -capsule_N 1.2032294678918217e-5 -captain_N 2.0053824464863696e-5 -captainship_N 4.0107648929727385e-6 -caption_N 4.0107648929727385e-6 -captivation_N 4.0107648929727385e-6 -captive_N 1.2032294678918217e-5 -captivity_N 4.0107648929727385e-6 -captopril_N 4.0107648929727385e-6 -captor_N 4.0107648929727385e-6 -capture_N 8.021529785945477e-6 -capuchin_N 4.0107648929727385e-6 -capulin_N 4.0107648929727385e-6 -caput_N 4.0107648929727385e-6 -capybara_N 4.0107648929727385e-6 -car_N 1.5842521327242317e-3 -car_ferry_N 4.0107648929727385e-6 -carabao_N 4.0107648929727385e-6 -carabiner_N 4.0107648929727385e-6 -caracal_N 4.0107648929727385e-6 -caracara_N 4.0107648929727385e-6 -caracolito_N 4.0107648929727385e-6 -carafe_N 4.0107648929727385e-6 -carambola_N 4.0107648929727385e-6 -caramel_N 4.0107648929727385e-6 -carancha_N 4.0107648929727385e-6 -caranday_N 4.0107648929727385e-6 -carapace_N 4.0107648929727385e-6 -carat_N 1.6043059571890954e-5 -caravan_N 4.0107648929727385e-6 -caravanning_N 4.0107648929727385e-6 -caravansary_N 4.0107648929727385e-6 -caravanserai_N 4.0107648929727385e-6 -caraway_N 4.0107648929727385e-6 -carbamate_N 4.0107648929727385e-6 -carbide_N 8.021529785945477e-6 -carbine_N 4.0107648929727385e-6 -carbineer_N 4.0107648929727385e-6 -carbohydrate_N 4.0107648929727385e-6 -carbomycin_N 4.0107648929727385e-6 -carbon_N 7.21937680735093e-5 -carbon_paper_N 4.0107648929727385e-6 -carbonado_N 4.0107648929727385e-6 -carbonara_N 4.0107648929727385e-6 -carbonate_N 4.0107648929727385e-6 -carbonation_N 4.0107648929727385e-6 -carbonization_N 4.0107648929727385e-6 -carbonyl_N 4.0107648929727385e-6 -carborundum_N 4.0107648929727385e-6 -carboxyl_N 4.0107648929727385e-6 -carboy_N 4.0107648929727385e-6 -carbuncle_N 4.0107648929727385e-6 -carburetor_N 4.0107648929727385e-6 -carburettor_N 4.0107648929727385e-6 -carcase_N 4.0107648929727385e-6 -carcass_N 8.021529785945477e-6 -carcinogen_N 4.0107648929727385e-6 -carcinoid_N 4.0107648929727385e-6 -carcinoma_N 4.0107648929727385e-6 -carcinosarcoma_N 4.0107648929727385e-6 -card_N 4.0107648929727386e-4 -card_sharper_N 4.0107648929727385e-6 -cardamom_N 4.0107648929727385e-6 -cardboard_N 1.2032294678918217e-5 -cardcase_N 4.0107648929727385e-6 -cardholder_N 4.0107648929727385e-6 -cardia_N 4.0107648929727385e-6 -cardigan_N 8.021529785945477e-6 -cardinal_N 8.021529785945477e-6 -cardinalate_N 4.0107648929727385e-6 -cardinalfish_N 4.0107648929727385e-6 -cardinality_N 4.0107648929727385e-6 -cardinalship_N 4.0107648929727385e-6 -cardiograph_N 4.0107648929727385e-6 -cardiography_N 4.0107648929727385e-6 -cardioid_N 4.0107648929727385e-6 -cardiologistFem_N 4.0107648929727385e-6 -cardiologistMasc_N 4.0107648929727385e-6 -cardiology_N 4.0107648929727385e-6 -cardiomegaly_N 4.0107648929727385e-6 -cardiomyopathy_N 4.0107648929727385e-6 -cardiospasm_N 4.0107648929727385e-6 -carditis_N 4.0107648929727385e-6 -cardoon_N 4.0107648929727385e-6 -cardroom_N 4.0107648929727385e-6 -cardsharp_N 4.0107648929727385e-6 -care_N 4.8530255204970137e-4 -career_N 2.2460283400647338e-4 -careerism_N 4.0107648929727385e-6 -careerist_N 4.0107648929727385e-6 -carefreeness_N 4.0107648929727385e-6 -carefulness_N 4.0107648929727385e-6 -caregiver_N 4.0107648929727385e-6 -carelessness_N 4.0107648929727385e-6 -caress_N 4.0107648929727385e-6 -caressing_N 4.0107648929727385e-6 -caret_N 4.0107648929727385e-6 -caretaker_N 8.021529785945477e-6 -carful_N 4.0107648929727385e-6 -cargo_N 9.625835743134574e-5 -carhop_N 4.0107648929727385e-6 -caribou_N 8.021529785945477e-6 -caricature_N 1.2032294678918217e-5 -caricaturist_N 4.0107648929727385e-6 -caries_N 4.0107648929727385e-6 -carillon_N 8.021529785945477e-6 -carillonneur_N 4.0107648929727385e-6 -carina_N 4.0107648929727385e-6 -carinate_N 4.0107648929727385e-6 -carioca_N 4.0107648929727385e-6 -carissa_N 4.0107648929727385e-6 -carjacking_N 4.0107648929727385e-6 -carload_N 4.0107648929727385e-6 -carmelite_N 4.0107648929727385e-6 -carminative_N 4.0107648929727385e-6 -carmine_N 4.0107648929727385e-6 -carnage_N 1.6043059571890954e-5 -carnallite_N 4.0107648929727385e-6 -carnation_N 4.0107648929727385e-6 -carnauba_N 4.0107648929727385e-6 -carnelian_N 4.0107648929727385e-6 -carnival_N 1.2032294678918217e-5 -carnivore_N 8.021529785945477e-6 -carnosaur_N 4.0107648929727385e-6 -carnotite_N 4.0107648929727385e-6 -carob_N 4.0107648929727385e-6 -caroche_N 4.0107648929727385e-6 -carol_N 4.0107648929727385e-6 -caroler_N 4.0107648929727385e-6 -caroling_N 4.0107648929727385e-6 -caroller_N 4.0107648929727385e-6 -carom_N 4.0107648929727385e-6 -carotene_N 4.0107648929727385e-6 -carotenemia_N 4.0107648929727385e-6 -carotenoid_N 4.0107648929727385e-6 -carousal_N 4.0107648929727385e-6 -carouse_N 4.0107648929727385e-6 -carousel_N 4.0107648929727385e-6 -carp_N 8.021529785945477e-6 -carpal_N 4.0107648929727385e-6 -carpel_N 4.0107648929727385e-6 -carpenter_N 1.2032294678918217e-5 -carpenteria_N 4.0107648929727385e-6 -carpentry_N 8.021529785945477e-6 -carper_N 4.0107648929727385e-6 -carpet_N 6.818300318053656e-5 -carpet_beater_N 4.0107648929727385e-6 -carpet_knight_N 4.0107648929727385e-6 -carpet_sweeper_N 4.0107648929727385e-6 -carpetbag_N 4.0107648929727385e-6 -carpetbagger_N 8.021529785945477e-6 -carpetweed_N 4.0107648929727385e-6 -carpophore_N 4.0107648929727385e-6 -carport_N 4.0107648929727385e-6 -carpospore_N 4.0107648929727385e-6 -carrack_N 4.0107648929727385e-6 -carrageenin_N 4.0107648929727385e-6 -carrel_N 4.0107648929727385e-6 -carriage_N 4.0107648929727385e-6 -carriageway_N 4.0107648929727385e-6 -carrier_N 5.454640254442925e-4 -carrier_bag_N 4.0107648929727385e-6 -carrier_pigeon_N 4.0107648929727385e-6 -carrion_N 4.0107648929727385e-6 -carrion_crow_N 4.0107648929727385e-6 -carrot_N 1.2032294678918217e-5 -carry_N 4.4118413822700127e-5 -carryall_N 4.0107648929727385e-6 -carrycot_N 4.0107648929727385e-6 -carsickness_N 4.0107648929727385e-6 -cart_N 2.4064589357836434e-5 -cart_track_N 4.0107648929727385e-6 -cartage_N 4.0107648929727385e-6 -carte_blanche_N 4.0107648929727385e-6 -cartel_N 2.4064589357836434e-5 -carter_N 4.0107648929727385e-6 -carthorse_N 4.0107648929727385e-6 -cartilage_N 1.2032294678918217e-5 -cartilaginification_N 4.0107648929727385e-6 -cartload_N 4.0107648929727385e-6 -cartographer_N 4.0107648929727385e-6 -cartography_N 4.0107648929727385e-6 -carton_N 1.2032294678918217e-5 -cartoon_N 3.208611914378191e-5 -cartoonistFem_N 4.0107648929727385e-6 -cartoonistMasc_N 4.0107648929727385e-6 -cartouche_N 4.0107648929727385e-6 -cartridge_N 2.4064589357836434e-5 -cartridge_belt_N 4.0107648929727385e-6 -cartridge_paper_N 4.0107648929727385e-6 -cartroad_N 4.0107648929727385e-6 -cartwheel_N 4.0107648929727385e-6 -cartwright_N 4.0107648929727385e-6 -caruncle_N 4.0107648929727385e-6 -carvedilol_N 4.0107648929727385e-6 -carver_N 4.0107648929727385e-6 -carving_N 4.0107648929727385e-6 -carving_fork_N 4.0107648929727385e-6 -carving_knife_N 4.0107648929727385e-6 -caryatid_N 4.0107648929727385e-6 -casaba_N 4.0107648929727385e-6 -cascade_N 1.2032294678918217e-5 -cascara_N 4.0107648929727385e-6 -cascarilla_N 4.0107648929727385e-6 -case_N 2.2380068102787884e-3 -case_history_N 4.0107648929727385e-6 -case_law_N 4.0107648929727385e-6 -casebook_N 4.0107648929727385e-6 -casein_N 4.0107648929727385e-6 -casement_N 4.0107648929727385e-6 -casern_N 4.0107648929727385e-6 -casework_N 4.0107648929727385e-6 -caseworm_N 4.0107648929727385e-6 -cash_N 1.7326504337642232e-3 -cashbox_N 4.0107648929727385e-6 -cashew_N 4.0107648929727385e-6 -cashier_N 8.021529785945477e-6 -cashmere_N 4.0107648929727385e-6 -casing_N 1.2032294678918217e-5 -casino_N 1.8850594996971872e-4 -cask_N 4.0107648929727385e-6 -casket_N 8.021529785945477e-6 -caspase_N 4.0107648929727385e-6 -casque_N 4.0107648929727385e-6 -casquet_N 4.0107648929727385e-6 -cassareep_N 4.0107648929727385e-6 -cassava_N 4.0107648929727385e-6 -casserole_N 4.0107648929727385e-6 -cassette_N 2.8075354250809173e-5 -cassia_N 4.0107648929727385e-6 -cassiri_N 4.0107648929727385e-6 -cassiterite_N 4.0107648929727385e-6 -cassock_N 4.0107648929727385e-6 -cassowary_N 4.0107648929727385e-6 -cast_N 7.21937680735093e-5 -castaway_N 4.0107648929727385e-6 -caste_N 4.0107648929727385e-6 -caster_N 1.2032294678918217e-5 -castigation_N 4.0107648929727385e-6 -casting_N 3.609688403675465e-5 -castle_N 1.6043059571890954e-5 -castor_N 4.0107648929727385e-6 -castor_oil_N 1.2032294678918217e-5 -castration_N 4.0107648929727385e-6 -castrato_N 4.0107648929727385e-6 -casualness_N 4.0107648929727385e-6 -casualty_N 6.818300318053656e-5 -casuarina_N 4.0107648929727385e-6 -casuist_N 4.0107648929727385e-6 -casuistry_N 8.021529785945477e-6 -casus_belli_N 4.0107648929727385e-6 -cat_N 2.0053824464863696e-5 -cat_nap_N 4.0107648929727385e-6 -cat_o'_nine_tails_N 4.0107648929727385e-6 -cat_sleep_N 4.0107648929727385e-6 -catabiosis_N 4.0107648929727385e-6 -catabolism_N 4.0107648929727385e-6 -catachresis_N 4.0107648929727385e-6 -cataclysm_N 8.021529785945477e-6 -catacomb_N 4.0107648929727385e-6 -catafalque_N 4.0107648929727385e-6 -catalan_N 4.0107648929727385e-6 -catalase_N 4.0107648929727385e-6 -catalectic_N 4.0107648929727385e-6 -catalepsy_N 4.0107648929727385e-6 -cataleptic_N 4.0107648929727385e-6 -catalexis_N 4.0107648929727385e-6 -catalog_N 4.0107648929727385e-6 -cataloger_N 4.0107648929727385e-6 -catalogue_N 8.021529785945477e-6 -catalpa_N 4.0107648929727385e-6 -catalufa_N 4.0107648929727385e-6 -catalysis_N 4.0107648929727385e-6 -catalyst_N 4.812917871567287e-5 -catamaran_N 8.021529785945477e-6 -catamite_N 4.0107648929727385e-6 -catananche_N 4.0107648929727385e-6 -cataphasia_N 4.0107648929727385e-6 -cataphatism_N 4.0107648929727385e-6 -cataphyll_N 4.0107648929727385e-6 -cataplasia_N 4.0107648929727385e-6 -catapult_N 4.0107648929727385e-6 -cataract_N 2.4064589357836434e-5 -catarrh_N 4.0107648929727385e-6 -catastrophe_N 8.422606275242751e-5 -catatonia_N 4.0107648929727385e-6 -catbird_N 4.0107648929727385e-6 -catboat_N 4.0107648929727385e-6 -catcall_N 4.0107648929727385e-6 -catch_N 2.4064589357836434e-5 -catch_crop_N 4.0107648929727385e-6 -catchall_N 4.0107648929727385e-6 -catcher_N 1.6043059571890954e-5 -catching_N 4.0107648929727385e-6 -catchment_N 4.0107648929727385e-6 -catchment_area_N 4.0107648929727385e-6 -catchment_basin_N 4.0107648929727385e-6 -catchphrase_N 4.0107648929727385e-6 -catchup_N 4.0107648929727385e-6 -catchword_N 4.0107648929727385e-6 -catechesis_N 4.0107648929727385e-6 -catechin_N 4.0107648929727385e-6 -catechism_N 4.0107648929727385e-6 -catechist_N 4.0107648929727385e-6 -catecholamine_N 4.0107648929727385e-6 -catechu_N 4.0107648929727385e-6 -catechumen_N 4.0107648929727385e-6 -categorem_N 4.0107648929727385e-6 -categorization_N 4.0107648929727385e-6 -category_N 2.165813042205279e-4 -catena_N 4.0107648929727385e-6 -catenary_N 4.0107648929727385e-6 -caterer_N 8.021529785945477e-6 -catering_N 4.0107648929727385e-6 -caterpillar_N 4.0107648929727385e-6 -caterwaul_N 4.0107648929727385e-6 -catfish_N 1.6043059571890954e-5 -catgut_N 4.0107648929727385e-6 -catharsis_N 8.021529785945477e-6 -cathartic_N 4.0107648929727385e-6 -cathedra_N 4.0107648929727385e-6 -cathedral_N 4.0107648929727385e-6 -catheter_N 4.0107648929727385e-6 -catheterization_N 4.0107648929727385e-6 -cathexis_N 4.0107648929727385e-6 -cathode_N 2.0053824464863696e-5 -catholicFem_N 4.0107648929727385e-6 -catholicMasc_N 4.0107648929727385e-6 -catholicism_N 4.0107648929727385e-6 -catholicity_N 4.0107648929727385e-6 -cation_N 4.0107648929727385e-6 -catkin_N 4.0107648929727385e-6 -catling_N 4.0107648929727385e-6 -catmint_N 4.0107648929727385e-6 -catoptrics_N 4.0107648929727385e-6 -catostomid_N 4.0107648929727385e-6 -catsup_N 8.021529785945477e-6 -cattail_N 4.0107648929727385e-6 -cattalo_N 4.0107648929727385e-6 -cattiness_N 4.0107648929727385e-6 -cattle_N 4.0107648929727385e-6 -cattle_cake_N 4.0107648929727385e-6 -cattleman_N 4.0107648929727385e-6 -cattleship_N 4.0107648929727385e-6 -cattleya_N 4.0107648929727385e-6 -catty_N 4.0107648929727385e-6 -catwalk_N 4.0107648929727385e-6 -caucasianFem_N 4.0107648929727385e-6 -caucasianMasc_N 4.0107648929727385e-6 -caucus_N 4.0107648929727385e-6 -cauda_N 4.0107648929727385e-6 -caudex_N 4.0107648929727385e-6 -caul_N 4.0107648929727385e-6 -cauldron_N 4.0107648929727385e-6 -cauliflower_N 4.0107648929727385e-6 -caulk_N 4.0107648929727385e-6 -causalgia_N 4.0107648929727385e-6 -causality_N 4.0107648929727385e-6 -causation_N 4.0107648929727385e-6 -cause_N 2.366351286853916e-4 -causerie_N 4.0107648929727385e-6 -causeway_N 4.0107648929727385e-6 -causing_N 4.0107648929727385e-6 -caustic_N 4.0107648929727385e-6 -cautery_N 4.0107648929727385e-6 -caution_N 7.620453296648204e-5 -cavalcade_N 4.0107648929727385e-6 -cavalier_N 4.0107648929727385e-6 -cavalry_N 4.0107648929727385e-6 -cavalryman_N 4.0107648929727385e-6 -cave_N 1.2032294678918217e-5 -cave_dweller_N 4.0107648929727385e-6 -cave_in_N 4.0107648929727385e-6 -caveat_N 2.0053824464863696e-5 -caveman_N 4.0107648929727385e-6 -cavern_N 4.0107648929727385e-6 -cavetto_N 4.0107648929727385e-6 -caviar_N 4.0107648929727385e-6 -caviare_N 4.0107648929727385e-6 -cavity_N 4.0107648929727385e-6 -cavy_N 4.0107648929727385e-6 -caw_N 4.0107648929727385e-6 -cayenne_N 4.0107648929727385e-6 -cayenne_pepper_N 4.0107648929727385e-6 -cayman_N 4.0107648929727385e-6 -cayuse_N 4.0107648929727385e-6 -cbi_N 4.0107648929727385e-6 -cc_N 4.0107648929727385e-6 -cd_N 2.647104829362008e-4 -cease_N 4.4118413822700127e-5 -cease_fire_N 4.0107648929727385e-6 -cecropia_N 4.0107648929727385e-6 -cecum_N 4.0107648929727385e-6 -cedar_N 1.2032294678918217e-5 -cedi_N 4.0107648929727385e-6 -cedilla_N 4.0107648929727385e-6 -cefadroxil_N 4.0107648929727385e-6 -cefoperazone_N 4.0107648929727385e-6 -cefotaxime_N 4.0107648929727385e-6 -ceftazidime_N 4.0107648929727385e-6 -ceftriaxone_N 4.0107648929727385e-6 -cefuroxime_N 4.0107648929727385e-6 -ceibo_N 4.0107648929727385e-6 -ceilidh_N 4.0107648929727385e-6 -ceiling_N 2.2059206911350063e-4 -celandine_N 4.0107648929727385e-6 -celebrant_N 4.0107648929727385e-6 -celebration_N 4.812917871567287e-5 -celebrity_N 3.609688403675465e-5 -celecoxib_N 4.0107648929727385e-6 -celeriac_N 4.0107648929727385e-6 -celerity_N 4.0107648929727385e-6 -celery_N 4.0107648929727385e-6 -celesta_N 4.0107648929727385e-6 -celestite_N 4.0107648929727385e-6 -celibacy_N 4.0107648929727385e-6 -celibate_N 4.0107648929727385e-6 -celiocentesis_N 4.0107648929727385e-6 -celioma_N 4.0107648929727385e-6 -celioscopy_N 4.0107648929727385e-6 -cell_N 2.647104829362008e-4 -cellar_N 1.2032294678918217e-5 -cellarage_N 4.0107648929727385e-6 -cellblock_N 4.0107648929727385e-6 -cellistFem_N 4.0107648929727385e-6 -cellistMasc_N 4.0107648929727385e-6 -cello_N 4.0107648929727385e-6 -cellophane_N 4.0107648929727385e-6 -cellularity_N 4.0107648929727385e-6 -cellulite_N 4.0107648929727385e-6 -cellulitis_N 4.0107648929727385e-6 -celluloid_N 8.021529785945477e-6 -cellulose_N 4.0107648929727385e-6 -cellulosic_N 4.0107648929727385e-6 -celom_N 4.0107648929727385e-6 -celt_N 4.0107648929727385e-6 -celtic_N 4.0107648929727385e-6 -celtuce_N 4.0107648929727385e-6 -cement_N 5.2139943608645604e-5 -cement_mixer_N 4.0107648929727385e-6 -cementite_N 4.0107648929727385e-6 -cementum_N 4.0107648929727385e-6 -cemetery_N 2.8075354250809173e-5 -cenobite_N 4.0107648929727385e-6 -cenogenesis_N 4.0107648929727385e-6 -cenotaph_N 4.0107648929727385e-6 -censer_N 4.0107648929727385e-6 -censor_N 4.0107648929727385e-6 -censoring_N 4.0107648929727385e-6 -censorship_N 3.208611914378191e-5 -censure_N 4.0107648929727385e-6 -census_N 2.0053824464863696e-5 -cent_N 3.99873259829382e-3 -centas_N 4.0107648929727385e-6 -centaur_N 4.0107648929727385e-6 -centaury_N 4.0107648929727385e-6 -centavo_N 4.0107648929727385e-6 -centenarian_N 1.2032294678918217e-5 -centenary_N 4.0107648929727385e-6 -centennial_N 4.812917871567287e-5 -centerboard_N 4.0107648929727385e-6 -centerfold_N 4.0107648929727385e-6 -centering_N 4.0107648929727385e-6 -centerline_N 4.0107648929727385e-6 -centerpiece_N 4.0107648929727385e-6 -centesimo_N 4.0107648929727385e-6 -centesis_N 4.0107648929727385e-6 -centiliter_N 4.0107648929727385e-6 -centime_N 4.0107648929727385e-6 -centimetre_N 4.0107648929727385e-6 -centimo_N 4.0107648929727385e-6 -centipede_N 4.0107648929727385e-6 -centner_N 4.0107648929727385e-6 -central_N 8.021529785945477e-6 -centralism_N 4.0107648929727385e-6 -centrality_N 4.0107648929727385e-6 -centralization_N 4.0107648929727385e-6 -centre_N 2.4064589357836434e-5 -centre_bit_N 4.0107648929727385e-6 -centre_board_N 4.0107648929727385e-6 -centrepiece_N 4.0107648929727385e-6 -centrex_N 4.0107648929727385e-6 -centrifugation_N 4.0107648929727385e-6 -centrifuge_N 4.0107648929727385e-6 -centriole_N 4.0107648929727385e-6 -centrism_N 4.0107648929727385e-6 -centrist_N 4.0107648929727385e-6 -centroid_N 4.0107648929727385e-6 -centromere_N 4.0107648929727385e-6 -centrosome_N 4.0107648929727385e-6 -centrum_N 4.0107648929727385e-6 -centurion_N 8.021529785945477e-6 -century_N 2.5668895315025526e-4 -cephalexin_N 4.0107648929727385e-6 -cephalhematoma_N 4.0107648929727385e-6 -cephalochordate_N 4.0107648929727385e-6 -cephaloglycin_N 4.0107648929727385e-6 -cephalometry_N 4.0107648929727385e-6 -cephalopod_N 4.0107648929727385e-6 -cephaloridine_N 4.0107648929727385e-6 -cephalosporin_N 4.0107648929727385e-6 -cephalothin_N 4.0107648929727385e-6 -ceramic_N 4.0107648929727385e-6 -ceramics_N 1.6043059571890954e-5 -ceras_N 4.0107648929727385e-6 -cerate_N 4.0107648929727385e-6 -ceratodus_N 4.0107648929727385e-6 -ceratopsian_N 4.0107648929727385e-6 -ceratosaur_N 4.0107648929727385e-6 -ceratozamia_N 4.0107648929727385e-6 -cercaria_N 4.0107648929727385e-6 -cere_N 4.0107648929727385e-6 -cereal_N 6.417223828756382e-5 -cerebellum_N 4.0107648929727385e-6 -cerebration_N 4.0107648929727385e-6 -cerebrum_N 4.0107648929727385e-6 -cerecloth_N 4.0107648929727385e-6 -ceremonial_N 4.0107648929727385e-6 -ceremoniousness_N 4.0107648929727385e-6 -ceremony_N 2.4064589357836434e-5 -ceresin_N 4.0107648929727385e-6 -ceriman_N 4.0107648929727385e-6 -cerise_N 4.0107648929727385e-6 -cerium_N 4.0107648929727385e-6 -cerivastatin_N 4.0107648929727385e-6 -cero_N 4.0107648929727385e-6 -cert_N 4.0107648929727385e-6 -certainty_N 2.4064589357836434e-5 -certificate_N 2.7273201272214623e-4 -certification_N 8.021529785945477e-6 -certiorari_N 4.0107648929727385e-6 -certitude_N 4.0107648929727385e-6 -cerumen_N 4.0107648929727385e-6 -cerussite_N 4.0107648929727385e-6 -cervicitis_N 4.0107648929727385e-6 -cervix_N 8.021529785945477e-6 -cesium_N 4.0107648929727385e-6 -cessation_N 2.0053824464863696e-5 -cession_N 4.0107648929727385e-6 -cesspit_N 4.0107648929727385e-6 -cesspool_N 4.0107648929727385e-6 -cetacean_N 4.0107648929727385e-6 -cetrimide_N 4.0107648929727385e-6 -cgs_N 4.0107648929727385e-6 -chabazite_N 4.0107648929727385e-6 -chachalaca_N 4.0107648929727385e-6 -chachka_N 4.0107648929727385e-6 -chacma_N 4.0107648929727385e-6 -chad_N 4.0107648929727385e-6 -chadian_N 4.0107648929727385e-6 -chador_N 4.0107648929727385e-6 -chaenactis_N 4.0107648929727385e-6 -chaeta_N 4.0107648929727385e-6 -chaetodon_N 4.0107648929727385e-6 -chafe_N 4.0107648929727385e-6 -chafeweed_N 4.0107648929727385e-6 -chaff_N 4.0107648929727385e-6 -chaffinch_N 4.0107648929727385e-6 -chaffweed_N 4.0107648929727385e-6 -chafing_N 4.0107648929727385e-6 -chafing_dish_N 4.0107648929727385e-6 -chagrin_N 4.0107648929727385e-6 -chain_N 6.2969008819672e-4 -chain_armour_N 4.0107648929727385e-6 -chain_gang_N 4.0107648929727385e-6 -chain_letter_N 4.0107648929727385e-6 -chain_mail_N 4.0107648929727385e-6 -chain_smoker_N 4.0107648929727385e-6 -chain_stitch_N 4.0107648929727385e-6 -chain_store_N 4.0107648929727385e-6 -chair_N 9.2247592538373e-5 -chair_lift_N 4.0107648929727385e-6 -chairlift_N 4.0107648929727385e-6 -chairman_N 2.306189813459325e-3 -chairmanship_N 1.6043059571890954e-5 -chaise_N 4.0107648929727385e-6 -chaise_longue_N 4.0107648929727385e-6 -chaja_N 4.0107648929727385e-6 -chalaza_N 4.0107648929727385e-6 -chalazion_N 4.0107648929727385e-6 -chalcedony_N 4.0107648929727385e-6 -chalcocite_N 4.0107648929727385e-6 -chalcopyrite_N 4.0107648929727385e-6 -chaldron_N 4.0107648929727385e-6 -chalet_N 4.0107648929727385e-6 -chalice_N 4.0107648929727385e-6 -chalk_N 1.2032294678918217e-5 -chalkpit_N 4.0107648929727385e-6 -challah_N 4.0107648929727385e-6 -challenge_N 2.286135988994461e-4 -challenger_N 1.6043059571890954e-5 -challis_N 4.0107648929727385e-6 -chamber_N 1.0026912232431847e-4 -chamberlain_N 4.0107648929727385e-6 -chambermaid_N 4.0107648929727385e-6 -chamberpot_N 4.0107648929727385e-6 -chambray_N 4.0107648929727385e-6 -chameleon_N 4.0107648929727385e-6 -chammy_leather_N 4.0107648929727385e-6 -chamois_N 4.0107648929727385e-6 -chamois_leather_N 4.0107648929727385e-6 -chamomile_N 4.0107648929727385e-6 -chamosite_N 4.0107648929727385e-6 -champ_N 1.2032294678918217e-5 -champagne_N 2.8075354250809173e-5 -champerty_N 4.0107648929727385e-6 -champion_N 5.6150708501618345e-5 -championship_N 3.208611914378191e-5 -chanar_N 4.0107648929727385e-6 -chance_N 4.4118413822700125e-4 -chancel_N 4.0107648929727385e-6 -chancellery_N 4.0107648929727385e-6 -chancellor_N 3.609688403675465e-5 -chancellorship_N 4.0107648929727385e-6 -chancery_N 4.0107648929727385e-6 -chancre_N 4.0107648929727385e-6 -chancroid_N 4.0107648929727385e-6 -chandelier_N 1.2032294678918217e-5 -chandelle_N 4.0107648929727385e-6 -chandler_N 4.0107648929727385e-6 -chandlery_N 4.0107648929727385e-6 -chanfron_N 4.0107648929727385e-6 -change_N 1.6323813114399047e-3 -changeableness_N 4.0107648929727385e-6 -changelessness_N 4.0107648929727385e-6 -changeling_N 4.0107648929727385e-6 -changeover_N 8.021529785945477e-6 -changer_N 4.0107648929727385e-6 -channel_N 1.0427988721729121e-4 -channelization_N 4.0107648929727385e-6 -channels_N 4.0107648929727385e-6 -chant_N 8.021529785945477e-6 -chanter_N 4.0107648929727385e-6 -chanterelle_N 4.0107648929727385e-6 -chantey_N 4.0107648929727385e-6 -chantry_N 4.0107648929727385e-6 -chaos_N 5.2139943608645604e-5 -chap_N 8.021529785945477e-6 -chapatti_N 4.0107648929727385e-6 -chapel_N 4.0107648929727385e-6 -chapelgoer_N 4.0107648929727385e-6 -chaperon_N 4.0107648929727385e-6 -chaplain_N 4.0107648929727385e-6 -chaplaincy_N 4.0107648929727385e-6 -chaplet_N 4.0107648929727385e-6 -chapman_N 8.021529785945477e-6 -chapter_N 2.366351286853916e-4 -chapterhouse_N 4.0107648929727385e-6 -char_N 4.0107648929727385e-6 -charabanc_1_N 4.0107648929727385e-6 -charabanc_2_N 4.0107648929727385e-6 -characin_N 4.0107648929727385e-6 -character_1_N 4.0107648929727385e-6 -character_2_N 4.0107648929727385e-6 -characteristic_N 2.0053824464863696e-5 -characterization_N 1.2032294678918217e-5 -charade_N 4.0107648929727385e-6 -charades_N 4.0107648929727385e-6 -charcoal_N 4.0107648929727385e-6 -charcoal_burner_N 4.0107648929727385e-6 -charcuterie_N 4.0107648929727385e-6 -chard_N 4.0107648929727385e-6 -charge_N 1.5120583646507225e-3 -charge_account_N 4.0107648929727385e-6 -charge_d'affaires_N 4.0107648929727385e-6 -charge_sheet_N 4.0107648929727385e-6 -charger_N 8.021529785945477e-6 -chariot_N 4.0107648929727385e-6 -charioteer_N 4.0107648929727385e-6 -charisma_N 8.021529785945477e-6 -charitableness_N 4.0107648929727385e-6 -charity_N 2.0454900954160969e-4 -charivari_N 4.0107648929727385e-6 -charlady_N 4.0107648929727385e-6 -charlatan_N 8.021529785945477e-6 -charlatanism_N 4.0107648929727385e-6 -charleston_N 4.0107648929727385e-6 -charlock_N 4.0107648929727385e-6 -charlotte_N 4.0107648929727385e-6 -charm_N 2.0053824464863696e-5 -charmer_N 4.0107648929727385e-6 -charnel_house_N 4.0107648929727385e-6 -chart_N 6.016147339459108e-5 -charter_N 8.422606275242751e-5 -charter_party_N 4.0107648929727385e-6 -charterhouse_N 4.0107648929727385e-6 -chartism_N 4.0107648929727385e-6 -chartist_N 4.0107648929727385e-6 -chartreuse_N 4.0107648929727385e-6 -charwoman_N 4.0107648929727385e-6 -chase_N 1.6043059571890954e-5 -chaser_N 1.6043059571890954e-5 -chasm_N 4.0107648929727385e-6 -chasse_N 4.0107648929727385e-6 -chassis_N 2.4064589357836434e-5 -chasteness_N 4.0107648929727385e-6 -chastisement_N 4.0107648929727385e-6 -chastity_N 4.0107648929727385e-6 -chasuble_N 4.0107648929727385e-6 -chat_N 4.0107648929727385e-6 -chateau_N 4.0107648929727385e-6 -chatelaine_N 4.0107648929727385e-6 -chattel_N 4.0107648929727385e-6 -chatter_N 1.2032294678918217e-5 -chatterbox_N 4.0107648929727385e-6 -chatterer_N 4.0107648929727385e-6 -chauffeur_N 1.6043059571890954e-5 -chauffeuse_N 4.0107648929727385e-6 -chaulmoogra_N 4.0107648929727385e-6 -chauvinism_N 1.2032294678918217e-5 -chauvinist_N 4.0107648929727385e-6 -chaw_N 4.0107648929727385e-6 -chaw_bacon_N 4.0107648929727385e-6 -cheapjack_N 4.0107648929727385e-6 -cheapness_N 4.0107648929727385e-6 -cheapskate_N 4.0107648929727385e-6 -cheat_N 4.0107648929727385e-6 -chebab_N 4.0107648929727385e-6 -check_N 1.965274797556642e-4 -checkbook_N 2.0053824464863696e-5 -checker_N 4.0107648929727385e-6 -checkerbloom_N 4.0107648929727385e-6 -checkerboard_N 4.0107648929727385e-6 -checkers_N 4.0107648929727385e-6 -checklist_N 4.0107648929727385e-6 -checkmate_N 4.0107648929727385e-6 -checkout_N 8.021529785945477e-6 -checkpoint_N 1.2032294678918217e-5 -checkroom_N 4.0107648929727385e-6 -checksum_N 4.0107648929727385e-6 -checkup_N 4.0107648929727385e-6 -cheddar_N 4.0107648929727385e-6 -cheek_N 1.2032294678918217e-5 -cheekbone_N 4.0107648929727385e-6 -cheekpiece_N 4.0107648929727385e-6 -cheep_N 4.0107648929727385e-6 -cheer_N 2.8075354250809173e-5 -cheerer_N 4.0107648929727385e-6 -cheerfulness_N 4.0107648929727385e-6 -cheering_N 4.0107648929727385e-6 -cheerleader_N 8.021529785945477e-6 -cheerlessness_N 4.0107648929727385e-6 -cheese_N 2.8075354250809173e-5 -cheeseboard_N 4.0107648929727385e-6 -cheeseburger_N 4.0107648929727385e-6 -cheesecake_N 4.0107648929727385e-6 -cheesecloth_N 4.0107648929727385e-6 -cheesemonger_N 4.0107648929727385e-6 -cheetah_N 8.021529785945477e-6 -chef_N 4.812917871567287e-5 -chef_d'oeuvre_N 4.0107648929727385e-6 -cheilitis_N 4.0107648929727385e-6 -cheilosis_N 4.0107648929727385e-6 -chela_N 4.0107648929727385e-6 -chelate_N 4.0107648929727385e-6 -chelation_N 4.0107648929727385e-6 -chelicera_N 4.0107648929727385e-6 -chelonian_N 4.0107648929727385e-6 -chemical_N 6.216685584107746e-4 -chemiluminescence_N 4.0107648929727385e-6 -chemise_N 4.0107648929727385e-6 -chemisorption_N 4.0107648929727385e-6 -chemistFem_N 4.0107648929727385e-6 -chemistMasc_N 4.0107648929727385e-6 -chemistry_N 3.609688403675465e-5 -chemoreceptor_N 4.0107648929727385e-6 -chemosis_N 4.0107648929727385e-6 -chemosurgery_N 4.0107648929727385e-6 -chemosynthesis_N 4.0107648929727385e-6 -chemotaxis_N 4.0107648929727385e-6 -chemotherapy_N 4.0107648929727385e-6 -chenille_N 8.021529785945477e-6 -cheque_N 4.0107648929727385e-6 -chequebook_N 4.0107648929727385e-6 -cherimoya_N 4.0107648929727385e-6 -cheroot_N 4.0107648929727385e-6 -cherry_N 1.2032294678918217e-5 -cherrystone_N 4.0107648929727385e-6 -chert_N 4.0107648929727385e-6 -cherub_N 8.021529785945477e-6 -chervil_N 4.0107648929727385e-6 -chess_N 1.6043059571890954e-5 -chessboard_N 4.0107648929727385e-6 -chessman_N 4.0107648929727385e-6 -chest_N 2.4064589357836434e-5 -chesterfield_N 4.0107648929727385e-6 -chestnut_N 4.0107648929727385e-6 -chetrum_N 4.0107648929727385e-6 -cheval_glass_N 4.0107648929727385e-6 -chevron_N 4.0107648929727385e-6 -chevrotain_N 4.0107648929727385e-6 -chew_N 8.021529785945477e-6 -chewer_N 4.0107648929727385e-6 -chewing_gum_N 4.0107648929727385e-6 -chewink_N 4.0107648929727385e-6 -chi_N 4.0107648929727385e-6 -chianti_N 4.0107648929727385e-6 -chiaroscuro_N 4.0107648929727385e-6 -chiasma_N 4.0107648929727385e-6 -chiasmus_N 4.0107648929727385e-6 -chic_N 4.0107648929727385e-6 -chicane_N 4.0107648929727385e-6 -chicanery_N 8.021529785945477e-6 -chichi_N 4.0107648929727385e-6 -chichipe_N 4.0107648929727385e-6 -chick_N 4.0107648929727385e-6 -chickadee_N 4.0107648929727385e-6 -chicken_N 8.021529785945478e-5 -chicken_run_N 4.0107648929727385e-6 -chickenfeed_N 4.0107648929727385e-6 -chickenpox_N 4.0107648929727385e-6 -chickenshit_N 4.0107648929727385e-6 -chickeree_N 4.0107648929727385e-6 -chickpea_N 4.0107648929727385e-6 -chickweed_N 4.0107648929727385e-6 -chicle_N 4.0107648929727385e-6 -chicory_N 4.0107648929727385e-6 -chiding_N 4.0107648929727385e-6 -chief_N 1.2232832923566854e-3 -chieftainFem_N 4.0107648929727385e-6 -chieftainMasc_N 4.0107648929727385e-6 -chieftaincy_N 4.0107648929727385e-6 -chiffon_N 4.0107648929727385e-6 -chiffonier_N 4.0107648929727385e-6 -chigetai_N 4.0107648929727385e-6 -chignon_N 4.0107648929727385e-6 -chigoe_N 4.0107648929727385e-6 -chilblain_N 4.0107648929727385e-6 -child's_play_N 4.0107648929727385e-6 -child_N 6.537546775545564e-4 -child_bearing_N 4.0107648929727385e-6 -childbirth_N 4.0107648929727385e-6 -childcare_N 4.0107648929727385e-6 -childhood_N 2.8075354250809173e-5 -childishness_N 4.0107648929727385e-6 -childlessness_N 4.0107648929727385e-6 -chileanFem_N 4.0107648929727385e-6 -chileanMasc_N 4.0107648929727385e-6 -chili_N 4.0107648929727385e-6 -chill_N 1.2032294678918217e-5 -chilli_N 4.0107648929727385e-6 -chilliness_N 4.0107648929727385e-6 -chilly_N 4.0107648929727385e-6 -chimaera_N 4.0107648929727385e-6 -chime_N 4.0107648929727385e-6 -chimera_N 4.0107648929727385e-6 -chimney_N 1.2032294678918217e-5 -chimney_sweep_N 4.0107648929727385e-6 -chimneybreast_N 4.0107648929727385e-6 -chimneypiece_N 4.0107648929727385e-6 -chimneypot_N 4.0107648929727385e-6 -chimneystack_N 4.0107648929727385e-6 -chimneysweep_N 4.0107648929727385e-6 -chimneysweeper_N 4.0107648929727385e-6 -chimp_N 4.0107648929727385e-6 -chimpanzee_N 8.021529785945477e-6 -chin_N 1.2032294678918217e-5 -chin_strap_N 4.0107648929727385e-6 -chin_wagging_N 4.0107648929727385e-6 -china_N 1.6043059571890954e-5 -china_closet_N 4.0107648929727385e-6 -chinaberry_N 4.0107648929727385e-6 -chinaware_N 4.0107648929727385e-6 -chincapin_N 4.0107648929727385e-6 -chincherinchee_N 4.0107648929727385e-6 -chinchilla_N 4.0107648929727385e-6 -chine_N 4.0107648929727385e-6 -chinese_N 8.021529785945477e-6 -chink_N 4.0107648929727385e-6 -chino_N 4.0107648929727385e-6 -chinoiserie_N 4.0107648929727385e-6 -chinook_N 4.0107648929727385e-6 -chintz_N 4.0107648929727385e-6 -chip_N 5.093671414075379e-4 -chipboard_N 4.0107648929727385e-6 -chipmunk_N 4.0107648929727385e-6 -chipolata_N 4.0107648929727385e-6 -chipotle_N 4.0107648929727385e-6 -chippendale_N 4.0107648929727385e-6 -chips_N 4.0107648929727385e-6 -chiralgia_N 4.0107648929727385e-6 -chiropodist_N 4.0107648929727385e-6 -chiropody_N 4.0107648929727385e-6 -chiropractic_N 4.0107648929727385e-6 -chiropractor_N 4.0107648929727385e-6 -chirp_N 4.0107648929727385e-6 -chirpiness_N 4.0107648929727385e-6 -chirrup_N 4.0107648929727385e-6 -chisel_N 4.0107648929727385e-6 -chiseller_N 4.0107648929727385e-6 -chit_N 8.021529785945477e-6 -chit_chat_N 4.0107648929727385e-6 -chitchat_N 4.0107648929727385e-6 -chitin_N 4.0107648929727385e-6 -chiton_N 4.0107648929727385e-6 -chitterlings_N 4.0107648929727385e-6 -chivalry_N 4.0107648929727385e-6 -chive_N 4.0107648929727385e-6 -chives_N 4.0107648929727385e-6 -chlamydia_N 4.0107648929727385e-6 -chlamydospore_N 4.0107648929727385e-6 -chlamys_N 4.0107648929727385e-6 -chloasma_N 4.0107648929727385e-6 -chlorambucil_N 4.0107648929727385e-6 -chloramine_N 4.0107648929727385e-6 -chloramphenicol_N 4.0107648929727385e-6 -chlorate_N 4.0107648929727385e-6 -chlordiazepoxide_N 4.0107648929727385e-6 -chlorella_N 4.0107648929727385e-6 -chlorenchyma_N 4.0107648929727385e-6 -chlorhexidine_N 4.0107648929727385e-6 -chloride_N 1.6043059571890954e-5 -chlorination_N 4.0107648929727385e-6 -chlorine_N 2.4064589357836434e-5 -chlorinity_N 4.0107648929727385e-6 -chlorite_N 4.0107648929727385e-6 -chloroacetophenone_N 4.0107648929727385e-6 -chlorobenzene_N 4.0107648929727385e-6 -chlorobenzylidenemalononitrile_N 4.0107648929727385e-6 -chlorofluorocarbon_N 8.021529785945477e-6 -chloroform_N 4.0107648929727385e-6 -chlorophyll_N 4.0107648929727385e-6 -chloropicrin_N 4.0107648929727385e-6 -chloroplast_N 4.0107648929727385e-6 -chloroprene_N 4.0107648929727385e-6 -chloroquine_N 4.0107648929727385e-6 -chlorosis_N 4.0107648929727385e-6 -chlorothiazide_N 4.0107648929727385e-6 -chlorpromazine_N 4.0107648929727385e-6 -chlorpyrifos_N 4.0107648929727385e-6 -chlortetracycline_N 4.0107648929727385e-6 -chlorthalidone_N 4.0107648929727385e-6 -choanocyte_N 4.0107648929727385e-6 -choc_N 4.0107648929727385e-6 -choc_ice_N 4.0107648929727385e-6 -chock_N 4.0107648929727385e-6 -chocolate_N 2.8075354250809173e-5 -choice_N 2.7674277761511896e-4 -choir_N 8.021529785945477e-6 -choir_school_N 4.0107648929727385e-6 -choirboy_N 4.0107648929727385e-6 -choirmaster_N 4.0107648929727385e-6 -choke_N 4.0107648929727385e-6 -choke_damp_N 4.0107648929727385e-6 -chokecherry_N 4.0107648929727385e-6 -chokedamp_N 4.0107648929727385e-6 -chokehold_N 4.0107648929727385e-6 -chokepoint_N 4.0107648929727385e-6 -choker_N 4.0107648929727385e-6 -chokey_N 4.0107648929727385e-6 -choking_N 4.0107648929727385e-6 -choky_N 4.0107648929727385e-6 -cholangiography_N 4.0107648929727385e-6 -cholangitis_N 4.0107648929727385e-6 -cholecystectomy_N 4.0107648929727385e-6 -cholecystitis_N 4.0107648929727385e-6 -cholecystokinin_N 4.0107648929727385e-6 -cholelithiasis_N 4.0107648929727385e-6 -cholelithotomy_N 4.0107648929727385e-6 -choler_N 4.0107648929727385e-6 -cholera_N 4.0107648929727385e-6 -cholesterol_N 4.0107648929727385e-6 -choline_N 4.0107648929727385e-6 -cholinesterase_N 4.0107648929727385e-6 -cholla_N 4.0107648929727385e-6 -chomping_N 4.0107648929727385e-6 -chon_N 4.0107648929727385e-6 -chondrin_N 4.0107648929727385e-6 -chondrite_N 4.0107648929727385e-6 -chondroma_N 4.0107648929727385e-6 -chondrosarcoma_N 4.0107648929727385e-6 -chondrule_N 4.0107648929727385e-6 -chop_N 8.021529785945477e-6 -chop_house_N 4.0107648929727385e-6 -chop_suey_N 4.0107648929727385e-6 -chopine_N 4.0107648929727385e-6 -chopper_N 4.0107648929727385e-6 -choppiness_N 4.0107648929727385e-6 -chopstick_N 4.0107648929727385e-6 -choragus_N 4.0107648929727385e-6 -chorale_N 4.0107648929727385e-6 -chord_N 2.0053824464863696e-5 -chordamesoderm_N 4.0107648929727385e-6 -chordate_N 4.0107648929727385e-6 -chorditis_N 4.0107648929727385e-6 -chordophone_N 4.0107648929727385e-6 -chore_N 4.4118413822700127e-5 -chorea_N 4.0107648929727385e-6 -choreographer_N 4.0107648929727385e-6 -choreography_N 4.0107648929727385e-6 -chorioallantois_N 4.0107648929727385e-6 -choriomeningitis_N 4.0107648929727385e-6 -chorion_N 4.0107648929727385e-6 -chorioretinitis_N 4.0107648929727385e-6 -chorister_N 4.0107648929727385e-6 -chorizo_N 4.0107648929727385e-6 -choroid_N 4.0107648929727385e-6 -chortle_N 4.0107648929727385e-6 -chorus_N 3.208611914378191e-5 -chorus_girl_N 4.0107648929727385e-6 -chosen_N 4.0107648929727385e-6 -chough_N 4.0107648929727385e-6 -chow_N 4.0107648929727385e-6 -chowchow_N 4.0107648929727385e-6 -chowder_N 4.0107648929727385e-6 -chrestomathy_N 4.0107648929727385e-6 -chrism_N 4.0107648929727385e-6 -christella_N 4.0107648929727385e-6 -christendom_N 4.0107648929727385e-6 -christening_N 4.0107648929727385e-6 -christian_N 1.2032294678918217e-5 -christianity_N 4.0107648929727385e-6 -christmas_N 4.0107648929727385e-6 -christmas_box_N 4.0107648929727385e-6 -christmas_tree_N 4.0107648929727385e-6 -christmastide_N 4.0107648929727385e-6 -christmastime_N 4.0107648929727385e-6 -chromate_N 4.0107648929727385e-6 -chromatid_N 4.0107648929727385e-6 -chromatin_N 4.0107648929727385e-6 -chromatism_N 4.0107648929727385e-6 -chromatogram_N 4.0107648929727385e-6 -chromatography_N 4.0107648929727385e-6 -chrome_N 4.0107648929727385e-6 -chromesthesia_N 4.0107648929727385e-6 -chromite_N 4.0107648929727385e-6 -chromium_N 4.0107648929727385e-6 -chromoblastomycosis_N 4.0107648929727385e-6 -chromogen_N 4.0107648929727385e-6 -chromolithography_N 4.0107648929727385e-6 -chromophore_N 4.0107648929727385e-6 -chromoplast_N 4.0107648929727385e-6 -chromosome_N 6.016147339459108e-5 -chromosphere_N 4.0107648929727385e-6 -chronicle_N 2.0053824464863696e-5 -chronicler_N 4.0107648929727385e-6 -chronograph_N 4.0107648929727385e-6 -chronology_N 4.0107648929727385e-6 -chronometer_N 4.0107648929727385e-6 -chronoscope_N 4.0107648929727385e-6 -chrysalis_N 4.0107648929727385e-6 -chrysanthemum_N 4.0107648929727385e-6 -chrysoberyl_N 4.0107648929727385e-6 -chrysolite_N 4.0107648929727385e-6 -chrysoprase_N 4.0107648929727385e-6 -chrysotherapy_N 4.0107648929727385e-6 -chrysotile_N 1.2032294678918217e-5 -chub_N 4.0107648929727385e-6 -chubbiness_N 4.0107648929727385e-6 -chuck_N 4.0107648929727385e-6 -chucker_out_N 4.0107648929727385e-6 -chuckle_N 8.021529785945477e-6 -chuckwalla_N 4.0107648929727385e-6 -chufa_N 4.0107648929727385e-6 -chug_N 4.0107648929727385e-6 -chukka_N 4.0107648929727385e-6 -chukker_N 4.0107648929727385e-6 -chum_N 8.021529785945477e-6 -chumminess_N 4.0107648929727385e-6 -chump_N 4.0107648929727385e-6 -chunga_N 4.0107648929727385e-6 -chunk_N 1.0026912232431847e-4 -chunnel_N 4.0107648929727385e-6 -church_N 1.6043059571890957e-4 -churchgoer_N 4.0107648929727385e-6 -churchman_N 4.0107648929727385e-6 -churchwarden_N 4.0107648929727385e-6 -churchyard_N 4.0107648929727385e-6 -churidars_N 4.0107648929727385e-6 -churl_N 4.0107648929727385e-6 -churn_N 4.0107648929727385e-6 -chute_N 8.021529785945477e-6 -chutney_N 4.0107648929727385e-6 -chutzpa_N 4.0107648929727385e-6 -chutzpanik_N 4.0107648929727385e-6 -chyle_N 4.0107648929727385e-6 -chylomicron_N 4.0107648929727385e-6 -chyme_N 4.0107648929727385e-6 -cia_N 4.0107648929727385e-6 -cicada_N 4.0107648929727385e-6 -cicala_N 4.0107648929727385e-6 -cicatrice_N 4.0107648929727385e-6 -cicatrix_N 4.0107648929727385e-6 -cicero_N 4.0107648929727385e-6 -cicerone_N 4.0107648929727385e-6 -cichlid_N 4.0107648929727385e-6 -cid_N 4.0107648929727385e-6 -cider_N 4.0107648929727385e-6 -ciderpress_N 4.0107648929727385e-6 -cigar_N 1.6043059571890954e-5 -cigarette_N 1.8048442018377323e-4 -cigarette_case_N 4.0107648929727385e-6 -cigarette_holder_N 4.0107648929727385e-6 -cigarette_paper_N 4.0107648929727385e-6 -cigarillo_N 4.0107648929727385e-6 -ciliate_N 4.0107648929727385e-6 -cilium_N 4.0107648929727385e-6 -cimetidine_N 4.0107648929727385e-6 -cinch_N 4.0107648929727385e-6 -cinchona_N 4.0107648929727385e-6 -cinchonine_N 4.0107648929727385e-6 -cincture_N 4.0107648929727385e-6 -cinder_N 4.0107648929727385e-6 -cinder_track_N 4.0107648929727385e-6 -cinderella_N 4.0107648929727385e-6 -cine_camera_N 4.0107648929727385e-6 -cine_film_N 4.0107648929727385e-6 -cine_projector_N 4.0107648929727385e-6 -cinema_N 1.2032294678918217e-5 -cinematography_N 8.021529785945477e-6 -cineraria_N 4.0107648929727385e-6 -cingulum_N 4.0107648929727385e-6 -cinnabar_N 4.0107648929727385e-6 -cinnamon_N 4.0107648929727385e-6 -cinquefoil_N 4.0107648929727385e-6 -cipher_N 4.0107648929727385e-6 -ciprofloxacin_N 4.0107648929727385e-6 -circle_N 8.823682764540025e-5 -circlet_N 4.0107648929727385e-6 -circuit_N 2.3262436379241887e-4 -circuitry_N 4.0107648929727385e-6 -circular_N 1.2032294678918217e-5 -circularity_N 4.0107648929727385e-6 -circularization_N 4.0107648929727385e-6 -circulation_N 2.0454900954160969e-4 -circumcision_N 4.0107648929727385e-6 -circumduction_N 4.0107648929727385e-6 -circumference_N 4.0107648929727385e-6 -circumflex_N 4.0107648929727385e-6 -circumlocution_N 8.021529785945477e-6 -circumnavigation_N 4.0107648929727385e-6 -circumscription_N 4.0107648929727385e-6 -circumspection_N 4.0107648929727385e-6 -circumstance_N 1.764736552908005e-4 -circumstances_N 4.0107648929727385e-6 -circumvention_N 4.0107648929727385e-6 -circumvolution_N 4.0107648929727385e-6 -circus_N 1.6043059571890954e-5 -cirque_N 4.0107648929727385e-6 -cirrhosis_N 4.0107648929727385e-6 -cirrocumulus_N 4.0107648929727385e-6 -cirrostratus_N 4.0107648929727385e-6 -cirrus_N 4.0107648929727385e-6 -cisco_N 4.0107648929727385e-6 -cissy_N 4.0107648929727385e-6 -cistern_N 4.0107648929727385e-6 -cisterna_N 4.0107648929727385e-6 -citadel_N 4.0107648929727385e-6 -citation_N 2.8075354250809173e-5 -citizenFem_N 4.0107648929727385e-6 -citizenMasc_N 4.0107648929727385e-6 -citizenry_N 4.0107648929727385e-6 -citizenship_N 1.6043059571890954e-5 -citrange_N 4.0107648929727385e-6 -citrate_N 4.0107648929727385e-6 -citrine_N 4.0107648929727385e-6 -citron_N 4.0107648929727385e-6 -citronwood_N 4.0107648929727385e-6 -citrulline_N 4.0107648929727385e-6 -citrus_N 4.0107648929727385e-6 -cittern_N 4.0107648929727385e-6 -city_N 1.0829065211026396e-3 -cityscape_N 4.0107648929727385e-6 -civet_N 4.0107648929727385e-6 -civet_cat_N 4.0107648929727385e-6 -civics_N 1.2032294678918217e-5 -civies_N 4.0107648929727385e-6 -civilian_N 2.0053824464863696e-5 -civility_N 8.021529785945477e-6 -civilization_N 2.0053824464863696e-5 -clabber_N 4.0107648929727385e-6 -clack_N 4.0107648929727385e-6 -clade_N 4.0107648929727385e-6 -cladistics_N 4.0107648929727385e-6 -cladode_N 4.0107648929727385e-6 -cladogram_N 4.0107648929727385e-6 -claim_N 8.101745083804933e-4 -claimant_N 3.609688403675465e-5 -clairvoyance_N 4.0107648929727385e-6 -clairvoyant_N 4.0107648929727385e-6 -clam_N 4.0107648929727385e-6 -clambake_N 4.0107648929727385e-6 -clamber_N 4.0107648929727385e-6 -clammyweed_N 4.0107648929727385e-6 -clamor_N 4.0107648929727385e-6 -clamour_N 4.0107648929727385e-6 -clamp_N 8.021529785945477e-6 -clamp_down_N 4.0107648929727385e-6 -clampdown_N 4.0107648929727385e-6 -clamshell_N 4.0107648929727385e-6 -clan_N 1.2032294678918217e-5 -clang_N 4.0107648929727385e-6 -clanger_N 4.0107648929727385e-6 -clangour_N 4.0107648929727385e-6 -clank_N 4.0107648929727385e-6 -clannishness_N 4.0107648929727385e-6 -clansman_N 4.0107648929727385e-6 -clap_N 4.0107648929727385e-6 -clapboard_N 4.0107648929727385e-6 -clapper_N 4.0107648929727385e-6 -clapperboard_N 4.0107648929727385e-6 -claptrap_N 8.021529785945477e-6 -claque_N 4.0107648929727385e-6 -clarence_N 4.0107648929727385e-6 -claret_N 4.0107648929727385e-6 -clarification_N 3.208611914378191e-5 -clarinet_N 1.6043059571890954e-5 -clarinetistFem_N 4.0107648929727385e-6 -clarinetistMasc_N 4.0107648929727385e-6 -clarion_N 4.0107648929727385e-6 -clarity_N 8.021529785945477e-6 -claro_N 4.0107648929727385e-6 -clary_N 4.0107648929727385e-6 -clash_N 3.609688403675465e-5 -clasp_N 4.0107648929727385e-6 -clasp_knife_N 4.0107648929727385e-6 -class_N 4.0508725419024664e-4 -class_feeling_N 4.0107648929727385e-6 -class_fellow_N 4.0107648929727385e-6 -class_list_N 4.0107648929727385e-6 -class_warfare_N 4.0107648929727385e-6 -classic_N 1.2032294678918217e-5 -classicism_N 4.0107648929727385e-6 -classicist_N 4.0107648929727385e-6 -classics_N 2.4064589357836434e-5 -classification_N 2.4064589357836434e-5 -classifier_N 4.0107648929727385e-6 -classmate_N 2.0053824464863696e-5 -classroom_N 5.6150708501618345e-5 -classwork_N 4.0107648929727385e-6 -clast_N 4.0107648929727385e-6 -clatter_N 4.0107648929727385e-6 -clause_N 7.620453296648204e-5 -claustrophobe_N 4.0107648929727385e-6 -claustrophobia_N 4.0107648929727385e-6 -claustrum_N 4.0107648929727385e-6 -clavichord_N 4.0107648929727385e-6 -clavicle_N 4.0107648929727385e-6 -clavier_N 4.0107648929727385e-6 -claw_N 4.0107648929727385e-6 -clawback_N 4.0107648929727385e-6 -clawfoot_N 4.0107648929727385e-6 -clawhammer_N 4.0107648929727385e-6 -clay_N 4.0107648929727385e-6 -claymore_N 4.0107648929727385e-6 -claystone_N 4.0107648929727385e-6 -clean_N 1.2032294678918217e-5 -clean_up_N 4.0107648929727385e-6 -cleaner_N 2.4064589357836434e-5 -cleaners_N 4.0107648929727385e-6 -cleaning_N 4.0107648929727385e-6 -cleanliness_N 8.021529785945477e-6 -cleanness_N 4.0107648929727385e-6 -cleanser_N 1.2032294678918217e-5 -cleanup_N 4.0107648929727385e-6 -clear_N 4.0107648929727385e-6 -clearance_N 8.422606275242751e-5 -clearing_N 5.2139943608645604e-5 -clearing_house_N 4.0107648929727385e-6 -clearness_N 4.0107648929727385e-6 -clearway_N 4.0107648929727385e-6 -cleat_N 4.0107648929727385e-6 -cleats_N 4.0107648929727385e-6 -cleavage_N 4.0107648929727385e-6 -cleaver_N 4.0107648929727385e-6 -cleavers_N 4.0107648929727385e-6 -clef_N 4.0107648929727385e-6 -cleft_N 4.0107648929727385e-6 -cleistogamy_N 4.0107648929727385e-6 -cleistothecium_N 4.0107648929727385e-6 -clematis_N 4.0107648929727385e-6 -clemency_N 4.0107648929727385e-6 -clementine_N 4.0107648929727385e-6 -clerestory_N 4.0107648929727385e-6 -clergy_N 4.0107648929727385e-6 -clergyman_N 1.2032294678918217e-5 -cleric_N 8.021529785945477e-6 -clericalism_N 4.0107648929727385e-6 -clericalist_N 4.0107648929727385e-6 -clerihew_N 4.0107648929727385e-6 -clerk_N 6.016147339459108e-5 -clerkship_N 4.0107648929727385e-6 -cleverness_N 4.0107648929727385e-6 -clevis_N 4.0107648929727385e-6 -clew_N 4.0107648929727385e-6 -clews_N 4.0107648929727385e-6 -cliche_N 4.0107648929727385e-6 -click_N 8.021529785945477e-6 -client_N 9.304974551696755e-4 -clientage_N 4.0107648929727385e-6 -clientele_N 1.2032294678918217e-5 -cliff_N 1.2032294678918217e-5 -cliff_hanger_N 4.0107648929727385e-6 -cliffhanger_N 4.0107648929727385e-6 -climacteric_N 4.0107648929727385e-6 -climate_N 1.243337116821549e-4 -climatologist_N 4.0107648929727385e-6 -climatology_N 4.0107648929727385e-6 -climax_N 4.0107648929727385e-6 -climb_N 5.6150708501618345e-5 -climb_down_N 4.0107648929727385e-6 -climber_N 8.021529785945477e-6 -clime_N 4.0107648929727385e-6 -clinch_N 4.0107648929727385e-6 -clincher_N 4.0107648929727385e-6 -cling_N 4.0107648929727385e-6 -clingfish_N 4.0107648929727385e-6 -clinic_N 4.812917871567287e-5 -clinician_N 4.0107648929727385e-6 -clinid_N 4.0107648929727385e-6 -clink_N 4.0107648929727385e-6 -clinker_N 8.021529785945477e-6 -clinocephaly_N 4.0107648929727385e-6 -clinodactyly_N 4.0107648929727385e-6 -clinometer_N 4.0107648929727385e-6 -clintonia_N 4.0107648929727385e-6 -clip_N 2.4064589357836434e-5 -clip_joint_N 4.0107648929727385e-6 -clipboard_N 4.0107648929727385e-6 -clipper_N 4.0107648929727385e-6 -clipping_N 1.2032294678918217e-5 -clique_N 4.0107648929727385e-6 -clitoridectomy_N 4.0107648929727385e-6 -clitoris_N 4.0107648929727385e-6 -cloaca_N 4.0107648929727385e-6 -cloak_N 8.021529785945477e-6 -cloakmaker_N 4.0107648929727385e-6 -cloakroom_N 4.0107648929727385e-6 -clobber_N 4.0107648929727385e-6 -cloche_N 4.0107648929727385e-6 -clock_N 4.4118413822700127e-5 -clock_dial_N 4.0107648929727385e-6 -clock_face_N 4.0107648929727385e-6 -clock_golf_N 4.0107648929727385e-6 -clock_tower_N 4.0107648929727385e-6 -clock_watching_N 4.0107648929727385e-6 -clocking_N 4.0107648929727385e-6 -clocksmith_N 4.0107648929727385e-6 -clockwork_N 4.0107648929727385e-6 -clod_N 4.0107648929727385e-6 -clodhopper_N 4.0107648929727385e-6 -clofibrate_N 4.0107648929727385e-6 -clog_N 4.0107648929727385e-6 -clog_dance_N 4.0107648929727385e-6 -cloisonne_N 4.0107648929727385e-6 -cloister_N 4.0107648929727385e-6 -clomiphene_N 4.0107648929727385e-6 -clomipramine_N 4.0107648929727385e-6 -clone_N 1.2032294678918217e-5 -clonidine_N 4.0107648929727385e-6 -cloning_N 4.0107648929727385e-6 -clonus_N 4.0107648929727385e-6 -close_N 4.4118413822700125e-4 -close_down_N 4.0107648929727385e-6 -close_up_N 4.0107648929727385e-6 -closeness_N 1.2032294678918217e-5 -closeout_N 4.0107648929727385e-6 -closer_N 4.0107648929727385e-6 -closet_N 2.4064589357836434e-5 -closeup_N 4.0107648929727385e-6 -closing_N 4.0107648929727385e-6 -clostridium_N 4.0107648929727385e-6 -closure_N 2.8075354250809173e-5 -clot_N 8.021529785945477e-6 -cloth_N 1.6043059571890954e-5 -clothes_basket_N 4.0107648929727385e-6 -clothes_hanger_N 4.0107648929727385e-6 -clothes_moth_N 4.0107648929727385e-6 -clothes_peg_N 4.0107648929727385e-6 -clothes_pin_N 4.0107648929727385e-6 -clothesbrush_N 4.0107648929727385e-6 -clotheshorse_N 4.0107648929727385e-6 -clothesline_N 4.0107648929727385e-6 -clothespin_N 4.0107648929727385e-6 -clothier_N 1.2032294678918217e-5 -clothing_N 8.422606275242751e-5 -cloud_N 5.2139943608645604e-5 -cloud_bank_N 4.0107648929727385e-6 -cloud_cuckoo_land_N 4.0107648929727385e-6 -cloudberry_N 4.0107648929727385e-6 -cloudburst_N 4.0107648929727385e-6 -cloudiness_N 4.0107648929727385e-6 -clouding_N 4.0107648929727385e-6 -cloudlessness_N 4.0107648929727385e-6 -clout_N 5.6150708501618345e-5 -clove_N 4.0107648929727385e-6 -clove_hitch_N 4.0107648929727385e-6 -clover_N 4.0107648929727385e-6 -cloverleaf_N 4.0107648929727385e-6 -clowder_N 4.0107648929727385e-6 -clown_N 8.021529785945477e-6 -clozapine_N 4.0107648929727385e-6 -club_N 1.8850594996971872e-4 -clubbing_N 4.0107648929727385e-6 -clubfoot_N 4.0107648929727385e-6 -clubhouse_N 4.0107648929727385e-6 -clubroom_N 4.0107648929727385e-6 -cluck_N 4.0107648929727385e-6 -clue_N 6.016147339459108e-5 -clumber_N 4.0107648929727385e-6 -clump_N 1.6043059571890954e-5 -clumsiness_N 4.0107648929727385e-6 -clunch_N 4.0107648929727385e-6 -clunk_N 4.0107648929727385e-6 -clusia_N 4.0107648929727385e-6 -cluster_N 1.6043059571890954e-5 -clutch_N 8.021529785945477e-6 -clutter_N 4.4118413822700127e-5 -clypeus_N 4.0107648929727385e-6 -cm_N 4.0107648929727385e-6 -co_N 1.9251671486269147e-4 -co_ed_N 4.0107648929727385e-6 -co_op_N 4.0107648929727385e-6 -co_respondent_N 4.0107648929727385e-6 -co_star_N 4.0107648929727385e-6 -coach_N 7.21937680735093e-5 -coach_builder_N 4.0107648929727385e-6 -coachbuilder_N 4.0107648929727385e-6 -coaching_N 4.0107648929727385e-6 -coachman_N 4.0107648929727385e-6 -coachwhip_N 4.0107648929727385e-6 -coadjutor_N 4.0107648929727385e-6 -coagulant_N 4.0107648929727385e-6 -coagulase_N 4.0107648929727385e-6 -coagulation_N 4.0107648929727385e-6 -coal_N 1.6845212550485502e-4 -coal_gas_N 4.0107648929727385e-6 -coal_hole_N 4.0107648929727385e-6 -coal_house_N 4.0107648929727385e-6 -coal_scuttle_N 4.0107648929727385e-6 -coal_seam_N 4.0107648929727385e-6 -coal_tar_N 4.0107648929727385e-6 -coalbin_N 4.0107648929727385e-6 -coalescence_N 4.0107648929727385e-6 -coalface_N 4.0107648929727385e-6 -coalfield_N 4.0107648929727385e-6 -coaling_station_N 4.0107648929727385e-6 -coalition_N 1.2032294678918216e-4 -coalman_N 4.0107648929727385e-6 -coalmine_N 4.0107648929727385e-6 -coalpit_N 4.0107648929727385e-6 -coaming_N 4.0107648929727385e-6 -coarctation_N 4.0107648929727385e-6 -coarseness_N 4.0107648929727385e-6 -coast_N 8.823682764540025e-5 -coaster_N 5.6150708501618345e-5 -coastguard_N 4.0107648929727385e-6 -coastguardsman_N 4.0107648929727385e-6 -coastland_N 4.0107648929727385e-6 -coastline_N 8.021529785945477e-6 -coat_N 3.208611914378191e-5 -coat_hanger_N 4.0107648929727385e-6 -coatdress_N 4.0107648929727385e-6 -coatee_N 4.0107648929727385e-6 -coati_N 4.0107648929727385e-6 -coating_N 4.812917871567287e-5 -coatrack_N 4.0107648929727385e-6 -coattail_N 4.0107648929727385e-6 -coauthorFem_N 4.0107648929727385e-6 -coauthorMasc_N 4.0107648929727385e-6 -coaxing_N 4.0107648929727385e-6 -cob_N 4.0107648929727385e-6 -cob_nut_N 4.0107648929727385e-6 -cobalt_N 4.0107648929727385e-6 -cobaltite_N 4.0107648929727385e-6 -cobber_N 4.0107648929727385e-6 -cobble_N 4.0107648929727385e-6 -cobbler_N 4.0107648929727385e-6 -cobblers_N 4.0107648929727385e-6 -cobblestone_N 4.0107648929727385e-6 -cobia_N 4.0107648929727385e-6 -cobnut_N 4.0107648929727385e-6 -cobra_N 4.0107648929727385e-6 -cobweb_N 4.0107648929727385e-6 -coca_N 4.0107648929727385e-6 -coca_cola_N 4.0107648929727385e-6 -cocaine_N 2.8075354250809173e-5 -cocarboxylase_N 4.0107648929727385e-6 -coccidioidomycosis_N 4.0107648929727385e-6 -coccidiosis_N 4.0107648929727385e-6 -coccidium_N 4.0107648929727385e-6 -coccobacillus_N 4.0107648929727385e-6 -coccus_N 4.0107648929727385e-6 -coccyx_N 4.0107648929727385e-6 -cochin_N 4.0107648929727385e-6 -cochineal_N 4.0107648929727385e-6 -cochlea_N 4.0107648929727385e-6 -cock_N 4.0107648929727385e-6 -cock_a_doodle_doo_N 4.0107648929727385e-6 -cock_crow_N 4.0107648929727385e-6 -cockade_N 4.0107648929727385e-6 -cockateel_N 4.0107648929727385e-6 -cockatoo_N 8.021529785945477e-6 -cockatrice_N 4.0107648929727385e-6 -cockchafer_N 4.0107648929727385e-6 -cocker_N 4.0107648929727385e-6 -cockerel_N 4.0107648929727385e-6 -cockfight_N 4.0107648929727385e-6 -cockfighting_N 4.0107648929727385e-6 -cockhorse_N 4.0107648929727385e-6 -cockle_N 4.0107648929727385e-6 -cocklebur_N 4.0107648929727385e-6 -cockleshell_N 4.0107648929727385e-6 -cockloft_N 4.0107648929727385e-6 -cockney_N 4.0107648929727385e-6 -cockpit_N 1.6043059571890954e-5 -cockroach_N 8.021529785945477e-6 -cockscomb_N 4.0107648929727385e-6 -cockspur_N 4.0107648929727385e-6 -cocksucker_N 4.0107648929727385e-6 -cocktail_N 2.8075354250809173e-5 -cockup_N 4.0107648929727385e-6 -coco_N 4.0107648929727385e-6 -cocoa_N 8.422606275242751e-5 -cocobolo_N 4.0107648929727385e-6 -coconut_N 8.021529785945477e-6 -cocoon_N 4.0107648929727385e-6 -cocooning_N 4.0107648929727385e-6 -cocotte_N 8.021529785945477e-6 -cocozelle_N 4.0107648929727385e-6 -cocuswood_N 4.0107648929727385e-6 -cod_N 8.021529785945477e-6 -cod_liver_oil_N 4.0107648929727385e-6 -coda_N 4.0107648929727385e-6 -code_N 9.625835743134574e-5 -codefendant_N 4.0107648929727385e-6 -codeine_N 4.0107648929727385e-6 -codetalker_N 4.0107648929727385e-6 -codex_N 4.0107648929727385e-6 -codfish_N 4.0107648929727385e-6 -codger_N 4.0107648929727385e-6 -codicil_N 4.0107648929727385e-6 -codification_N 8.021529785945477e-6 -codling_N 4.0107648929727385e-6 -codon_N 4.0107648929727385e-6 -codpiece_N 8.021529785945477e-6 -coeducation_N 4.0107648929727385e-6 -coefficient_N 4.0107648929727385e-6 -coelacanth_N 4.0107648929727385e-6 -coelenterate_N 4.0107648929727385e-6 -coelenteron_N 4.0107648929727385e-6 -coelogyne_N 4.0107648929727385e-6 -coelophysis_N 4.0107648929727385e-6 -coelostat_N 4.0107648929727385e-6 -coenzyme_N 4.0107648929727385e-6 -coercion_N 1.2032294678918217e-5 -coeval_N 4.0107648929727385e-6 -coevals_N 4.0107648929727385e-6 -coexistence_N 4.0107648929727385e-6 -coextension_N 4.0107648929727385e-6 -cofactor_N 4.0107648929727385e-6 -coffee_N 1.8048442018377323e-4 -coffee_house_N 4.0107648929727385e-6 -coffee_mill_N 4.0107648929727385e-6 -coffee_stall_N 4.0107648929727385e-6 -coffeeberry_N 4.0107648929727385e-6 -coffeecake_N 4.0107648929727385e-6 -coffeepot_N 4.0107648929727385e-6 -coffer_N 2.8075354250809173e-5 -coffer_dam_N 4.0107648929727385e-6 -coffin_N 1.6043059571890954e-5 -cofounder_N 4.0107648929727385e-6 -cog_N 4.0107648929727385e-6 -cogency_N 4.0107648929727385e-6 -cogitation_N 4.0107648929727385e-6 -cognac_N 4.0107648929727385e-6 -cognate_N 4.0107648929727385e-6 -cognition_N 4.0107648929727385e-6 -cognizance_N 4.0107648929727385e-6 -cognomen_N 4.0107648929727385e-6 -cogwheel_N 4.0107648929727385e-6 -cohabitation_N 4.0107648929727385e-6 -coherence_N 1.2032294678918217e-5 -coherency_N 4.0107648929727385e-6 -cohesion_N 8.021529785945477e-6 -cohesiveness_N 4.0107648929727385e-6 -coho_N 4.0107648929727385e-6 -cohort_N 8.021529785945477e-6 -coif_N 4.0107648929727385e-6 -coiffeur_N 4.0107648929727385e-6 -coiffeuse_N 4.0107648929727385e-6 -coiffure_N 4.0107648929727385e-6 -coign_N 4.0107648929727385e-6 -coil_N 8.021529785945477e-6 -coin_N 7.620453296648204e-5 -coinage_N 4.0107648929727385e-6 -coincidence_N 2.8075354250809173e-5 -coiner_N 4.0107648929727385e-6 -coinsurance_N 4.0107648929727385e-6 -coir_N 4.0107648929727385e-6 -coition_N 4.0107648929727385e-6 -coitus_N 4.0107648929727385e-6 -coke_N 2.0053824464863696e-5 -col_N 4.0107648929727385e-6 -cola_N 2.8075354250809173e-5 -colander_N 4.0107648929727385e-6 -colchicine_N 4.0107648929727385e-6 -cold_N 3.208611914378191e-5 -coldness_N 4.0107648929727385e-6 -coleslaw_N 4.0107648929727385e-6 -coleus_N 4.0107648929727385e-6 -colic_N 4.0107648929727385e-6 -colicroot_N 4.0107648929727385e-6 -coliphage_N 4.0107648929727385e-6 -colitis_N 4.0107648929727385e-6 -collaboration_N 3.609688403675465e-5 -collaborationist_N 4.0107648929727385e-6 -collaborator_N 8.021529785945477e-6 -collage_N 1.2032294678918217e-5 -collagen_N 4.0107648929727385e-6 -collagenase_N 4.0107648929727385e-6 -collapse_N 3.0080736697295544e-4 -collar_N 4.812917871567287e-5 -collarbone_N 4.0107648929727385e-6 -collard_N 4.0107648929727385e-6 -collards_N 4.0107648929727385e-6 -collateral_N 1.0829065211026395e-4 -collation_N 4.0107648929727385e-6 -colleague_N 2.2460283400647338e-4 -collect_N 4.0107648929727385e-6 -collectible_N 4.0107648929727385e-6 -collection_N 2.1257053932755517e-4 -collective_N 4.0107648929727385e-6 -collectivism_N 4.0107648929727385e-6 -collectivist_N 4.0107648929727385e-6 -collectivization_N 4.0107648929727385e-6 -collector_N 6.016147339459108e-5 -colleen_N 4.0107648929727385e-6 -college_N 2.9679660207998265e-4 -collegian_N 4.0107648929727385e-6 -collembolan_N 4.0107648929727385e-6 -collet_N 4.0107648929727385e-6 -collider_N 4.0107648929727385e-6 -collie_N 4.0107648929727385e-6 -collier_N 4.0107648929727385e-6 -colliery_N 4.0107648929727385e-6 -colligation_N 4.0107648929727385e-6 -collimation_N 4.0107648929727385e-6 -collimator_N 4.0107648929727385e-6 -collins_N 4.0107648929727385e-6 -collision_N 8.021529785945477e-6 -collocation_N 4.0107648929727385e-6 -collodion_N 4.0107648929727385e-6 -colloid_N 4.0107648929727385e-6 -colloquialism_N 4.0107648929727385e-6 -colloquium_N 4.0107648929727385e-6 -colloquy_N 8.021529785945477e-6 -collotype_N 4.0107648929727385e-6 -collusion_N 4.0107648929727385e-6 -colobus_N 4.0107648929727385e-6 -cologne_N 4.0107648929727385e-6 -colombian_N 4.0107648929727385e-6 -colon_N 5.6150708501618345e-5 -colonel_N 1.2032294678918217e-5 -colonial_N 1.6043059571890954e-5 -colonialism_N 4.0107648929727385e-6 -colonialist_N 8.021529785945477e-6 -colonist_N 8.021529785945477e-6 -colonization_N 4.0107648929727385e-6 -colonizer_N 4.0107648929727385e-6 -colonnade_N 4.0107648929727385e-6 -colonoscope_N 4.0107648929727385e-6 -colonoscopy_N 4.0107648929727385e-6 -colony_N 9.2247592538373e-5 -colophon_N 4.0107648929727385e-6 -colophony_N 4.0107648929727385e-6 -coloration_N 4.0107648929727385e-6 -coloratura_N 8.021529785945477e-6 -colorcast_N 4.0107648929727385e-6 -colorimeter_N 4.0107648929727385e-6 -colorimetry_N 4.0107648929727385e-6 -colorist_N 4.0107648929727385e-6 -colorlessness_N 4.0107648929727385e-6 -colossus_N 8.021529785945477e-6 -colostomy_N 4.0107648929727385e-6 -colostrum_N 4.0107648929727385e-6 -colour_N 8.021529785945477e-6 -colour_bar_N 4.0107648929727385e-6 -colour_wash_N 4.0107648929727385e-6 -colouring_N 4.0107648929727385e-6 -colpitis_N 4.0107648929727385e-6 -colpocele_N 4.0107648929727385e-6 -colpocystitis_N 4.0107648929727385e-6 -colpoxerosis_N 4.0107648929727385e-6 -colt_N 4.0107648929727385e-6 -colter_N 4.0107648929727385e-6 -coltsfoot_N 4.0107648929727385e-6 -columbarium_N 4.0107648929727385e-6 -columbine_N 4.0107648929727385e-6 -columbium_N 4.0107648929727385e-6 -columbo_N 4.0107648929727385e-6 -columella_N 4.0107648929727385e-6 -column_N 1.5240906593296408e-4 -columnea_N 4.0107648929727385e-6 -columniation_N 4.0107648929727385e-6 -columnistFem_N 4.0107648929727385e-6 -columnistMasc_N 4.0107648929727385e-6 -coma_N 4.0107648929727385e-6 -comb_N 8.021529785945477e-6 -comb_out_N 4.0107648929727385e-6 -combat_N 6.016147339459108e-5 -combatant_N 8.021529785945477e-6 -combativeness_N 4.0107648929727385e-6 -comber_N 4.0107648929727385e-6 -combination_N 1.644413606118823e-4 -combination_lock_N 4.0107648929727385e-6 -combine_N 1.2032294678918217e-5 -combining_N 4.0107648929727385e-6 -combretum_N 4.0107648929727385e-6 -combustibility_N 4.0107648929727385e-6 -combustible_N 4.0107648929727385e-6 -combustion_N 2.0053824464863696e-5 -come_on_N 4.0107648929727385e-6 -comeback_N 6.818300318053656e-5 -comedian_N 2.0053824464863696e-5 -comedienne_N 4.0107648929727385e-6 -comedown_N 4.0107648929727385e-6 -comedy_N 1.0829065211026395e-4 -comeliness_N 4.0107648929727385e-6 -comer_N 4.0107648929727385e-6 -comestible_N 8.021529785945477e-6 -comet_N 8.021529785945477e-6 -comfit_N 4.0107648929727385e-6 -comfort_N 6.818300318053656e-5 -comfortableness_N 4.0107648929727385e-6 -comforter_N 4.0107648929727385e-6 -comforts_N 4.0107648929727385e-6 -comfrey_N 4.0107648929727385e-6 -comic_N 8.021529785945477e-6 -comicality_N 4.0107648929727385e-6 -coming_N 4.0107648929727385e-6 -comity_N 8.021529785945477e-6 -comma_N 4.0107648929727385e-6 -command_N 4.812917871567287e-5 -commandant_N 8.021529785945477e-6 -commander_N 3.208611914378191e-5 -commandership_N 4.0107648929727385e-6 -commandment_N 8.021529785945477e-6 -commando_N 8.021529785945477e-6 -commelina_N 4.0107648929727385e-6 -commemoration_N 4.0107648929727385e-6 -commemorative_N 4.0107648929727385e-6 -commencement_N 8.021529785945477e-6 -commendation_N 4.0107648929727385e-6 -commensal_N 4.0107648929727385e-6 -commensalism_N 4.0107648929727385e-6 -commensurateness_N 4.0107648929727385e-6 -comment_N 6.417223828756383e-4 -commentary_N 4.812917871567287e-5 -commentator_N 3.609688403675465e-5 -commerce_N 3.609688403675465e-5 -commercial_N 1.8850594996971872e-4 -commercialism_N 4.0107648929727385e-6 -commercialization_N 4.0107648929727385e-6 -commination_N 4.0107648929727385e-6 -commiseration_N 4.0107648929727385e-6 -commissar_N 4.0107648929727385e-6 -commissariat_N 4.0107648929727385e-6 -commissary_N 4.0107648929727385e-6 -commission_N 4.893133169426742e-4 -commissionaire_N 4.0107648929727385e-6 -commissioner_N 1.0026912232431847e-4 -commissure_N 4.0107648929727385e-6 -commital_N 4.0107648929727385e-6 -commitment_N 4.131087839761921e-4 -committedness_N 4.0107648929727385e-6 -committee_N 7.419915051999566e-4 -committeeman_N 4.0107648929727385e-6 -committeewoman_N 4.0107648929727385e-6 -commode_N 4.0107648929727385e-6 -commodity_N 4.2915184354808307e-4 -commodore_N 4.0107648929727385e-6 -common_N 8.422606275242751e-5 -common_room_N 4.0107648929727385e-6 -commonage_N 4.0107648929727385e-6 -commonality_N 4.0107648929727385e-6 -commonalty_N 4.0107648929727385e-6 -commoner_N 4.0107648929727385e-6 -commonness_N 4.0107648929727385e-6 -commonplace_N 1.2032294678918217e-5 -commons_N 4.0107648929727385e-6 -commonwealth_N 1.6043059571890954e-5 -commotion_N 8.021529785945477e-6 -communalism_N 4.0107648929727385e-6 -commune_N 4.0107648929727385e-6 -communicant_N 4.0107648929727385e-6 -communication_N 2.6069971804322804e-4 -communications_N 4.0107648929727385e-6 -communicativeness_N 4.0107648929727385e-6 -communicator_N 4.0107648929727385e-6 -communion_N 4.0107648929727385e-6 -communique_N 4.0107648929727385e-6 -communism_N 2.4064589357836434e-5 -communist_N 6.016147339459108e-5 -community_N 4.0107648929727386e-4 -communization_N 4.0107648929727385e-6 -commutability_N 4.0107648929727385e-6 -commutation_N 4.0107648929727385e-6 -commutator_N 4.0107648929727385e-6 -commute_N 4.0107648929727385e-6 -commuter_N 8.422606275242751e-5 -compact_N 1.2032294678918217e-5 -compaction_N 4.0107648929727385e-6 -compactness_N 4.0107648929727385e-6 -companion_N 4.4118413822700127e-5 -companionability_N 4.0107648929727385e-6 -companionship_N 4.0107648929727385e-6 -companionway_N 4.0107648929727385e-6 -company_N 1.6379963822900665e-2 -comparability_N 8.021529785945477e-6 -comparative_N 4.0107648929727385e-6 -compare_N 4.0107648929727385e-6 -comparison_N 1.764736552908005e-4 -compartment_N 8.021529785945477e-6 -compartmentalization_N 4.0107648929727385e-6 -compass_N 4.0107648929727385e-6 -compassion_N 1.2032294678918217e-5 -compatibility_N 1.2032294678918217e-5 -compatriot_N 1.2032294678918217e-5 -compeer_N 4.0107648929727385e-6 -compendium_N 4.0107648929727385e-6 -compensation_N 1.4839830103999133e-4 -compere_N 4.0107648929727385e-6 -competence_N 2.0053824464863696e-5 -competition_N 6.13647028624829e-4 -competitiveness_N 2.8075354250809173e-5 -competitor_N 4.6123796269186495e-4 -compilation_N 1.2032294678918217e-5 -compiler_N 8.021529785945477e-6 -complacence_N 4.0107648929727385e-6 -complacency_N 1.2032294678918217e-5 -complainant_N 8.021529785945477e-6 -complaint_N 2.486674233643098e-4 -complaisance_N 4.0107648929727385e-6 -complement_N 4.0107648929727385e-6 -complementarity_N 4.0107648929727385e-6 -complementation_N 4.0107648929727385e-6 -completeness_N 8.021529785945477e-6 -completion_N 1.0427988721729121e-4 -complex_N 9.2247592538373e-5 -complexifier_N 4.0107648929727385e-6 -complexion_N 4.0107648929727385e-6 -complexity_N 2.4064589357836434e-5 -compliance_N 9.2247592538373e-5 -complicatedness_N 4.0107648929727385e-6 -complication_N 2.4064589357836434e-5 -complicity_N 2.0053824464863696e-5 -compliment_N 2.0053824464863696e-5 -complin_N 4.0107648929727385e-6 -compline_N 4.0107648929727385e-6 -component_N 1.243337116821549e-4 -comportment_N 4.0107648929727385e-6 -composer_N 3.609688403675465e-5 -composing_N 4.0107648929727385e-6 -composite_N 4.0107648929727385e-6 -compositeness_N 4.0107648929727385e-6 -composition_N 2.0053824464863696e-5 -compositor_N 4.0107648929727385e-6 -compost_N 4.0107648929727385e-6 -composure_N 4.0107648929727385e-6 -compote_N 4.0107648929727385e-6 -compound_N 6.818300318053656e-5 -comprehensibility_N 4.0107648929727385e-6 -comprehension_N 8.021529785945477e-6 -comprehensiveness_N 8.021529785945477e-6 -compress_N 4.0107648929727385e-6 -compressibility_N 4.0107648929727385e-6 -compression_N 4.0107648929727385e-6 -compressor_N 1.2032294678918217e-5 -compromise_N 2.286135988994461e-4 -compromiser_N 4.0107648929727385e-6 -compsognathus_N 4.0107648929727385e-6 -comptroller_N 8.823682764540025e-5 -comptrollership_N 4.0107648929727385e-6 -compulsion_N 1.6043059571890954e-5 -compulsive_N 4.0107648929727385e-6 -compulsiveness_N 4.0107648929727385e-6 -compunction_N 4.0107648929727385e-6 -computation_N 8.021529785945477e-6 -computer_N 2.530792647465798e-3 -computer_science_N 4.0107648929727385e-6 -computerization_N 4.0107648929727385e-6 -comrade_N 2.0053824464863696e-5 -comradeship_N 4.0107648929727385e-6 -con_N 4.0107648929727385e-6 -con_man_N 4.0107648929727385e-6 -conacaste_N 4.0107648929727385e-6 -concatenation_N 4.0107648929727385e-6 -concavity_N 4.0107648929727385e-6 -concealment_N 4.0107648929727385e-6 -conceit_N 1.2032294678918217e-5 -conceivableness_N 4.0107648929727385e-6 -concentrate_N 1.2032294678918217e-5 -concentration_N 4.812917871567287e-5 -concentricity_N 4.0107648929727385e-6 -concept_N 1.6845212550485502e-4 -conception_N 3.208611914378191e-5 -conceptualism_N 4.0107648929727385e-6 -conceptualization_N 4.0107648929727385e-6 -concern_N 2.209931456027979e-3 -concert_N 4.010764892972739e-5 -concert_hall_N 4.0107648929727385e-6 -concertina_N 4.0107648929727385e-6 -concerto_N 8.021529785945477e-6 -concession_N 1.2032294678918216e-4 -concessionaire_N 4.0107648929727385e-6 -conch_N 4.0107648929727385e-6 -concha_N 4.0107648929727385e-6 -conchfish_N 4.0107648929727385e-6 -conchologist_N 4.0107648929727385e-6 -conchology_N 4.0107648929727385e-6 -concierge_N 4.0107648929727385e-6 -conciliation_N 4.0107648929727385e-6 -conciliator_N 4.0107648929727385e-6 -conciseness_N 4.0107648929727385e-6 -conclave_N 4.0107648929727385e-6 -conclusion_N 9.625835743134574e-5 -concoction_N 8.021529785945477e-6 -concomitance_N 4.0107648929727385e-6 -concomitant_N 8.021529785945477e-6 -concord_N 4.0107648929727385e-6 -concordance_N 4.0107648929727385e-6 -concordat_N 4.0107648929727385e-6 -concourse_N 4.0107648929727385e-6 -concrete_N 5.2139943608645604e-5 -concreteness_N 4.0107648929727385e-6 -concretion_N 4.0107648929727385e-6 -concretism_N 4.0107648929727385e-6 -concubinage_N 4.0107648929727385e-6 -concubine_N 4.0107648929727385e-6 -concupiscence_N 4.0107648929727385e-6 -concurrence_N 1.6043059571890954e-5 -concurrentness_N 4.0107648929727385e-6 -concussion_N 4.0107648929727385e-6 -condemnation_N 1.6043059571890954e-5 -condensate_N 4.0107648929727385e-6 -condensation_N 4.0107648929727385e-6 -condenser_N 8.021529785945477e-6 -condensing_N 4.0107648929727385e-6 -condescension_N 8.021529785945477e-6 -condiment_N 4.0107648929727385e-6 -condition_N 6.898515615913111e-4 -conditionality_N 4.0107648929727385e-6 -conditioner_N 2.4064589357836434e-5 -conditioning_N 4.0107648929727385e-6 -conditions_N 4.0107648929727385e-6 -condolence_N 4.0107648929727385e-6 -condom_N 4.0107648929727385e-6 -condominium_N 2.8075354250809173e-5 -condonation_N 4.0107648929727385e-6 -condor_N 4.0107648929727385e-6 -conduct_N 6.818300318053656e-5 -conductance_N 4.0107648929727385e-6 -conducting_N 4.0107648929727385e-6 -conduction_N 4.0107648929727385e-6 -conductivity_N 4.0107648929727385e-6 -conductor_N 1.2032294678918217e-5 -conductress_N 4.0107648929727385e-6 -conduit_N 4.010764892972739e-5 -condyle_N 4.0107648929727385e-6 -condylion_N 4.0107648929727385e-6 -cone_N 1.2032294678918217e-5 -coneflower_N 4.0107648929727385e-6 -conenose_N 4.0107648929727385e-6 -coney_N 4.0107648929727385e-6 -confab_N 4.0107648929727385e-6 -confabulation_N 4.0107648929727385e-6 -confection_N 4.0107648929727385e-6 -confectioner_N 4.0107648929727385e-6 -confectionery_N 8.021529785945477e-6 -confederacy_N 4.0107648929727385e-6 -confederate_N 4.0107648929727385e-6 -confederation_N 1.2032294678918217e-5 -conferee_N 4.0107648929727385e-6 -conference_N 5.615070850161835e-4 -conferment_N 4.0107648929727385e-6 -conferrer_N 4.0107648929727385e-6 -conferva_N 4.0107648929727385e-6 -confession_N 1.6043059571890954e-5 -confessional_N 4.0107648929727385e-6 -confessor_N 4.0107648929727385e-6 -confetti_N 4.0107648929727385e-6 -confidantFem_N 4.0107648929727385e-6 -confidantMasc_N 4.0107648929727385e-6 -confidante_N 4.0107648929727385e-6 -confidence_N 2.8476430740106447e-4 -confidentiality_N 2.0053824464863696e-5 -configuration_N 1.6043059571890954e-5 -confine_N 1.2032294678918217e-5 -confinement_N 1.2032294678918217e-5 -confirmation_N 6.016147339459108e-5 -confiscation_N 8.021529785945477e-6 -confit_N 4.0107648929727385e-6 -confiture_N 4.0107648929727385e-6 -conflagration_N 4.0107648929727385e-6 -conflict_N 1.443875361470186e-4 -confluence_N 8.021529785945477e-6 -conformation_N 4.0107648929727385e-6 -conformist_N 4.0107648929727385e-6 -conformity_N 4.0107648929727385e-6 -confrere_N 4.0107648929727385e-6 -confrontation_N 6.818300318053656e-5 -confucian_N 4.0107648929727385e-6 -confusion_N 1.0427988721729121e-4 -confutation_N 4.0107648929727385e-6 -conga_N 4.0107648929727385e-6 -conge_N 4.0107648929727385e-6 -congealment_N 4.0107648929727385e-6 -congee_N 4.0107648929727385e-6 -congener_N 4.0107648929727385e-6 -congeniality_N 4.0107648929727385e-6 -congenialness_N 4.0107648929727385e-6 -conger_N 4.0107648929727385e-6 -conger_eel_N 4.0107648929727385e-6 -congestion_N 1.2032294678918217e-5 -conglomerate_N 1.0427988721729121e-4 -conglomeration_N 4.0107648929727385e-6 -congolese_N 4.0107648929727385e-6 -congou_N 4.0107648929727385e-6 -congratulation_N 4.0107648929727385e-6 -congregant_N 4.0107648929727385e-6 -congregation_N 1.2032294678918217e-5 -congress_N 2.8075354250809173e-5 -congressman_N 1.243337116821549e-4 -congresswoman_N 4.0107648929727385e-6 -congruity_N 4.0107648929727385e-6 -conidiophore_N 4.0107648929727385e-6 -conidium_N 4.0107648929727385e-6 -conifer_N 4.0107648929727385e-6 -conima_N 4.0107648929727385e-6 -conjecture_N 8.021529785945477e-6 -conjugation_N 4.0107648929727385e-6 -conjunction_N 2.4064589357836434e-5 -conjunctiva_N 4.0107648929727385e-6 -conjunctive_N 4.0107648929727385e-6 -conjunctivitis_N 4.0107648929727385e-6 -conjuncture_N 4.0107648929727385e-6 -conjuration_N 4.0107648929727385e-6 -conjurer_N 4.0107648929727385e-6 -conjuring_N 4.0107648929727385e-6 -conjuror_N 4.0107648929727385e-6 -conk_N 4.0107648929727385e-6 -conker_N 4.0107648929727385e-6 -connection_N 1.764736552908005e-4 -connective_N 4.0107648929727385e-6 -connectivity_N 4.0107648929727385e-6 -connexion_N 4.0107648929727385e-6 -connivance_N 4.0107648929727385e-6 -connoisseur_N 8.021529785945477e-6 -connotation_N 1.2032294678918217e-5 -conodont_N 4.0107648929727385e-6 -conqueror_N 4.0107648929727385e-6 -conquest_N 8.021529785945477e-6 -conquistador_N 4.0107648929727385e-6 -consanguinity_N 4.0107648929727385e-6 -conscience_N 1.6043059571890954e-5 -conscientiousness_N 4.0107648929727385e-6 -consciousness_N 2.0053824464863696e-5 -conscript_N 8.021529785945477e-6 -conscription_N 4.0107648929727385e-6 -consecration_N 4.0107648929727385e-6 -consensus_N 1.6043059571890957e-4 -consent_N 1.243337116821549e-4 -consequence_N 1.323552414681004e-4 -conservancy_N 4.0107648929727385e-6 -conservation_N 4.812917871567287e-5 -conservatism_N 1.6043059571890954e-5 -conservative_N 1.3636600636107311e-4 -conservatoire_N 4.0107648929727385e-6 -conservator_N 4.0107648929727385e-6 -conservatory_N 8.021529785945477e-6 -conserve_N 4.0107648929727385e-6 -considerateness_N 4.0107648929727385e-6 -consideration_N 1.8048442018377323e-4 -consignee_N 4.0107648929727385e-6 -consigner_N 4.0107648929727385e-6 -consignment_N 4.0107648929727385e-6 -consignor_N 4.0107648929727385e-6 -consistence_N 4.0107648929727385e-6 -consistency_N 8.021529785945477e-6 -consistory_N 4.0107648929727385e-6 -consolation_N 8.021529785945477e-6 -console_N 4.0107648929727385e-6 -consolidation_N 8.021529785945478e-5 -consomme_N 4.0107648929727385e-6 -consonance_N 4.0107648929727385e-6 -consonant_N 4.0107648929727385e-6 -consort_N 4.0107648929727385e-6 -consortium_N 1.0026912232431847e-4 -conspecific_N 4.0107648929727385e-6 -conspectus_N 4.0107648929727385e-6 -conspicuousness_N 4.0107648929727385e-6 -conspiracy_N 1.0829065211026395e-4 -conspirator_N 1.6043059571890954e-5 -constable_N 4.0107648929727385e-6 -constabulary_N 4.0107648929727385e-6 -constancy_N 4.0107648929727385e-6 -constant_N 4.0107648929727385e-6 -constantan_N 4.0107648929727385e-6 -constellation_N 4.0107648929727385e-6 -consternation_N 8.021529785945477e-6 -constipation_N 4.0107648929727385e-6 -constituency_N 4.812917871567287e-5 -constituent_N 6.818300318053656e-5 -constitution_N 4.010764892972739e-5 -constitutional_N 8.021529785945477e-6 -constitutionalism_N 4.0107648929727385e-6 -constitutionalist_N 4.0107648929727385e-6 -constraint_N 4.010764892972739e-5 -constriction_N 4.0107648929727385e-6 -constrictor_N 4.0107648929727385e-6 -construal_N 4.0107648929727385e-6 -construction_N 7.580345647718477e-4 -constructiveness_N 4.0107648929727385e-6 -constructivism_N 4.0107648929727385e-6 -constructivist_N 4.0107648929727385e-6 -constructor_N 4.0107648929727385e-6 -consubstantiation_N 4.0107648929727385e-6 -consuetude_N 4.0107648929727385e-6 -consuetudinary_N 4.0107648929727385e-6 -consul_N 8.021529785945477e-6 -consulate_N 4.0107648929727385e-6 -consulship_N 4.0107648929727385e-6 -consultancy_N 4.0107648929727385e-6 -consultant_N 5.37442495658347e-4 -consultation_N 2.8075354250809173e-5 -consumer_N 1.2834447657512765e-3 -consumerism_N 4.0107648929727385e-6 -consummation_N 4.0107648929727385e-6 -consumption_N 1.6043059571890957e-4 -consumptive_N 4.0107648929727385e-6 -contact_N 1.243337116821549e-4 -contadino_N 4.0107648929727385e-6 -contagion_N 4.0107648929727385e-6 -container_N 4.812917871567287e-5 -containerful_N 4.0107648929727385e-6 -containment_N 1.6043059571890954e-5 -contaminant_N 4.0107648929727385e-6 -contamination_N 2.0053824464863696e-5 -contemplation_N 8.021529785945477e-6 -contemplative_N 4.0107648929727385e-6 -contemporaneity_N 4.0107648929727385e-6 -contemporary_N 8.021529785945477e-6 -contempt_N 2.0053824464863696e-5 -contemptuousness_N 4.0107648929727385e-6 -contender_N 2.4064589357836434e-5 -content_N 6.016147339459108e-5 -contentedness_N 4.0107648929727385e-6 -contention_N 3.609688403675465e-5 -contentment_N 4.0107648929727385e-6 -contents_N 4.0107648929727385e-6 -contest_N 1.0829065211026395e-4 -contestant_N 1.6043059571890954e-5 -contestee_N 4.0107648929727385e-6 -contester_N 4.0107648929727385e-6 -context_N 6.417223828756382e-5 -contextualism_N 4.0107648929727385e-6 -contiguity_N 4.0107648929727385e-6 -continence_N 4.0107648929727385e-6 -continent_N 2.4064589357836434e-5 -contingency_N 3.609688403675465e-5 -contingent_N 1.2032294678918217e-5 -continuance_N 4.0107648929727385e-6 -continuation_N 2.4064589357836434e-5 -continuity_N 1.2032294678918217e-5 -continuousness_N 4.0107648929727385e-6 -continuum_N 4.0107648929727385e-6 -conto_N 4.0107648929727385e-6 -contortion_N 4.0107648929727385e-6 -contortionist_N 4.0107648929727385e-6 -contour_N 4.0107648929727385e-6 -contraband_N 4.0107648929727385e-6 -contrabass_N 4.0107648929727385e-6 -contrabassoon_N 4.0107648929727385e-6 -contraception_N 4.0107648929727385e-6 -contraceptive_N 2.0053824464863696e-5 -contract_N 2.350308227282025e-3 -contractility_N 4.0107648929727385e-6 -contraction_N 3.609688403675465e-5 -contractor_N 2.165813042205279e-4 -contracture_N 4.0107648929727385e-6 -contradiction_N 2.0053824464863696e-5 -contradictoriness_N 4.0107648929727385e-6 -contradictory_N 4.0107648929727385e-6 -contradistinction_N 4.0107648929727385e-6 -contrail_N 4.0107648929727385e-6 -contraindication_N 4.0107648929727385e-6 -contralto_N 4.0107648929727385e-6 -contraption_N 8.021529785945477e-6 -contrapuntist_N 4.0107648929727385e-6 -contrarian_N 4.0107648929727385e-6 -contrariety_N 4.0107648929727385e-6 -contrariness_N 4.0107648929727385e-6 -contrary_N 2.8075354250809173e-5 -contrast_N 2.4064589357836432e-4 -contravention_N 4.0107648929727385e-6 -contretemps_N 4.0107648929727385e-6 -contribution_N 2.6069971804322804e-4 -contributor_N 2.8075354250809173e-5 -contrition_N 4.0107648929727385e-6 -contrivance_N 4.0107648929727385e-6 -contriver_N 4.0107648929727385e-6 -control_N 1.0668634615307484e-3 -controller_N 4.010764892972739e-5 -controllership_N 4.0107648929727385e-6 -controversialist_N 4.0107648929727385e-6 -controversy_N 1.3636600636107311e-4 -contumacy_N 4.0107648929727385e-6 -contumely_N 4.0107648929727385e-6 -contusion_N 4.0107648929727385e-6 -conundrum_N 8.021529785945477e-6 -conurbation_N 4.0107648929727385e-6 -convalescence_N 4.0107648929727385e-6 -convalescent_N 4.0107648929727385e-6 -convection_N 4.0107648929727385e-6 -convector_N 4.0107648929727385e-6 -convener_N 4.0107648929727385e-6 -convenience_N 6.818300318053656e-5 -convent_N 2.0053824464863696e-5 -conventicle_N 4.0107648929727385e-6 -convention_N 8.021529785945478e-5 -conventionality_N 4.0107648929727385e-6 -conventionalization_N 4.0107648929727385e-6 -conventioneer_N 4.0107648929727385e-6 -convergence_N 4.0107648929727385e-6 -conversation_N 1.3636600636107311e-4 -conversationalist_N 4.0107648929727385e-6 -converse_N 4.0107648929727385e-6 -conversion_N 1.0026912232431847e-4 -convert_N 8.021529785945477e-6 -converter_N 3.609688403675465e-5 -convertibility_N 8.021529785945477e-6 -convertible_N 4.010764892972739e-5 -convexity_N 8.021529785945477e-6 -conveyance_N 8.021529785945477e-6 -conveyancer_N 4.0107648929727385e-6 -conveyer_N 4.0107648929727385e-6 -conveyer_belt_N 4.0107648929727385e-6 -conveyor_N 8.021529785945477e-6 -convict_N 4.0107648929727385e-6 -conviction_N 1.3636600636107311e-4 -convincingness_N 4.0107648929727385e-6 -conviviality_N 4.0107648929727385e-6 -convocation_N 8.021529785945477e-6 -convolution_N 8.021529785945477e-6 -convolvulus_N 4.0107648929727385e-6 -convoy_N 1.2032294678918217e-5 -convulsion_N 1.2032294678918217e-5 -cony_N 4.0107648929727385e-6 -coo_N 4.0107648929727385e-6 -cook_N 2.0053824464863696e-5 -cookbook_N 2.4064589357836434e-5 -cooker_N 4.0107648929727385e-6 -cookery_N 4.0107648929727385e-6 -cookery_book_N 4.0107648929727385e-6 -cookfire_N 4.0107648929727385e-6 -cookhouse_N 4.0107648929727385e-6 -cookie_N 1.2032294678918217e-5 -cooking_N 2.0053824464863696e-5 -cookout_N 4.0107648929727385e-6 -cookstove_N 4.0107648929727385e-6 -cooky_N 1.2032294678918217e-5 -cool_N 1.2032294678918217e-5 -coolant_N 1.6043059571890954e-5 -cooler_N 8.021529785945477e-6 -coolie_N 4.0107648929727385e-6 -cooling_N 4.0107648929727385e-6 -cooling_tower_N 4.0107648929727385e-6 -coolness_N 4.0107648929727385e-6 -coon_N 4.0107648929727385e-6 -coondog_N 4.0107648929727385e-6 -coonhound_N 4.0107648929727385e-6 -coontie_N 4.0107648929727385e-6 -coop_N 4.0107648929727385e-6 -cooper_N 4.0107648929727385e-6 -cooperation_N 1.8048442018377323e-4 -cooperative_N 5.6150708501618345e-5 -cooperator_N 4.0107648929727385e-6 -coordinate_N 4.0107648929727385e-6 -coordination_N 2.8075354250809173e-5 -coordinator_N 2.8075354250809173e-5 -coot_N 4.0107648929727385e-6 -cooter_N 4.0107648929727385e-6 -cop_N 1.6043059571890954e-5 -cop_out_N 4.0107648929727385e-6 -copaiba_N 4.0107648929727385e-6 -copal_N 4.0107648929727385e-6 -copalite_N 4.0107648929727385e-6 -copartner_N 4.0107648929727385e-6 -copartnership_N 4.0107648929727385e-6 -cope_N 4.0107648929727385e-6 -copeck_N 4.0107648929727385e-6 -copepod_N 4.0107648929727385e-6 -copilot_N 4.0107648929727385e-6 -coping_N 4.0107648929727385e-6 -coping_stone_N 4.0107648929727385e-6 -copolymer_N 4.0107648929727385e-6 -copout_N 4.0107648929727385e-6 -copper_N 2.9679660207998265e-4 -copperhead_N 4.0107648929727385e-6 -copperplate_N 4.0107648929727385e-6 -coppersmith_N 4.0107648929727385e-6 -copperware_N 4.0107648929727385e-6 -coppice_N 4.0107648929727385e-6 -copra_N 4.0107648929727385e-6 -coproduction_N 4.0107648929727385e-6 -coprolalia_N 4.0107648929727385e-6 -coprolite_N 4.0107648929727385e-6 -coprolith_N 4.0107648929727385e-6 -coprophagy_N 4.0107648929727385e-6 -copse_N 4.0107648929727385e-6 -copt_N 4.0107648929727385e-6 -coptic_N 4.0107648929727385e-6 -copula_N 4.0107648929727385e-6 -copulation_N 4.0107648929727385e-6 -copulative_N 4.0107648929727385e-6 -copy_N 2.0053824464863693e-4 -copybook_N 4.0107648929727385e-6 -copycat_N 8.021529785945477e-6 -copyhold_N 4.0107648929727385e-6 -copyholder_N 4.0107648929727385e-6 -copying_N 4.0107648929727385e-6 -copyist_N 4.0107648929727385e-6 -copyright_N 7.21937680735093e-5 -copywriter_N 4.0107648929727385e-6 -coquetry_N 4.0107648929727385e-6 -coquette_N 4.0107648929727385e-6 -coquille_N 4.0107648929727385e-6 -cor_anglais_N 4.0107648929727385e-6 -coracle_N 4.0107648929727385e-6 -coral_N 4.0107648929727385e-6 -coral_reef_N 4.0107648929727385e-6 -coralbells_N 4.0107648929727385e-6 -coralberry_N 4.0107648929727385e-6 -coralwood_N 4.0107648929727385e-6 -corbel_N 4.0107648929727385e-6 -corbina_N 4.0107648929727385e-6 -corchorus_N 4.0107648929727385e-6 -cord_N 1.6043059571890954e-5 -cordage_N 4.0107648929727385e-6 -cordgrass_N 4.0107648929727385e-6 -cordial_N 4.0107648929727385e-6 -cordiality_N 4.0107648929727385e-6 -cordierite_N 4.0107648929727385e-6 -cordite_N 4.0107648929727385e-6 -corditis_N 4.0107648929727385e-6 -cordoba_N 4.0107648929727385e-6 -cordon_N 4.0107648929727385e-6 -cordovan_N 4.0107648929727385e-6 -cords_N 4.0107648929727385e-6 -corduroy_N 4.0107648929727385e-6 -cordwood_N 4.0107648929727385e-6 -core_N 2.366351286853916e-4 -coreference_N 4.0107648929727385e-6 -coreligionist_N 4.0107648929727385e-6 -coreopsis_N 4.0107648929727385e-6 -corer_N 4.0107648929727385e-6 -corespondent_N 4.0107648929727385e-6 -corgi_N 4.0107648929727385e-6 -coriander_N 4.0107648929727385e-6 -corinthian_N 4.0107648929727385e-6 -cork_N 4.0107648929727385e-6 -corkage_N 4.0107648929727385e-6 -corkboard_N 4.0107648929727385e-6 -corker_N 4.0107648929727385e-6 -corkscrew_N 8.021529785945477e-6 -corkwood_N 4.0107648929727385e-6 -corm_N 4.0107648929727385e-6 -cormorant_N 4.0107648929727385e-6 -corn_N 2.5668895315025526e-4 -corn_exchange_N 4.0107648929727385e-6 -cornbread_N 4.0107648929727385e-6 -corncob_N 4.0107648929727385e-6 -corncrake_N 4.0107648929727385e-6 -corncrib_N 4.0107648929727385e-6 -cornea_N 1.2032294678918217e-5 -cornelian_N 4.0107648929727385e-6 -corner_N 8.823682764540025e-5 -corner_kick_N 4.0107648929727385e-6 -cornerback_N 4.0107648929727385e-6 -cornerstone_N 2.4064589357836434e-5 -cornet_N 4.0107648929727385e-6 -cornetfish_N 4.0107648929727385e-6 -cornfield_N 4.0107648929727385e-6 -cornflake_N 4.0107648929727385e-6 -cornflour_N 4.0107648929727385e-6 -cornflower_N 4.0107648929727385e-6 -cornhusk_N 4.0107648929727385e-6 -cornhusker_N 4.0107648929727385e-6 -cornhusking_N 4.0107648929727385e-6 -cornice_N 8.021529785945477e-6 -cornmeal_N 4.0107648929727385e-6 -cornpone_N 4.0107648929727385e-6 -cornsilk_N 4.0107648929727385e-6 -cornsmut_N 4.0107648929727385e-6 -cornstalk_N 4.0107648929727385e-6 -cornstarch_N 8.021529785945477e-6 -cornu_N 4.0107648929727385e-6 -cornucopia_N 8.021529785945477e-6 -corolla_N 4.0107648929727385e-6 -corollary_N 4.0107648929727385e-6 -corona_N 4.0107648929727385e-6 -coronary_N 4.0107648929727385e-6 -coronation_N 4.0107648929727385e-6 -coroner_N 4.0107648929727385e-6 -coronet_N 4.0107648929727385e-6 -coronilla_N 4.0107648929727385e-6 -coronion_N 4.0107648929727385e-6 -corozo_N 4.0107648929727385e-6 -corporal_N 4.0107648929727385e-6 -corporation_N 4.893133169426742e-4 -corporatism_N 4.0107648929727385e-6 -corporatist_N 4.0107648929727385e-6 -corps_N 8.021529785945477e-6 -corps_de_ballet_N 4.0107648929727385e-6 -corps_diplomatique_N 4.0107648929727385e-6 -corpse_N 8.021529785945477e-6 -corpulence_N 4.0107648929727385e-6 -corpus_N 4.0107648929727385e-6 -corpuscle_N 4.0107648929727385e-6 -corral_N 4.0107648929727385e-6 -correction_N 8.021529785945478e-5 -corrections_N 4.0107648929727385e-6 -correctitude_N 4.0107648929727385e-6 -corrective_N 4.0107648929727385e-6 -correctness_N 4.0107648929727385e-6 -correlate_N 4.0107648929727385e-6 -correlation_N 1.2032294678918217e-5 -correlative_N 4.0107648929727385e-6 -correspondence_N 1.6043059571890954e-5 -correspondent_N 4.4118413822700127e-5 -corridor_N 2.4064589357836434e-5 -corrie_N 4.0107648929727385e-6 -corrigenda_N 4.0107648929727385e-6 -corrigendum_N 4.0107648929727385e-6 -corroboration_N 4.0107648929727385e-6 -corrosion_N 4.0107648929727385e-6 -corrosive_N 4.0107648929727385e-6 -corrugation_N 4.0107648929727385e-6 -corruptibility_N 4.0107648929727385e-6 -corruption_N 6.818300318053656e-5 -corruptness_N 4.0107648929727385e-6 -corsage_N 4.0107648929727385e-6 -corsair_N 4.0107648929727385e-6 -corse_N 4.0107648929727385e-6 -corselet_N 4.0107648929727385e-6 -corset_N 4.0107648929727385e-6 -corslet_N 4.0107648929727385e-6 -cortege_1_N 4.0107648929727385e-6 -cortege_2_N 4.0107648929727385e-6 -cortege_N 4.0107648929727385e-6 -cortex_N 4.0107648929727385e-6 -corticosteroid_N 4.0107648929727385e-6 -corticosterone_N 4.0107648929727385e-6 -cortina_N 4.0107648929727385e-6 -cortisone_N 4.0107648929727385e-6 -corundom_N 4.0107648929727385e-6 -corundum_N 4.0107648929727385e-6 -coruscation_N 4.0107648929727385e-6 -corvee_N 4.0107648929727385e-6 -corvette_N 8.021529785945477e-6 -corydalis_N 4.0107648929727385e-6 -corymb_N 4.0107648929727385e-6 -corynebacterium_N 4.0107648929727385e-6 -coryphantha_N 4.0107648929727385e-6 -corythosaur_N 4.0107648929727385e-6 -cos_N 4.0107648929727385e-6 -coscoroba_N 4.0107648929727385e-6 -cosecant_N 4.0107648929727385e-6 -cosh_N 4.0107648929727385e-6 -cosignatory_N 4.0107648929727385e-6 -cosigner_N 4.0107648929727385e-6 -cosine_N 4.0107648929727385e-6 -cosiness_N 4.0107648929727385e-6 -cosmetic_N 1.443875361470186e-4 -cosmetician_N 4.0107648929727385e-6 -cosmetologist_N 4.0107648929727385e-6 -cosmetology_N 4.0107648929727385e-6 -cosmid_N 4.0107648929727385e-6 -cosmogony_N 4.0107648929727385e-6 -cosmographer_N 4.0107648929727385e-6 -cosmography_N 4.0107648929727385e-6 -cosmolatry_N 4.0107648929727385e-6 -cosmologist_N 4.0107648929727385e-6 -cosmology_N 4.0107648929727385e-6 -cosmonaut_N 4.0107648929727385e-6 -cosmopolitan_N 4.0107648929727385e-6 -cosmos_N 4.0107648929727385e-6 -cosmotron_N 4.0107648929727385e-6 -cost_N 2.5628787666095803e-3 -costa_N 4.0107648929727385e-6 -costa_rican_N 1.2032294678918217e-5 -costermonger_N 4.0107648929727385e-6 -costia_N 4.0107648929727385e-6 -costiasis_N 4.0107648929727385e-6 -costing_N 4.0107648929727385e-6 -costliness_N 4.0107648929727385e-6 -costmary_N 4.0107648929727385e-6 -costochondritis_N 4.0107648929727385e-6 -costs_N 4.0107648929727385e-6 -costume_N 1.6043059571890954e-5 -costumier_N 4.0107648929727385e-6 -costusroot_N 4.0107648929727385e-6 -cosy_N 4.0107648929727385e-6 -cot_N 8.021529785945477e-6 -cotangent_N 4.0107648929727385e-6 -cote_N 4.0107648929727385e-6 -cotenant_N 4.0107648929727385e-6 -coterie_N 8.021529785945477e-6 -cotilion_N 4.0107648929727385e-6 -cotillion_N 4.0107648929727385e-6 -cotinga_N 4.0107648929727385e-6 -cotoneaster_N 4.0107648929727385e-6 -cottage_N 1.2032294678918217e-5 -cottager_N 4.0107648929727385e-6 -cottar_N 4.0107648929727385e-6 -cotter_N 4.0107648929727385e-6 -cotton_N 9.2247592538373e-5 -cotton_cake_N 4.0107648929727385e-6 -cotton_plant_N 4.0107648929727385e-6 -cotton_wool_N 4.0107648929727385e-6 -cottonseed_N 4.0107648929727385e-6 -cottontail_N 4.0107648929727385e-6 -cottonweed_N 4.0107648929727385e-6 -cottonwick_N 4.0107648929727385e-6 -cottonwood_N 4.0107648929727385e-6 -cotyledon_N 4.0107648929727385e-6 -coucal_N 4.0107648929727385e-6 -couch_N 1.2032294678918217e-5 -couch_grass_N 4.0107648929727385e-6 -couchette_N 4.0107648929727385e-6 -cougar_N 4.0107648929727385e-6 -cough_N 4.010764892972739e-5 -coulisse_N 4.0107648929727385e-6 -coulomb_N 4.0107648929727385e-6 -coulter_N 4.0107648929727385e-6 -council_N 1.644413606118823e-4 -council_board_N 4.0107648929727385e-6 -council_chamber_N 4.0107648929727385e-6 -councillor_N 4.0107648929727385e-6 -councillorship_N 4.0107648929727385e-6 -councilman_N 4.0107648929727385e-6 -councilwoman_N 4.0107648929727385e-6 -counsel_N 1.764736552908005e-4 -counsellor_N 4.0107648929727385e-6 -counselor_N 4.0107648929727385e-6 -counselorship_N 4.0107648929727385e-6 -count_N 1.0026912232431847e-4 -countdown_N 8.021529785945477e-6 -countenance_N 8.021529785945477e-6 -counter_N 5.2139943608645604e-5 -counter_example_N 4.0107648929727385e-6 -counter_revolution_N 4.0107648929727385e-6 -counter_revolutionary_N 4.0107648929727385e-6 -counteraction_N 4.0107648929727385e-6 -counterargument_N 4.0107648929727385e-6 -counterattack_N 8.021529785945477e-6 -counterattraction_N 4.0107648929727385e-6 -counterbalance_N 4.0107648929727385e-6 -counterblast_N 4.0107648929727385e-6 -counterblow_N 4.0107648929727385e-6 -counterbombardment_N 4.0107648929727385e-6 -counterbore_N 4.0107648929727385e-6 -countercharge_N 4.0107648929727385e-6 -countercheck_N 4.0107648929727385e-6 -counterclaim_N 2.4064589357836434e-5 -countercoup_N 4.0107648929727385e-6 -counterculture_N 4.0107648929727385e-6 -countercurrent_N 4.0107648929727385e-6 -counterdemonstration_N 4.0107648929727385e-6 -counterdemonstrator_N 4.0107648929727385e-6 -counterespionage_N 8.021529785945477e-6 -counterexample_N 4.0107648929727385e-6 -counterfactuality_N 4.0107648929727385e-6 -counterfeit_N 4.0107648929727385e-6 -counterfeiter_N 4.0107648929727385e-6 -counterfire_N 4.0107648929727385e-6 -counterfoil_N 4.0107648929727385e-6 -counterglow_N 4.0107648929727385e-6 -counterintelligence_N 4.0107648929727385e-6 -counterirritant_N 4.0107648929727385e-6 -countermand_N 4.0107648929727385e-6 -countermarch_N 4.0107648929727385e-6 -countermeasure_N 4.0107648929727385e-6 -countermine_N 4.0107648929727385e-6 -counteroffensive_N 4.0107648929727385e-6 -counteroffer_N 4.0107648929727385e-6 -counterpane_N 4.0107648929727385e-6 -counterpart_N 1.2834447657512763e-4 -counterperson_N 4.0107648929727385e-6 -counterplea_N 4.0107648929727385e-6 -counterplot_N 4.0107648929727385e-6 -counterpoint_N 1.6043059571890954e-5 -counterpoise_N 4.0107648929727385e-6 -counterproposal_N 4.0107648929727385e-6 -counterpunch_N 4.0107648929727385e-6 -counterreformation_N 4.0107648929727385e-6 -counterrevolution_N 4.0107648929727385e-6 -counterrevolutionist_N 4.0107648929727385e-6 -countershot_N 4.0107648929727385e-6 -countersign_N 4.0107648929727385e-6 -countersignature_N 4.0107648929727385e-6 -countersink_N 4.0107648929727385e-6 -counterspy_N 4.0107648929727385e-6 -counterstain_N 4.0107648929727385e-6 -countersubversion_N 4.0107648929727385e-6 -countersuit_N 4.0107648929727385e-6 -countertenor_N 4.0107648929727385e-6 -counterterrorism_N 4.0107648929727385e-6 -counterterrorist_N 4.0107648929727385e-6 -countertop_N 4.0107648929727385e-6 -countertransference_N 4.0107648929727385e-6 -counterweight_N 1.2032294678918217e-5 -countess_N 4.0107648929727385e-6 -counting_house_N 4.0107648929727385e-6 -countinghouse_N 4.0107648929727385e-6 -country_N 1.9853286220215057e-3 -country_house_N 4.0107648929727385e-6 -country_seat_N 4.0107648929727385e-6 -countryman_N 1.6043059571890954e-5 -countryseat_N 4.0107648929727385e-6 -countryside_N 2.4064589357836434e-5 -countrywoman_N 4.0107648929727385e-6 -county_N 7.21937680735093e-5 -coup_N 3.609688403675465e-5 -coup_d'etat_N 4.0107648929727385e-6 -coup_de_grace_N 1.8850594996971872e-4 -coupe_N 4.0107648929727385e-6 -couple_N 3.52947310581601e-4 -couplet_N 8.021529785945477e-6 -coupling_N 8.021529785945477e-6 -coupon_N 3.2487195633079186e-4 -courage_N 2.0053824464863696e-5 -courante_N 4.0107648929727385e-6 -courbaril_N 4.0107648929727385e-6 -courgette_N 4.0107648929727385e-6 -courier_N 3.208611914378191e-5 -courlan_N 4.0107648929727385e-6 -course_N 2.7674277761511896e-4 -courser_N 4.0107648929727385e-6 -coursework_N 4.0107648929727385e-6 -coursing_N 4.0107648929727385e-6 -court_N 1.720618139085305e-3 -court_card_N 4.0107648929727385e-6 -court_martial_N 4.0107648929727385e-6 -courtesan_N 8.021529785945477e-6 -courtesy_N 1.6043059571890954e-5 -courthouse_N 4.0107648929727385e-6 -courtier_N 4.0107648929727385e-6 -courtliness_N 4.0107648929727385e-6 -courtroom_N 6.417223828756382e-5 -courtship_N 1.2032294678918217e-5 -courtyard_N 1.6043059571890954e-5 -couscous_N 4.0107648929727385e-6 -cousin_N 3.208611914378191e-5 -couture_N 4.0107648929727385e-6 -couturier_N 4.0107648929727385e-6 -couvade_N 4.0107648929727385e-6 -couverture_N 4.0107648929727385e-6 -covalence_N 4.0107648929727385e-6 -covariance_N 4.0107648929727385e-6 -covariation_N 4.0107648929727385e-6 -cove_N 4.0107648929727385e-6 -coven_N 4.0107648929727385e-6 -covenant_N 2.4064589357836434e-5 -cover_N 3.609688403675465e-5 -cover_up_N 4.0107648929727385e-6 -coverage_N 2.165813042205279e-4 -coverall_N 4.0107648929727385e-6 -covering_N 2.4064589357836434e-5 -coverlet_N 4.0107648929727385e-6 -covert_N 8.021529785945477e-6 -covetousness_N 4.0107648929727385e-6 -covey_N 4.0107648929727385e-6 -cow_N 2.4064589357836434e-5 -cowage_N 4.0107648929727385e-6 -coward_N 1.6043059571890954e-5 -cowardice_N 4.0107648929727385e-6 -cowbarn_N 4.0107648929727385e-6 -cowbell_N 4.0107648929727385e-6 -cowberry_N 4.0107648929727385e-6 -cowbird_N 4.0107648929727385e-6 -cowboy_N 2.0053824464863696e-5 -cowcatcher_N 4.0107648929727385e-6 -cowfish_N 4.0107648929727385e-6 -cowgirl_N 4.0107648929727385e-6 -cowhand_N 4.0107648929727385e-6 -cowherb_N 4.0107648929727385e-6 -cowherd_N 4.0107648929727385e-6 -cowhide_N 4.0107648929727385e-6 -cowhouse_N 4.0107648929727385e-6 -cowl_N 4.0107648929727385e-6 -cowlick_N 4.0107648929727385e-6 -cowling_N 4.0107648929727385e-6 -cowman_N 4.0107648929727385e-6 -coworker_N 4.0107648929727385e-6 -cowpea_N 4.0107648929727385e-6 -cowpox_N 4.0107648929727385e-6 -cowrie_N 4.0107648929727385e-6 -cowshed_N 4.0107648929727385e-6 -cowskin_N 4.0107648929727385e-6 -cowslip_N 4.0107648929727385e-6 -cox_N 4.0107648929727385e-6 -coxcomb_N 4.0107648929727385e-6 -coxsackievirus_N 4.0107648929727385e-6 -coxswain_N 4.0107648929727385e-6 -coydog_N 4.0107648929727385e-6 -coyness_N 4.0107648929727385e-6 -coyol_N 4.0107648929727385e-6 -coyote_N 8.021529785945477e-6 -coypu_N 4.0107648929727385e-6 -coziness_N 4.0107648929727385e-6 -crab_N 8.021529785945477e-6 -crab_apple_N 4.0107648929727385e-6 -crabbiness_N 4.0107648929727385e-6 -crabgrass_N 4.0107648929727385e-6 -crack_N 8.021529785945478e-5 -crack_down_N 4.0107648929727385e-6 -crack_up_N 4.0107648929727385e-6 -crackdown_N 4.0107648929727385e-6 -cracker_N 2.0053824464863696e-5 -cracking_N 4.0107648929727385e-6 -crackle_N 4.0107648929727385e-6 -crackle_china_N 4.0107648929727385e-6 -crackleware_N 4.0107648929727385e-6 -crackling_N 4.0107648929727385e-6 -cracklings_N 4.0107648929727385e-6 -crackpot_N 4.0107648929727385e-6 -cracksman_N 4.0107648929727385e-6 -cradle_N 8.021529785945477e-6 -craft_N 2.8075354250809173e-5 -craftiness_N 4.0107648929727385e-6 -craftsman_N 8.021529785945477e-6 -craftsmanship_N 4.0107648929727385e-6 -crag_N 4.0107648929727385e-6 -cragsman_N 4.0107648929727385e-6 -crake_N 4.0107648929727385e-6 -crammer_N 4.0107648929727385e-6 -cramp_N 8.021529785945477e-6 -cramp_iron_N 4.0107648929727385e-6 -crampon_N 4.0107648929727385e-6 -cran_N 4.0107648929727385e-6 -cranberry_N 4.0107648929727385e-6 -crane_N 3.609688403675465e-5 -crane_fly_N 4.0107648929727385e-6 -cranesbill_N 4.0107648929727385e-6 -craniology_N 4.0107648929727385e-6 -craniometer_N 4.0107648929727385e-6 -craniometry_N 4.0107648929727385e-6 -craniotomy_N 4.0107648929727385e-6 -cranium_N 4.0107648929727385e-6 -crank_N 8.021529785945477e-6 -crankcase_N 4.0107648929727385e-6 -crankiness_N 4.0107648929727385e-6 -crankshaft_N 4.0107648929727385e-6 -cranny_N 4.0107648929727385e-6 -crap_N 1.2032294678918217e-5 -crap_shooting_N 4.0107648929727385e-6 -crapaud_N 4.0107648929727385e-6 -crape_N 4.0107648929727385e-6 -crappie_N 4.0107648929727385e-6 -craps_N 4.0107648929727385e-6 -crapshoot_N 4.0107648929727385e-6 -crapshooter_N 4.0107648929727385e-6 -crash_N 7.219376807350929e-4 -crash_dive_N 4.0107648929727385e-6 -crash_helmet_N 4.0107648929727385e-6 -crash_landing_N 4.0107648929727385e-6 -crassness_N 4.0107648929727385e-6 -crate_N 1.2032294678918217e-5 -crater_N 4.0107648929727385e-6 -craton_N 4.0107648929727385e-6 -cravat_N 4.0107648929727385e-6 -craven_N 4.0107648929727385e-6 -cravenness_N 4.0107648929727385e-6 -craving_N 1.2032294678918217e-5 -craw_N 4.0107648929727385e-6 -crawfish_N 4.0107648929727385e-6 -crawl_N 8.021529785945477e-6 -crawler_N 4.0107648929727385e-6 -crawlspace_N 4.0107648929727385e-6 -crayfish_N 4.0107648929727385e-6 -crayon_N 4.0107648929727385e-6 -craze_N 2.8075354250809173e-5 -craziness_N 4.0107648929727385e-6 -crazy_N 4.0107648929727385e-6 -creak_N 4.0107648929727385e-6 -cream_N 2.4064589357836434e-5 -creamcups_N 4.0107648929727385e-6 -creamery_N 4.0107648929727385e-6 -creaminess_N 4.0107648929727385e-6 -crease_N 4.0107648929727385e-6 -creatine_N 4.0107648929727385e-6 -creation_N 1.0026912232431847e-4 -creationism_N 4.0107648929727385e-6 -creativeness_N 4.0107648929727385e-6 -creativity_N 8.021529785945477e-6 -creator_N 4.010764892972739e-5 -creature_N 5.2139943608645604e-5 -creche_N 4.0107648929727385e-6 -credence_N 8.021529785945477e-6 -credenza_N 4.0107648929727385e-6 -credibility_N 1.4839830103999133e-4 -credit_N 1.3676708285037039e-3 -credit_side_N 4.0107648929727385e-6 -credit_worthiness_N 4.0107648929727385e-6 -creditor_N 5.655178499091562e-4 -credits_N 4.0107648929727385e-6 -creditworthiness_N 4.0107648929727385e-6 -credo_N 8.021529785945477e-6 -credulity_N 8.021529785945477e-6 -credulousness_N 4.0107648929727385e-6 -creed_N 8.021529785945477e-6 -creek_N 4.0107648929727385e-6 -creel_N 4.0107648929727385e-6 -creep_N 4.0107648929727385e-6 -creeper_N 4.0107648929727385e-6 -creepiness_N 4.0107648929727385e-6 -creeps_N 4.0107648929727385e-6 -cremains_N 4.0107648929727385e-6 -cremation_N 4.0107648929727385e-6 -crematorium_N 8.021529785945477e-6 -crematory_N 4.0107648929727385e-6 -creme_de_menthe_N 4.0107648929727385e-6 -crenel_N 4.0107648929727385e-6 -crenelation_N 4.0107648929727385e-6 -creole_N 4.0107648929727385e-6 -creosol_N 4.0107648929727385e-6 -creosote_N 4.0107648929727385e-6 -crepe_1_N 4.0107648929727385e-6 -crepe_2_N 4.0107648929727385e-6 -crepe_N 4.0107648929727385e-6 -crepitation_N 4.0107648929727385e-6 -crescendo_N 8.021529785945477e-6 -crescent_N 4.0107648929727385e-6 -cresol_N 4.0107648929727385e-6 -cress_N 4.0107648929727385e-6 -crest_N 1.6043059571890954e-5 -cretin_N 4.0107648929727385e-6 -cretinism_N 4.0107648929727385e-6 -cretonne_N 4.0107648929727385e-6 -crevasse_N 1.2032294678918217e-5 -crevice_N 8.021529785945477e-6 -crew_N 8.422606275242751e-5 -crew_cut_N 4.0107648929727385e-6 -crew_neck_N 4.0107648929727385e-6 -crewelwork_N 4.0107648929727385e-6 -crewman_N 4.0107648929727385e-6 -crib_N 1.2032294678918217e-5 -cribbage_N 4.0107648929727385e-6 -cribbage_board_N 4.0107648929727385e-6 -crick_N 4.0107648929727385e-6 -cricket_N 8.021529785945477e-6 -cricketer_N 4.0107648929727385e-6 -crier_N 4.0107648929727385e-6 -crime_N 3.7701189993943744e-4 -criminal_N 7.620453296648204e-5 -criminalism_N 4.0107648929727385e-6 -criminalization_N 4.0107648929727385e-6 -criminologist_N 4.0107648929727385e-6 -criminology_N 8.021529785945477e-6 -crimp_N 4.0107648929727385e-6 -crimson_N 4.0107648929727385e-6 -cringle_N 4.0107648929727385e-6 -crinkle_N 4.0107648929727385e-6 -crinkleroot_N 4.0107648929727385e-6 -crinoid_N 4.0107648929727385e-6 -crinoline_N 4.0107648929727385e-6 -criollo_N 4.0107648929727385e-6 -cripple_N 1.2032294678918217e-5 -crisis_N 2.927858371870099e-4 -crisp_N 4.0107648929727385e-6 -crispness_N 4.0107648929727385e-6 -crisscross_N 4.0107648929727385e-6 -cristobalite_N 4.0107648929727385e-6 -criterion_N 1.6043059571890954e-5 -crith_N 4.0107648929727385e-6 -critic_N 3.088288967589009e-4 -criticality_N 4.0107648929727385e-6 -criticism_N 2.286135988994461e-4 -critique_N 1.6043059571890954e-5 -critter_N 4.0107648929727385e-6 -croak_N 4.0107648929727385e-6 -croaker_N 4.0107648929727385e-6 -crochet_N 4.0107648929727385e-6 -crochet_hook_N 4.0107648929727385e-6 -crocheting_N 4.0107648929727385e-6 -crock_N 4.0107648929727385e-6 -crockery_N 4.0107648929727385e-6 -crocket_N 4.0107648929727385e-6 -crocodile_N 4.0107648929727385e-6 -crocolite_N 4.0107648929727385e-6 -crocus_N 4.0107648929727385e-6 -croft_N 4.0107648929727385e-6 -crofter_N 4.0107648929727385e-6 -cromlech_N 4.0107648929727385e-6 -crone_N 4.0107648929727385e-6 -crony_N 1.2032294678918217e-5 -cronyism_N 4.0107648929727385e-6 -crook_N 2.0053824464863696e-5 -crookedness_N 4.0107648929727385e-6 -crookneck_N 4.0107648929727385e-6 -crooner_N 4.0107648929727385e-6 -crooning_N 4.0107648929727385e-6 -crop_N 2.647104829362008e-4 -crop_dusting_N 4.0107648929727385e-6 -cropper_N 4.0107648929727385e-6 -croquet_N 4.0107648929727385e-6 -croquette_N 4.0107648929727385e-6 -crore_N 4.0107648929727385e-6 -crosier_N 4.0107648929727385e-6 -cross_N 4.010764892972739e-5 -cross_bench_N 4.0107648929727385e-6 -cross_bencher_N 4.0107648929727385e-6 -cross_division_N 4.0107648929727385e-6 -cross_examination_N 4.0107648929727385e-6 -cross_examiner_N 4.0107648929727385e-6 -cross_fertilization_N 4.0107648929727385e-6 -cross_heading_N 4.0107648929727385e-6 -cross_index_N 4.0107648929727385e-6 -cross_reference_N 4.0107648929727385e-6 -cross_section_N 4.0107648929727385e-6 -cross_stitch_N 4.0107648929727385e-6 -crossbar_N 4.0107648929727385e-6 -crossbeam_N 4.0107648929727385e-6 -crossbench_N 4.0107648929727385e-6 -crossbencher_N 4.0107648929727385e-6 -crossbill_N 4.0107648929727385e-6 -crossbones_N 4.0107648929727385e-6 -crossbow_N 4.0107648929727385e-6 -crossbreed_N 4.0107648929727385e-6 -crosscheck_N 4.0107648929727385e-6 -crosscurrent_N 4.0107648929727385e-6 -crosscut_N 4.0107648929727385e-6 -crosse_N 4.0107648929727385e-6 -crossfire_N 8.021529785945477e-6 -crosshairs_N 4.0107648929727385e-6 -crosshead_N 4.0107648929727385e-6 -crossheading_N 4.0107648929727385e-6 -crossing_N 4.0107648929727385e-6 -crossjack_N 4.0107648929727385e-6 -crossness_N 4.0107648929727385e-6 -crossopterygian_N 4.0107648929727385e-6 -crossover_N 4.0107648929727385e-6 -crosspatch_N 4.0107648929727385e-6 -crosspiece_N 4.0107648929727385e-6 -crossroad_N 8.021529785945477e-6 -crossroads_N 4.0107648929727385e-6 -crosstalk_N 4.0107648929727385e-6 -crosswalk_N 4.0107648929727385e-6 -crosswind_N 4.0107648929727385e-6 -crossword_N 4.0107648929727385e-6 -crotalaria_N 4.0107648929727385e-6 -crotaphion_N 4.0107648929727385e-6 -crotch_N 4.0107648929727385e-6 -crotchet_N 4.0107648929727385e-6 -croton_N 4.0107648929727385e-6 -crottle_N 4.0107648929727385e-6 -crouch_N 8.021529785945477e-6 -croup_N 4.0107648929727385e-6 -croupier_N 4.0107648929727385e-6 -crouton_N 4.0107648929727385e-6 -crow's_nest_N 4.0107648929727385e-6 -crow_N 4.0107648929727385e-6 -crowbait_N 4.0107648929727385e-6 -crowbar_N 4.0107648929727385e-6 -crowberry_N 4.0107648929727385e-6 -crowd_N 1.243337116821549e-4 -crowding_N 4.0107648929727385e-6 -crown_N 2.0053824464863696e-5 -crown_land_N 4.0107648929727385e-6 -crownbeard_N 4.0107648929727385e-6 -crozier_N 4.0107648929727385e-6 -crucible_N 1.2032294678918217e-5 -crucifer_N 4.0107648929727385e-6 -crucifix_N 4.0107648929727385e-6 -crucifixion_N 4.0107648929727385e-6 -crud_N 4.0107648929727385e-6 -crudeness_N 4.0107648929727385e-6 -crudites_N 4.0107648929727385e-6 -crudity_N 4.0107648929727385e-6 -cruelty_N 4.0107648929727385e-6 -cruet_N 4.0107648929727385e-6 -cruet_stand_N 4.0107648929727385e-6 -cruise_N 4.010764892972739e-5 -cruiser_N 1.2032294678918217e-5 -cruller_N 4.0107648929727385e-6 -crumb_N 4.0107648929727385e-6 -crumbliness_N 4.0107648929727385e-6 -crumpet_N 4.0107648929727385e-6 -crunch_N 9.2247592538373e-5 -crupper_N 4.0107648929727385e-6 -crus_N 4.0107648929727385e-6 -crusade_N 3.208611914378191e-5 -crusader_N 4.0107648929727385e-6 -cruse_N 4.0107648929727385e-6 -crush_N 3.609688403675465e-5 -crusher_N 4.0107648929727385e-6 -crust_N 1.2032294678918217e-5 -crustacean_N 4.0107648929727385e-6 -crutch_N 8.021529785945477e-6 -crux_N 4.0107648929727385e-6 -cruzeiro_N 4.0107648929727385e-6 -cry_N 3.208611914378191e-5 -crybaby_N 4.0107648929727385e-6 -cryesthesia_N 4.0107648929727385e-6 -crying_N 4.0107648929727385e-6 -cryoanesthesia_N 4.0107648929727385e-6 -cryobiology_N 4.0107648929727385e-6 -cryocautery_N 4.0107648929727385e-6 -cryogen_N 4.0107648929727385e-6 -cryogenics_N 4.0107648929727385e-6 -cryolite_N 4.0107648929727385e-6 -cryometer_N 4.0107648929727385e-6 -cryonics_N 4.0107648929727385e-6 -cryophobia_N 4.0107648929727385e-6 -cryoscope_N 4.0107648929727385e-6 -cryostat_N 4.0107648929727385e-6 -cryosurgery_N 4.0107648929727385e-6 -crypt_N 4.0107648929727385e-6 -cryptanalysis_N 4.0107648929727385e-6 -cryptanalyst_N 4.0107648929727385e-6 -cryptobiosis_N 4.0107648929727385e-6 -cryptococcosis_N 4.0107648929727385e-6 -cryptocoryne_N 4.0107648929727385e-6 -cryptogam_N 4.0107648929727385e-6 -cryptogram_N 4.0107648929727385e-6 -cryptograph_N 4.0107648929727385e-6 -cryptography_N 4.0107648929727385e-6 -cryptomonad_N 4.0107648929727385e-6 -cryptorchidy_N 4.0107648929727385e-6 -crystal_N 6.417223828756382e-5 -crystal_gazing_N 4.0107648929727385e-6 -crystallite_N 4.0107648929727385e-6 -crystallization_N 4.0107648929727385e-6 -crystallographer_N 4.0107648929727385e-6 -crystallography_N 4.0107648929727385e-6 -ctene_N 4.0107648929727385e-6 -ctenidium_N 4.0107648929727385e-6 -ctenophore_N 4.0107648929727385e-6 -cub_N 1.2032294678918217e-5 -cuban_N 4.0107648929727385e-6 -cubby_N 4.0107648929727385e-6 -cubbyhole_N 4.0107648929727385e-6 -cube_N 8.021529785945477e-6 -cubeb_N 4.0107648929727385e-6 -cubicity_N 4.0107648929727385e-6 -cubicle_N 4.0107648929727385e-6 -cubism_N 4.0107648929727385e-6 -cubist_N 4.0107648929727385e-6 -cubit_N 4.0107648929727385e-6 -cubitiere_N 4.0107648929727385e-6 -cubitus_N 4.0107648929727385e-6 -cuboid_N 4.0107648929727385e-6 -cuckold_N 4.0107648929727385e-6 -cuckoldom_N 4.0107648929727385e-6 -cuckoldry_N 4.0107648929727385e-6 -cuckoo_N 2.4064589357836434e-5 -cuckoo_clock_N 4.0107648929727385e-6 -cuckoopint_N 4.0107648929727385e-6 -cucumber_N 8.021529785945477e-6 -cucurbit_N 4.0107648929727385e-6 -cud_N 4.0107648929727385e-6 -cuddle_N 4.0107648929727385e-6 -cuddy_N 4.0107648929727385e-6 -cudgel_N 4.0107648929727385e-6 -cudweed_N 4.0107648929727385e-6 -cue_N 2.8075354250809173e-5 -cuff_N 4.0107648929727385e-6 -cufflink_N 4.0107648929727385e-6 -cuirass_N 4.0107648929727385e-6 -cuirassier_N 4.0107648929727385e-6 -cuisine_N 1.6043059571890954e-5 -cuisse_N 4.0107648929727385e-6 -cul_N 4.0107648929727385e-6 -cul_de_sac_N 4.0107648929727385e-6 -culdoscope_N 4.0107648929727385e-6 -culdoscopy_N 4.0107648929727385e-6 -cull_N 4.0107648929727385e-6 -cullender_N 4.0107648929727385e-6 -cullis_N 4.0107648929727385e-6 -culm_N 4.0107648929727385e-6 -culmination_N 2.8075354250809173e-5 -culotte_N 4.0107648929727385e-6 -culpability_N 4.0107648929727385e-6 -culprit_N 3.609688403675465e-5 -cult_N 2.0053824464863696e-5 -cultism_N 4.0107648929727385e-6 -cultist_N 4.0107648929727385e-6 -cultivar_N 4.0107648929727385e-6 -cultivation_N 8.021529785945477e-6 -cultivator_N 4.0107648929727385e-6 -culturati_N 4.0107648929727385e-6 -culture_N 1.9251671486269147e-4 -culverin_N 4.0107648929727385e-6 -culvert_N 4.0107648929727385e-6 -cumin_N 4.0107648929727385e-6 -cummerbund_N 4.0107648929727385e-6 -cummings_N 4.0107648929727385e-6 -cumulonimbus_N 4.0107648929727385e-6 -cumulus_N 4.0107648929727385e-6 -cuneiform_N 4.0107648929727385e-6 -cunner_N 4.0107648929727385e-6 -cunnilingus_N 4.0107648929727385e-6 -cunning_N 4.0107648929727385e-6 -cunt_N 4.0107648929727385e-6 -cup_N 5.2139943608645604e-5 -cup_bearer_N 4.0107648929727385e-6 -cup_final_N 4.0107648929727385e-6 -cup_tie_N 4.0107648929727385e-6 -cupbearer_N 4.0107648929727385e-6 -cupboard_N 8.021529785945477e-6 -cupboard_love_N 4.0107648929727385e-6 -cupcake_N 4.0107648929727385e-6 -cupflower_N 4.0107648929727385e-6 -cupful_N 4.0107648929727385e-6 -cupid_N 4.0107648929727385e-6 -cupidity_N 4.0107648929727385e-6 -cupola_N 4.0107648929727385e-6 -cuppa_N 4.0107648929727385e-6 -cupping_N 4.0107648929727385e-6 -cuprite_N 4.0107648929727385e-6 -cupro_nickel_N 4.0107648929727385e-6 -cupronickel_N 4.0107648929727385e-6 -cupule_N 4.0107648929727385e-6 -cur_N 4.0107648929727385e-6 -curability_N 4.0107648929727385e-6 -curacao_N 4.0107648929727385e-6 -curacoa_N 4.0107648929727385e-6 -curacy_N 4.0107648929727385e-6 -curandera_N 4.0107648929727385e-6 -curandero_N 4.0107648929727385e-6 -curassow_N 4.0107648929727385e-6 -curate_N 4.0107648929727385e-6 -curator_N 2.4064589357836434e-5 -curatorship_N 4.0107648929727385e-6 -curb_N 5.2139943608645604e-5 -curbside_N 4.0107648929727385e-6 -curbstone_N 4.0107648929727385e-6 -curd_N 4.0107648929727385e-6 -curdling_N 4.0107648929727385e-6 -cure_1_N 2.0053824464863696e-5 -cure_2_N 4.0107648929727385e-6 -cure_all_N 4.0107648929727385e-6 -curettage_N 4.0107648929727385e-6 -curette_N 4.0107648929727385e-6 -curfew_N 4.0107648929727385e-6 -curie_N 4.0107648929727385e-6 -curio_N 4.0107648929727385e-6 -curiosa_N 4.0107648929727385e-6 -curiosity_N 8.021529785945477e-6 -curiousness_N 4.0107648929727385e-6 -curium_N 4.0107648929727385e-6 -curl_N 4.0107648929727385e-6 -curler_N 4.0107648929727385e-6 -curlew_N 4.0107648929727385e-6 -curliness_N 4.0107648929727385e-6 -curling_N 4.0107648929727385e-6 -curmudgeon_N 4.0107648929727385e-6 -currant_N 4.0107648929727385e-6 -currawong_N 4.0107648929727385e-6 -currency_N 7.179269158421203e-4 -current_N 5.2139943608645604e-5 -currentness_N 4.0107648929727385e-6 -curriculum_N 4.0107648929727385e-6 -curriculum_vitae_N 2.4064589357836434e-5 -currier_N 4.0107648929727385e-6 -curry_N 4.0107648929727385e-6 -curry_powder_N 4.0107648929727385e-6 -currycomb_N 4.0107648929727385e-6 -curse_N 1.2032294678918217e-5 -cursor_N 4.0107648929727385e-6 -curtailment_N 4.0107648929727385e-6 -curtain_N 1.2032294678918217e-5 -curtain_call_N 4.0107648929727385e-6 -curtain_lecture_N 4.0107648929727385e-6 -curtain_raiser_N 4.0107648929727385e-6 -curtness_N 8.021529785945477e-6 -curtsey_N 4.0107648929727385e-6 -curtsy_N 4.0107648929727385e-6 -curvaceousness_N 4.0107648929727385e-6 -curvature_N 4.0107648929727385e-6 -curve_N 3.208611914378191e-5 -curvet_N 4.0107648929727385e-6 -cuscus_N 4.0107648929727385e-6 -cushaw_N 4.0107648929727385e-6 -cushion_N 3.208611914378191e-5 -cusk_N 4.0107648929727385e-6 -cusp_N 4.0107648929727385e-6 -cuspidation_N 4.0107648929727385e-6 -cuspidor_N 4.0107648929727385e-6 -cuss_N 4.0107648929727385e-6 -cussedness_N 4.0107648929727385e-6 -custard_N 4.0107648929727385e-6 -custodian_N 4.0107648929727385e-6 -custodianship_N 4.0107648929727385e-6 -custody_N 2.8075354250809173e-5 -custom_N 6.016147339459108e-5 -customerFem_N 4.0107648929727385e-6 -customerMasc_N 1.363660063610731e-3 -customhouse_N 4.0107648929727385e-6 -customs_N 4.0107648929727385e-6 -cut_N 6.818300318053655e-4 -cut_out_N 4.0107648929727385e-6 -cut_throat_N 4.0107648929727385e-6 -cutaway_N 4.0107648929727385e-6 -cutback_N 6.417223828756382e-5 -cutch_N 4.0107648929727385e-6 -cuteness_N 4.0107648929727385e-6 -cuticle_N 4.0107648929727385e-6 -cuticula_N 4.0107648929727385e-6 -cutin_N 4.0107648929727385e-6 -cutlas_N 4.0107648929727385e-6 -cutlass_N 4.0107648929727385e-6 -cutlassfish_N 4.0107648929727385e-6 -cutler_N 4.0107648929727385e-6 -cutlery_N 4.0107648929727385e-6 -cutlet_N 4.0107648929727385e-6 -cutoff_N 4.0107648929727385e-6 -cutout_N 8.021529785945477e-6 -cutpurse_N 4.0107648929727385e-6 -cutter_N 8.021529785945477e-6 -cutthroat_N 4.0107648929727385e-6 -cutting_N 7.620453296648204e-5 -cutting_room_N 4.0107648929727385e-6 -cuttlefish_N 4.0107648929727385e-6 -cutwork_N 4.0107648929727385e-6 -cutworm_N 4.0107648929727385e-6 -cwt_N 4.0107648929727385e-6 -cyan_N 4.0107648929727385e-6 -cyanamide_N 4.0107648929727385e-6 -cyanide_N 4.0107648929727385e-6 -cyanobacteria_N 4.0107648929727385e-6 -cyanogen_N 4.0107648929727385e-6 -cyanohydrin_N 4.0107648929727385e-6 -cyanosis_N 4.0107648929727385e-6 -cyberart_N 4.0107648929727385e-6 -cybercafe_N 4.0107648929727385e-6 -cybercrime_N 4.0107648929727385e-6 -cyberculture_N 4.0107648929727385e-6 -cybernaut_N 4.0107648929727385e-6 -cybernetics_N 4.0107648929727385e-6 -cyberphobia_N 4.0107648929727385e-6 -cyberpunk_N 4.0107648929727385e-6 -cybersex_N 4.0107648929727385e-6 -cyborg_N 4.0107648929727385e-6 -cycad_N 4.0107648929727385e-6 -cyclamen_N 4.0107648929727385e-6 -cycle_N 2.0454900954160969e-4 -cyclicity_N 4.0107648929727385e-6 -cycling_N 4.0107648929727385e-6 -cyclist_N 1.6043059571890954e-5 -cyclobenzaprine_N 4.0107648929727385e-6 -cyclohexanol_N 4.0107648929727385e-6 -cycloid_N 4.0107648929727385e-6 -cyclone_N 4.0107648929727385e-6 -cyclooxygenase_N 4.0107648929727385e-6 -cyclopaedia_N 4.0107648929727385e-6 -cyclopia_N 4.0107648929727385e-6 -cyclopropane_N 4.0107648929727385e-6 -cyclops_N 4.0107648929727385e-6 -cycloserine_N 4.0107648929727385e-6 -cyclosis_N 4.0107648929727385e-6 -cyclostome_N 4.0107648929727385e-6 -cyclostyle_N 4.0107648929727385e-6 -cyclothymia_N 4.0107648929727385e-6 -cyclotron_N 4.0107648929727385e-6 -cyder_N 4.0107648929727385e-6 -cygnet_N 4.0107648929727385e-6 -cylinder_N 8.021529785945477e-6 -cylindricality_N 4.0107648929727385e-6 -cyma_N 4.0107648929727385e-6 -cymbal_N 4.0107648929727385e-6 -cymbalist_N 4.0107648929727385e-6 -cymbid_N 4.0107648929727385e-6 -cyme_N 4.0107648929727385e-6 -cymene_N 4.0107648929727385e-6 -cymling_N 4.0107648929727385e-6 -cymule_N 4.0107648929727385e-6 -cynancum_N 4.0107648929727385e-6 -cynic_N 4.0107648929727385e-6 -cynicism_N 1.6043059571890954e-5 -cynodont_N 4.0107648929727385e-6 -cynophobia_N 4.0107648929727385e-6 -cynosure_N 4.0107648929727385e-6 -cypher_N 4.0107648929727385e-6 -cypress_N 4.0107648929727385e-6 -cyprinid_N 4.0107648929727385e-6 -cyprinodont_N 4.0107648929727385e-6 -cypriot_N 4.0107648929727385e-6 -cypripedia_N 4.0107648929727385e-6 -cyproheptadine_N 4.0107648929727385e-6 -cyrilla_N 4.0107648929727385e-6 -cyst_N 4.0107648929727385e-6 -cysteine_N 4.0107648929727385e-6 -cystine_N 4.0107648929727385e-6 -cystitis_N 4.0107648929727385e-6 -cystocele_N 4.0107648929727385e-6 -cystoplegia_N 4.0107648929727385e-6 -cytoarchitecture_N 4.0107648929727385e-6 -cytochrome_N 4.0107648929727385e-6 -cytogenesis_N 4.0107648929727385e-6 -cytogeneticist_N 4.0107648929727385e-6 -cytogenetics_N 4.0107648929727385e-6 -cytokine_N 4.0107648929727385e-6 -cytokinesis_N 4.0107648929727385e-6 -cytologist_N 4.0107648929727385e-6 -cytology_N 4.0107648929727385e-6 -cytolysin_N 4.0107648929727385e-6 -cytolysis_N 4.0107648929727385e-6 -cytomegalovirus_N 4.0107648929727385e-6 -cytopenia_N 4.0107648929727385e-6 -cytophotometer_N 4.0107648929727385e-6 -cytophotometry_N 4.0107648929727385e-6 -cytoplasm_N 4.0107648929727385e-6 -cytoplast_N 4.0107648929727385e-6 -cytosine_N 4.0107648929727385e-6 -cytoskeleton_N 4.0107648929727385e-6 -cytosol_N 4.0107648929727385e-6 -cytostome_N 4.0107648929727385e-6 -cytotoxicity_N 4.0107648929727385e-6 -cytotoxin_N 4.0107648929727385e-6 -czar_N 2.8075354250809173e-5 -czarina_N 4.0107648929727385e-6 -czech_N 8.021529785945477e-6 -czechoslovak_N 8.021529785945477e-6 -czechoslovakian_N 4.0107648929727385e-6 -dab_N 4.0107648929727385e-6 -dabbler_N 4.0107648929727385e-6 -dabchick_N 4.0107648929727385e-6 -dace_N 4.0107648929727385e-6 -dacha_N 4.0107648929727385e-6 -dachshund_N 4.0107648929727385e-6 -dacite_N 4.0107648929727385e-6 -dacoit_N 4.0107648929727385e-6 -dacoity_N 4.0107648929727385e-6 -dacryocystitis_N 4.0107648929727385e-6 -dacryon_N 4.0107648929727385e-6 -dactyl_N 4.0107648929727385e-6 -dactylomegaly_N 4.0107648929727385e-6 -dad_N 8.021529785945477e-6 -dada_N 4.0107648929727385e-6 -daddy_N 4.0107648929727385e-6 -daddy_longlegs_N 4.0107648929727385e-6 -dado_N 4.0107648929727385e-6 -daemon_N 4.0107648929727385e-6 -daffodil_N 4.0107648929727385e-6 -dagame_N 4.0107648929727385e-6 -dagga_N 4.0107648929727385e-6 -dagger_N 4.0107648929727385e-6 -daggerboard_N 4.0107648929727385e-6 -dago_N 4.0107648929727385e-6 -daguerreotype_N 4.0107648929727385e-6 -dahlia_N 4.0107648929727385e-6 -dail_eireann_N 4.0107648929727385e-6 -daily_N 4.4118413822700127e-5 -daintiness_N 4.0107648929727385e-6 -dainty_N 4.0107648929727385e-6 -daiquiri_N 4.0107648929727385e-6 -dairy_N 3.208611914378191e-5 -dairy_farm_N 4.0107648929727385e-6 -dairy_farming_N 4.0107648929727385e-6 -dairying_N 4.0107648929727385e-6 -dairymaid_N 4.0107648929727385e-6 -dairyman_N 4.0107648929727385e-6 -dais_N 4.0107648929727385e-6 -daisy_N 4.0107648929727385e-6 -daisybush_N 4.0107648929727385e-6 -dalasi_N 4.0107648929727385e-6 -dale_N 4.0107648929727385e-6 -dalesman_N 4.0107648929727385e-6 -daleth_N 4.0107648929727385e-6 -dalliance_N 8.021529785945477e-6 -dallier_N 4.0107648929727385e-6 -dallisgrass_N 4.0107648929727385e-6 -dalmatian_N 4.0107648929727385e-6 -dam_N 4.4118413822700127e-5 -damage_N 1.1430679944972307e-3 -damages_N 4.0107648929727385e-6 -damascene_N 4.0107648929727385e-6 -damask_N 4.0107648929727385e-6 -dame_N 4.0107648929727385e-6 -dammar_N 4.0107648929727385e-6 -damn_N 8.021529785945477e-6 -damnation_N 4.0107648929727385e-6 -damned_N 4.0107648929727385e-6 -damourite_N 4.0107648929727385e-6 -damp_N 4.0107648929727385e-6 -dampener_N 4.0107648929727385e-6 -damper_N 2.0053824464863696e-5 -dampness_N 4.0107648929727385e-6 -damsel_N 4.0107648929727385e-6 -damselfish_N 4.0107648929727385e-6 -damselfly_N 4.0107648929727385e-6 -damson_N 4.0107648929727385e-6 -danaid_N 4.0107648929727385e-6 -dance_N 8.021529785945477e-6 -dance_band_N 4.0107648929727385e-6 -dance_hall_N 4.0107648929727385e-6 -dance_orchestra_N 4.0107648929727385e-6 -dancer_N 1.6043059571890954e-5 -dancing_N 1.6043059571890954e-5 -dandelion_N 4.0107648929727385e-6 -dander_N 4.0107648929727385e-6 -dandruff_N 4.0107648929727385e-6 -dandy_N 4.0107648929727385e-6 -dane_N 4.0107648929727385e-6 -danger_N 1.2834447657512763e-4 -dangerousness_N 4.0107648929727385e-6 -dangleberry_N 4.0107648929727385e-6 -daniel_N 4.0107648929727385e-6 -danish_N 4.0107648929727385e-6 -dankness_N 4.0107648929727385e-6 -danse_macabre_N 4.0107648929727385e-6 -danseur_N 4.0107648929727385e-6 -daphne_N 4.0107648929727385e-6 -daphnia_N 4.0107648929727385e-6 -dapple_grey_N 4.0107648929727385e-6 -dapsone_N 4.0107648929727385e-6 -daraf_N 4.0107648929727385e-6 -dare_N 4.0107648929727385e-6 -daredevil_N 4.0107648929727385e-6 -daredevilry_N 4.0107648929727385e-6 -daring_N 4.0107648929727385e-6 -dark_N 2.0053824464863696e-5 -darkey_N 4.0107648929727385e-6 -darkie_N 4.0107648929727385e-6 -darkness_N 8.021529785945477e-6 -darkroom_N 8.021529785945477e-6 -darky_N 4.0107648929727385e-6 -darling_N 2.0053824464863696e-5 -darmstadtium_N 4.0107648929727385e-6 -darn_N 4.0107648929727385e-6 -darnel_N 4.0107648929727385e-6 -darner_N 4.0107648929727385e-6 -darning_N 4.0107648929727385e-6 -darning_needle_N 4.0107648929727385e-6 -dart_N 8.021529785945477e-6 -dartboard_N 4.0107648929727385e-6 -darter_N 4.0107648929727385e-6 -darts_N 4.0107648929727385e-6 -dash_N 2.0053824464863696e-5 -dashboard_N 1.2032294678918217e-5 -dashiki_N 4.0107648929727385e-6 -dastard_N 4.0107648929727385e-6 -dastardliness_N 4.0107648929727385e-6 -dasymeter_N 4.0107648929727385e-6 -dasyure_N 4.0107648929727385e-6 -data_N 1.443875361470186e-4 -database_N 4.0107648929727385e-6 -date_1_N 4.0107648929727385e-6 -date_3_N 4.0107648929727385e-6 -date_7_N 4.0107648929727385e-6 -dateline_N 4.0107648929727385e-6 -dating_N 4.0107648929727385e-6 -dative_N 4.0107648929727385e-6 -datum_N 5.735393796951016e-4 -daub_N 4.0107648929727385e-6 -dauber_N 4.0107648929727385e-6 -daughter_N 1.0427988721729121e-4 -daughter_in_law_N 4.0107648929727385e-6 -dauntlessness_N 4.0107648929727385e-6 -dauphin_N 4.0107648929727385e-6 -davallia_N 4.0107648929727385e-6 -davenport_N 4.0107648929727385e-6 -davit_N 4.0107648929727385e-6 -daw_N 4.0107648929727385e-6 -dawah_N 4.0107648929727385e-6 -dawdler_N 4.0107648929727385e-6 -dawn_N 2.4064589357836434e-5 -day_N 4.227346197193267e-3 -day_boarder_N 4.0107648929727385e-6 -day_labourer_N 4.0107648929727385e-6 -day_return_N 4.0107648929727385e-6 -day_school_N 4.0107648929727385e-6 -daybed_N 4.0107648929727385e-6 -daybook_N 4.0107648929727385e-6 -dayboy_N 4.0107648929727385e-6 -daybreak_N 8.021529785945477e-6 -daycare_N 4.0107648929727385e-6 -daydream_N 4.0107648929727385e-6 -daydreamer_N 4.0107648929727385e-6 -daygirl_N 4.0107648929727385e-6 -daylight_N 1.2032294678918217e-5 -daylight_saving_N 4.0107648929727385e-6 -days_N 4.0107648929727385e-6 -dayspring_N 4.0107648929727385e-6 -daytime_N 4.0107648929727385e-6 -daze_N 8.021529785945477e-6 -dazzle_N 4.0107648929727385e-6 -ddt_N 4.0107648929727385e-6 -de_escalation_N 4.0107648929727385e-6 -deacon_N 4.0107648929727385e-6 -deaconess_N 4.0107648929727385e-6 -deactivation_N 4.0107648929727385e-6 -dead_N 4.0107648929727385e-6 -deadeye_N 4.0107648929727385e-6 -deadhead_N 4.0107648929727385e-6 -deadlight_N 4.0107648929727385e-6 -deadline_N 1.8048442018377323e-4 -deadliness_N 4.0107648929727385e-6 -deadlock_N 8.021529785945477e-6 -deadness_N 4.0107648929727385e-6 -deadwood_N 4.0107648929727385e-6 -deaf_N 4.0107648929727385e-6 -deaf_aid_N 4.0107648929727385e-6 -deaf_mute_N 4.0107648929727385e-6 -deafness_N 4.0107648929727385e-6 -deal_N 1.2914662955372219e-3 -dealer_N 9.104436307048118e-4 -dealfish_N 4.0107648929727385e-6 -dealignment_N 4.0107648929727385e-6 -dealing_N 1.443875361470186e-4 -dealings_N 4.0107648929727385e-6 -deamination_N 4.0107648929727385e-6 -dean_N 1.2032294678918217e-5 -deanery_N 4.0107648929727385e-6 -deanship_N 4.0107648929727385e-6 -dear_N 4.0107648929727385e-6 -dearest_N 4.0107648929727385e-6 -dearie_N 4.0107648929727385e-6 -dearness_N 4.0107648929727385e-6 -dearth_N 1.6043059571890954e-5 -deary_N 4.0107648929727385e-6 -death_N 5.093671414075379e-4 -death_mask_N 4.0107648929727385e-6 -death_rate_N 4.0107648929727385e-6 -death_roll_N 4.0107648929727385e-6 -death_warrant_N 4.0107648929727385e-6 -deathbed_N 4.0107648929727385e-6 -deathblow_N 4.0107648929727385e-6 -deathrate_N 4.0107648929727385e-6 -deathtrap_N 4.0107648929727385e-6 -deb_N 4.0107648929727385e-6 -debacle_N 4.0107648929727385e-6 -debarkation_N 4.0107648929727385e-6 -debarment_N 4.0107648929727385e-6 -debasement_N 1.2032294678918217e-5 -debaser_N 4.0107648929727385e-6 -debate_N 3.288827212237646e-4 -debater_N 4.0107648929727385e-6 -debauch_N 4.0107648929727385e-6 -debauchee_N 4.0107648929727385e-6 -debauchery_N 4.0107648929727385e-6 -debenture_N 4.0107648929727386e-4 -debilitation_N 4.0107648929727385e-6 -debility_N 4.0107648929727385e-6 -debit_N 4.0107648929727385e-6 -debit_side_N 4.0107648929727385e-6 -debridement_N 4.0107648929727385e-6 -debriefing_N 4.0107648929727385e-6 -debris_1_N 3.609688403675465e-5 -debris_2_N 4.0107648929727385e-6 -debris_N 4.0107648929727385e-6 -debt_N 2.2500391049577063e-3 -debtor_N 2.0053824464863696e-5 -debugger_N 4.0107648929727385e-6 -debut_1_N 7.620453296648204e-5 -debut_2_N 4.0107648929727385e-6 -debut_N 4.0107648929727385e-6 -debutante_1_N 4.0107648929727385e-6 -debutante_2_N 4.0107648929727385e-6 -debutante_N 4.0107648929727385e-6 -decade_N 5.053563765145651e-4 -decadence_N 1.2032294678918217e-5 -decadent_N 4.0107648929727385e-6 -decagon_N 4.0107648929727385e-6 -decahedron_N 4.0107648929727385e-6 -decal_N 4.0107648929727385e-6 -decalcification_N 4.0107648929727385e-6 -decalcomania_N 4.0107648929727385e-6 -decalescence_N 4.0107648929727385e-6 -decalogue_N 4.0107648929727385e-6 -decameter_N 4.0107648929727385e-6 -decampment_N 4.0107648929727385e-6 -decantation_N 4.0107648929727385e-6 -decanter_N 4.0107648929727385e-6 -decapitation_N 4.0107648929727385e-6 -decapod_N 4.0107648929727385e-6 -decarboxylase_N 4.0107648929727385e-6 -decarboxylation_N 4.0107648929727385e-6 -decasyllable_N 4.0107648929727385e-6 -decathlon_N 4.0107648929727385e-6 -decay_N 1.2032294678918217e-5 -decease_N 4.0107648929727385e-6 -deceit_N 4.0107648929727385e-6 -deceitfulness_N 4.0107648929727385e-6 -deceiver_N 4.0107648929727385e-6 -deceleration_N 4.0107648929727385e-6 -december_N 4.0107648929727385e-6 -decency_N 8.021529785945477e-6 -decentralization_N 8.021529785945477e-6 -deception_N 8.021529785945477e-6 -deceptiveness_N 4.0107648929727385e-6 -decibel_N 4.0107648929727385e-6 -decidua_N 4.0107648929727385e-6 -decigram_N 4.0107648929727385e-6 -decile_N 4.0107648929727385e-6 -deciliter_N 4.0107648929727385e-6 -decimal_N 4.0107648929727385e-6 -decimalization_N 4.0107648929727385e-6 -decimation_N 4.0107648929727385e-6 -decimeter_N 4.0107648929727385e-6 -decipherer_N 4.0107648929727385e-6 -decision_N 1.1911971732129034e-3 -decisiveness_N 4.0107648929727385e-6 -deck_N 5.6150708501618345e-5 -decker_N 4.0107648929727385e-6 -deckhand_N 4.0107648929727385e-6 -deckle_N 4.0107648929727385e-6 -declamation_N 4.0107648929727385e-6 -declaration_N 5.2139943608645604e-5 -declassification_N 4.0107648929727385e-6 -declension_N 4.0107648929727385e-6 -declination_N 4.0107648929727385e-6 -decline_N 1.3155308848950584e-3 -declinometer_N 4.0107648929727385e-6 -declivity_N 4.0107648929727385e-6 -deco_N 4.0107648929727385e-6 -decoction_N 4.0107648929727385e-6 -decoder_N 4.0107648929727385e-6 -decoding_N 4.0107648929727385e-6 -decolletage_N 4.0107648929727385e-6 -decolonization_N 4.0107648929727385e-6 -decomposition_N 4.0107648929727385e-6 -decompression_N 4.0107648929727385e-6 -decongestant_N 4.0107648929727385e-6 -deconstruction_N 4.0107648929727385e-6 -deconstructivism_N 4.0107648929727385e-6 -decontamination_N 4.0107648929727385e-6 -decor_N 4.0107648929727385e-6 -decoration_N 1.2032294678918217e-5 -decorativeness_N 4.0107648929727385e-6 -decorator_N 1.2032294678918217e-5 -decortication_N 4.0107648929727385e-6 -decorum_N 8.021529785945477e-6 -decoupage_N 4.0107648929727385e-6 -decoy_N 4.0107648929727385e-6 -decrease_N 5.6150708501618345e-5 -decree_N 4.0107648929727385e-6 -decree_nisi_N 2.0053824464863696e-5 -decrepitation_N 4.0107648929727385e-6 -decrepitude_N 4.0107648929727385e-6 -decrescendo_N 4.0107648929727385e-6 -decriminalization_N 4.0107648929727385e-6 -decubitus_N 4.0107648929727385e-6 -decumary_N 4.0107648929727385e-6 -dedication_N 2.0053824464863696e-5 -dedifferentiation_N 4.0107648929727385e-6 -deductible_N 4.0107648929727385e-6 -deduction_N 1.1631218189620943e-4 -deed_N 1.6043059571890954e-5 -deed_box_N 4.0107648929727385e-6 -deedpoll_N 4.0107648929727385e-6 -deep_N 4.0107648929727385e-6 -deep_freeze_N 4.0107648929727385e-6 -deepening_N 4.0107648929727385e-6 -deepness_N 4.0107648929727385e-6 -deer_N 8.021529785945477e-6 -deerberry_N 4.0107648929727385e-6 -deerskin_N 4.0107648929727385e-6 -deerstalker_N 4.0107648929727385e-6 -deerstalking_N 4.0107648929727385e-6 -defacement_N 4.0107648929727385e-6 -defalcation_N 4.0107648929727385e-6 -defamation_N 8.021529785945477e-6 -defamer_N 4.0107648929727385e-6 -default_N 2.286135988994461e-4 -defaulter_N 8.021529785945477e-6 -defeat_N 4.4118413822700127e-5 -defeated_N 4.0107648929727385e-6 -defeatism_N 4.0107648929727385e-6 -defeatist_N 4.0107648929727385e-6 -defecation_N 4.0107648929727385e-6 -defecator_N 4.0107648929727385e-6 -defect_N 7.620453296648204e-5 -defection_N 2.4064589357836434e-5 -defectiveness_N 4.0107648929727385e-6 -defector_N 4.0107648929727385e-6 -defence_N 5.2139943608645604e-5 -defencelessness_N 4.0107648929727385e-6 -defendant_N 3.489365456886283e-4 -defenderFem_N 4.0107648929727385e-6 -defenderMasc_N 4.0107648929727385e-6 -defenestration_N 4.0107648929727385e-6 -defenselessness_N 4.0107648929727385e-6 -defensibility_N 4.0107648929727385e-6 -defensive_N 2.8075354250809173e-5 -defensiveness_N 8.021529785945477e-6 -deference_N 8.021529785945477e-6 -deferment_N 4.0107648929727385e-6 -deferral_N 4.0107648929727385e-6 -defervescence_N 4.0107648929727385e-6 -defiance_N 8.021529785945477e-6 -defibrillation_N 4.0107648929727385e-6 -defibrillator_N 4.0107648929727385e-6 -deficiency_N 6.417223828756382e-5 -deficit_N 7.941314488086023e-4 -defilade_N 4.0107648929727385e-6 -defile_N 4.0107648929727385e-6 -defilement_N 4.0107648929727385e-6 -definition_N 1.0026912232431847e-4 -deflagration_N 4.0107648929727385e-6 -deflation_N 4.0107648929727385e-6 -deflator_N 4.0107648929727385e-6 -deflection_N 4.0107648929727385e-6 -deflector_N 4.0107648929727385e-6 -defloration_N 4.0107648929727385e-6 -defoliant_N 4.0107648929727385e-6 -defoliation_N 4.0107648929727385e-6 -defoliator_N 4.0107648929727385e-6 -deforestation_N 4.0107648929727385e-6 -deformation_N 4.0107648929727385e-6 -deformity_N 4.0107648929727385e-6 -defrayal_N 4.0107648929727385e-6 -defrayment_N 4.0107648929727385e-6 -defroster_N 4.0107648929727385e-6 -deftness_N 4.0107648929727385e-6 -degaussing_N 4.0107648929727385e-6 -degeneracy_N 4.0107648929727385e-6 -degenerate_N 4.0107648929727385e-6 -degeneration_N 4.0107648929727385e-6 -degradation_N 8.021529785945477e-6 -degree_1_N 4.0107648929727385e-6 -degree_2_N 4.0107648929727385e-6 -degree_3_N 4.0107648929727385e-6 -dehiscence_N 4.0107648929727385e-6 -dehumanization_N 4.0107648929727385e-6 -dehydration_N 4.0107648929727385e-6 -deictic_N 4.0107648929727385e-6 -deification_N 4.0107648929727385e-6 -deinocheirus_N 4.0107648929727385e-6 -deinonychus_N 4.0107648929727385e-6 -deipnosophist_N 4.0107648929727385e-6 -deism_N 4.0107648929727385e-6 -deist_N 4.0107648929727385e-6 -deity_N 4.0107648929727385e-6 -deixis_N 4.0107648929727385e-6 -dejection_N 4.0107648929727385e-6 -dekagram_N 4.0107648929727385e-6 -dekaliter_N 4.0107648929727385e-6 -dekko_N 4.0107648929727385e-6 -delavirdine_N 4.0107648929727385e-6 -delay_N 2.927858371870099e-4 -delayed_action_N 4.0107648929727385e-6 -delayer_N 4.0107648929727385e-6 -delectability_N 4.0107648929727385e-6 -delectation_N 4.0107648929727385e-6 -delegacy_N 4.0107648929727385e-6 -delegate_N 4.4118413822700127e-5 -delegating_N 4.0107648929727385e-6 -delegation_N 6.818300318053656e-5 -deletion_N 1.2032294678918217e-5 -delf_N 4.0107648929727385e-6 -delft_N 4.0107648929727385e-6 -deliberation_N 3.208611914378191e-5 -delicacy_N 8.021529785945477e-6 -delicatessen_N 4.0107648929727385e-6 -delight_N 1.6043059571890954e-5 -delimitation_N 4.0107648929727385e-6 -delineation_N 4.0107648929727385e-6 -delinquency_N 1.2032294678918217e-5 -delinquent_N 8.021529785945477e-6 -delirium_N 4.0107648929727385e-6 -delirium_tremens_N 4.0107648929727385e-6 -deliverable_N 4.0107648929727385e-6 -deliverance_N 4.0107648929727385e-6 -deliverer_N 4.0107648929727385e-6 -delivery_N 5.655178499091562e-4 -deliveryman_N 4.0107648929727385e-6 -dell_N 4.0107648929727385e-6 -delphinium_N 4.0107648929727385e-6 -delta_N 4.010764892972739e-5 -deltoid_N 4.0107648929727385e-6 -deluge_N 1.2032294678918217e-5 -delusion_N 8.021529785945477e-6 -demagnetization_N 4.0107648929727385e-6 -demagogue_N 8.021529785945477e-6 -demagoguery_N 4.0107648929727385e-6 -demagogy_N 4.0107648929727385e-6 -demand_N 1.1310356998183123e-3 -demander_N 4.0107648929727385e-6 -demantoid_N 4.0107648929727385e-6 -demarcation_N 4.0107648929727385e-6 -demarche_N 4.0107648929727385e-6 -demeanor_N 4.0107648929727385e-6 -demeanour_N 4.0107648929727385e-6 -dementia_N 4.0107648929727385e-6 -demerara_N 4.0107648929727385e-6 -demerit_N 4.0107648929727385e-6 -demesne_N 4.0107648929727385e-6 -demiglace_N 4.0107648929727385e-6 -demigod_N 4.0107648929727385e-6 -demijohn_N 4.0107648929727385e-6 -demilitarization_N 4.0107648929727385e-6 -demimondaine_N 4.0107648929727385e-6 -demimonde_N 4.0107648929727385e-6 -demineralization_N 4.0107648929727385e-6 -demise_N 4.812917871567287e-5 -demister_N 4.0107648929727385e-6 -demitasse_N 4.0107648929727385e-6 -demiurge_N 4.0107648929727385e-6 -demo_N 4.0107648929727385e-6 -demobilization_N 4.0107648929727385e-6 -democracy_N 1.7246289039782778e-4 -democrat_N 1.0026912232431847e-4 -democratization_N 1.2032294678918217e-5 -demodulation_N 4.0107648929727385e-6 -demographer_N 4.0107648929727385e-6 -demographic_N 4.0107648929727385e-6 -demography_N 8.021529785945477e-6 -demolition_N 8.021529785945477e-6 -demon_N 3.208611914378191e-5 -demonetization_N 4.0107648929727385e-6 -demoniac_N 4.0107648929727385e-6 -demonization_N 4.0107648929727385e-6 -demonstrability_N 4.0107648929727385e-6 -demonstration_N 1.0829065211026395e-4 -demonstrativeness_N 4.0107648929727385e-6 -demonstrator_N 5.6150708501618345e-5 -demoralization_N 4.0107648929727385e-6 -demotion_N 8.021529785945477e-6 -demulcent_N 4.0107648929727385e-6 -demur_N 4.0107648929727385e-6 -demureness_N 4.0107648929727385e-6 -demurrage_N 4.0107648929727385e-6 -demurrer_N 4.0107648929727385e-6 -demyelination_N 4.0107648929727385e-6 -demythologization_N 4.0107648929727385e-6 -den_N 1.6043059571890954e-5 -denar_N 4.0107648929727385e-6 -denationalization_N 4.0107648929727385e-6 -denaturant_N 4.0107648929727385e-6 -denazification_N 4.0107648929727385e-6 -dendrite_N 4.0107648929727385e-6 -dendrobium_N 4.0107648929727385e-6 -dengue_N 4.0107648929727385e-6 -denial_N 2.0053824464863696e-5 -denier_N 4.0107648929727385e-6 -denigration_N 8.021529785945477e-6 -denim_N 4.0107648929727385e-6 -denizen_N 8.021529785945477e-6 -denomination_N 7.21937680735093e-5 -denominationalism_N 4.0107648929727385e-6 -denominator_N 8.021529785945477e-6 -denotatum_N 4.0107648929727385e-6 -denouement_N 4.0107648929727385e-6 -denseness_N 4.0107648929727385e-6 -densimeter_N 4.0107648929727385e-6 -densitometer_N 4.0107648929727385e-6 -densitometry_N 4.0107648929727385e-6 -density_N 1.2032294678918217e-5 -dent_N 2.4064589357836434e-5 -denticle_N 4.0107648929727385e-6 -dentifrice_N 4.0107648929727385e-6 -dentine_N 4.0107648929727385e-6 -dentist_N 2.8075354250809173e-5 -dentistry_N 4.0107648929727385e-6 -dentition_N 4.0107648929727385e-6 -denture_N 4.0107648929727385e-6 -denudation_N 4.0107648929727385e-6 -denunciation_N 4.0107648929727385e-6 -deodar_N 4.0107648929727385e-6 -deodorant_N 8.021529785945477e-6 -deossification_N 4.0107648929727385e-6 -deoxyadenosine_N 4.0107648929727385e-6 -deoxycytidine_N 4.0107648929727385e-6 -deoxyguanosine_N 4.0107648929727385e-6 -deoxyribose_N 4.0107648929727385e-6 -deoxythymidine_N 4.0107648929727385e-6 -departed_N 4.0107648929727385e-6 -departer_N 4.0107648929727385e-6 -department_N 8.061637434875205e-4 -departure_N 1.8048442018377323e-4 -dependability_N 4.0107648929727385e-6 -dependant_N 4.0107648929727385e-6 -dependence_N 3.208611914378191e-5 -dependency_N 8.021529785945477e-6 -dependent_N 2.8075354250809173e-5 -depersonalization_N 4.0107648929727385e-6 -depicting_N 4.0107648929727385e-6 -depiction_N 1.2032294678918217e-5 -depigmentation_N 4.0107648929727385e-6 -depilation_N 4.0107648929727385e-6 -depilatory_N 4.0107648929727385e-6 -depletion_N 3.609688403675465e-5 -deployment_N 1.2032294678918217e-5 -depolarization_N 4.0107648929727385e-6 -deponent_N 4.0107648929727385e-6 -depopulation_N 4.0107648929727385e-6 -deportation_N 1.2032294678918217e-5 -deportee_N 4.0107648929727385e-6 -deportment_N 4.0107648929727385e-6 -deposit_N 4.6524872758483773e-4 -deposition_N 2.0053824464863696e-5 -depositor_N 2.4064589357836434e-5 -depository_N 4.812917871567287e-5 -depot_N 1.2032294678918217e-5 -depravity_N 4.0107648929727385e-6 -deprecation_N 4.0107648929727385e-6 -depreciation_N 6.818300318053656e-5 -depredation_N 4.0107648929727385e-6 -depression_N 6.818300318053656e-5 -depressive_N 4.0107648929727385e-6 -depressor_N 4.0107648929727385e-6 -deprivation_N 8.021529785945477e-6 -depth_N 4.010764892972739e-5 -depth_bomb_N 4.0107648929727385e-6 -depth_charge_N 4.0107648929727385e-6 -deputation_N 4.0107648929727385e-6 -deputy_N 1.84495185076746e-4 -derailment_N 4.0107648929727385e-6 -derangement_N 4.0107648929727385e-6 -derby_N 8.021529785945477e-6 -deregulation_N 6.417223828756382e-5 -derelict_N 4.0107648929727385e-6 -dereliction_N 8.021529785945477e-6 -derision_N 1.6043059571890954e-5 -derivation_N 8.021529785945477e-6 -derivative_N 2.8075354250809173e-5 -deriving_N 4.0107648929727385e-6 -dermabrasion_N 4.0107648929727385e-6 -dermatitis_N 4.0107648929727385e-6 -dermatoglyphic_N 4.0107648929727385e-6 -dermatoglyphics_N 4.0107648929727385e-6 -dermatologistFem_N 4.0107648929727385e-6 -dermatologistMasc_N 4.0107648929727385e-6 -dermatology_N 4.0107648929727385e-6 -dermatome_N 4.0107648929727385e-6 -dermatomycosis_N 4.0107648929727385e-6 -dermatomyositis_N 4.0107648929727385e-6 -dermatosis_N 4.0107648929727385e-6 -dermis_N 4.0107648929727385e-6 -derogation_N 8.021529785945477e-6 -derrick_N 4.0107648929727385e-6 -derring_do_N 4.0107648929727385e-6 -derringer_N 4.0107648929727385e-6 -derris_N 4.0107648929727385e-6 -derv_N 4.0107648929727385e-6 -dervish_N 4.0107648929727385e-6 -des_N 4.0107648929727385e-6 -desalination_N 4.0107648929727385e-6 -desalinization_N 4.0107648929727385e-6 -descant_N 4.0107648929727385e-6 -descendant_N 1.6043059571890954e-5 -descendants_N 4.0107648929727385e-6 -descender_N 4.0107648929727385e-6 -descent_N 2.0053824464863696e-5 -description_N 1.6043059571890954e-5 -descriptivism_N 4.0107648929727385e-6 -descriptor_N 4.0107648929727385e-6 -desecration_N 2.0053824464863696e-5 -desegregation_N 4.0107648929727385e-6 -desensitization_N 4.0107648929727385e-6 -desert_N 6.417223828756382e-5 -deserter_N 4.0107648929727385e-6 -desertification_N 4.0107648929727385e-6 -desertion_N 4.0107648929727385e-6 -deserts_N 4.0107648929727385e-6 -deservingness_N 4.0107648929727385e-6 -deshabille_N 4.0107648929727385e-6 -desiccant_N 4.0107648929727385e-6 -desideratum_N 4.0107648929727385e-6 -design_N 2.927858371870099e-4 -designation_N 2.0053824464863696e-5 -designatum_N 4.0107648929727385e-6 -designer_N 1.1631218189620943e-4 -designing_N 4.0107648929727385e-6 -desipramine_N 4.0107648929727385e-6 -desirability_N 4.0107648929727385e-6 -desire_N 1.5240906593296408e-4 -desk_N 1.323552414681004e-4 -desktop_N 4.0107648929727385e-6 -desmid_N 4.0107648929727385e-6 -desolation_N 4.0107648929727385e-6 -desorption_N 4.0107648929727385e-6 -despair_N 2.0053824464863696e-5 -despatch_N 4.0107648929727385e-6 -desperado_N 4.0107648929727385e-6 -desperate_N 4.0107648929727385e-6 -desperation_N 4.0107648929727385e-6 -despisal_N 4.0107648929727385e-6 -despite_N 4.0107648929727385e-6 -despondency_N 4.0107648929727385e-6 -despot_N 8.021529785945477e-6 -despotism_N 4.0107648929727385e-6 -desquamation_N 4.0107648929727385e-6 -dessert_N 1.6043059571890954e-5 -dessertspoon_N 4.0107648929727385e-6 -dessertspoonful_N 4.0107648929727385e-6 -dessiatine_N 4.0107648929727385e-6 -destabilization_N 4.0107648929727385e-6 -destalinization_N 4.0107648929727385e-6 -destination_N 3.609688403675465e-5 -destiny_N 1.2032294678918217e-5 -destitution_N 4.0107648929727385e-6 -destroyer_N 4.0107648929727385e-6 -destructibility_N 4.0107648929727385e-6 -destruction_N 5.6150708501618345e-5 -destructiveness_N 4.0107648929727385e-6 -desuetude_N 4.0107648929727385e-6 -detachment_N 4.0107648929727385e-6 -detail_N 4.0909801908321937e-4 -detainee_N 4.0107648929727385e-6 -detection_N 4.0107648929727385e-6 -detective_N 3.609688403675465e-5 -detector_N 5.2139943608645604e-5 -detente_N 4.0107648929727385e-6 -detention_N 1.2032294678918217e-5 -detergency_N 4.0107648929727385e-6 -detergent_N 8.021529785945478e-5 -deterioration_N 7.620453296648204e-5 -determent_N 4.0107648929727385e-6 -determinant_N 4.0107648929727385e-6 -determinateness_N 4.0107648929727385e-6 -determination_N 3.609688403675465e-5 -determinative_N 4.0107648929727385e-6 -determiner_N 4.0107648929727385e-6 -determinism_N 4.0107648929727385e-6 -deterrence_N 4.0107648929727385e-6 -deterrent_N 2.0053824464863696e-5 -detestation_N 4.0107648929727385e-6 -dethronement_N 4.0107648929727385e-6 -detonation_N 4.0107648929727385e-6 -detonator_N 4.0107648929727385e-6 -detour_N 1.2032294678918217e-5 -detox_N 4.0107648929727385e-6 -detoxification_N 4.0107648929727385e-6 -detraction_N 4.0107648929727385e-6 -detractor_N 8.021529785945477e-6 -detribalization_N 4.0107648929727385e-6 -detriment_N 1.2032294678918217e-5 -detritus_N 4.0107648929727385e-6 -detumescence_N 4.0107648929727385e-6 -deuce_N 4.0107648929727385e-6 -deuteranopia_N 4.0107648929727385e-6 -deuterium_N 4.0107648929727385e-6 -deuteron_N 4.0107648929727385e-6 -deutschmark_N 4.0107648929727385e-6 -deutzia_N 4.0107648929727385e-6 -devaluation_N 4.812917871567287e-5 -devastation_N 4.4118413822700127e-5 -developer_N 3.128396616518736e-4 -development_N 8.944005711329207e-4 -deviant_N 4.0107648929727385e-6 -deviation_N 4.4118413822700127e-5 -deviationism_N 4.0107648929727385e-6 -deviationist_N 4.0107648929727385e-6 -device_N 3.6096884036754647e-4 -devil_N 1.2032294678918217e-5 -devilment_N 4.0107648929727385e-6 -devilry_N 4.0107648929727385e-6 -deviltry_N 4.0107648929727385e-6 -devilwood_N 4.0107648929727385e-6 -deviousness_N 4.0107648929727385e-6 -devisal_N 4.0107648929727385e-6 -devise_N 4.0107648929727385e-6 -devisee_N 4.0107648929727385e-6 -devising_N 4.0107648929727385e-6 -devisor_N 4.0107648929727385e-6 -devitalization_N 4.0107648929727385e-6 -devoir_N 4.0107648929727385e-6 -devolution_N 4.0107648929727385e-6 -devotee_N 1.6043059571890954e-5 -devotion_N 1.6043059571890954e-5 -devotional_N 4.0107648929727385e-6 -devourer_N 4.0107648929727385e-6 -devoutness_N 4.0107648929727385e-6 -devries_N 4.0107648929727385e-6 -dew_N 8.021529785945477e-6 -dewberry_N 4.0107648929727385e-6 -dewdrop_N 4.0107648929727385e-6 -dewlap_N 4.0107648929727385e-6 -dexamethasone_N 4.0107648929727385e-6 -dexterity_N 8.021529785945477e-6 -dextrin_N 4.0107648929727385e-6 -dextrocardia_N 4.0107648929727385e-6 -dextrorotation_N 4.0107648929727385e-6 -dextrose_N 4.0107648929727385e-6 -dhak_N 4.0107648929727385e-6 -dhawa_N 4.0107648929727385e-6 -dhole_N 4.0107648929727385e-6 -dhoti_N 4.0107648929727385e-6 -dhow_N 4.0107648929727385e-6 -diabetes_N 2.0053824464863696e-5 -diabetic_N 5.6150708501618345e-5 -diabolatry_N 4.0107648929727385e-6 -diabolism_N 4.0107648929727385e-6 -diacritic_N 4.0107648929727385e-6 -diadem_N 4.0107648929727385e-6 -diaeresis_N 4.0107648929727385e-6 -diagnosis_N 2.4064589357836434e-5 -diagnostician_N 4.0107648929727385e-6 -diagonal_N 4.0107648929727385e-6 -diagonalization_N 4.0107648929727385e-6 -diagram_N 8.021529785945477e-6 -diakinesis_N 4.0107648929727385e-6 -dial_N 2.8075354250809173e-5 -dialect_N 1.6043059571890954e-5 -dialectic_N 4.0107648929727385e-6 -dialectician_N 4.0107648929727385e-6 -dialectics_N 4.0107648929727385e-6 -dialectology_N 4.0107648929727385e-6 -dialogue_N 7.21937680735093e-5 -dialysis_N 4.0107648929727385e-6 -dialyzer_N 4.0107648929727385e-6 -diamagnet_N 4.0107648929727385e-6 -diamagnetism_N 4.0107648929727385e-6 -diamante_N 4.0107648929727385e-6 -diameter_N 8.021529785945477e-6 -diamine_N 4.0107648929727385e-6 -diamond_N 8.823682764540025e-5 -diamondback_N 4.0107648929727385e-6 -diapason_N 4.0107648929727385e-6 -diapedesis_N 4.0107648929727385e-6 -diapensia_N 4.0107648929727385e-6 -diaper_N 4.812917871567287e-5 -diapheromera_N 4.0107648929727385e-6 -diaphone_N 4.0107648929727385e-6 -diaphoretic_N 4.0107648929727385e-6 -diaphragm_N 4.0107648929727385e-6 -diaphysis_N 4.0107648929727385e-6 -diapir_N 4.0107648929727385e-6 -diapsid_N 4.0107648929727385e-6 -diarchy_N 4.0107648929727385e-6 -diarist_N 4.0107648929727385e-6 -diarrhea_N 8.021529785945477e-6 -diarrhoea_N 4.0107648929727385e-6 -diary_N 2.0053824464863696e-5 -diaspora_N 4.0107648929727385e-6 -diastasis_N 4.0107648929727385e-6 -diastema_N 4.0107648929727385e-6 -diastole_N 4.0107648929727385e-6 -diastrophism_N 4.0107648929727385e-6 -diathermy_N 4.0107648929727385e-6 -diathesis_N 4.0107648929727385e-6 -diatom_N 4.0107648929727385e-6 -diatribe_N 4.0107648929727385e-6 -diazepam_N 4.0107648929727385e-6 -diazonium_N 4.0107648929727385e-6 -diazoxide_N 4.0107648929727385e-6 -dibber_N 4.0107648929727385e-6 -dibble_N 4.0107648929727385e-6 -dibranchiate_N 4.0107648929727385e-6 -dibs_N 4.0107648929727385e-6 -dibucaine_N 4.0107648929727385e-6 -dicamptodon_N 4.0107648929727385e-6 -dice_N 1.2032294678918217e-5 -dice_box_N 4.0107648929727385e-6 -dicer_N 4.0107648929727385e-6 -dichloride_N 4.0107648929727385e-6 -dichlorodiphenyltrichloroethane_N 4.0107648929727385e-6 -dichondra_N 4.0107648929727385e-6 -dichotomization_N 4.0107648929727385e-6 -dichotomy_N 8.021529785945477e-6 -dichroism_N 4.0107648929727385e-6 -dichromacy_N 4.0107648929727385e-6 -dichromat_N 4.0107648929727385e-6 -dick_N 4.0107648929727385e-6 -dickens_N 4.0107648929727385e-6 -dickey_N 4.0107648929727385e-6 -dickeybird_N 4.0107648929727385e-6 -dicky_N 4.0107648929727385e-6 -dicky_seat_N 4.0107648929727385e-6 -dickybird_N 4.0107648929727385e-6 -dicloxacillin_N 4.0107648929727385e-6 -dicot_N 4.0107648929727385e-6 -dictaphone_N 8.021529785945477e-6 -dictate_N 8.021529785945477e-6 -dictation_N 2.0053824464863696e-5 -dictator_N 8.021529785945478e-5 -dictatorship_N 1.6043059571890954e-5 -diction_N 4.0107648929727385e-6 -dictionary_N 4.0107648929727385e-6 -dictostylium_N 4.0107648929727385e-6 -dictum_N 4.0107648929727385e-6 -dicumarol_N 4.0107648929727385e-6 -dicynodont_N 4.0107648929727385e-6 -didacticism_N 4.0107648929727385e-6 -dideoxycytosine_N 4.0107648929727385e-6 -dideoxyinosine_N 4.0107648929727385e-6 -die_N 1.2032294678918217e-5 -die_hard_N 4.0107648929727385e-6 -dieback_N 4.0107648929727385e-6 -diemaker_N 4.0107648929727385e-6 -diencephalon_N 4.0107648929727385e-6 -dieresis_N 4.0107648929727385e-6 -diesel_N 1.6043059571890954e-5 -diestock_N 4.0107648929727385e-6 -diestrus_N 4.0107648929727385e-6 -diet_N 3.609688403675465e-5 -dietary_N 4.0107648929727385e-6 -dieter_N 4.0107648929727385e-6 -dietetics_N 4.0107648929727385e-6 -diethylstilbesterol_N 4.0107648929727385e-6 -diethylstilbestrol_N 4.0107648929727385e-6 -dietician_N 4.0107648929727385e-6 -dietitian_N 4.0107648929727385e-6 -difference_N 5.173886711934833e-4 -differentia_N 4.0107648929727385e-6 -differential_N 3.208611914378191e-5 -differentiation_N 4.0107648929727385e-6 -differentiator_N 4.0107648929727385e-6 -difficulty_N 2.5668895315025526e-4 -diffidence_N 4.0107648929727385e-6 -difflugia_N 4.0107648929727385e-6 -diffraction_N 4.0107648929727385e-6 -diffuseness_N 4.0107648929727385e-6 -diffuser_N 4.0107648929727385e-6 -diffusion_N 4.0107648929727385e-6 -diflunisal_N 4.0107648929727385e-6 -dig_N 2.4064589357836434e-5 -digest_N 4.0107648929727385e-6 -digester_N 4.0107648929727385e-6 -digestibility_N 4.0107648929727385e-6 -digestion_N 4.0107648929727385e-6 -digestive_N 4.0107648929727385e-6 -digger_N 4.0107648929727385e-6 -digging_N 8.021529785945477e-6 -diggings_N 4.0107648929727385e-6 -digit_N 2.0053824464863696e-5 -digitalis_N 4.0107648929727385e-6 -digitalization_N 4.0107648929727385e-6 -digitization_N 4.0107648929727385e-6 -digitizer_N 4.0107648929727385e-6 -digitoxin_N 4.0107648929727385e-6 -diglyceride_N 4.0107648929727385e-6 -dignitary_N 8.021529785945477e-6 -dignity_N 4.4118413822700127e-5 -digoxin_N 4.0107648929727385e-6 -digraph_N 4.0107648929727385e-6 -digression_N 4.0107648929727385e-6 -dihybrid_N 4.0107648929727385e-6 -dihydrostreptomycin_N 4.0107648929727385e-6 -dike_N 4.0107648929727385e-6 -dilapidation_N 4.0107648929727385e-6 -dilatation_N 4.0107648929727385e-6 -dilation_N 4.0107648929727385e-6 -dilator_N 4.0107648929727385e-6 -dilatoriness_N 4.0107648929727385e-6 -dildo_N 4.0107648929727385e-6 -dilemma_N 4.010764892972739e-5 -dilettante_N 4.0107648929727385e-6 -diligence_N 1.2032294678918217e-5 -dill_N 4.0107648929727385e-6 -dillenia_N 4.0107648929727385e-6 -diltiazem_N 4.0107648929727385e-6 -dilutant_N 4.0107648929727385e-6 -dilution_N 2.0053824464863696e-5 -dime_N 1.2032294678918217e-5 -dimenhydrinate_N 4.0107648929727385e-6 -dimension_N 2.4064589357836434e-5 -dimensionality_N 4.0107648929727385e-6 -dimer_N 4.0107648929727385e-6 -dimethylglyoxime_N 4.0107648929727385e-6 -dimetrodon_N 4.0107648929727385e-6 -diminuendo_N 4.0107648929727385e-6 -diminution_N 8.021529785945477e-6 -diminutive_N 4.0107648929727385e-6 -diminutiveness_N 4.0107648929727385e-6 -dimity_N 4.0107648929727385e-6 -dimmer_N 4.0107648929727385e-6 -dimness_N 4.0107648929727385e-6 -dimorphism_N 4.0107648929727385e-6 -dimple_N 4.0107648929727385e-6 -dimwit_N 4.0107648929727385e-6 -din_N 4.0107648929727385e-6 -dinar_N 4.0107648929727385e-6 -diner_N 1.6043059571890954e-5 -dinette_N 4.0107648929727385e-6 -ding_N 4.0107648929727385e-6 -ding_dong_N 4.0107648929727385e-6 -dingbat_N 4.0107648929727385e-6 -dinghy_N 4.0107648929727385e-6 -dinginess_N 4.0107648929727385e-6 -dingle_N 4.0107648929727385e-6 -dingo_N 4.0107648929727385e-6 -dining_N 4.0107648929727385e-6 -dining_car_N 4.0107648929727385e-6 -dining_room_N 4.0107648929727385e-6 -dining_table_N 4.0107648929727385e-6 -dinky_N 4.0107648929727385e-6 -dinner_N 8.422606275242751e-5 -dinner_jacket_N 4.0107648929727385e-6 -dinner_party_N 4.0107648929727385e-6 -dinner_service_N 4.0107648929727385e-6 -dinner_set_N 4.0107648929727385e-6 -dinnertime_N 4.0107648929727385e-6 -dinnerware_N 4.0107648929727385e-6 -dinoceras_N 4.0107648929727385e-6 -dinocerate_N 4.0107648929727385e-6 -dinoflagellate_N 4.0107648929727385e-6 -dinosaur_N 2.4064589357836434e-5 -dint_N 4.0107648929727385e-6 -diocesan_N 4.0107648929727385e-6 -diocese_N 4.0107648929727385e-6 -diode_N 4.0107648929727385e-6 -diol_N 4.0107648929727385e-6 -dioon_N 4.0107648929727385e-6 -diopter_N 4.0107648929727385e-6 -diorite_N 4.0107648929727385e-6 -dioxide_N 5.6150708501618345e-5 -dioxin_N 4.0107648929727385e-6 -dip_N 1.6043059571890954e-5 -dip_ed_N 1.6043059571890954e-5 -diphenhydramine_N 4.0107648929727385e-6 -diphenylhydantoin_N 4.0107648929727385e-6 -diphtheria_N 8.021529785945477e-6 -diphthong_N 4.0107648929727385e-6 -diplegia_N 4.0107648929727385e-6 -diplococcus_N 4.0107648929727385e-6 -diplodocus_N 4.0107648929727385e-6 -diploid_N 4.0107648929727385e-6 -diploidy_N 4.0107648929727385e-6 -diploma_N 8.021529785945477e-6 -diplomacy_N 2.0053824464863696e-5 -diplomat_N 6.016147339459108e-5 -diplomate_N 4.0107648929727385e-6 -diplomatist_N 4.0107648929727385e-6 -diplopia_N 4.0107648929727385e-6 -diplotene_N 4.0107648929727385e-6 -dipole_N 4.0107648929727385e-6 -dipper_N 4.0107648929727385e-6 -dipsomania_N 4.0107648929727385e-6 -dipsomaniac_N 4.0107648929727385e-6 -dipstick_N 4.0107648929727385e-6 -dipterocarp_N 4.0107648929727385e-6 -diptych_N 4.0107648929727385e-6 -dir_N 4.0107648929727385e-6 -direction_N 2.6069971804322804e-4 -direction_finder_N 4.0107648929727385e-6 -directionality_N 4.0107648929727385e-6 -directive_N 3.208611914378191e-5 -directivity_N 4.0107648929727385e-6 -directness_N 4.0107648929727385e-6 -director_N 2.18185610177717e-3 -directorate_N 8.021529785945477e-6 -directorship_N 8.021529785945477e-6 -directory_N 4.4118413822700127e-5 -dirge_N 4.0107648929727385e-6 -dirigible_N 4.0107648929727385e-6 -dirk_N 8.021529785945477e-6 -dirndl_N 4.0107648929727385e-6 -dirt_N 1.6043059571890954e-5 -dirt_track_N 4.0107648929727385e-6 -dirtiness_N 4.0107648929727385e-6 -disa_N 4.0107648929727385e-6 -disability_N 2.8075354250809173e-5 -disabled_N 4.0107648929727385e-6 -disablement_N 4.0107648929727385e-6 -disaccharidase_N 4.0107648929727385e-6 -disaccharide_N 4.0107648929727385e-6 -disadvantage_N 4.812917871567287e-5 -disaffection_N 8.021529785945477e-6 -disagreeableness_N 4.0107648929727385e-6 -disagreement_N 3.609688403675465e-5 -disambiguation_N 4.0107648929727385e-6 -disambiguator_N 4.0107648929727385e-6 -disappearance_N 3.208611914378191e-5 -disappointment_N 1.1631218189620943e-4 -disapprobation_N 4.0107648929727385e-6 -disapproval_N 1.6043059571890954e-5 -disarmament_N 1.2032294678918217e-5 -disarming_N 4.0107648929727385e-6 -disarrangement_N 4.0107648929727385e-6 -disarray_N 6.016147339459108e-5 -disassociation_N 4.0107648929727385e-6 -disaster_N 4.331626084410558e-4 -disavowal_N 4.0107648929727385e-6 -disbandment_N 4.0107648929727385e-6 -disbarment_N 4.0107648929727385e-6 -disbelief_N 8.021529785945477e-6 -disbeliever_N 4.0107648929727385e-6 -disbursement_N 1.6043059571890954e-5 -disc_N 1.6043059571890954e-5 -discard_N 4.0107648929727385e-6 -discernability_N 4.0107648929727385e-6 -discernment_N 4.0107648929727385e-6 -discharge_N 2.4064589357836434e-5 -discina_N 4.0107648929727385e-6 -disciple_N 8.021529785945477e-6 -discipleship_N 4.0107648929727385e-6 -disciplinarian_N 4.0107648929727385e-6 -discipline_N 1.1631218189620943e-4 -disclaimer_N 4.0107648929727385e-6 -disclosure_N 1.6845212550485502e-4 -disco_N 1.6043059571890954e-5 -discography_N 4.0107648929727385e-6 -discoloration_N 4.0107648929727385e-6 -discolouration_N 4.0107648929727385e-6 -discomfiture_N 4.0107648929727385e-6 -discomfort_N 8.021529785945477e-6 -discomposure_N 4.0107648929727385e-6 -discomycete_N 4.0107648929727385e-6 -disconnection_N 4.0107648929727385e-6 -discontent_N 1.2032294678918217e-5 -discontentment_N 4.0107648929727385e-6 -discontinuance_N 8.021529785945477e-6 -discontinuity_N 4.0107648929727385e-6 -discord_N 8.021529785945477e-6 -discordance_N 4.0107648929727385e-6 -discotheque_N 8.021529785945477e-6 -discount_N 4.6123796269186495e-4 -discouragement_N 1.2032294678918217e-5 -discourse_N 1.2032294678918217e-5 -discourtesy_N 4.0107648929727385e-6 -discovererFem_N 4.0107648929727385e-6 -discovererMasc_N 4.0107648929727385e-6 -discovery_N 6.818300318053656e-5 -discredit_N 4.0107648929727385e-6 -discrepancy_N 8.422606275242751e-5 -discreteness_N 4.0107648929727385e-6 -discretion_N 4.010764892972739e-5 -discrimination_N 9.625835743134574e-5 -discursiveness_N 4.0107648929727385e-6 -discus_N 4.0107648929727385e-6 -discussant_N 4.0107648929727385e-6 -discussion_N 3.0481813186592816e-4 -disdain_N 2.0053824464863696e-5 -disease_N 1.84495185076746e-4 -disembarkation_N 4.0107648929727385e-6 -disembarrassment_N 4.0107648929727385e-6 -disembowelment_N 4.0107648929727385e-6 -disenchantment_N 4.0107648929727385e-6 -disenfranchisement_N 4.0107648929727385e-6 -disengagement_N 4.0107648929727385e-6 -disentanglement_N 4.0107648929727385e-6 -disentangler_N 4.0107648929727385e-6 -disequilibrium_N 4.0107648929727385e-6 -disestablishment_N 4.0107648929727385e-6 -disesteem_N 4.0107648929727385e-6 -disfavor_N 4.0107648929727385e-6 -disfavour_N 4.0107648929727385e-6 -disfigurement_N 4.0107648929727385e-6 -disfluency_N 4.0107648929727385e-6 -disfranchisement_N 4.0107648929727385e-6 -disgrace_N 8.021529785945477e-6 -disgruntlement_N 4.0107648929727385e-6 -disguise_N 8.021529785945477e-6 -disgust_N 1.2032294678918217e-5 -disgustingness_N 4.0107648929727385e-6 -dish_N 3.208611914378191e-5 -dishabille_N 4.0107648929727385e-6 -disharmony_N 4.0107648929727385e-6 -dishcloth_N 4.0107648929727385e-6 -disheartenment_N 4.0107648929727385e-6 -dishful_N 4.0107648929727385e-6 -dishonesty_N 2.8075354250809173e-5 -dishonorableness_N 4.0107648929727385e-6 -dishonour_N 4.0107648929727385e-6 -dishpan_N 4.0107648929727385e-6 -dishrag_N 4.0107648929727385e-6 -dishtowel_N 4.0107648929727385e-6 -dishwasher_N 2.0053824464863696e-5 -dishwashing_N 4.0107648929727385e-6 -dishwater_N 4.0107648929727385e-6 -disillusion_N 4.0107648929727385e-6 -disillusionment_N 8.021529785945477e-6 -disincentive_N 4.0107648929727385e-6 -disinclination_N 4.0107648929727385e-6 -disinfectant_N 8.021529785945477e-6 -disinfection_N 4.0107648929727385e-6 -disinfestation_N 4.0107648929727385e-6 -disinflation_N 8.021529785945477e-6 -disinformation_N 4.0107648929727385e-6 -disingenuousness_N 4.0107648929727385e-6 -disinheritance_N 4.0107648929727385e-6 -disintegration_N 1.2032294678918217e-5 -disinterest_N 4.0107648929727385e-6 -disinterestedness_N 4.0107648929727385e-6 -disinterment_N 4.0107648929727385e-6 -disinvestment_N 4.0107648929727385e-6 -disjointedness_N 4.0107648929727385e-6 -disjunction_N 4.0107648929727385e-6 -disk_N 2.486674233643098e-4 -diskette_N 4.0107648929727385e-6 -dislike_N 2.0053824464863696e-5 -dislocation_N 2.0053824464863696e-5 -dislodgement_N 4.0107648929727385e-6 -dislodgment_N 4.0107648929727385e-6 -disloyalty_N 8.021529785945477e-6 -dismantlement_N 4.0107648929727385e-6 -dismantling_N 4.0107648929727385e-6 -dismay_N 1.2032294678918217e-5 -dismemberment_N 4.0107648929727385e-6 -dismissal_N 6.016147339459108e-5 -dismount_N 4.0107648929727385e-6 -disobedience_N 6.016147339459108e-5 -disorder_N 6.417223828756382e-5 -disorderliness_N 4.0107648929727385e-6 -disorganization_N 4.0107648929727385e-6 -disorientation_N 4.0107648929727385e-6 -disownment_N 4.0107648929727385e-6 -disparagement_N 4.0107648929727385e-6 -disparateness_N 4.0107648929727385e-6 -disparity_N 1.2032294678918217e-5 -dispassion_N 4.0107648929727385e-6 -dispassionateness_N 4.0107648929727385e-6 -dispatch_N 8.021529785945477e-6 -dispatch_box_N 4.0107648929727385e-6 -dispatch_rider_N 4.0107648929727385e-6 -dispatcher_N 4.0107648929727385e-6 -dispensability_N 4.0107648929727385e-6 -dispensary_N 4.0107648929727385e-6 -dispensation_N 8.021529785945477e-6 -dispenser_N 4.0107648929727385e-6 -dispersal_N 4.0107648929727385e-6 -dispersion_N 4.0107648929727385e-6 -displacement_N 4.0107648929727385e-6 -display_N 1.5240906593296408e-4 -displeasure_N 4.0107648929727385e-6 -disposable_N 4.0107648929727385e-6 -disposal_N 6.818300318053656e-5 -disposition_N 2.0053824464863696e-5 -dispossession_N 4.0107648929727385e-6 -disproof_N 4.0107648929727385e-6 -disproportion_N 4.0107648929727385e-6 -disputant_N 4.0107648929727385e-6 -disputation_N 4.0107648929727385e-6 -dispute_N 3.489365456886283e-4 -disqualification_N 8.021529785945477e-6 -disquiet_N 4.0107648929727385e-6 -disquietude_N 4.0107648929727385e-6 -disquisition_N 4.0107648929727385e-6 -disregard_N 8.021529785945477e-6 -disrepair_N 4.0107648929727385e-6 -disrepute_N 4.0107648929727385e-6 -disrespect_N 4.0107648929727385e-6 -disruption_N 8.823682764540025e-5 -dissatisfaction_N 1.2032294678918217e-5 -dissection_N 8.021529785945477e-6 -dissembler_N 4.0107648929727385e-6 -dissemination_N 2.4064589357836434e-5 -dissension_N 8.021529785945477e-6 -dissent_N 5.6150708501618345e-5 -dissenter_N 3.609688403675465e-5 -dissertation_N 4.0107648929727385e-6 -disservice_N 1.2032294678918217e-5 -dissidence_N 4.0107648929727385e-6 -dissident_N 4.010764892972739e-5 -dissilience_N 4.0107648929727385e-6 -dissimilarity_N 4.0107648929727385e-6 -dissimilation_N 4.0107648929727385e-6 -dissimilitude_N 4.0107648929727385e-6 -dissimulation_N 4.0107648929727385e-6 -dissipation_N 4.0107648929727385e-6 -dissociation_N 4.0107648929727385e-6 -dissolubility_N 4.0107648929727385e-6 -dissoluteness_N 4.0107648929727385e-6 -dissolution_N 1.2032294678918217e-5 -dissolve_N 4.0107648929727385e-6 -dissolving_N 4.0107648929727385e-6 -dissonance_N 8.021529785945477e-6 -dissuasion_N 4.0107648929727385e-6 -dissyllable_N 4.0107648929727385e-6 -distaff_N 4.0107648929727385e-6 -distance_N 8.021529785945478e-5 -distaste_N 8.021529785945477e-6 -distastefulness_N 4.0107648929727385e-6 -distemper_N 4.0107648929727385e-6 -distension_N 4.0107648929727385e-6 -distention_N 4.0107648929727385e-6 -distillate_N 4.0107648929727385e-6 -distillation_N 4.0107648929727385e-6 -distiller_N 2.4064589357836434e-5 -distillery_N 8.021529785945477e-6 -distinction_N 3.609688403675465e-5 -distinctiveness_N 8.021529785945477e-6 -distinctness_N 4.0107648929727385e-6 -distortion_N 1.2032294678918217e-5 -distortionist_N 4.0107648929727385e-6 -distraction_N 2.0053824464863696e-5 -distraint_N 4.0107648929727385e-6 -distress_N 2.4064589357836434e-5 -distributary_N 4.0107648929727385e-6 -distribution_N 2.7674277761511896e-4 -distributor_N 1.323552414681004e-4 -district_N 5.093671414075379e-4 -distrust_N 8.021529785945477e-6 -distrustfulness_N 4.0107648929727385e-6 -disturbance_N 1.6043059571890954e-5 -disturber_N 4.0107648929727385e-6 -disulfiram_N 4.0107648929727385e-6 -disunion_N 4.0107648929727385e-6 -disunity_N 4.0107648929727385e-6 -disuse_N 4.0107648929727385e-6 -disyllable_N 4.0107648929727385e-6 -dita_N 4.0107648929727385e-6 -ditch_N 1.2032294678918217e-5 -dither_N 4.0107648929727385e-6 -dithering_N 4.0107648929727385e-6 -dithyramb_N 4.0107648929727385e-6 -ditto_N 8.021529785945477e-6 -ditty_N 4.0107648929727385e-6 -diuresis_N 4.0107648929727385e-6 -divagation_N 4.0107648929727385e-6 -divan_N 4.0107648929727385e-6 -divan_bed_N 4.0107648929727385e-6 -divarication_N 4.0107648929727385e-6 -dive_N 5.2139943608645604e-5 -dive_bomber_N 4.0107648929727385e-6 -diver_N 8.021529785945477e-6 -divergence_N 2.8075354250809173e-5 -divergency_N 4.0107648929727385e-6 -diverseness_N 4.0107648929727385e-6 -diversification_N 6.417223828756382e-5 -diversion_N 3.609688403675465e-5 -diversionist_N 4.0107648929727385e-6 -diversity_N 3.208611914378191e-5 -diverticulitis_N 4.0107648929727385e-6 -diverticulosis_N 4.0107648929727385e-6 -diverticulum_N 4.0107648929727385e-6 -divertimento_N 4.0107648929727385e-6 -divestiture_N 4.0107648929727385e-6 -divide_N 1.2032294678918217e-5 -dividend_N 1.0628526966377759e-3 -dividend_warrant_N 4.0107648929727385e-6 -divider_N 4.0107648929727385e-6 -divination_N 4.0107648929727385e-6 -divine_N 4.0107648929727385e-6 -diviner_N 4.0107648929727385e-6 -diving_N 4.0107648929727385e-6 -diving_bell_N 4.0107648929727385e-6 -diving_board_N 4.0107648929727385e-6 -diving_dress_N 4.0107648929727385e-6 -diving_suit_N 4.0107648929727385e-6 -divinity_N 4.0107648929727385e-6 -divisibility_N 4.0107648929727385e-6 -division_N 1.0187342828150757e-3 -divisor_N 4.0107648929727385e-6 -divorce_N 2.0053824464863696e-5 -divorcee_N 4.0107648929727385e-6 -divot_N 4.0107648929727385e-6 -divulgence_N 4.0107648929727385e-6 -divvy_N 4.0107648929727385e-6 -dixie_N 4.0107648929727385e-6 -diy_N 4.0107648929727385e-6 -dizziness_N 8.021529785945477e-6 -dj_N 4.0107648929727385e-6 -djiboutian_N 4.0107648929727385e-6 -djinn_N 4.0107648929727385e-6 -djs_N 4.0107648929727385e-6 -dlitt_N 4.0107648929727385e-6 -dm_N 4.0107648929727385e-6 -dna_N 4.0107648929727385e-6 -do_N 4.0107648929727385e-6 -do_gooder_N 4.0107648929727385e-6 -dobbin_N 4.0107648929727385e-6 -dobra_N 4.0107648929727385e-6 -dobson_N 4.0107648929727385e-6 -docent_N 4.0107648929727385e-6 -docility_N 4.0107648929727385e-6 -dock_N 8.021529785945477e-6 -dockage_N 4.0107648929727385e-6 -docker_N 4.0107648929727385e-6 -docket_N 1.2032294678918217e-5 -docking_N 4.0107648929727385e-6 -dockside_N 4.0107648929727385e-6 -dockyard_N 4.0107648929727385e-6 -doctor_N 2.0053824464863693e-4 -doctorate_N 1.2032294678918217e-5 -doctorfish_N 4.0107648929727385e-6 -doctorspeak_N 4.0107648929727385e-6 -doctrinaire_N 4.0107648929727385e-6 -doctrine_N 3.609688403675465e-5 -document_N 2.9679660207998265e-4 -documentary_N 8.021529785945477e-6 -documentation_N 8.021529785945477e-6 -dodder_N 4.0107648929727385e-6 -dodderer_N 4.0107648929727385e-6 -doddle_N 4.0107648929727385e-6 -dodecagon_N 4.0107648929727385e-6 -dodecahedron_N 4.0107648929727385e-6 -dodge_N 4.0107648929727385e-6 -dodgem_N 4.0107648929727385e-6 -dodger_N 4.0107648929727385e-6 -dodo_N 4.0107648929727385e-6 -doe_N 4.0107648929727385e-6 -doer_N 8.021529785945477e-6 -doeskin_N 4.0107648929727385e-6 -dog's_tooth_N 4.0107648929727385e-6 -dog_N 9.625835743134574e-5 -dog_biscuit_N 4.0107648929727385e-6 -dog_cart_N 4.0107648929727385e-6 -dog_collar_N 4.0107648929727385e-6 -dogbane_N 4.0107648929727385e-6 -dogcart_N 4.0107648929727385e-6 -doge_N 4.0107648929727385e-6 -dogfight_N 4.0107648929727385e-6 -dogfighter_N 4.0107648929727385e-6 -dogfish_N 4.0107648929727385e-6 -doggedness_N 4.0107648929727385e-6 -doggerel_N 4.0107648929727385e-6 -doggie_N 4.0107648929727385e-6 -doggy_N 4.0107648929727385e-6 -doghouse_N 4.0107648929727385e-6 -dogie_N 4.0107648929727385e-6 -dogleg_N 4.0107648929727385e-6 -dogma_N 1.2032294678918217e-5 -dogmatism_N 4.0107648929727385e-6 -dogmatist_N 4.0107648929727385e-6 -dogsbody_N 4.0107648929727385e-6 -dogsled_N 4.0107648929727385e-6 -dogtooth_N 4.0107648929727385e-6 -dogtrot_N 4.0107648929727385e-6 -dogwatch_N 4.0107648929727385e-6 -dogwood_N 4.0107648929727385e-6 -doh_N 4.0107648929727385e-6 -doily_N 4.0107648929727385e-6 -dol_N 4.0107648929727385e-6 -doldrums_N 4.0107648929727385e-6 -dole_N 4.0107648929727385e-6 -dolefulness_N 4.0107648929727385e-6 -dolichocephalic_N 4.0107648929727385e-6 -dolichocephaly_N 4.0107648929727385e-6 -doliolum_N 4.0107648929727385e-6 -doll_N 2.0053824464863696e-5 -dollar_N 2.306189813459325e-3 -dollarfish_N 4.0107648929727385e-6 -dollhouse_N 4.0107648929727385e-6 -dollop_N 4.0107648929727385e-6 -dolly_N 4.0107648929727385e-6 -dolman_N 4.0107648929727385e-6 -dolmas_N 4.0107648929727385e-6 -dolmen_N 4.0107648929727385e-6 -dolomite_N 4.0107648929727385e-6 -dolor_N 4.0107648929727385e-6 -dolour_N 4.0107648929727385e-6 -dolphin_N 1.2032294678918217e-5 -dolphinfish_N 4.0107648929727385e-6 -dolt_N 8.021529785945477e-6 -domain_N 2.4064589357836434e-5 -domatium_N 4.0107648929727385e-6 -dombeya_N 4.0107648929727385e-6 -dome_N 1.6043059571890954e-5 -domestic_N 4.0107648929727385e-6 -domestication_N 4.0107648929727385e-6 -domesticity_N 4.0107648929727385e-6 -domicile_N 4.0107648929727385e-6 -dominance_N 4.4118413822700127e-5 -dominant_N 4.0107648929727385e-6 -domination_N 2.8075354250809173e-5 -dominatrix_N 4.0107648929727385e-6 -dominican_N 4.0107648929727385e-6 -dominie_N 4.0107648929727385e-6 -dominion_N 8.021529785945477e-6 -domino_N 1.2032294678918217e-5 -dominoes_N 4.0107648929727385e-6 -dominus_N 4.0107648929727385e-6 -don't_know_N 4.0107648929727385e-6 -don_N 8.021529785945477e-6 -donation_N 1.3636600636107311e-4 -dong_N 4.0107648929727385e-6 -dongle_N 4.0107648929727385e-6 -donjon_N 4.0107648929727385e-6 -donkey_N 4.0107648929727385e-6 -donkey_jacket_N 4.0107648929727385e-6 -donkey_work_N 4.0107648929727385e-6 -donna_N 4.0107648929727385e-6 -donor_N 3.208611914378191e-5 -doodad_N 4.0107648929727385e-6 -doodia_N 4.0107648929727385e-6 -doodlebug_N 4.0107648929727385e-6 -doom_N 8.021529785945477e-6 -doomed_N 4.0107648929727385e-6 -door_N 2.8075354250809174e-4 -doorbell_N 4.0107648929727385e-6 -doorcase_N 4.0107648929727385e-6 -doorframe_N 4.0107648929727385e-6 -doorhandle_N 4.0107648929727385e-6 -doorjamb_N 4.0107648929727385e-6 -doorkeeper_N 4.0107648929727385e-6 -doorknob_N 4.0107648929727385e-6 -doorknocker_N 4.0107648929727385e-6 -doorlock_N 4.0107648929727385e-6 -doorman_N 8.021529785945477e-6 -doormat_N 4.0107648929727385e-6 -doornail_N 4.0107648929727385e-6 -doorplate_N 4.0107648929727385e-6 -doorpost_N 4.0107648929727385e-6 -doorsill_N 4.0107648929727385e-6 -doorstep_N 2.4064589357836434e-5 -doorstop_N 4.0107648929727385e-6 -doorstopper_N 4.0107648929727385e-6 -doorway_N 1.2032294678918217e-5 -dooryard_N 4.0107648929727385e-6 -dopa_N 4.0107648929727385e-6 -dopamine_N 4.0107648929727385e-6 -dope_N 8.021529785945477e-6 -doppelganger_N 4.0107648929727385e-6 -dorbeetle_N 4.0107648929727385e-6 -dormancy_N 4.0107648929727385e-6 -dormer_N 4.0107648929727385e-6 -dormer_window_N 4.0107648929727385e-6 -dormitory_N 1.2032294678918217e-5 -dormouse_N 4.0107648929727385e-6 -dorsiflexion_N 4.0107648929727385e-6 -dorsum_N 4.0107648929727385e-6 -dory_N 4.0107648929727385e-6 -dosage_N 8.021529785945477e-6 -dose_N 3.208611914378191e-5 -dosemeter_N 4.0107648929727385e-6 -dosimetry_N 4.0107648929727385e-6 -doss_house_N 4.0107648929727385e-6 -dossal_N 4.0107648929727385e-6 -dosser_N 4.0107648929727385e-6 -dossier_N 8.021529785945477e-6 -dot_N 4.0107648929727385e-6 -dotage_N 4.0107648929727385e-6 -dotard_N 4.0107648929727385e-6 -dotterel_N 4.0107648929727385e-6 -dottle_N 4.0107648929727385e-6 -double_N 2.0053824464863696e-5 -double_bass_N 4.0107648929727385e-6 -double_cross_N 4.0107648929727385e-6 -double_dealer_N 4.0107648929727385e-6 -double_dealing_N 4.0107648929727385e-6 -double_decker_N 4.0107648929727385e-6 -double_dutch_N 4.0107648929727385e-6 -double_entry_N 4.0107648929727385e-6 -double_first_N 4.0107648929727385e-6 -double_spacing_N 4.0107648929727385e-6 -double_talk_N 4.0107648929727385e-6 -double_think_N 4.0107648929727385e-6 -doubler_N 4.0107648929727385e-6 -doubles_N 4.0107648929727385e-6 -doublespeak_N 4.0107648929727385e-6 -doublet_N 4.0107648929727385e-6 -doublethink_N 4.0107648929727385e-6 -doubleton_N 4.0107648929727385e-6 -doubletree_N 4.0107648929727385e-6 -doubling_N 4.0107648929727385e-6 -doubloon_N 4.0107648929727385e-6 -doubt_N 2.366351286853916e-4 -douche_N 4.0107648929727385e-6 -dough_N 4.0107648929727385e-6 -doughboy_N 4.0107648929727385e-6 -doughnut_N 1.2032294678918217e-5 -douroucouli_N 4.0107648929727385e-6 -dove_N 1.2032294678918217e-5 -dovecote_N 4.0107648929727385e-6 -dovetail_N 4.0107648929727385e-6 -dovishness_N 4.0107648929727385e-6 -dowager_N 4.0107648929727385e-6 -dowdiness_N 4.0107648929727385e-6 -dowdy_N 4.0107648929727385e-6 -dowel_N 4.0107648929727385e-6 -doweling_N 4.0107648929727385e-6 -dower_N 4.0107648929727385e-6 -dowitcher_N 4.0107648929727385e-6 -down_N 4.010764892972739e-5 -down_and_out_N 4.0107648929727385e-6 -downbeat_N 8.021529785945477e-6 -downcast_N 4.0107648929727385e-6 -downdraft_N 4.0107648929727385e-6 -downfall_N 1.2032294678918217e-5 -downgrade_N 4.0107648929727385e-6 -downheartedness_N 4.0107648929727385e-6 -downhill_N 4.0107648929727385e-6 -downiness_N 4.0107648929727385e-6 -downpour_N 4.0107648929727385e-6 -downrightness_N 4.0107648929727385e-6 -downshift_N 4.0107648929727385e-6 -downside_N 4.0107648929727385e-6 -downspin_N 4.0107648929727385e-6 -downstage_N 4.0107648929727385e-6 -downstroke_N 4.0107648929727385e-6 -downswing_N 4.0107648929727385e-6 -downtick_N 4.0107648929727385e-6 -downtime_N 4.0107648929727385e-6 -downturn_N 4.0107648929727385e-6 -dowry_N 4.0107648929727385e-6 -dowse_N 4.0107648929727385e-6 -dowser_N 4.0107648929727385e-6 -dowsing_N 4.0107648929727385e-6 -doxazosin_N 4.0107648929727385e-6 -doxepin_N 4.0107648929727385e-6 -doxology_N 4.0107648929727385e-6 -doxorubicin_N 4.0107648929727385e-6 -doxycycline_N 4.0107648929727385e-6 -doyen_N 4.0107648929727385e-6 -doyenne_N 4.0107648929727385e-6 -doyley_N 4.0107648929727385e-6 -doyly_N 4.0107648929727385e-6 -doz_N 4.0107648929727385e-6 -doze_N 4.0107648929727385e-6 -dozen_N 2.927858371870099e-4 -dphil_N 4.0107648929727385e-6 -draba_N 4.0107648929727385e-6 -drabness_N 4.0107648929727385e-6 -dracaena_N 4.0107648929727385e-6 -drachm_N 4.0107648929727385e-6 -drachma_N 4.0107648929727385e-6 -dracontium_N 4.0107648929727385e-6 -draft_N 5.6150708501618345e-5 -draftee_N 4.0107648929727385e-6 -drafter_N 4.0107648929727385e-6 -drafting_N 4.0107648929727385e-6 -draftsman_N 8.021529785945477e-6 -drag_N 3.208611914378191e-5 -dragee_N 4.0107648929727385e-6 -dragnet_N 4.0107648929727385e-6 -dragoman_N 4.0107648929727385e-6 -dragon_N 4.0107648929727385e-6 -dragonet_N 4.0107648929727385e-6 -dragonfly_N 4.0107648929727385e-6 -dragonhead_N 4.0107648929727385e-6 -dragoon_N 4.0107648929727385e-6 -drain_N 5.2139943608645604e-5 -drainage_N 4.0107648929727385e-6 -drainage_basin_N 4.0107648929727385e-6 -drainboard_N 4.0107648929727385e-6 -draining_board_N 4.0107648929727385e-6 -drainpipe_N 4.0107648929727385e-6 -drainplug_N 4.0107648929727385e-6 -drake_N 4.0107648929727385e-6 -dram_N 2.0053824464863696e-5 -drama_N 7.21937680735093e-5 -dramatics_N 4.0107648929727385e-6 -dramatist_N 4.0107648929727385e-6 -dramatization_N 2.4064589357836434e-5 -dramaturgy_N 4.0107648929727385e-6 -drape_N 1.6043059571890954e-5 -draper_N 4.0107648929727385e-6 -drapery_N 4.0107648929727385e-6 -draught_N 4.0107648929727385e-6 -draught_horse_N 4.0107648929727385e-6 -draughts_N 4.0107648929727385e-6 -draughtsman_N 4.0107648929727385e-6 -draw_N 1.6043059571890954e-5 -drawback_N 2.8075354250809173e-5 -drawbar_N 4.0107648929727385e-6 -drawbridge_N 4.0107648929727385e-6 -drawee_N 4.0107648929727385e-6 -drawer_N 8.021529785945477e-6 -drawers_N 4.0107648929727385e-6 -drawing_N 6.016147339459108e-5 -drawing_board_N 4.0107648929727385e-6 -drawing_pin_N 4.0107648929727385e-6 -drawing_room_N 4.0107648929727385e-6 -drawknife_N 4.0107648929727385e-6 -drawl_N 8.021529785945477e-6 -drawler_N 4.0107648929727385e-6 -drawnwork_N 4.0107648929727385e-6 -drawstring_N 4.0107648929727385e-6 -dray_N 4.0107648929727385e-6 -dread_N 8.021529785945477e-6 -dreadfulness_N 4.0107648929727385e-6 -dreadlock_N 4.0107648929727385e-6 -dreadnought_N 4.0107648929727385e-6 -dream_N 9.625835743134574e-5 -dreamer_N 4.0107648929727385e-6 -dreamland_N 4.0107648929727385e-6 -dreamworld_N 4.0107648929727385e-6 -dreariness_N 4.0107648929727385e-6 -dredge_N 4.0107648929727385e-6 -dredger_N 4.0107648929727385e-6 -dreg_N 4.0107648929727385e-6 -dregs_N 4.0107648929727385e-6 -drenching_N 8.021529785945477e-6 -dress_N 4.812917871567287e-5 -dress_hanger_N 4.0107648929727385e-6 -dressage_N 4.0107648929727385e-6 -dresser_N 4.0107648929727385e-6 -dressing_N 4.0107648929727385e-6 -dressing_case_N 4.0107648929727385e-6 -dressing_down_N 4.0107648929727385e-6 -dressing_gown_N 4.0107648929727385e-6 -dressing_table_N 4.0107648929727385e-6 -dressmaker_N 4.0107648929727385e-6 -dressmaking_N 1.2032294678918217e-5 -drey_N 4.0107648929727385e-6 -dribble_N 4.0107648929727385e-6 -dribbler_N 4.0107648929727385e-6 -driblet_N 4.0107648929727385e-6 -drier_N 4.0107648929727385e-6 -drift_N 2.0053824464863696e-5 -drift_ice_N 4.0107648929727385e-6 -drift_net_N 4.0107648929727385e-6 -drift_wood_N 4.0107648929727385e-6 -driftage_N 4.0107648929727385e-6 -drifter_N 4.0107648929727385e-6 -driftfish_N 4.0107648929727385e-6 -drifting_N 4.0107648929727385e-6 -driftwood_N 4.0107648929727385e-6 -drill_N 2.8075354250809173e-5 -drilling_N 4.0107648929727385e-6 -drink_N 7.620453296648204e-5 -drinker_N 1.6043059571890954e-5 -drinking_N 4.812917871567287e-5 -drinking_bout_N 4.0107648929727385e-6 -drinking_fountain_N 4.0107648929727385e-6 -drinking_song_N 4.0107648929727385e-6 -drinking_water_N 4.0107648929727385e-6 -drip_N 4.0107648929727385e-6 -drippiness_N 4.0107648929727385e-6 -dripping_N 4.0107648929727385e-6 -dripping_pan_N 4.0107648929727385e-6 -drippings_N 4.0107648929727385e-6 -dripstone_N 4.0107648929727385e-6 -drive_N 3.890441946183557e-4 -drive_in_N 4.0107648929727385e-6 -drivel_N 4.0107648929727385e-6 -driveller_N 4.0107648929727385e-6 -driverFem_N 4.0107648929727385e-6 -driverMasc_N 4.0107648929727385e-6 -driver_N 1.1631218189620943e-4 -driveshaft_N 4.0107648929727385e-6 -driveway_N 4.0107648929727385e-6 -driving_N 4.0107648929727385e-6 -driving_belt_N 4.0107648929727385e-6 -driving_wheel_N 4.0107648929727385e-6 -drizzle_N 4.0107648929727385e-6 -drogue_N 4.0107648929727385e-6 -drollery_N 4.0107648929727385e-6 -dromaeosaur_N 4.0107648929727385e-6 -dromedary_N 4.0107648929727385e-6 -dronabinol_N 4.0107648929727385e-6 -drone_N 4.0107648929727385e-6 -drool_N 4.0107648929727385e-6 -droop_N 4.0107648929727385e-6 -drop_N 1.026755812601021e-3 -drop_curtain_N 4.0107648929727385e-6 -drop_kick_N 4.0107648929727385e-6 -dropkick_N 4.0107648929727385e-6 -dropkicker_N 4.0107648929727385e-6 -droplet_N 4.0107648929727385e-6 -dropline_N 4.0107648929727385e-6 -dropout_N 2.0053824464863696e-5 -dropper_N 4.0107648929727385e-6 -dropping_zone_N 4.0107648929727385e-6 -droppings_N 4.0107648929727385e-6 -dropseed_N 4.0107648929727385e-6 -dropsy_N 4.0107648929727385e-6 -droshky_N 4.0107648929727385e-6 -drosophila_N 4.0107648929727385e-6 -dross_N 4.0107648929727385e-6 -drought_N 9.2247592538373e-5 -drove_N 1.2032294678918217e-5 -drover_N 4.0107648929727385e-6 -drowse_N 4.0107648929727385e-6 -drowsiness_N 4.0107648929727385e-6 -drubbing_N 8.021529785945477e-6 -drudge_N 4.0107648929727385e-6 -drudgery_N 4.0107648929727385e-6 -drug_N 1.135046464711285e-3 -drugget_N 4.0107648929727385e-6 -druggist_N 4.0107648929727385e-6 -drugstore_N 3.609688403675465e-5 -druid_N 4.0107648929727385e-6 -druidism_N 4.0107648929727385e-6 -drum_N 8.021529785945477e-6 -drum_major_N 4.0107648929727385e-6 -drum_majorette_N 4.0107648929727385e-6 -drumbeat_N 4.0107648929727385e-6 -drumfire_N 4.0107648929727385e-6 -drumhead_N 4.0107648929727385e-6 -drumlin_N 4.0107648929727385e-6 -drummer_N 1.2032294678918217e-5 -drumming_N 4.0107648929727385e-6 -drumstick_N 4.0107648929727385e-6 -drunk_N 8.021529785945477e-6 -drunkard_N 4.0107648929727385e-6 -drunkenness_N 1.2032294678918217e-5 -drupe_N 4.0107648929727385e-6 -drupelet_N 4.0107648929727385e-6 -drusen_N 4.0107648929727385e-6 -dry_N 4.0107648929727385e-6 -dry_cleaner_N 4.0107648929727385e-6 -dry_cleaning_N 4.0107648929727385e-6 -dry_walling_N 4.0107648929727385e-6 -dryad_N 4.0107648929727385e-6 -dryer_N 4.0107648929727385e-6 -drygoods_N 4.0107648929727385e-6 -dryness_N 8.021529785945477e-6 -dryopithecine_N 4.0107648929727385e-6 -drypis_N 4.0107648929727385e-6 -dsc_N 4.0107648929727385e-6 -dscdna_N 4.0107648929727385e-6 -dss_N 4.0107648929727385e-6 -dti_N 4.0107648929727385e-6 -dualism_N 4.0107648929727385e-6 -dualist_N 4.0107648929727385e-6 -duality_N 4.0107648929727385e-6 -dub_N 4.0107648929727385e-6 -dubbin_N 4.0107648929727385e-6 -dubbing_N 4.0107648929727385e-6 -dubiety_N 4.0107648929727385e-6 -dubiousness_N 4.0107648929727385e-6 -dubliner_N 4.0107648929727385e-6 -dubnium_N 4.0107648929727385e-6 -ducat_N 4.0107648929727385e-6 -duce_N 4.0107648929727385e-6 -duchess_N 4.0107648929727385e-6 -duchy_N 4.0107648929727385e-6 -duck_N 6.016147339459108e-5 -duckboard_N 4.0107648929727385e-6 -ducking_N 4.0107648929727385e-6 -ducking_stool_N 4.0107648929727385e-6 -duckling_N 8.021529785945477e-6 -duckpin_N 4.0107648929727385e-6 -duckpins_N 4.0107648929727385e-6 -duckweed_N 4.0107648929727385e-6 -ducky_N 4.0107648929727385e-6 -duct_N 8.021529785945477e-6 -ductility_N 4.0107648929727385e-6 -ductule_N 4.0107648929727385e-6 -dud_N 8.021529785945477e-6 -dude_N 4.0107648929727385e-6 -dudeen_N 4.0107648929727385e-6 -dudgeon_N 8.021529785945477e-6 -due_N 3.609688403675465e-5 -duel_N 1.6043059571890954e-5 -dueler_N 4.0107648929727385e-6 -duelist_N 4.0107648929727385e-6 -duellist_N 4.0107648929727385e-6 -duenna_N 4.0107648929727385e-6 -duet_N 8.021529785945477e-6 -duff_N 4.0107648929727385e-6 -duffel_N 4.0107648929727385e-6 -duffer_N 8.021529785945477e-6 -duffle_N 4.0107648929727385e-6 -dug_N 4.0107648929727385e-6 -dugong_N 4.0107648929727385e-6 -dugout_N 4.0107648929727385e-6 -duke_N 8.021529785945477e-6 -dukedom_N 4.0107648929727385e-6 -dulciana_N 4.0107648929727385e-6 -dulcimer_N 4.0107648929727385e-6 -dullard_N 4.0107648929727385e-6 -dullness_N 8.021529785945477e-6 -dulse_N 4.0107648929727385e-6 -dumbbell_N 4.0107648929727385e-6 -dumbness_N 4.0107648929727385e-6 -dumbwaiter_N 4.0107648929727385e-6 -dumdum_N 4.0107648929727385e-6 -dummy_N 1.2032294678918217e-5 -dump_N 1.6043059571890954e-5 -dumpcart_N 4.0107648929727385e-6 -dumper_N 4.0107648929727385e-6 -dumpiness_N 4.0107648929727385e-6 -dumping_N 4.0107648929727385e-6 -dumpling_N 4.0107648929727385e-6 -dumps_N 4.0107648929727385e-6 -dun_N 4.0107648929727385e-6 -dunce_N 4.0107648929727385e-6 -dunderhead_N 4.0107648929727385e-6 -dune_N 3.208611914378191e-5 -dung_N 8.021529785945477e-6 -dungeon_N 4.0107648929727385e-6 -dunghill_N 4.0107648929727385e-6 -dunk_N 4.0107648929727385e-6 -dunker_N 4.0107648929727385e-6 -duodenum_N 4.0107648929727385e-6 -duologue_N 4.0107648929727385e-6 -dupe_N 4.0107648929727385e-6 -duplicate_N 4.0107648929727385e-6 -duplication_N 8.021529785945477e-6 -duplicator_N 4.0107648929727385e-6 -duplicity_N 1.2032294678918217e-5 -durability_N 8.021529785945477e-6 -durable_N 2.8075354250809173e-5 -durables_N 4.0107648929727385e-6 -durance_N 4.0107648929727385e-6 -duration_N 1.6043059571890954e-5 -durative_N 4.0107648929727385e-6 -durbar_N 4.0107648929727385e-6 -duress_N 4.0107648929727385e-6 -durian_N 4.0107648929727385e-6 -durmast_N 4.0107648929727385e-6 -durra_N 4.0107648929727385e-6 -durum_N 4.0107648929727385e-6 -dusk_N 1.6043059571890954e-5 -dust_N 4.010764892972739e-5 -dust_bowl_N 4.0107648929727385e-6 -dust_coat_N 4.0107648929727385e-6 -dust_jacket_N 4.0107648929727385e-6 -dust_sheet_N 4.0107648929727385e-6 -dust_up_N 4.0107648929727385e-6 -dust_wrapper_N 4.0107648929727385e-6 -dustbin_N 8.021529785945477e-6 -dustcart_N 4.0107648929727385e-6 -dustcloth_N 4.0107648929727385e-6 -duster_N 4.0107648929727385e-6 -dustiness_N 4.0107648929727385e-6 -dustman_N 4.0107648929727385e-6 -dustmop_N 4.0107648929727385e-6 -dustpan_N 4.0107648929727385e-6 -dutch_N 8.021529785945477e-6 -dutchman_N 4.0107648929727385e-6 -dutifulness_N 4.0107648929727385e-6 -duty_N 2.366351286853916e-4 -duvet_N 4.0107648929727385e-6 -dwarf_N 1.2032294678918217e-5 -dwarfishness_N 4.0107648929727385e-6 -dwarfism_N 4.0107648929727385e-6 -dweller_N 1.2032294678918217e-5 -dwelling_N 2.8075354250809173e-5 -dwelling_house_N 4.0107648929727385e-6 -dwindling_N 4.0107648929727385e-6 -dyarchy_N 4.0107648929727385e-6 -dybbuk_N 4.0107648929727385e-6 -dye_N 8.021529785945477e-6 -dye_works_N 4.0107648929727385e-6 -dyeing_N 4.0107648929727385e-6 -dyer_N 4.0107648929727385e-6 -dyestuff_N 4.0107648929727385e-6 -dyewood_N 4.0107648929727385e-6 -dyke_N 4.0107648929727385e-6 -dynamic_N 2.4064589357836434e-5 -dynamics_N 4.0107648929727385e-6 -dynamism_N 1.2032294678918217e-5 -dynamite_N 8.021529785945477e-6 -dynamiter_N 4.0107648929727385e-6 -dynamo_N 8.021529785945477e-6 -dynamometer_N 4.0107648929727385e-6 -dynast_N 4.0107648929727385e-6 -dynasty_N 8.021529785945477e-6 -dyne_N 4.0107648929727385e-6 -dysaphia_N 4.0107648929727385e-6 -dysarthria_N 4.0107648929727385e-6 -dyscalculia_N 4.0107648929727385e-6 -dyschezia_N 4.0107648929727385e-6 -dyscrasia_N 4.0107648929727385e-6 -dysentery_N 4.0107648929727385e-6 -dysfunction_N 4.0107648929727385e-6 -dysgenesis_N 4.0107648929727385e-6 -dysgenics_N 4.0107648929727385e-6 -dysgraphia_N 4.0107648929727385e-6 -dyskinesia_N 4.0107648929727385e-6 -dyslectic_N 4.0107648929727385e-6 -dyslexia_N 4.0107648929727385e-6 -dyslogia_N 4.0107648929727385e-6 -dysmenorrhea_N 4.0107648929727385e-6 -dysomia_N 4.0107648929727385e-6 -dysosmia_N 4.0107648929727385e-6 -dyspepsia_N 4.0107648929727385e-6 -dyspeptic_N 4.0107648929727385e-6 -dysphagia_N 4.0107648929727385e-6 -dysphasia_N 4.0107648929727385e-6 -dysphemism_N 4.0107648929727385e-6 -dysphonia_N 4.0107648929727385e-6 -dysphoria_N 4.0107648929727385e-6 -dysplasia_N 4.0107648929727385e-6 -dyspnea_N 4.0107648929727385e-6 -dysprosium_N 4.0107648929727385e-6 -dysthymia_N 4.0107648929727385e-6 -dystopia_N 4.0107648929727385e-6 -dystrophy_N 4.0107648929727385e-6 -dysuria_N 4.0107648929727385e-6 -e_mail_N 4.0107648929727385e-6 -eagerness_N 3.208611914378191e-5 -eagle_N 4.0107648929727385e-6 -eaglet_N 4.0107648929727385e-6 -ear_N 4.010764892972739e-5 -ear_trumpet_N 4.0107648929727385e-6 -earache_N 4.0107648929727385e-6 -eardrop_N 4.0107648929727385e-6 -eardrum_N 4.0107648929727385e-6 -earflap_N 4.0107648929727385e-6 -earful_N 4.0107648929727385e-6 -earl_N 4.0107648929727385e-6 -earldom_N 4.0107648929727385e-6 -earliness_N 4.0107648929727385e-6 -earlobe_N 4.0107648929727385e-6 -earmark_N 4.0107648929727385e-6 -earmuff_N 4.0107648929727385e-6 -earner_N 4.0107648929727385e-6 -earnest_N 1.6043059571890954e-5 -earnest_money_N 4.0107648929727385e-6 -earnestness_N 4.0107648929727385e-6 -earphone_N 4.0107648929727385e-6 -earpiece_N 4.0107648929727385e-6 -earplug_N 4.0107648929727385e-6 -earring_N 1.2032294678918217e-5 -earshot_N 4.0107648929727385e-6 -earth_N 7.21937680735093e-5 -earth_closet_N 4.0107648929727385e-6 -earthball_N 4.0107648929727385e-6 -earthenware_N 4.0107648929727385e-6 -earthnut_N 4.0107648929727385e-6 -earthquake_N 1.058841931744803e-3 -earthstar_N 4.0107648929727385e-6 -earthtongue_N 4.0107648929727385e-6 -earthwork_N 4.0107648929727385e-6 -earthworm_N 1.2032294678918217e-5 -earwax_N 4.0107648929727385e-6 -earwig_N 4.0107648929727385e-6 -ease_N 2.4064589357836434e-5 -easel_N 4.0107648929727385e-6 -easement_N 4.0107648929727385e-6 -easiness_N 4.0107648929727385e-6 -easing_N 4.0107648929727385e-6 -east_N 8.021529785945477e-6 -easter_N 4.0107648929727385e-6 -easterner_N 4.0107648929727385e-6 -easygoingness_N 4.0107648929727385e-6 -eatable_N 4.0107648929727385e-6 -eatage_N 4.0107648929727385e-6 -eater_N 8.021529785945477e-6 -eating_N 4.0107648929727385e-6 -eating_apple_N 4.0107648929727385e-6 -eating_house_N 4.0107648929727385e-6 -eau_de_cologne_N 4.0107648929727385e-6 -eau_de_vie_N 4.0107648929727385e-6 -eaves_N 4.0107648929727385e-6 -eavesdropper_N 4.0107648929727385e-6 -ebb_N 8.021529785945477e-6 -ebbtide_N 4.0107648929727385e-6 -eblis_N 4.0107648929727385e-6 -ebonite_N 4.0107648929727385e-6 -ebony_N 4.0107648929727385e-6 -ebullience_N 4.0107648929727385e-6 -eburnation_N 4.0107648929727385e-6 -ec_N 4.0107648929727385e-6 -ecarte_N 4.0107648929727385e-6 -eccentric_N 8.021529785945477e-6 -eccentricity_N 4.0107648929727385e-6 -ecchymosis_N 4.0107648929727385e-6 -ecclesiastic_N 4.0107648929727385e-6 -ecclesiasticism_N 4.0107648929727385e-6 -ecclesiology_N 4.0107648929727385e-6 -echelon_N 1.2032294678918217e-5 -echidna_N 4.0107648929727385e-6 -echinocactus_N 4.0107648929727385e-6 -echinococcosis_N 4.0107648929727385e-6 -echinococcus_N 4.0107648929727385e-6 -echinoderm_N 4.0107648929727385e-6 -echinus_N 4.0107648929727385e-6 -echo_N 8.021529785945477e-6 -echo_sounder_N 4.0107648929727385e-6 -echo_sounding_N 4.0107648929727385e-6 -echocardiogram_N 4.0107648929727385e-6 -echocardiograph_N 4.0107648929727385e-6 -echocardiography_N 4.0107648929727385e-6 -echoencephalogram_N 4.0107648929727385e-6 -echoencephalograph_N 4.0107648929727385e-6 -echoencephalography_N 4.0107648929727385e-6 -echolalia_N 4.0107648929727385e-6 -echolocation_N 4.0107648929727385e-6 -echovirus_N 4.0107648929727385e-6 -eclair_N 4.0107648929727385e-6 -eclampsia_N 4.0107648929727385e-6 -eclat_N 4.0107648929727385e-6 -eclectic_N 4.0107648929727385e-6 -eclecticism_N 4.0107648929727385e-6 -eclipse_N 4.0107648929727385e-6 -ecliptic_N 4.0107648929727385e-6 -eclogue_N 4.0107648929727385e-6 -ecobabble_N 4.0107648929727385e-6 -ecologist_N 4.0107648929727385e-6 -ecology_N 4.0107648929727385e-6 -econometrician_N 4.0107648929727385e-6 -econometrics_N 4.0107648929727385e-6 -economics_N 1.0427988721729121e-4 -economist_N 8.502821573102207e-4 -economizer_N 4.0107648929727385e-6 -economy_N 1.5722198380453136e-3 -ecosystem_N 4.0107648929727385e-6 -ecoterrorism_N 4.0107648929727385e-6 -ecotourism_N 4.0107648929727385e-6 -ecphonesis_N 4.0107648929727385e-6 -ecstasy_N 4.0107648929727385e-6 -ectasia_N 4.0107648929727385e-6 -ectoderm_N 4.0107648929727385e-6 -ectomorph_N 4.0107648929727385e-6 -ectoparasite_N 4.0107648929727385e-6 -ectopia_N 4.0107648929727385e-6 -ectoplasm_N 4.0107648929727385e-6 -ectoproct_N 4.0107648929727385e-6 -ectrodactyly_N 4.0107648929727385e-6 -ecuadorian_N 4.0107648929727385e-6 -ecumenism_N 4.0107648929727385e-6 -eczema_N 4.0107648929727385e-6 -edacity_N 4.0107648929727385e-6 -edaphosaurus_N 4.0107648929727385e-6 -eddy_N 4.0107648929727385e-6 -edelweiss_N 4.0107648929727385e-6 -edema_N 4.0107648929727385e-6 -edentate_N 4.0107648929727385e-6 -edge_N 1.0427988721729121e-4 -edger_N 4.0107648929727385e-6 -edginess_N 4.0107648929727385e-6 -edging_N 4.0107648929727385e-6 -edibility_N 4.0107648929727385e-6 -edible_N 4.0107648929727385e-6 -edict_N 4.0107648929727385e-6 -edification_N 4.0107648929727385e-6 -edifice_N 4.0107648929727385e-6 -editing_N 4.0107648929727385e-6 -edition_N 1.965274797556642e-4 -editor_N 3.2487195633079186e-4 -editorial_N 1.7246289039782778e-4 -editorship_N 4.0107648929727385e-6 -edmontosaurus_N 4.0107648929727385e-6 -edp_N 4.0107648929727385e-6 -education_N 2.7674277761511896e-4 -educationalist_N 4.0107648929727385e-6 -educationist_N 4.0107648929727385e-6 -educator_N 3.609688403675465e-5 -edutainment_N 4.0107648929727385e-6 -edwardian_N 4.0107648929727385e-6 -eec_N 4.0107648929727385e-6 -eeg_N 4.0107648929727385e-6 -eel_N 8.021529785945477e-6 -eelblenny_N 4.0107648929727385e-6 -eelgrass_N 4.0107648929727385e-6 -eelpout_N 4.0107648929727385e-6 -eelworm_N 4.0107648929727385e-6 -eeriness_N 8.021529785945477e-6 -effacement_N 4.0107648929727385e-6 -effect_N 9.746158689923755e-4 -effecter_N 4.0107648929727385e-6 -effectiveness_N 3.609688403675465e-5 -effector_N 4.0107648929727385e-6 -effects_N 4.0107648929727385e-6 -effectuality_N 4.0107648929727385e-6 -effectualness_N 4.0107648929727385e-6 -effeminacy_N 4.0107648929727385e-6 -effendi_N 4.0107648929727385e-6 -effervescence_N 4.0107648929727385e-6 -effeteness_N 4.0107648929727385e-6 -efficacy_N 4.0107648929727385e-6 -efficiency_N 1.1230141700323669e-4 -effigy_N 4.0107648929727385e-6 -effleurage_N 4.0107648929727385e-6 -efflorescence_N 4.0107648929727385e-6 -effluent_N 4.0107648929727385e-6 -effluvium_N 4.0107648929727385e-6 -efflux_N 4.0107648929727385e-6 -effort_N 1.411789242326404e-3 -effortfulness_N 4.0107648929727385e-6 -effortlessness_N 4.0107648929727385e-6 -effrontery_N 8.021529785945477e-6 -effulgence_N 4.0107648929727385e-6 -effusion_N 4.0107648929727385e-6 -effusiveness_N 4.0107648929727385e-6 -eft_N 4.0107648929727385e-6 -efta_N 4.0107648929727385e-6 -egalitarian_N 4.0107648929727385e-6 -egalitarianism_N 1.2032294678918217e-5 -egality_N 4.0107648929727385e-6 -egg_N 2.1257053932755517e-4 -egg_beater_N 4.0107648929727385e-6 -egg_cup_N 4.0107648929727385e-6 -egg_whisk_N 4.0107648929727385e-6 -eggar_N 4.0107648929727385e-6 -eggbeater_N 4.0107648929727385e-6 -eggcup_N 4.0107648929727385e-6 -egghead_N 4.0107648929727385e-6 -eggnog_N 4.0107648929727385e-6 -eggplant_N 4.0107648929727385e-6 -eggshake_N 4.0107648929727385e-6 -eggshell_N 4.0107648929727385e-6 -eglantine_N 4.0107648929727385e-6 -ego_N 2.4064589357836434e-5 -egocentric_N 4.0107648929727385e-6 -egoism_N 4.0107648929727385e-6 -egoist_N 4.0107648929727385e-6 -egomania_N 4.0107648929727385e-6 -egomaniac_N 4.0107648929727385e-6 -egotism_N 4.0107648929727385e-6 -egotist_N 8.021529785945477e-6 -egotrip_N 4.0107648929727385e-6 -egress_N 4.0107648929727385e-6 -egret_N 4.0107648929727385e-6 -egyptian_N 4.0107648929727385e-6 -eider_N 4.0107648929727385e-6 -eiderdown_N 4.0107648929727385e-6 -eidos_N 4.0107648929727385e-6 -eigenvalue_N 4.0107648929727385e-6 -eightpence_N 4.0107648929727385e-6 -eightsome_N 4.0107648929727385e-6 -einsteinium_N 4.0107648929727385e-6 -eisegesis_N 4.0107648929727385e-6 -eisteddfod_N 4.0107648929727385e-6 -ejaculation_N 4.0107648929727385e-6 -ejaculator_N 4.0107648929727385e-6 -ejection_N 4.0107648929727385e-6 -ejector_N 4.0107648929727385e-6 -ejector_seat_N 4.0107648929727385e-6 -el_dorado_N 4.0107648929727385e-6 -elaborateness_N 4.0107648929727385e-6 -elaboration_N 4.0107648929727385e-6 -elan_N 4.0107648929727385e-6 -eland_N 4.0107648929727385e-6 -elapid_N 4.0107648929727385e-6 -elasmobranch_N 4.0107648929727385e-6 -elastance_N 4.0107648929727385e-6 -elastase_N 4.0107648929727385e-6 -elastic_N 4.0107648929727385e-6 -elasticity_N 4.0107648929727385e-6 -elastin_N 4.0107648929727385e-6 -elastomer_N 4.0107648929727385e-6 -elastoplast_N 4.0107648929727385e-6 -elastosis_N 4.0107648929727385e-6 -elation_N 8.021529785945477e-6 -elbow_N 1.2032294678918217e-5 -elbowing_N 4.0107648929727385e-6 -elder_N 1.2032294678918217e-5 -elderberry_N 4.0107648929727385e-6 -eldership_N 4.0107648929727385e-6 -elecampane_N 4.0107648929727385e-6 -election_N 5.935932041599653e-4 -electioneering_N 4.0107648929727385e-6 -elector_N 4.0107648929727385e-6 -electorate_N 8.021529785945477e-6 -electric_N 4.0107648929727385e-6 -electrician_N 8.021529785945477e-6 -electricity_N 1.1230141700323669e-4 -electrification_N 4.0107648929727385e-6 -electrocardiogram_N 8.021529785945477e-6 -electrocardiograph_N 4.0107648929727385e-6 -electrocautery_N 4.0107648929727385e-6 -electrochemistry_N 4.0107648929727385e-6 -electrocution_N 4.0107648929727385e-6 -electrocutioner_N 4.0107648929727385e-6 -electrode_N 1.6043059571890954e-5 -electrodeposition_N 4.0107648929727385e-6 -electrodynamometer_N 4.0107648929727385e-6 -electroencephalogram_N 4.0107648929727385e-6 -electroencephalograph_N 4.0107648929727385e-6 -electrograph_N 4.0107648929727385e-6 -electrologist_N 4.0107648929727385e-6 -electrolysis_N 1.2032294678918217e-5 -electrolyte_N 4.0107648929727385e-6 -electrolytic_N 4.0107648929727385e-6 -electromagnet_N 8.021529785945477e-6 -electromagnetism_N 4.0107648929727385e-6 -electrometer_N 4.0107648929727385e-6 -electromyogram_N 4.0107648929727385e-6 -electromyograph_N 4.0107648929727385e-6 -electromyography_N 4.0107648929727385e-6 -electron_N 4.0107648929727385e-6 -electronegativity_N 4.0107648929727385e-6 -electronics_N 2.8476430740106447e-4 -electrophoresis_N 4.0107648929727385e-6 -electrophorus_N 4.0107648929727385e-6 -electroplate_N 4.0107648929727385e-6 -electroplater_N 4.0107648929727385e-6 -electroretinogram_N 4.0107648929727385e-6 -electroscope_N 4.0107648929727385e-6 -electrosleep_N 4.0107648929727385e-6 -electrostatics_N 4.0107648929727385e-6 -electrosurgery_N 4.0107648929727385e-6 -electrotherapist_N 4.0107648929727385e-6 -electrotherapy_N 4.0107648929727385e-6 -electrum_N 4.0107648929727385e-6 -elegance_N 4.0107648929727385e-6 -elegist_N 4.0107648929727385e-6 -elegy_N 4.0107648929727385e-6 -element_N 1.1631218189620943e-4 -elemi_N 4.0107648929727385e-6 -elephant_N 4.010764892972739e-5 -elephantiasis_N 4.0107648929727385e-6 -elevation_N 8.021529785945477e-6 -elevator_N 5.6150708501618345e-5 -elf_N 4.0107648929727385e-6 -elicitation_N 4.0107648929727385e-6 -eligibility_N 4.0107648929727385e-6 -elimination_N 4.010764892972739e-5 -eliminator_N 4.0107648929727385e-6 -elision_N 4.0107648929727385e-6 -elite_N 8.021529785945477e-6 -elitism_N 4.0107648929727385e-6 -elitistFem_N 4.0107648929727385e-6 -elitistMasc_N 4.0107648929727385e-6 -elixir_N 1.2032294678918217e-5 -elizabethan_N 4.0107648929727385e-6 -elk_N 4.0107648929727385e-6 -ell_N 4.0107648929727385e-6 -ellipse_N 4.0107648929727385e-6 -ellipsis_N 4.0107648929727385e-6 -ellipsoid_N 4.0107648929727385e-6 -elm_N 4.0107648929727385e-6 -elocution_N 4.0107648929727385e-6 -elocutionistFem_N 4.0107648929727385e-6 -elocutionistMasc_N 4.0107648929727385e-6 -elongation_N 4.0107648929727385e-6 -elopement_N 4.0107648929727385e-6 -eloquence_N 8.021529785945477e-6 -elsholtzia_N 4.0107648929727385e-6 -eluate_N 4.0107648929727385e-6 -elucidation_N 4.0107648929727385e-6 -elusiveness_N 4.0107648929727385e-6 -elution_N 4.0107648929727385e-6 -elver_N 4.0107648929727385e-6 -elves_N 4.0107648929727385e-6 -em_N 4.0107648929727385e-6 -emaciation_N 4.0107648929727385e-6 -emanation_N 4.0107648929727385e-6 -emancipation_N 4.0107648929727385e-6 -emancipator_N 4.0107648929727385e-6 -emasculation_N 8.021529785945477e-6 -embalmer_N 4.0107648929727385e-6 -embalmment_N 4.0107648929727385e-6 -embankment_N 4.0107648929727385e-6 -embargo_N 3.208611914378191e-5 -embarkation_N 4.0107648929727385e-6 -embarrassment_N 5.2139943608645604e-5 -embassy_N 2.4064589357836434e-5 -embellishment_N 4.0107648929727385e-6 -ember_N 4.0107648929727385e-6 -embezzlement_N 1.2032294678918217e-5 -embezzler_N 4.0107648929727385e-6 -embitterment_N 4.0107648929727385e-6 -emblem_N 8.021529785945477e-6 -embodiment_N 4.0107648929727385e-6 -embolectomy_N 4.0107648929727385e-6 -embolism_N 4.0107648929727385e-6 -embolus_N 4.0107648929727385e-6 -embonpoint_N 4.0107648929727385e-6 -embrace_N 4.0107648929727385e-6 -embrasure_N 4.0107648929727385e-6 -embrocation_N 4.0107648929727385e-6 -embroiderer_N 4.0107648929727385e-6 -embroideress_N 4.0107648929727385e-6 -embroidery_N 1.2032294678918217e-5 -embryo_N 4.4118413822700127e-5 -embryologist_N 4.0107648929727385e-6 -embryology_N 4.0107648929727385e-6 -emeer_N 4.0107648929727385e-6 -emendation_N 4.0107648929727385e-6 -emerald_N 4.0107648929727385e-6 -emergence_N 3.208611914378191e-5 -emergency_N 3.890441946183557e-4 -emeritus_N 4.0107648929727385e-6 -emery_N 4.0107648929727385e-6 -emetic_N 4.0107648929727385e-6 -emigrant_N 4.0107648929727385e-6 -emigration_N 2.8075354250809173e-5 -emigre_N 4.0107648929727385e-6 -eminence_N 4.0107648929727385e-6 -emir_N 4.0107648929727385e-6 -emirate_N 4.0107648929727385e-6 -emissary_N 8.021529785945477e-6 -emission_N 9.625835743134574e-5 -emitter_N 4.0107648929727385e-6 -emmenagogue_N 4.0107648929727385e-6 -emmer_N 4.0107648929727385e-6 -emmetropia_N 4.0107648929727385e-6 -emolument_N 4.0107648929727385e-6 -emoticon_N 4.0107648929727385e-6 -emotion_N 4.812917871567287e-5 -emotionality_N 4.0107648929727385e-6 -emotionlessness_N 4.0107648929727385e-6 -empathy_N 4.0107648929727385e-6 -emperor_N 8.021529785945477e-6 -emphasis_N 1.1631218189620943e-4 -emphasizing_N 4.0107648929727385e-6 -emphysema_N 4.0107648929727385e-6 -empire_N 8.422606275242751e-5 -empiricism_N 4.0107648929727385e-6 -empiricist_N 4.0107648929727385e-6 -emplacement_N 4.0107648929727385e-6 -employ_N 4.0107648929727385e-6 -employable_N 4.0107648929727385e-6 -employee_N 1.3676708285037039e-3 -employer_N 2.5267818825728253e-4 -employment_N 2.366351286853916e-4 -emporium_N 4.0107648929727385e-6 -empress_N 4.0107648929727385e-6 -emptiness_N 4.0107648929727385e-6 -empty_N 4.0107648929727385e-6 -emptying_N 4.0107648929727385e-6 -empyema_N 4.0107648929727385e-6 -empyrean_N 4.0107648929727385e-6 -emu_N 4.0107648929727385e-6 -emulation_N 4.0107648929727385e-6 -emulsifier_N 4.0107648929727385e-6 -emulsion_N 4.0107648929727385e-6 -en_N 4.0107648929727385e-6 -enactment_N 6.016147339459108e-5 -enalapril_N 4.0107648929727385e-6 -enallage_N 4.0107648929727385e-6 -enamel_N 4.0107648929727385e-6 -enamelware_N 4.0107648929727385e-6 -enamine_N 4.0107648929727385e-6 -enanthem_N 4.0107648929727385e-6 -enantiomorph_N 4.0107648929727385e-6 -enantiomorphism_N 4.0107648929727385e-6 -enate_N 4.0107648929727385e-6 -encainide_N 4.0107648929727385e-6 -encampment_N 4.0107648929727385e-6 -encapsulation_N 4.0107648929727385e-6 -encasement_N 4.0107648929727385e-6 -encaustic_N 4.0107648929727385e-6 -encephalartos_N 4.0107648929727385e-6 -encephalitis_N 4.0107648929727385e-6 -encephalocele_N 4.0107648929727385e-6 -encephalogram_N 4.0107648929727385e-6 -encephalography_N 4.0107648929727385e-6 -encephalomyelitis_N 4.0107648929727385e-6 -enchanter_N 4.0107648929727385e-6 -enchantment_N 4.0107648929727385e-6 -enchantress_N 4.0107648929727385e-6 -enchilada_N 4.0107648929727385e-6 -enchondroma_N 4.0107648929727385e-6 -encirclement_N 4.0107648929727385e-6 -enclave_N 4.0107648929727385e-6 -enclosure_N 4.0107648929727385e-6 -encoding_N 4.0107648929727385e-6 -encolure_N 4.0107648929727385e-6 -encomium_N 4.0107648929727385e-6 -encompassment_N 4.0107648929727385e-6 -encopresis_N 4.0107648929727385e-6 -encore_N 8.021529785945477e-6 -encounter_N 1.2032294678918217e-5 -encouragement_N 4.010764892972739e-5 -encroachment_N 4.0107648929727385e-6 -encumbrance_N 4.0107648929727385e-6 -encyclical_N 4.0107648929727385e-6 -encyclopaedia_N 4.0107648929727385e-6 -encyclopedia_N 4.0107648929727385e-6 -encyclopedist_N 4.0107648929727385e-6 -end_N 1.612327486975041e-3 -end_all_N 4.0107648929727385e-6 -endameba_N 4.0107648929727385e-6 -endarterectomy_N 4.0107648929727385e-6 -endarteritis_N 4.0107648929727385e-6 -endearment_N 4.0107648929727385e-6 -endeavour_N 4.0107648929727385e-6 -endemic_N 4.0107648929727385e-6 -endgame_N 4.0107648929727385e-6 -ending_N 1.6043059571890954e-5 -endive_N 4.0107648929727385e-6 -endlessness_N 4.0107648929727385e-6 -endocarditis_N 4.0107648929727385e-6 -endocardium_N 4.0107648929727385e-6 -endocervicitis_N 4.0107648929727385e-6 -endocranium_N 4.0107648929727385e-6 -endocrinologist_N 4.0107648929727385e-6 -endocrinology_N 4.0107648929727385e-6 -endoderm_N 4.0107648929727385e-6 -endodontics_N 4.0107648929727385e-6 -endodontist_N 4.0107648929727385e-6 -endogamy_N 4.0107648929727385e-6 -endogeny_N 4.0107648929727385e-6 -endolymph_N 4.0107648929727385e-6 -endometriosis_N 4.0107648929727385e-6 -endometrium_N 4.0107648929727385e-6 -endomorph_N 4.0107648929727385e-6 -endomorphy_N 4.0107648929727385e-6 -endoneurium_N 4.0107648929727385e-6 -endonuclease_N 4.0107648929727385e-6 -endoparasite_N 4.0107648929727385e-6 -endoplasm_N 4.0107648929727385e-6 -endorphin_N 4.0107648929727385e-6 -endorsement_N 4.812917871567287e-5 -endorser_N 4.0107648929727385e-6 -endoscope_N 4.0107648929727385e-6 -endoscopy_N 4.0107648929727385e-6 -endoskeleton_N 4.0107648929727385e-6 -endosperm_N 4.0107648929727385e-6 -endospore_N 4.0107648929727385e-6 -endosteum_N 4.0107648929727385e-6 -endothelium_N 4.0107648929727385e-6 -endotoxin_N 4.0107648929727385e-6 -endowment_N 1.2032294678918217e-5 -endurance_N 4.0107648929727385e-6 -enema_N 4.0107648929727385e-6 -enemy_N 8.422606275242751e-5 -energid_N 4.0107648929727385e-6 -energizer_N 4.0107648929727385e-6 -energizing_N 4.0107648929727385e-6 -energy_N 4.6524872758483773e-4 -enervation_N 4.0107648929727385e-6 -enfant_terrible_N 4.0107648929727385e-6 -enfeoffment_N 4.0107648929727385e-6 -enfilade_N 4.0107648929727385e-6 -enflurane_N 4.0107648929727385e-6 -enforcement_N 1.443875361470186e-4 -enfranchisement_N 4.0107648929727385e-6 -engagement_N 8.021529785945477e-6 -engelmannia_N 4.0107648929727385e-6 -engine_N 2.3262436379241887e-4 -engine_driver_N 4.0107648929727385e-6 -engineer_N 1.84495185076746e-4 -engineering_N 2.6069971804322804e-4 -enginery_N 4.0107648929727385e-6 -english_N 8.021529785945477e-6 -englishman_N 4.0107648929727385e-6 -englishwoman_N 4.0107648929727385e-6 -engorgement_N 4.0107648929727385e-6 -engram_N 4.0107648929727385e-6 -engraver_N 4.0107648929727385e-6 -engraving_N 4.0107648929727385e-6 -enhancement_N 3.609688403675465e-5 -enigma_N 8.021529785945477e-6 -enjambment_N 4.0107648929727385e-6 -enjoyableness_N 4.0107648929727385e-6 -enjoyer_N 4.0107648929727385e-6 -enjoyment_N 8.021529785945477e-6 -enkephalin_N 4.0107648929727385e-6 -enlargement_N 4.0107648929727385e-6 -enlarger_N 4.0107648929727385e-6 -enlightenment_N 8.021529785945477e-6 -enlistment_N 4.0107648929727385e-6 -enmity_N 4.0107648929727385e-6 -ennoblement_N 4.0107648929727385e-6 -ennui_N 8.021529785945477e-6 -enol_N 4.0107648929727385e-6 -enologist_N 4.0107648929727385e-6 -enology_N 4.0107648929727385e-6 -enophile_N 4.0107648929727385e-6 -enormity_N 4.0107648929727385e-6 -enormousness_N 4.0107648929727385e-6 -enosis_N 4.0107648929727385e-6 -enough_N 4.4118413822700127e-5 -enquirer_N 4.0107648929727385e-6 -enquiry_N 4.0107648929727385e-6 -enrichment_N 4.0107648929727385e-6 -enrollee_N 4.0107648929727385e-6 -enrolment_N 4.0107648929727385e-6 -ensemble_N 1.2032294678918217e-5 -ensign_N 4.0107648929727385e-6 -ensilage_N 4.0107648929727385e-6 -enslavement_N 4.0107648929727385e-6 -entablature_N 4.0107648929727385e-6 -entail_N 4.0107648929727385e-6 -entanglement_N 4.0107648929727385e-6 -entasis_N 4.0107648929727385e-6 -entelechy_N 4.0107648929727385e-6 -entellus_N 4.0107648929727385e-6 -entente_N 4.0107648929727385e-6 -entente_cordiale_N 4.0107648929727385e-6 -enteritis_N 4.0107648929727385e-6 -enterobiasis_N 4.0107648929727385e-6 -enterokinase_N 4.0107648929727385e-6 -enterolith_N 4.0107648929727385e-6 -enterolithiasis_N 4.0107648929727385e-6 -enteron_N 4.0107648929727385e-6 -enteropathy_N 4.0107648929727385e-6 -enteroptosis_N 4.0107648929727385e-6 -enterostenosis_N 4.0107648929727385e-6 -enterostomy_N 4.0107648929727385e-6 -enterotoxemia_N 4.0107648929727385e-6 -enterotoxin_N 4.0107648929727385e-6 -enterovirus_N 4.0107648929727385e-6 -enterprise_N 1.2032294678918216e-4 -entertainer_N 1.2032294678918217e-5 -entertainment_N 1.8850594996971872e-4 -enthronement_N 4.0107648929727385e-6 -enthusiasm_N 6.417223828756382e-5 -enthusiast_N 4.010764892972739e-5 -enticement_N 4.0107648929727385e-6 -entirety_N 8.021529785945477e-6 -entitlement_N 2.8075354250809173e-5 -entity_N 1.1631218189620943e-4 -entomion_N 4.0107648929727385e-6 -entomologist_N 4.0107648929727385e-6 -entomology_N 4.0107648929727385e-6 -entomophobia_N 4.0107648929727385e-6 -entoproct_N 4.0107648929727385e-6 -entourage_N 8.021529785945477e-6 -entr'acte_N 4.0107648929727385e-6 -entrance_N 1.6043059571890954e-5 -entrance_fee_N 4.0107648929727385e-6 -entrance_money_N 4.0107648929727385e-6 -entrancement_N 4.0107648929727385e-6 -entrant_N 8.021529785945477e-6 -entrapment_N 4.0107648929727385e-6 -entreaty_N 4.0107648929727385e-6 -entrecote_N 4.0107648929727385e-6 -entree_N 4.0107648929727385e-6 -entrenchment_N 8.021529785945477e-6 -entrepot_N 4.0107648929727385e-6 -entrepreneur_N 1.323552414681004e-4 -entry_N 1.2032294678918216e-4 -enucleation_N 4.0107648929727385e-6 -enumeration_N 4.0107648929727385e-6 -enunciation_N 4.0107648929727385e-6 -enuresis_N 4.0107648929727385e-6 -envelope_N 2.4064589357836434e-5 -envelopment_N 4.0107648929727385e-6 -environment_N 3.0080736697295544e-4 -environmentalism_N 4.0107648929727385e-6 -environmentalist_N 4.0107648929727385e-6 -environs_N 4.0107648929727385e-6 -envoi_N 4.0107648929727385e-6 -envoy_N 1.2032294678918217e-5 -envy_N 2.8075354250809173e-5 -enzyme_N 4.0107648929727385e-6 -enzymologist_N 4.0107648929727385e-6 -enzymology_N 4.0107648929727385e-6 -eohippus_N 4.0107648929727385e-6 -eolith_N 4.0107648929727385e-6 -eon_N 8.021529785945477e-6 -eoraptor_N 4.0107648929727385e-6 -eosin_N 4.0107648929727385e-6 -eosinopenia_N 4.0107648929727385e-6 -eosinophil_N 4.0107648929727385e-6 -eosinophilia_N 4.0107648929727385e-6 -epacris_N 4.0107648929727385e-6 -epanalepsis_N 4.0107648929727385e-6 -epanaphora_N 4.0107648929727385e-6 -epanodos_N 4.0107648929727385e-6 -epanorthosis_N 4.0107648929727385e-6 -eparch_N 4.0107648929727385e-6 -eparchy_N 4.0107648929727385e-6 -epaulet_N 4.0107648929727385e-6 -epaulette_N 4.0107648929727385e-6 -epauliere_N 4.0107648929727385e-6 -epee_N 4.0107648929727385e-6 -ependyma_N 4.0107648929727385e-6 -epenthesis_N 4.0107648929727385e-6 -epergne_N 4.0107648929727385e-6 -ephah_N 4.0107648929727385e-6 -ephedra_N 4.0107648929727385e-6 -ephedrine_N 4.0107648929727385e-6 -ephemera_N 4.0107648929727385e-6 -ephemerality_N 4.0107648929727385e-6 -ephemerid_N 4.0107648929727385e-6 -ephemeris_N 4.0107648929727385e-6 -ephemeron_N 4.0107648929727385e-6 -epic_N 8.021529785945477e-6 -epicalyx_N 4.0107648929727385e-6 -epicanthus_N 4.0107648929727385e-6 -epicardia_N 4.0107648929727385e-6 -epicardium_N 4.0107648929727385e-6 -epicarp_N 4.0107648929727385e-6 -epicentre_N 4.0107648929727385e-6 -epicondyle_N 4.0107648929727385e-6 -epicondylitis_N 4.0107648929727385e-6 -epicranium_N 4.0107648929727385e-6 -epicure_N 4.0107648929727385e-6 -epicurean_N 4.0107648929727385e-6 -epicureanism_N 4.0107648929727385e-6 -epicurism_N 4.0107648929727385e-6 -epicycle_N 4.0107648929727385e-6 -epicycloid_N 4.0107648929727385e-6 -epidemic_N 1.2032294678918217e-5 -epidemiologist_N 8.021529785945477e-6 -epidemiology_N 4.0107648929727385e-6 -epidendron_N 4.0107648929727385e-6 -epidermis_N 4.0107648929727385e-6 -epidiascope_N 4.0107648929727385e-6 -epididymis_N 4.0107648929727385e-6 -epididymitis_N 4.0107648929727385e-6 -epigastrium_N 4.0107648929727385e-6 -epigenesis_N 4.0107648929727385e-6 -epiglottis_N 4.0107648929727385e-6 -epiglottitis_N 4.0107648929727385e-6 -epigone_N 4.0107648929727385e-6 -epigram_N 4.0107648929727385e-6 -epigraph_N 4.0107648929727385e-6 -epigraphy_N 4.0107648929727385e-6 -epikeratophakia_N 4.0107648929727385e-6 -epilation_N 4.0107648929727385e-6 -epilepsy_N 1.2032294678918217e-5 -epilepticFem_N 4.0107648929727385e-6 -epilepticMasc_N 4.0107648929727385e-6 -epilogue_N 4.0107648929727385e-6 -epinephrine_N 4.0107648929727385e-6 -epiphany_N 4.0107648929727385e-6 -epiphenomenon_N 4.0107648929727385e-6 -epiphora_N 4.0107648929727385e-6 -epiphyllum_N 4.0107648929727385e-6 -epiphysis_N 4.0107648929727385e-6 -epiplexis_N 4.0107648929727385e-6 -episcia_N 4.0107648929727385e-6 -episcleritis_N 4.0107648929727385e-6 -episcopacy_N 4.0107648929727385e-6 -episcopalian_N 4.0107648929727385e-6 -episcopate_N 4.0107648929727385e-6 -episiotomy_N 4.0107648929727385e-6 -episode_N 9.625835743134574e-5 -episome_N 4.0107648929727385e-6 -epispadias_N 4.0107648929727385e-6 -episteme_N 4.0107648929727385e-6 -epistemologist_N 4.0107648929727385e-6 -epistemology_N 4.0107648929727385e-6 -epistle_N 4.0107648929727385e-6 -epitaph_N 4.0107648929727385e-6 -epitaxy_N 4.0107648929727385e-6 -epithalamium_N 4.0107648929727385e-6 -epithelioma_N 4.0107648929727385e-6 -epithelium_N 4.0107648929727385e-6 -epithet_N 4.0107648929727385e-6 -epitome_N 4.0107648929727385e-6 -epoch_N 4.0107648929727385e-6 -eponym_N 4.0107648929727385e-6 -eponymy_N 4.0107648929727385e-6 -epos_N 4.0107648929727385e-6 -epoxy_N 4.0107648929727385e-6 -epsilon_N 4.0107648929727385e-6 -eptatretus_N 4.0107648929727385e-6 -equal_N 8.021529785945477e-6 -equalitarian_N 4.0107648929727385e-6 -equality_N 2.4064589357836434e-5 -equalization_N 4.0107648929727385e-6 -equalizer_N 4.0107648929727385e-6 -equanimity_N 4.0107648929727385e-6 -equatability_N 4.0107648929727385e-6 -equation_N 2.8075354250809173e-5 -equator_N 4.0107648929727385e-6 -equatorial_N 4.0107648929727385e-6 -equerry_N 4.0107648929727385e-6 -equestrian_N 1.2032294678918217e-5 -equidistribution_N 4.0107648929727385e-6 -equilateral_N 4.0107648929727385e-6 -equilibration_N 4.0107648929727385e-6 -equilibrium_N 1.6043059571890954e-5 -equine_N 4.0107648929727385e-6 -equinox_N 4.0107648929727385e-6 -equipage_N 4.0107648929727385e-6 -equipment_N 7.82099154129684e-4 -equipoise_N 4.0107648929727385e-6 -equity_N 8.74346746668057e-4 -equivalence_N 4.0107648929727385e-6 -equivalent_N 1.3636600636107311e-4 -equivocation_N 4.0107648929727385e-6 -era_N 1.0026912232431847e-4 -eradication_N 4.0107648929727385e-6 -eraser_N 4.0107648929727385e-6 -erasure_N 8.021529785945477e-6 -erbium_N 4.0107648929727385e-6 -erecting_N 4.0107648929727385e-6 -erection_N 4.0107648929727385e-6 -erectness_N 4.0107648929727385e-6 -eremite_N 4.0107648929727385e-6 -eremitism_N 4.0107648929727385e-6 -erethism_N 4.0107648929727385e-6 -erg_N 4.0107648929727385e-6 -ergodicity_N 4.0107648929727385e-6 -ergonomics_N 4.0107648929727385e-6 -ergonovine_N 4.0107648929727385e-6 -ergosterol_N 4.0107648929727385e-6 -ergot_N 4.0107648929727385e-6 -ergotamine_N 4.0107648929727385e-6 -ergotism_N 4.0107648929727385e-6 -ergotropism_N 4.0107648929727385e-6 -erica_N 4.0107648929727385e-6 -eriogonum_N 4.0107648929727385e-6 -eristic_N 4.0107648929727385e-6 -eritrean_N 4.0107648929727385e-6 -ermine_N 4.0107648929727385e-6 -ern_N 4.0107648929727385e-6 -erosion_N 3.609688403675465e-5 -erotic_N 4.0107648929727385e-6 -eroticism_N 4.0107648929727385e-6 -errancy_N 4.0107648929727385e-6 -errand_N 8.021529785945477e-6 -erratum_N 8.021529785945477e-6 -erroneousness_N 4.0107648929727385e-6 -error_N 1.3636600636107311e-4 -ersatz_N 4.0107648929727385e-6 -erse_N 4.0107648929727385e-6 -eructation_N 4.0107648929727385e-6 -eruditeness_N 4.0107648929727385e-6 -erudition_N 4.0107648929727385e-6 -eruption_N 1.2032294678918217e-5 -erwinia_N 4.0107648929727385e-6 -eryngo_N 4.0107648929727385e-6 -erysipelas_N 4.0107648929727385e-6 -erythema_N 4.0107648929727385e-6 -erythrite_N 4.0107648929727385e-6 -erythroblast_N 4.0107648929727385e-6 -erythroblastosis_N 4.0107648929727385e-6 -erythroderma_N 4.0107648929727385e-6 -erythromycin_N 4.0107648929727385e-6 -erythropoiesis_N 4.0107648929727385e-6 -erythropoietin_N 4.0107648929727385e-6 -escadrille_N 4.0107648929727385e-6 -escalade_N 4.0107648929727385e-6 -escalader_N 4.0107648929727385e-6 -escalation_N 8.021529785945477e-6 -escalator_N 8.021529785945477e-6 -escalope_N 4.0107648929727385e-6 -escapade_N 4.0107648929727385e-6 -escape_N 2.0053824464863696e-5 -escapee_N 4.0107648929727385e-6 -escapement_N 4.0107648929727385e-6 -escapism_N 4.0107648929727385e-6 -escapist_N 4.0107648929727385e-6 -escapologist_N 4.0107648929727385e-6 -escapology_N 4.0107648929727385e-6 -escargot_N 4.0107648929727385e-6 -escarpment_N 4.0107648929727385e-6 -eschar_N 4.0107648929727385e-6 -eschatologist_N 4.0107648929727385e-6 -eschatology_N 4.0107648929727385e-6 -escheat_N 4.0107648929727385e-6 -escherichia_N 4.0107648929727385e-6 -escolar_N 4.0107648929727385e-6 -escort_N 1.2032294678918217e-5 -escritoire_N 4.0107648929727385e-6 -escrow_N 4.0107648929727385e-6 -escudo_N 4.0107648929727385e-6 -escutcheon_N 4.0107648929727385e-6 -esker_N 4.0107648929727385e-6 -eskimo_N 4.0107648929727385e-6 -esmolol_N 4.0107648929727385e-6 -esophagitis_N 4.0107648929727385e-6 -esophagoscope_N 4.0107648929727385e-6 -esophagus_N 4.0107648929727385e-6 -esoterica_N 4.0107648929727385e-6 -esp_N 8.021529785945477e-6 -espadrille_N 4.0107648929727385e-6 -espalier_N 4.0107648929727385e-6 -esperanto_N 4.0107648929727385e-6 -espionage_N 1.6043059571890954e-5 -esplanade_N 4.0107648929727385e-6 -espousal_N 8.021529785945477e-6 -espresso_N 8.021529785945477e-6 -esprit_N 4.0107648929727385e-6 -esprit_de_corps_N 1.6043059571890954e-5 -esquire_N 4.0107648929727385e-6 -essay_N 2.4064589357836434e-5 -essayist_N 8.021529785945477e-6 -essence_N 2.8075354250809173e-5 -essential_N 8.021529785945477e-6 -essentiality_N 4.0107648929727385e-6 -establishment_N 9.625835743134574e-5 -establishmentarianism_N 4.0107648929727385e-6 -estaminet_N 4.0107648929727385e-6 -estate_N 1.3075093551091128e-3 -estazolam_N 4.0107648929727385e-6 -esteem_N 1.2032294678918217e-5 -ester_N 4.0107648929727385e-6 -esthete_N 4.0107648929727385e-6 -esthetic_N 4.0107648929727385e-6 -esthetician_N 4.0107648929727385e-6 -esthetics_N 4.0107648929727385e-6 -estimate_N 8.783575115610298e-4 -estimation_N 8.021529785945477e-6 -estivation_N 4.0107648929727385e-6 -estoppel_N 4.0107648929727385e-6 -estradiol_N 4.0107648929727385e-6 -estrangement_N 4.0107648929727385e-6 -estriol_N 4.0107648929727385e-6 -estrogen_N 4.0107648929727385e-6 -estrone_N 4.0107648929727385e-6 -estrus_N 4.0107648929727385e-6 -estuary_N 4.0107648929727385e-6 -eta_N 4.0107648929727385e-6 -etagere_N 4.0107648929727385e-6 -etamine_N 4.0107648929727385e-6 -etanercept_N 4.0107648929727385e-6 -etcetera_N 4.0107648929727385e-6 -etcher_N 4.0107648929727385e-6 -etching_N 4.0107648929727385e-6 -etd_N 4.0107648929727385e-6 -eternity_N 4.0107648929727385e-6 -ethane_N 4.0107648929727385e-6 -ethchlorvynol_N 4.0107648929727385e-6 -ether_N 4.0107648929727385e-6 -ethernet_N 4.0107648929727385e-6 -ethic_N 6.016147339459108e-5 -ethicism_N 4.0107648929727385e-6 -ethicist_N 4.0107648929727385e-6 -ethics_N 4.0107648929727385e-6 -ethiopian_N 4.0107648929727385e-6 -ethmoid_N 4.0107648929727385e-6 -ethnarch_N 4.0107648929727385e-6 -ethnic_N 4.0107648929727385e-6 -ethnicity_N 4.0107648929727385e-6 -ethnocentrism_N 4.0107648929727385e-6 -ethnographer_N 4.0107648929727385e-6 -ethnography_N 4.0107648929727385e-6 -ethnologist_N 4.0107648929727385e-6 -ethnology_N 4.0107648929727385e-6 -ethologist_N 4.0107648929727385e-6 -ethology_N 4.0107648929727385e-6 -ethos_N 1.6043059571890954e-5 -ethosuximide_N 4.0107648929727385e-6 -ethyl_N 4.0107648929727385e-6 -ethylene_N 4.0107648929727385e-6 -etiolation_N 4.0107648929727385e-6 -etiologist_N 4.0107648929727385e-6 -etiology_N 4.0107648929727385e-6 -etiquette_N 1.2032294678918217e-5 -etodolac_N 4.0107648929727385e-6 -etude_N 4.0107648929727385e-6 -etui_N 4.0107648929727385e-6 -etymologist_N 4.0107648929727385e-6 -etymology_N 4.0107648929727385e-6 -etymon_N 4.0107648929727385e-6 -eubacteria_N 4.0107648929727385e-6 -eucalyptus_N 1.2032294678918217e-5 -eucharist_N 4.0107648929727385e-6 -euchre_N 4.0107648929727385e-6 -eudemon_N 4.0107648929727385e-6 -eudemonism_N 4.0107648929727385e-6 -eudiometer_N 4.0107648929727385e-6 -eugenics_N 4.0107648929727385e-6 -euglena_N 4.0107648929727385e-6 -euglenoid_N 4.0107648929727385e-6 -eukaryote_N 4.0107648929727385e-6 -eulogist_N 4.0107648929727385e-6 -eulogy_N 4.0107648929727385e-6 -eunuch_N 4.0107648929727385e-6 -euphemism_N 1.2032294678918217e-5 -euphonium_N 4.0107648929727385e-6 -euphony_N 4.0107648929727385e-6 -euphorbium_N 4.0107648929727385e-6 -euphoria_N 3.609688403675465e-5 -euphoriant_N 4.0107648929727385e-6 -euphuism_N 4.0107648929727385e-6 -eupnea_N 4.0107648929727385e-6 -eurasian_N 4.0107648929727385e-6 -eurhythmics_N 4.0107648929727385e-6 -euro_N 4.0107648929727385e-6 -eurodollar_N 6.016147339459108e-5 -european_N 1.6043059571890954e-5 -europium_N 4.0107648929727385e-6 -eurypterid_N 4.0107648929727385e-6 -eurythmics_N 4.0107648929727385e-6 -eurythmy_N 4.0107648929727385e-6 -eusporangium_N 4.0107648929727385e-6 -eutectic_N 4.0107648929727385e-6 -euthanasia_N 4.0107648929727385e-6 -euthenics_N 4.0107648929727385e-6 -eutrophication_N 4.0107648929727385e-6 -evacuation_N 2.8075354250809173e-5 -evacuee_N 4.0107648929727385e-6 -evaluation_N 8.422606275242751e-5 -evaluator_N 4.0107648929727385e-6 -evanescence_N 4.0107648929727385e-6 -evangelicalism_N 4.0107648929727385e-6 -evangelism_N 4.0107648929727385e-6 -evangelist_N 2.0053824464863696e-5 -evaporation_N 8.021529785945477e-6 -evaporite_N 4.0107648929727385e-6 -evasion_N 3.609688403675465e-5 -evasiveness_N 4.0107648929727385e-6 -eve_N 1.2032294678918217e-5 -even_N 8.021529785945477e-6 -evening_N 1.3636600636107311e-4 -evenness_N 4.0107648929727385e-6 -evensong_N 8.021529785945477e-6 -event_N 5.935932041599653e-4 -eventide_N 4.0107648929727385e-6 -eventration_N 4.0107648929727385e-6 -eventuality_N 4.0107648929727385e-6 -evergreen_N 4.0107648929727385e-6 -everlasting_N 4.0107648929727385e-6 -everlastingness_N 4.0107648929727385e-6 -eversion_N 4.0107648929727385e-6 -everyman_N 4.0107648929727385e-6 -eviction_N 4.0107648929727385e-6 -evidence_N 4.732702573707832e-4 -evil_N 1.6043059571890954e-5 -evil_doer_N 4.0107648929727385e-6 -evisceration_N 4.0107648929727385e-6 -evocation_N 4.0107648929727385e-6 -evolution_N 4.4118413822700127e-5 -evolutionistFem_N 4.0107648929727385e-6 -evolutionistMasc_N 4.0107648929727385e-6 -ewe_N 4.0107648929727385e-6 -ewer_N 4.0107648929727385e-6 -ex_serviceman_N 4.0107648929727385e-6 -exabit_N 4.0107648929727385e-6 -exabyte_N 4.0107648929727385e-6 -exacerbation_N 4.0107648929727385e-6 -exacta_N 4.0107648929727385e-6 -exaction_N 4.0107648929727385e-6 -exactitude_N 4.0107648929727385e-6 -exactness_N 4.0107648929727385e-6 -exaggeration_N 4.0107648929727385e-6 -exaltation_N 4.0107648929727385e-6 -exam_N 1.6043059571890954e-5 -examen_N 4.0107648929727385e-6 -examination_N 1.0026912232431847e-4 -examiner_N 5.2139943608645604e-5 -example_N 2.1257053932755517e-4 -exanthem_N 4.0107648929727385e-6 -exarch_N 4.0107648929727385e-6 -exasperation_N 8.021529785945477e-6 -exbibit_N 4.0107648929727385e-6 -excavation_N 4.0107648929727385e-6 -excavator_N 1.2032294678918217e-5 -exceedance_N 4.0107648929727385e-6 -excellence_N 8.021529785945477e-6 -excellency_N 4.0107648929727385e-6 -excelsior_N 4.0107648929727385e-6 -exception_N 1.243337116821549e-4 -excerpt_N 2.0053824464863696e-5 -excess_N 1.243337116821549e-4 -exchange_N 1.7767688475869234e-3 -exchangeability_N 4.0107648929727385e-6 -exchanger_N 4.0107648929727385e-6 -exchequer_N 8.021529785945477e-6 -excise_N 2.0053824464863696e-5 -exciseman_N 4.0107648929727385e-6 -excision_N 2.4064589357836434e-5 -excitability_N 4.0107648929727385e-6 -excitation_N 4.0107648929727385e-6 -excitement_N 4.4118413822700127e-5 -exclamation_N 4.0107648929727385e-6 -exclusion_N 6.016147339459108e-5 -exclusive_N 4.0107648929727385e-6 -excogitation_N 4.0107648929727385e-6 -excogitator_N 4.0107648929727385e-6 -excommunication_N 4.0107648929727385e-6 -excoriation_N 4.0107648929727385e-6 -excrement_N 4.0107648929727385e-6 -excrescence_N 4.0107648929727385e-6 -excretion_N 4.0107648929727385e-6 -exculpation_N 4.0107648929727385e-6 -excursion_N 1.2032294678918217e-5 -excursionist_N 4.0107648929727385e-6 -excuse_N 6.016147339459108e-5 -execration_N 4.0107648929727385e-6 -executability_N 4.0107648929727385e-6 -executant_N 4.0107648929727385e-6 -execution_N 1.2834447657512763e-4 -executioner_N 4.0107648929727385e-6 -executive_N 2.799513895294972e-3 -executor_N 8.021529785945477e-6 -executrix_N 4.0107648929727385e-6 -exegesis_N 4.0107648929727385e-6 -exegete_N 4.0107648929727385e-6 -exemplar_N 4.0107648929727385e-6 -exemplification_N 4.0107648929727385e-6 -exemption_N 6.417223828756382e-5 -exenteration_N 4.0107648929727385e-6 -exercise_N 1.4839830103999133e-4 -exertion_N 4.0107648929727385e-6 -exfoliation_N 4.0107648929727385e-6 -exhalation_N 4.0107648929727385e-6 -exhaust_N 8.021529785945477e-6 -exhaust_pipe_N 4.0107648929727385e-6 -exhaustion_N 1.2032294678918217e-5 -exhibit_N 4.4118413822700127e-5 -exhibition_N 6.417223828756382e-5 -exhibitioner_N 4.0107648929727385e-6 -exhibitionism_N 4.0107648929727385e-6 -exhibitionist_N 4.0107648929727385e-6 -exhibitor_N 8.021529785945477e-6 -exhilaration_N 8.021529785945477e-6 -exhortation_N 4.0107648929727385e-6 -exhumation_N 4.0107648929727385e-6 -exigency_N 4.0107648929727385e-6 -exile_N 2.4064589357836434e-5 -existence_N 7.21937680735093e-5 -existentialism_N 4.0107648929727385e-6 -existentialist_N 8.021529785945477e-6 -exit_N 4.010764892972739e-5 -exobiology_N 4.0107648929727385e-6 -exode_N 4.0107648929727385e-6 -exodontics_N 4.0107648929727385e-6 -exodontist_N 4.0107648929727385e-6 -exodus_N 5.2139943608645604e-5 -exogamy_N 4.0107648929727385e-6 -exomphalos_N 4.0107648929727385e-6 -exon_N 4.0107648929727385e-6 -exoneration_N 4.0107648929727385e-6 -exonuclease_N 4.0107648929727385e-6 -exophthalmos_N 4.0107648929727385e-6 -exorbitance_N 4.0107648929727385e-6 -exorcism_N 4.0107648929727385e-6 -exorcist_N 4.0107648929727385e-6 -exordium_N 4.0107648929727385e-6 -exoskeleton_N 4.0107648929727385e-6 -exosphere_N 4.0107648929727385e-6 -exostosis_N 4.0107648929727385e-6 -exotherm_N 4.0107648929727385e-6 -exoticism_N 4.0107648929727385e-6 -exotoxin_N 4.0107648929727385e-6 -expanse_N 8.021529785945477e-6 -expansion_N 3.409150159026828e-4 -expansionism_N 4.0107648929727385e-6 -expansiveness_N 4.0107648929727385e-6 -expatiation_N 4.0107648929727385e-6 -expatriate_N 4.0107648929727385e-6 -expectancy_N 8.021529785945477e-6 -expectation_N 3.890441946183557e-4 -expectedness_N 4.0107648929727385e-6 -expectorant_N 4.0107648929727385e-6 -expectoration_N 4.0107648929727385e-6 -expedience_N 4.0107648929727385e-6 -expediency_N 4.0107648929727385e-6 -expedient_N 8.021529785945477e-6 -expedition_N 1.2032294678918217e-5 -expending_N 4.0107648929727385e-6 -expenditure_N 1.1631218189620943e-4 -expense_N 6.016147339459109e-4 -expensiveness_N 4.0107648929727385e-6 -experience_N 2.8075354250809174e-4 -experiment_N 2.2460283400647338e-4 -experimentalism_N 4.0107648929727385e-6 -experimentation_N 1.6043059571890954e-5 -experimenterFem_N 4.0107648929727385e-6 -experimenterMasc_N 4.0107648929727385e-6 -expert_N 4.572271977988922e-4 -expertise_N 7.21937680735093e-5 -expertness_N 4.0107648929727385e-6 -expiation_N 4.0107648929727385e-6 -expiration_N 1.1631218189620943e-4 -expiry_N 4.0107648929727385e-6 -explanans_N 4.0107648929727385e-6 -explanation_N 1.0427988721729121e-4 -expletive_N 8.021529785945477e-6 -explicandum_N 4.0107648929727385e-6 -explication_N 4.0107648929727385e-6 -explicitness_N 4.0107648929727385e-6 -exploit_N 8.021529785945477e-6 -exploitation_N 4.0107648929727385e-6 -exploiter_N 4.0107648929727385e-6 -exploration_N 1.6845212550485502e-4 -explorerFem_N 4.0107648929727385e-6 -explorerMasc_N 4.0107648929727385e-6 -explosion_N 1.1230141700323669e-4 -explosive_N 8.021529785945477e-6 -expo_N 1.2032294678918217e-5 -exponent_N 4.0107648929727385e-6 -exponential_N 4.0107648929727385e-6 -exponentiation_N 4.0107648929727385e-6 -export_N 7.259484456280657e-4 -exportation_N 4.0107648929727385e-6 -exporterFem_N 4.0107648929727385e-6 -exporterMasc_N 4.0107648929727385e-6 -exporting_N 4.0107648929727385e-6 -expose_N 4.0107648929727385e-6 -exposition_N 8.021529785945477e-6 -expositor_N 4.0107648929727385e-6 -expostulation_N 4.0107648929727385e-6 -exposure_N 2.0454900954160969e-4 -express_N 8.021529785945477e-6 -expression_N 6.818300318053656e-5 -expressionism_N 4.0107648929727385e-6 -expressionistFem_N 4.0107648929727385e-6 -expressionistMasc_N 4.0107648929727385e-6 -expressiveness_N 4.0107648929727385e-6 -expressway_N 4.0107648929727385e-6 -expropriation_N 4.0107648929727385e-6 -expulsion_N 4.0107648929727385e-6 -expunction_N 4.0107648929727385e-6 -expurgation_N 4.0107648929727385e-6 -expurgator_N 4.0107648929727385e-6 -exquisiteness_N 4.0107648929727385e-6 -extemporization_N 4.0107648929727385e-6 -extension_N 1.2834447657512763e-4 -extent_N 2.165813042205279e-4 -extenuation_N 4.0107648929727385e-6 -exterior_N 8.021529785945477e-6 -extermination_N 8.021529785945477e-6 -exterminator_N 4.0107648929727385e-6 -extern_N 4.0107648929727385e-6 -external_N 4.0107648929727385e-6 -externalization_N 4.0107648929727385e-6 -exteroception_N 4.0107648929727385e-6 -exteroceptor_N 4.0107648929727385e-6 -extinction_N 1.6043059571890954e-5 -extinguisher_N 4.0107648929727385e-6 -extirpation_N 4.0107648929727385e-6 -extortion_N 2.4064589357836434e-5 -extra_N 8.021529785945477e-6 -extract_N 8.021529785945477e-6 -extraction_N 8.021529785945477e-6 -extractor_N 4.0107648929727385e-6 -extradition_N 4.4118413822700127e-5 -extrados_N 4.0107648929727385e-6 -extraneousness_N 4.0107648929727385e-6 -extraordinariness_N 4.0107648929727385e-6 -extrapolation_N 4.0107648929727385e-6 -extrasystole_N 4.0107648929727385e-6 -extravagance_N 8.021529785945477e-6 -extravaganza_N 4.0107648929727385e-6 -extravasation_N 4.0107648929727385e-6 -extraversion_N 4.0107648929727385e-6 -extreme_N 2.0053824464863696e-5 -extremeness_N 4.0107648929727385e-6 -extremism_N 4.0107648929727385e-6 -extremist_N 1.6043059571890954e-5 -extremity_N 4.0107648929727385e-6 -extremum_N 4.0107648929727385e-6 -extrication_N 4.0107648929727385e-6 -extropy_N 4.0107648929727385e-6 -extroversion_N 4.0107648929727385e-6 -extrovert_N 4.0107648929727385e-6 -extrusion_N 2.4064589357836434e-5 -exuberance_N 8.021529785945477e-6 -exudate_N 4.0107648929727385e-6 -exudation_N 4.0107648929727385e-6 -exultation_N 4.0107648929727385e-6 -exurbia_N 4.0107648929727385e-6 -exuviae_N 4.0107648929727385e-6 -eyas_N 4.0107648929727385e-6 -eye_N 3.288827212237646e-4 -eye_opener_N 4.0107648929727385e-6 -eye_shadow_N 4.0107648929727385e-6 -eyeball_N 1.2032294678918217e-5 -eyebath_N 4.0107648929727385e-6 -eyebrow_N 2.8075354250809173e-5 -eyecup_N 4.0107648929727385e-6 -eyedness_N 4.0107648929727385e-6 -eyedrop_N 4.0107648929727385e-6 -eyeful_N 4.0107648929727385e-6 -eyeglass_N 8.021529785945477e-6 -eyelash_N 4.0107648929727385e-6 -eyelessness_N 4.0107648929727385e-6 -eyelet_N 4.0107648929727385e-6 -eyelid_N 4.0107648929727385e-6 -eyeliner_N 4.0107648929727385e-6 -eyepatch_N 4.0107648929727385e-6 -eyepiece_N 4.0107648929727385e-6 -eyes_N 4.0107648929727385e-6 -eyeshadow_N 4.0107648929727385e-6 -eyeshot_N 4.0107648929727385e-6 -eyesight_N 4.0107648929727385e-6 -eyesore_N 4.0107648929727385e-6 -eyespot_N 4.0107648929727385e-6 -eyestrain_N 4.0107648929727385e-6 -eyetooth_N 4.0107648929727385e-6 -eyewash_N 4.0107648929727385e-6 -eyewitness_N 1.2032294678918217e-5 -eyrie_N 4.0107648929727385e-6 -eyrir_N 4.0107648929727385e-6 -eyry_N 4.0107648929727385e-6 -fa_N 4.0107648929727385e-6 -fabian_N 4.0107648929727385e-6 -fable_N 4.0107648929727385e-6 -fabric_N 5.6150708501618345e-5 -fabrication_N 3.609688403675465e-5 -fabulist_N 4.0107648929727385e-6 -facade_N 8.021529785945477e-6 -face_N 4.6925949247781046e-4 -face_ache_N 4.0107648929727385e-6 -face_card_N 4.0107648929727385e-6 -face_cloth_N 4.0107648929727385e-6 -face_cream_N 4.0107648929727385e-6 -face_lift_N 4.0107648929727385e-6 -face_lifting_N 4.0107648929727385e-6 -face_pack_N 4.0107648929727385e-6 -face_powder_N 4.0107648929727385e-6 -face_saver_N 4.0107648929727385e-6 -face_saving_N 4.0107648929727385e-6 -faceplate_N 4.0107648929727385e-6 -facer_N 4.0107648929727385e-6 -facet_N 4.0107648929727385e-6 -facetiousness_N 4.0107648929727385e-6 -facia_N 4.0107648929727385e-6 -facial_N 4.0107648929727385e-6 -facilitation_N 4.0107648929727385e-6 -facilitator_N 4.0107648929727385e-6 -facility_N 6.577654424475292e-4 -facing_N 8.021529785945477e-6 -facsimile_N 2.0053824464863696e-5 -fact_N 8.783575115610298e-4 -faction_N 3.208611914378191e-5 -factoid_N 4.0107648929727385e-6 -factor_N 5.133779063005105e-4 -factorial_N 4.0107648929727385e-6 -factorization_N 4.0107648929727385e-6 -factory_N 3.328934861167373e-4 -factotum_N 4.0107648929727385e-6 -factuality_N 4.0107648929727385e-6 -facula_N 4.0107648929727385e-6 -faculty_N 3.208611914378191e-5 -fad_N 3.208611914378191e-5 -faddist_N 4.0107648929727385e-6 -fade_N 4.0107648929727385e-6 -fadeout_N 4.0107648929727385e-6 -fado_N 4.0107648929727385e-6 -faerie_N 4.0107648929727385e-6 -faery_N 4.0107648929727385e-6 -fag_N 4.0107648929727385e-6 -fag_end_N 4.0107648929727385e-6 -faggot_N 4.0107648929727385e-6 -fagot_N 4.0107648929727385e-6 -fagoting_N 4.0107648929727385e-6 -faience_N 4.0107648929727385e-6 -fail_N 4.0107648929727385e-6 -failing_N 8.021529785945477e-6 -faille_N 4.0107648929727385e-6 -failure_N 3.930549595113284e-4 -faineance_N 4.0107648929727385e-6 -faint_N 4.0107648929727385e-6 -faintheartedness_N 4.0107648929727385e-6 -faintness_N 4.0107648929727385e-6 -fair_N 2.4064589357836434e-5 -fairground_N 4.0107648929727385e-6 -fairlead_N 4.0107648929727385e-6 -fairness_N 4.812917871567287e-5 -fairway_N 8.021529785945477e-6 -fairy_N 8.021529785945477e-6 -fairyland_N 4.0107648929727385e-6 -fairytale_N 4.0107648929727385e-6 -fait_accompli_N 1.2032294678918217e-5 -faith_N 5.6150708501618345e-5 -faith_healing_N 4.0107648929727385e-6 -faithful_N 4.0107648929727385e-6 -faithfulness_N 4.0107648929727385e-6 -faithlessness_N 4.0107648929727385e-6 -fake_N 1.2032294678918217e-5 -fakery_N 4.0107648929727385e-6 -fakir_N 4.0107648929727385e-6 -falafel_N 4.0107648929727385e-6 -falangist_N 4.0107648929727385e-6 -falchion_N 4.0107648929727385e-6 -falcon_N 8.021529785945477e-6 -falconer_N 4.0107648929727385e-6 -falconry_N 4.0107648929727385e-6 -fall_N 4.6524872758483773e-4 -fallaciousness_N 4.0107648929727385e-6 -fallacy_N 4.0107648929727385e-6 -fallboard_N 4.0107648929727385e-6 -faller_N 4.0107648929727385e-6 -fallibility_N 4.0107648929727385e-6 -fallout_N 3.208611914378191e-5 -fallow_N 4.0107648929727385e-6 -fallow_deer_N 4.0107648929727385e-6 -falls_N 4.0107648929727385e-6 -falsehood_N 4.0107648929727385e-6 -falseness_N 8.021529785945477e-6 -falsetto_N 4.0107648929727385e-6 -falsie_N 4.0107648929727385e-6 -falsification_N 4.0107648929727385e-6 -falsifier_N 4.0107648929727385e-6 -falsity_N 4.0107648929727385e-6 -fame_N 2.4064589357836434e-5 -familiar_N 4.0107648929727385e-6 -familiarity_N 8.021529785945477e-6 -familiarization_N 4.0107648929727385e-6 -family_N 9.946696934572392e-4 -famine_N 2.4064589357836434e-5 -famotidine_N 4.0107648929727385e-6 -famulus_N 4.0107648929727385e-6 -fan_1_N 4.0107648929727385e-6 -fan_2_N 4.0107648929727385e-6 -fan_3_N 4.0107648929727385e-6 -fan_belt_N 4.0107648929727385e-6 -fanaloka_N 4.0107648929727385e-6 -fanaticFem_N 4.0107648929727385e-6 -fanaticMasc_N 4.0107648929727385e-6 -fanaticism_N 4.0107648929727385e-6 -fancier_N 4.0107648929727385e-6 -fancy_N 1.6043059571890954e-5 -fandango_N 4.0107648929727385e-6 -fandom_N 4.0107648929727385e-6 -fanfare_N 3.208611914378191e-5 -fang_N 8.021529785945477e-6 -fanion_N 4.0107648929727385e-6 -fanjet_N 4.0107648929727385e-6 -fanlight_N 4.0107648929727385e-6 -fanny_N 8.021529785945477e-6 -fantail_N 4.0107648929727385e-6 -fantan_N 4.0107648929727385e-6 -fantasia_N 4.0107648929727385e-6 -fantasist_N 4.0107648929727385e-6 -fantast_N 4.0107648929727385e-6 -fantasy_N 2.8075354250809173e-5 -fantods_N 4.0107648929727385e-6 -fao_N 4.0107648929727385e-6 -farad_N 4.0107648929727385e-6 -farandole_N 4.0107648929727385e-6 -farce_N 1.2032294678918217e-5 -fardel_N 4.0107648929727385e-6 -fare_N 1.2032294678918216e-4 -fare_stage_N 4.0107648929727385e-6 -farewell_N 4.0107648929727385e-6 -farfalle_N 4.0107648929727385e-6 -farina_N 4.0107648929727385e-6 -farkleberry_N 4.0107648929727385e-6 -farm_N 2.1257053932755517e-4 -farmer_N 3.9706572440430113e-4 -farmerette_N 4.0107648929727385e-6 -farmhand_N 4.0107648929727385e-6 -farmhouse_N 4.0107648929727385e-6 -farming_N 4.0107648929727385e-6 -farmland_N 4.0107648929727385e-6 -farmplace_N 4.0107648929727385e-6 -farmstead_N 8.021529785945477e-6 -farmyard_N 4.0107648929727385e-6 -farness_N 4.0107648929727385e-6 -faro_N 4.0107648929727385e-6 -farrago_N 4.0107648929727385e-6 -farrier_N 4.0107648929727385e-6 -farrow_N 4.0107648929727385e-6 -farsi_N 4.0107648929727385e-6 -fart_N 4.0107648929727385e-6 -farthing_N 4.0107648929727385e-6 -farthingale_N 4.0107648929727385e-6 -fartlek_N 4.0107648929727385e-6 -fasces_N 4.0107648929727385e-6 -fascia_N 4.0107648929727385e-6 -fascicle_N 4.0107648929727385e-6 -fasciculation_N 4.0107648929727385e-6 -fascination_N 4.0107648929727385e-6 -fascioliasis_N 4.0107648929727385e-6 -fasciolopsiasis_N 4.0107648929727385e-6 -fascism_N 8.021529785945477e-6 -fascist_N 8.021529785945477e-6 -fascista_N 4.0107648929727385e-6 -fashion_N 1.564198308259368e-4 -fast_N 1.7246289039782778e-4 -fastball_N 8.021529785945477e-6 -fastener_N 3.609688403675465e-5 -fastening_N 4.0107648929727385e-6 -fastidiousness_N 4.0107648929727385e-6 -fastnacht_N 4.0107648929727385e-6 -fastness_N 4.0107648929727385e-6 -fat_N 1.6043059571890954e-5 -fatalism_N 4.0107648929727385e-6 -fatalistFem_N 4.0107648929727385e-6 -fatalistMasc_N 4.0107648929727385e-6 -fatality_N 3.609688403675465e-5 -fatback_N 4.0107648929727385e-6 -fate_N 6.016147339459108e-5 -fathead_N 4.0107648929727385e-6 -father_N 1.9251671486269147e-4 -father_in_law_N 4.0107648929727385e-6 -fatherhood_N 4.0107648929727385e-6 -fatherland_N 4.0107648929727385e-6 -fatherliness_N 4.0107648929727385e-6 -fathom_N 4.0107648929727385e-6 -fatigability_N 4.0107648929727385e-6 -fatigue_N 4.0107648929727385e-6 -fatigue_party_N 4.0107648929727385e-6 -fatigues_N 4.0107648929727385e-6 -fatness_N 4.0107648929727385e-6 -fatso_N 4.0107648929727385e-6 -fattism_N 4.0107648929727385e-6 -fatuity_N 4.0107648929727385e-6 -fatuousness_N 4.0107648929727385e-6 -fatwa_N 4.0107648929727385e-6 -fatwah_N 4.0107648929727385e-6 -faubourg_N 4.0107648929727385e-6 -fauces_N 4.0107648929727385e-6 -faucet_N 4.0107648929727385e-6 -fauld_N 4.0107648929727385e-6 -fault_N 8.021529785945478e-5 -fault_finder_N 4.0107648929727385e-6 -fault_finding_N 4.0107648929727385e-6 -faultfinding_N 4.0107648929727385e-6 -faultlessness_N 4.0107648929727385e-6 -faun_N 4.0107648929727385e-6 -fauna_N 4.0107648929727385e-6 -fauteuil_N 4.0107648929727385e-6 -fauvism_N 4.0107648929727385e-6 -faux_pas_N 4.0107648929727385e-6 -favism_N 4.0107648929727385e-6 -favorableness_N 4.0107648929727385e-6 -favoritism_N 4.0107648929727385e-6 -favour_N 2.0053824464863696e-5 -favouriteFem_N 4.0107648929727385e-6 -favouriteMasc_N 4.0107648929727385e-6 -favouritism_N 4.0107648929727385e-6 -favus_N 4.0107648929727385e-6 -fawn_N 4.0107648929727385e-6 -fealty_N 4.0107648929727385e-6 -fear_N 4.4118413822700125e-4 -fearfulness_N 4.0107648929727385e-6 -fearlessness_N 4.0107648929727385e-6 -feasibility_N 1.2032294678918217e-5 -feast_N 8.021529785945477e-6 -feast_day_N 4.0107648929727385e-6 -feasting_N 4.0107648929727385e-6 -feat_N 3.609688403675465e-5 -feather_N 8.021529785945477e-6 -feather_boa_N 4.0107648929727385e-6 -featherbed_N 4.0107648929727385e-6 -featherbedding_N 4.0107648929727385e-6 -featheredge_N 4.0107648929727385e-6 -featherfoil_N 4.0107648929727385e-6 -feathertop_N 4.0107648929727385e-6 -featherweight_N 4.0107648929727385e-6 -feature_N 1.443875361470186e-4 -february_N 4.0107648929727385e-6 -fecklessness_N 4.0107648929727385e-6 -fecula_N 4.0107648929727385e-6 -feculence_N 4.0107648929727385e-6 -fecundity_N 4.0107648929727385e-6 -fed_N 1.2032294678918217e-5 -fedayeen_N 4.0107648929727385e-6 -fedelline_N 4.0107648929727385e-6 -federalism_N 4.0107648929727385e-6 -federalist_N 4.0107648929727385e-6 -federalization_N 4.0107648929727385e-6 -federation_N 3.609688403675465e-5 -fedora_N 4.0107648929727385e-6 -fee_N 7.620453296648203e-4 -feeblemindedness_N 4.0107648929727385e-6 -feebleness_N 4.0107648929727385e-6 -feed_N 4.010764892972739e-5 -feedback_N 8.021529785945477e-6 -feeder_N 4.0107648929727385e-6 -feeding_N 4.0107648929727385e-6 -feeding_bottle_N 4.0107648929727385e-6 -feedlot_N 4.0107648929727385e-6 -feedstock_N 4.0107648929727385e-6 -feel_N 1.6043059571890954e-5 -feeler_N 1.2032294678918217e-5 -feeling_N 1.2834447657512763e-4 -feelings_N 4.0107648929727385e-6 -feijoa_N 4.0107648929727385e-6 -feint_N 4.0107648929727385e-6 -feist_N 4.0107648929727385e-6 -feldspar_N 4.0107648929727385e-6 -felicitation_N 4.0107648929727385e-6 -felicity_N 4.0107648929727385e-6 -feline_N 4.0107648929727385e-6 -fell_N 4.0107648929727385e-6 -fellah_N 4.0107648929727385e-6 -fellatio_N 4.0107648929727385e-6 -felloe_N 4.0107648929727385e-6 -fellow_N 1.0829065211026395e-4 -fellow_feeling_N 4.0107648929727385e-6 -fellow_traveller_N 4.0107648929727385e-6 -fellowship_N 4.0107648929727385e-6 -felon_N 2.0053824464863696e-5 -felony_N 6.818300318053656e-5 -felspar_N 4.0107648929727385e-6 -felt_N 4.0107648929727385e-6 -felucca_N 4.0107648929727385e-6 -felwort_N 4.0107648929727385e-6 -female_N 3.208611914378191e-5 -femaleness_N 4.0107648929727385e-6 -feminine_N 4.0107648929727385e-6 -femininity_N 8.021529785945477e-6 -feminism_N 8.021529785945477e-6 -feministFem_N 4.0107648929727385e-6 -feministMasc_N 4.0107648929727385e-6 -feminization_N 4.0107648929727385e-6 -femtochemistry_N 4.0107648929727385e-6 -femtometer_N 4.0107648929727385e-6 -femtosecond_N 4.0107648929727385e-6 -femtovolt_N 4.0107648929727385e-6 -femur_N 4.0107648929727385e-6 -fen_N 4.0107648929727385e-6 -fence_N 3.208611914378191e-5 -fencer_N 4.0107648929727385e-6 -fencing_N 8.021529785945477e-6 -fender_N 8.021529785945477e-6 -fenestra_N 4.0107648929727385e-6 -fenestration_N 4.0107648929727385e-6 -fennel_N 1.2032294678918217e-5 -fenoprofen_N 4.0107648929727385e-6 -fenugreek_N 4.0107648929727385e-6 -feoff_N 4.0107648929727385e-6 -fergusonite_N 4.0107648929727385e-6 -feria_N 4.0107648929727385e-6 -fermata_N 4.0107648929727385e-6 -ferment_N 4.0107648929727385e-6 -fermentation_N 4.0107648929727385e-6 -fermion_N 4.0107648929727385e-6 -fermium_N 4.0107648929727385e-6 -fern_N 4.0107648929727385e-6 -ferociousness_N 4.0107648929727385e-6 -ferocity_N 4.0107648929727385e-6 -ferret_N 4.0107648929727385e-6 -ferricyanide_N 4.0107648929727385e-6 -ferrimagnetism_N 4.0107648929727385e-6 -ferrite_N 4.0107648929727385e-6 -ferritin_N 4.0107648929727385e-6 -ferrocerium_N 4.0107648929727385e-6 -ferroconcrete_N 4.0107648929727385e-6 -ferrocyanide_N 4.0107648929727385e-6 -ferromagnetism_N 4.0107648929727385e-6 -ferrule_N 4.0107648929727385e-6 -ferry_N 2.4064589357836434e-5 -ferryboat_N 4.0107648929727385e-6 -ferryman_N 4.0107648929727385e-6 -fertility_N 1.2032294678918217e-5 -fertilization_N 8.021529785945477e-6 -fertilizer_N 5.2139943608645604e-5 -ferule_N 4.0107648929727385e-6 -fervency_N 4.0107648929727385e-6 -fervour_N 4.0107648929727385e-6 -fescue_N 4.0107648929727385e-6 -fesse_N 4.0107648929727385e-6 -fester_N 4.0107648929727385e-6 -festering_N 4.0107648929727385e-6 -festination_N 4.0107648929727385e-6 -festival_N 2.8075354250809173e-5 -festivity_N 1.6043059571890954e-5 -festoon_N 4.0107648929727385e-6 -festschrift_N 4.0107648929727385e-6 -fetch_N 4.0107648929727385e-6 -fete_N 4.0107648929727385e-6 -fete_day_N 4.0107648929727385e-6 -feterita_N 4.0107648929727385e-6 -fetish_N 8.021529785945477e-6 -fetishism_N 4.0107648929727385e-6 -fetishist_N 4.0107648929727385e-6 -fetlock_N 4.0107648929727385e-6 -fetology_N 4.0107648929727385e-6 -fetometry_N 4.0107648929727385e-6 -fetoprotein_N 4.0107648929727385e-6 -fetoscope_N 4.0107648929727385e-6 -fetoscopy_N 4.0107648929727385e-6 -fetter_N 4.0107648929727385e-6 -fetterbush_N 4.0107648929727385e-6 -fettle_N 4.0107648929727385e-6 -fettuccine_N 4.0107648929727385e-6 -fetus_N 4.0107648929727385e-6 -feud_N 1.2032294678918217e-5 -feudalism_N 4.0107648929727385e-6 -feudatory_N 4.0107648929727385e-6 -fever_N 4.4118413822700127e-5 -feverfew_N 4.0107648929727385e-6 -feverroot_N 4.0107648929727385e-6 -few_N 4.0107648929727385e-6 -fewness_N 4.0107648929727385e-6 -fez_N 4.0107648929727385e-6 -fiance_N 4.0107648929727385e-6 -fiancee_N 4.0107648929727385e-6 -fiasco_N 1.6043059571890954e-5 -fiat_N 8.021529785945477e-6 -fib_N 4.0107648929727385e-6 -fibber_N 4.0107648929727385e-6 -fibbing_N 4.0107648929727385e-6 -fiberboard_N 4.0107648929727385e-6 -fiberglass_N 4.0107648929727385e-6 -fiberscope_N 4.0107648929727385e-6 -fibre_N 2.8075354250809173e-5 -fibreboard_N 4.0107648929727385e-6 -fibreglass_N 4.0107648929727385e-6 -fibril_N 4.0107648929727385e-6 -fibrillation_N 4.0107648929727385e-6 -fibrin_N 4.0107648929727385e-6 -fibrinase_N 4.0107648929727385e-6 -fibrinogen_N 4.0107648929727385e-6 -fibrinolysis_N 4.0107648929727385e-6 -fibrinopeptide_N 4.0107648929727385e-6 -fibroadenoma_N 4.0107648929727385e-6 -fibroblast_N 4.0107648929727385e-6 -fibrocartilage_N 4.0107648929727385e-6 -fibroma_N 4.0107648929727385e-6 -fibromyositis_N 4.0107648929727385e-6 -fibrosis_N 4.0107648929727385e-6 -fibrositis_N 4.0107648929727385e-6 -fibrosity_N 4.0107648929727385e-6 -fibula_N 4.0107648929727385e-6 -fichu_N 4.0107648929727385e-6 -fickleness_N 8.021529785945477e-6 -fiction_N 2.4064589357836434e-5 -fictionalization_N 4.0107648929727385e-6 -fiddle_N 1.2032294678918217e-5 -fiddleneck_N 4.0107648929727385e-6 -fiddler_N 4.0107648929727385e-6 -fiddlestick_N 4.0107648929727385e-6 -fidelity_N 4.0107648929727385e-6 -fidget_N 4.0107648929727385e-6 -fiduciary_N 4.0107648929727385e-6 -fief_N 4.0107648929727385e-6 -fiefdom_N 4.0107648929727385e-6 -field_N 5.334317307653742e-4 -field_hospital_N 4.0107648929727385e-6 -field_officer_N 4.0107648929727385e-6 -fielder_N 4.0107648929727385e-6 -fieldfare_N 4.0107648929727385e-6 -fielding_N 4.0107648929727385e-6 -fieldsman_N 4.0107648929727385e-6 -fieldstone_N 4.0107648929727385e-6 -fieldwork_N 4.0107648929727385e-6 -fieldworker_N 4.0107648929727385e-6 -fiend_N 4.0107648929727385e-6 -fierceness_N 4.0107648929727385e-6 -fieriness_N 4.0107648929727385e-6 -fiesta_N 4.0107648929727385e-6 -fife_N 4.0107648929727385e-6 -fig_N 4.0107648929727385e-6 -fig_leaf_N 4.0107648929727385e-6 -fight_N 2.2059206911350063e-4 -fighter_N 5.6150708501618345e-5 -fighting_N 2.8075354250809173e-5 -figment_N 4.0107648929727385e-6 -figuration_N 4.0107648929727385e-6 -figure_N 9.866481636712937e-4 -figurehead_N 4.0107648929727385e-6 -figurine_N 4.0107648929727385e-6 -figwort_N 4.0107648929727385e-6 -fijian_N 4.0107648929727385e-6 -filaggrin_N 4.0107648929727385e-6 -filament_N 4.0107648929727385e-6 -filaria_N 4.0107648929727385e-6 -filariasis_N 4.0107648929727385e-6 -filature_N 4.0107648929727385e-6 -filbert_N 8.021529785945477e-6 -file_N 6.417223828756382e-5 -filefish_N 4.0107648929727385e-6 -filename_N 4.0107648929727385e-6 -filer_N 4.0107648929727385e-6 -filet_N 4.0107648929727385e-6 -filibuster_N 1.2032294678918217e-5 -filicide_N 4.0107648929727385e-6 -filigree_N 4.0107648929727385e-6 -filing_N 4.0107648929727385e-6 -filipino_N 1.2032294678918217e-5 -fill_N 8.021529785945477e-6 -filler_N 4.0107648929727385e-6 -fillet_N 4.0107648929727385e-6 -filling_N 8.021529785945477e-6 -fillip_N 4.0107648929727385e-6 -filly_N 8.021529785945477e-6 -film_N 4.1711954886916483e-4 -film_star_N 4.0107648929727385e-6 -filmdom_N 4.0107648929727385e-6 -filming_N 4.0107648929727385e-6 -filovirus_N 4.0107648929727385e-6 -fils_N 4.0107648929727385e-6 -filter_N 4.010764892972739e-5 -filth_N 8.021529785945477e-6 -filthiness_N 4.0107648929727385e-6 -filtrate_N 4.0107648929727385e-6 -filtration_N 8.021529785945477e-6 -fimbria_N 4.0107648929727385e-6 -fin_N 4.0107648929727385e-6 -finagler_N 4.0107648929727385e-6 -final_N 2.0053824464863696e-5 -finale_N 4.0107648929727385e-6 -finalist_N 8.021529785945477e-6 -finality_N 4.0107648929727385e-6 -finalization_N 4.0107648929727385e-6 -finance_N 4.6123796269186495e-4 -financier_N 1.5240906593296408e-4 -financing_N 4.0107648929727385e-6 -finback_N 4.0107648929727385e-6 -finch_N 4.0107648929727385e-6 -find_N 8.021529785945477e-6 -finder_N 8.021529785945477e-6 -finding_N 1.6845212550485502e-4 -findings_N 4.0107648929727385e-6 -fine_N 1.6845212550485502e-4 -fineness_N 4.0107648929727385e-6 -finery_N 8.021529785945477e-6 -finesse_N 4.0107648929727385e-6 -finger_N 6.417223828756382e-5 -finger_alphabet_N 4.0107648929727385e-6 -finger_bowl_N 4.0107648929727385e-6 -finger_plate_N 4.0107648929727385e-6 -finger_post_N 4.0107648929727385e-6 -fingerboard_N 4.0107648929727385e-6 -fingering_N 4.0107648929727385e-6 -fingerling_N 4.0107648929727385e-6 -fingermark_N 4.0107648929727385e-6 -fingernail_N 4.0107648929727385e-6 -fingerpost_N 4.0107648929727385e-6 -fingerprint_N 1.6043059571890954e-5 -fingerprinting_N 4.0107648929727385e-6 -fingerstall_N 4.0107648929727385e-6 -fingertip_N 4.0107648929727385e-6 -finial_N 4.0107648929727385e-6 -finis_N 7.21937680735093e-5 -finish_N 2.4064589357836434e-5 -finisher_N 4.0107648929727385e-6 -finiteness_N 4.0107648929727385e-6 -fink_N 4.0107648929727385e-6 -finn_N 4.0107648929727385e-6 -finnan_N 4.0107648929727385e-6 -finnan_haddie_N 4.0107648929727385e-6 -finnan_haddock_N 4.0107648929727385e-6 -finnish_N 4.0107648929727385e-6 -fiord_N 4.0107648929727385e-6 -fipple_N 4.0107648929727385e-6 -fir_N 4.0107648929727385e-6 -fir_cone_N 4.0107648929727385e-6 -fire_1_N 4.0107648929727385e-6 -fire_2_N 4.0107648929727385e-6 -fire_alarm_N 4.0107648929727385e-6 -fire_brigade_N 4.0107648929727385e-6 -fire_control_N 4.0107648929727385e-6 -fire_eater_N 4.0107648929727385e-6 -fire_engine_N 4.0107648929727385e-6 -fire_escape_N 4.0107648929727385e-6 -fire_extinguisher_N 4.0107648929727385e-6 -fire_fighter_N 4.0107648929727385e-6 -fire_hose_N 4.0107648929727385e-6 -fire_power_N 4.0107648929727385e-6 -fire_raising_N 4.0107648929727385e-6 -fire_walker_N 4.0107648929727385e-6 -fire_walking_N 4.0107648929727385e-6 -fire_watcher_N 4.0107648929727385e-6 -fire_watching_N 4.0107648929727385e-6 -firearm_N 4.0107648929727385e-6 -fireball_N 1.6043059571890954e-5 -firebase_N 4.0107648929727385e-6 -firebird_N 4.0107648929727385e-6 -fireboat_N 4.0107648929727385e-6 -firebomb_N 4.0107648929727385e-6 -firebox_N 4.0107648929727385e-6 -firebrand_N 4.0107648929727385e-6 -firebrat_N 4.0107648929727385e-6 -firebreak_N 4.0107648929727385e-6 -firebrick_N 4.0107648929727385e-6 -firebug_N 4.0107648929727385e-6 -fireclay_N 4.0107648929727385e-6 -firecracker_N 4.0107648929727385e-6 -firedamp_N 4.0107648929727385e-6 -firedog_N 4.0107648929727385e-6 -firefly_N 4.0107648929727385e-6 -fireguard_N 4.0107648929727385e-6 -firelight_N 4.0107648929727385e-6 -firelighter_N 4.0107648929727385e-6 -fireman_N 1.6043059571890954e-5 -fireplace_N 1.2032294678918217e-5 -fireplug_N 4.0107648929727385e-6 -firepower_N 4.0107648929727385e-6 -fireside_N 4.0107648929727385e-6 -firestone_N 4.0107648929727385e-6 -firestorm_N 4.0107648929727385e-6 -firetrap_N 4.0107648929727385e-6 -firewall_N 4.0107648929727385e-6 -firewater_N 8.021529785945477e-6 -fireweed_N 4.0107648929727385e-6 -firewood_N 4.0107648929727385e-6 -firework_N 1.2032294678918217e-5 -firing_line_N 4.0107648929727385e-6 -firing_party_N 4.0107648929727385e-6 -firing_squad_N 4.0107648929727385e-6 -firkin_N 4.0107648929727385e-6 -firm_N 3.4813439271003375e-3 -firmament_N 4.0107648929727385e-6 -firmness_N 1.6043059571890954e-5 -firmware_N 4.0107648929727385e-6 -first_nighter_N 4.0107648929727385e-6 -firstborn_N 4.0107648929727385e-6 -firth_N 4.0107648929727385e-6 -fisc_N 4.0107648929727385e-6 -fish_N 4.4118413822700127e-5 -fish_hook_N 4.0107648929727385e-6 -fish_knife_N 4.0107648929727385e-6 -fish_slice_N 4.0107648929727385e-6 -fishball_N 4.0107648929727385e-6 -fishbone_N 4.0107648929727385e-6 -fishbowl_N 4.0107648929727385e-6 -fishcake_N 4.0107648929727385e-6 -fisher_N 4.0107648929727385e-6 -fisherman_N 2.0053824464863696e-5 -fishery_N 1.6043059571890954e-5 -fishhook_N 4.0107648929727385e-6 -fishing_N 6.016147339459108e-5 -fishing_line_N 4.0107648929727385e-6 -fishing_rod_N 4.0107648929727385e-6 -fishing_tackle_N 4.0107648929727385e-6 -fishmonger_N 4.0107648929727385e-6 -fishnet_N 4.0107648929727385e-6 -fishpaste_N 4.0107648929727385e-6 -fishplate_N 4.0107648929727385e-6 -fishpond_N 4.0107648929727385e-6 -fishwife_N 4.0107648929727385e-6 -fission_N 4.0107648929727385e-6 -fissiparity_N 4.0107648929727385e-6 -fissure_N 8.021529785945477e-6 -fist_N 1.2032294678918217e-5 -fistfight_N 4.0107648929727385e-6 -fistmele_N 4.0107648929727385e-6 -fistula_N 4.0107648929727385e-6 -fit_N 6.417223828756382e-5 -fitfulness_N 4.0107648929727385e-6 -fitment_N 4.0107648929727385e-6 -fitness_N 4.4118413822700127e-5 -fitter_N 4.0107648929727385e-6 -fitting_N 8.021529785945477e-6 -fivepence_N 4.0107648929727385e-6 -fiver_N 4.0107648929727385e-6 -fives_N 4.0107648929727385e-6 -fix_N 1.6043059571890954e-5 -fixation_N 8.021529785945477e-6 -fixative_N 4.0107648929727385e-6 -fixedness_N 4.0107648929727385e-6 -fixer_N 4.0107648929727385e-6 -fixings_N 4.0107648929727385e-6 -fixture_N 2.4064589357836434e-5 -fizgig_N 4.0107648929727385e-6 -fizz_N 4.0107648929727385e-6 -fjord_N 4.0107648929727385e-6 -flab_N 4.0107648929727385e-6 -flabbiness_N 8.021529785945477e-6 -flaccidity_N 4.0107648929727385e-6 -flag_N 1.443875361470186e-4 -flag_captain_N 4.0107648929727385e-6 -flag_day_N 4.0107648929727385e-6 -flagellant_N 4.0107648929727385e-6 -flagellate_N 4.0107648929727385e-6 -flagellation_N 4.0107648929727385e-6 -flagellum_N 4.0107648929727385e-6 -flageolet_N 4.0107648929727385e-6 -flagfish_N 4.0107648929727385e-6 -flagging_N 4.0107648929727385e-6 -flagon_N 4.0107648929727385e-6 -flagpole_N 4.0107648929727385e-6 -flagship_N 5.2139943608645604e-5 -flagstaff_N 4.0107648929727385e-6 -flagstone_N 4.0107648929727385e-6 -flail_N 4.0107648929727385e-6 -flair_N 1.6043059571890954e-5 -flak_N 4.0107648929727385e-6 -flake_N 4.0107648929727385e-6 -flakiness_N 4.0107648929727385e-6 -flambeau_N 4.0107648929727385e-6 -flamboyance_N 4.0107648929727385e-6 -flame_N 2.8075354250809173e-5 -flamen_N 4.0107648929727385e-6 -flamenco_N 4.0107648929727385e-6 -flamethrower_N 4.0107648929727385e-6 -flamingo_N 4.0107648929727385e-6 -flammability_N 4.0107648929727385e-6 -flan_N 4.0107648929727385e-6 -flange_N 4.0107648929727385e-6 -flank_N 4.0107648929727385e-6 -flanker_N 4.0107648929727385e-6 -flannel_N 8.021529785945477e-6 -flannelbush_N 4.0107648929727385e-6 -flannelette_N 4.0107648929727385e-6 -flap_N 3.208611914378191e-5 -flapjack_N 4.0107648929727385e-6 -flapper_N 4.0107648929727385e-6 -flare_N 4.0107648929727385e-6 -flare_path_N 4.0107648929727385e-6 -flare_up_N 4.0107648929727385e-6 -flash_N 2.0053824464863696e-5 -flashback_N 1.2032294678918217e-5 -flashboard_N 4.0107648929727385e-6 -flashbulb_N 4.0107648929727385e-6 -flasher_N 4.0107648929727385e-6 -flashgun_N 4.0107648929727385e-6 -flashiness_N 4.0107648929727385e-6 -flashing_N 4.0107648929727385e-6 -flashlight_N 2.0053824464863696e-5 -flashover_N 4.0107648929727385e-6 -flashpoint_N 8.021529785945477e-6 -flask_N 4.0107648929727385e-6 -flat_N 2.0053824464863696e-5 -flat_car_N 4.0107648929727385e-6 -flat_iron_N 4.0107648929727385e-6 -flatbed_N 4.0107648929727385e-6 -flatbread_N 4.0107648929727385e-6 -flatbrod_N 4.0107648929727385e-6 -flatcar_N 4.0107648929727385e-6 -flatfish_N 4.0107648929727385e-6 -flatfoot_N 4.0107648929727385e-6 -flathead_N 4.0107648929727385e-6 -flatiron_N 4.0107648929727385e-6 -flatlet_N 4.0107648929727385e-6 -flatmate_N 4.0107648929727385e-6 -flatness_N 1.2032294678918217e-5 -flats_N 4.0107648929727385e-6 -flatterer_N 4.0107648929727385e-6 -flattery_N 8.021529785945477e-6 -flattop_N 4.0107648929727385e-6 -flatulence_N 4.0107648929727385e-6 -flatware_N 4.0107648929727385e-6 -flatwork_N 4.0107648929727385e-6 -flatworm_N 4.0107648929727385e-6 -flaunt_N 4.0107648929727385e-6 -flautist_N 4.0107648929727385e-6 -flavin_N 4.0107648929727385e-6 -flavivirus_N 4.0107648929727385e-6 -flavone_N 4.0107648929727385e-6 -flavonoid_N 4.0107648929727385e-6 -flavorer_N 4.0107648929727385e-6 -flavorlessness_N 4.0107648929727385e-6 -flavorsomeness_N 4.0107648929727385e-6 -flavour_N 1.2032294678918217e-5 -flavouring_N 4.0107648929727385e-6 -flaw_N 6.417223828756382e-5 -flax_N 4.0107648929727385e-6 -flea_N 2.0053824464863696e-5 -flea_bite_N 4.0107648929727385e-6 -fleabag_N 4.0107648929727385e-6 -fleabane_N 4.0107648929727385e-6 -fleapit_N 4.0107648929727385e-6 -fleawort_N 4.0107648929727385e-6 -flecainide_N 4.0107648929727385e-6 -fleck_N 4.0107648929727385e-6 -fledgeling_N 4.0107648929727385e-6 -fledgling_N 3.208611914378191e-5 -fleece_N 4.0107648929727385e-6 -fleer_N 4.0107648929727385e-6 -fleet_N 1.3636600636107311e-4 -fleetness_N 4.0107648929727385e-6 -flemish_N 4.0107648929727385e-6 -flesh_N 2.4064589357836434e-5 -flesh_wound_N 4.0107648929727385e-6 -fleshiness_N 4.0107648929727385e-6 -fleur_de_lis_N 4.0107648929727385e-6 -flex_N 4.0107648929727385e-6 -flexibility_N 1.1230141700323669e-4 -flexion_N 4.0107648929727385e-6 -flexure_N 4.0107648929727385e-6 -flibbertigibbet_N 4.0107648929727385e-6 -flick_N 8.021529785945477e-6 -flick_knife_N 4.0107648929727385e-6 -flicker_N 4.0107648929727385e-6 -flickertail_N 4.0107648929727385e-6 -flier_N 3.208611914378191e-5 -flies_N 4.0107648929727385e-6 -flight_N 4.4920566801294676e-4 -flightiness_N 4.0107648929727385e-6 -flimsiness_N 4.0107648929727385e-6 -flimsy_N 4.0107648929727385e-6 -flinders_N 4.0107648929727385e-6 -fling_N 1.2032294678918217e-5 -flint_N 4.0107648929727385e-6 -flintlock_N 4.0107648929727385e-6 -flintstone_N 4.0107648929727385e-6 -flip_N 8.021529785945477e-6 -flippancy_N 4.0107648929727385e-6 -flipper_N 4.0107648929727385e-6 -flirt_N 4.0107648929727385e-6 -flirtation_N 8.021529785945477e-6 -flit_N 4.0107648929727385e-6 -flitch_N 4.0107648929727385e-6 -float_N 8.021529785945477e-6 -floatation_N 4.0107648929727385e-6 -floater_N 4.0107648929727385e-6 -floating_N 4.0107648929727385e-6 -floatplane_N 4.0107648929727385e-6 -flocculation_N 4.0107648929727385e-6 -floccule_N 4.0107648929727385e-6 -flock_N 1.2032294678918217e-5 -floe_N 4.0107648929727385e-6 -flogger_N 4.0107648929727385e-6 -flogging_N 4.0107648929727385e-6 -flood_N 4.010764892972739e-5 -flood_tide_N 4.0107648929727385e-6 -floodgate_N 4.0107648929727385e-6 -floodhead_N 4.0107648929727385e-6 -floodplain_N 4.0107648929727385e-6 -floor_N 5.494747903372652e-4 -floor_walker_N 4.0107648929727385e-6 -floorboard_N 4.0107648929727385e-6 -flooring_N 8.021529785945477e-6 -floorwalker_N 4.0107648929727385e-6 -floozie_N 4.0107648929727385e-6 -floozy_N 4.0107648929727385e-6 -flop_N 8.021529785945477e-6 -flophouse_N 4.0107648929727385e-6 -floret_N 4.0107648929727385e-6 -floriculture_N 4.0107648929727385e-6 -florilegium_N 4.0107648929727385e-6 -florin_N 4.0107648929727385e-6 -florist_N 4.0107648929727385e-6 -floss_N 4.0107648929727385e-6 -flotation_N 8.021529785945477e-6 -flotilla_N 8.021529785945477e-6 -flotsam_N 4.0107648929727385e-6 -flounce_N 4.0107648929727385e-6 -flounder_N 4.0107648929727385e-6 -flour_N 4.0107648929727385e-6 -flourish_N 4.0107648929727385e-6 -flow_N 2.927858371870099e-4 -flowage_N 4.0107648929727385e-6 -flower_N 5.2139943608645604e-5 -flower_girl_N 4.0107648929727385e-6 -flowerbed_N 4.0107648929727385e-6 -flowerpot_N 4.0107648929727385e-6 -floxuridine_N 4.0107648929727385e-6 -flu_N 8.021529785945477e-6 -fluctuation_N 7.21937680735093e-5 -flue_N 4.0107648929727385e-6 -fluency_N 4.0107648929727385e-6 -fluff_N 8.021529785945477e-6 -flugelhorn_N 4.0107648929727385e-6 -fluid_N 1.6043059571890954e-5 -fluidity_N 4.0107648929727385e-6 -fluidounce_N 4.0107648929727385e-6 -fluidram_N 4.0107648929727385e-6 -fluke_N 1.6043059571890954e-5 -flume_N 4.0107648929727385e-6 -flummery_N 4.0107648929727385e-6 -flunitrazepan_N 4.0107648929727385e-6 -flunkey_N 4.0107648929727385e-6 -flunky_N 8.021529785945477e-6 -fluorapatite_N 4.0107648929727385e-6 -fluorescein_N 4.0107648929727385e-6 -fluorescence_N 4.0107648929727385e-6 -fluorescent_N 4.0107648929727385e-6 -fluoridation_N 4.0107648929727385e-6 -fluoride_N 8.021529785945477e-6 -fluoridization_N 4.0107648929727385e-6 -fluorine_N 4.0107648929727385e-6 -fluorite_N 4.0107648929727385e-6 -fluoroboride_N 4.0107648929727385e-6 -fluorocarbon_N 4.0107648929727385e-6 -fluorochrome_N 4.0107648929727385e-6 -fluoroform_N 4.0107648929727385e-6 -fluoroscope_N 4.0107648929727385e-6 -fluoroscopy_N 4.0107648929727385e-6 -fluorosis_N 4.0107648929727385e-6 -fluorouracil_N 4.0107648929727385e-6 -fluosilicate_N 4.0107648929727385e-6 -fluoxetine_N 4.0107648929727385e-6 -fluphenazine_N 4.0107648929727385e-6 -flurazepam_N 4.0107648929727385e-6 -flurbiprofen_N 4.0107648929727385e-6 -flurry_N 3.609688403675465e-5 -flush_N 4.0107648929727385e-6 -fluster_N 4.0107648929727385e-6 -flute_N 4.0107648929727385e-6 -fluting_N 8.021529785945477e-6 -flutist_N 4.0107648929727385e-6 -flutter_N 4.0107648929727385e-6 -fluvastatin_N 4.0107648929727385e-6 -flux_N 8.021529785945477e-6 -fluxmeter_N 4.0107648929727385e-6 -fly_N 2.4064589357836434e-5 -fly_fishing_N 4.0107648929727385e-6 -fly_swat_N 4.0107648929727385e-6 -fly_swatter_N 4.0107648929727385e-6 -flycatcher_N 4.0107648929727385e-6 -flyer_N 4.0107648929727385e-6 -flying_bomb_N 4.0107648929727385e-6 -flying_fish_N 4.0107648929727385e-6 -flying_fox_N 4.0107648929727385e-6 -flying_squad_N 4.0107648929727385e-6 -flyleaf_N 4.0107648929727385e-6 -flyover_N 4.0107648929727385e-6 -flypaper_N 4.0107648929727385e-6 -flypast_N 4.0107648929727385e-6 -flyspeck_N 4.0107648929727385e-6 -flytrap_N 4.0107648929727385e-6 -flyweight_N 4.0107648929727385e-6 -flywheel_N 4.0107648929727385e-6 -fm_N 8.021529785945477e-6 -fo'c'sle_N 4.0107648929727385e-6 -fo_N 4.0107648929727385e-6 -foal_N 4.0107648929727385e-6 -foam_N 2.8075354250809173e-5 -foam_rubber_N 4.0107648929727385e-6 -foamflower_N 4.0107648929727385e-6 -foaminess_N 4.0107648929727385e-6 -fob_N 4.0107648929727385e-6 -focalization_N 4.0107648929727385e-6 -focus_N 1.84495185076746e-4 -fodder_N 1.2032294678918217e-5 -foe_N 3.609688403675465e-5 -foetus_N 4.0107648929727385e-6 -fog_N 1.2032294678918217e-5 -fogbank_N 4.0107648929727385e-6 -fogey_N 4.0107648929727385e-6 -foghorn_N 4.0107648929727385e-6 -foglamp_N 4.0107648929727385e-6 -fogsignal_N 4.0107648929727385e-6 -fohn_N 4.0107648929727385e-6 -foible_N 4.0107648929727385e-6 -foil_N 1.2032294678918217e-5 -fold_N 4.0107648929727385e-6 -folder_N 8.021529785945477e-6 -folderal_N 4.0107648929727385e-6 -folderol_N 4.0107648929727385e-6 -foldout_N 4.0107648929727385e-6 -foliage_N 4.0107648929727385e-6 -foliation_N 4.0107648929727385e-6 -folio_N 8.021529785945477e-6 -folium_N 4.0107648929727385e-6 -folk_N 8.422606275242751e-5 -folk_dance_N 4.0107648929727385e-6 -folklore_N 1.6043059571890954e-5 -folks_N 4.0107648929727385e-6 -folksong_N 4.0107648929727385e-6 -folktale_N 4.0107648929727385e-6 -follicle_N 4.0107648929727385e-6 -folliculitis_N 4.0107648929727385e-6 -follies_N 4.0107648929727385e-6 -follow_on_N 4.0107648929727385e-6 -follow_through_N 4.0107648929727385e-6 -follow_up_N 4.0107648929727385e-6 -follower_N 2.8075354250809173e-5 -following_N 6.016147339459108e-5 -folly_N 1.6043059571890954e-5 -fomentation_N 4.0107648929727385e-6 -fomite_N 4.0107648929727385e-6 -fondant_N 4.0107648929727385e-6 -fondler_N 4.0107648929727385e-6 -fondness_N 8.021529785945477e-6 -fondue_N 4.0107648929727385e-6 -font_N 4.0107648929727385e-6 -fontanelle_N 4.0107648929727385e-6 -food_N 9.345082200626481e-4 -foodstuff_N 1.6043059571890954e-5 -fool_N 3.609688403675465e-5 -foolery_N 4.0107648929727385e-6 -foolhardiness_N 4.0107648929727385e-6 -foolishness_N 4.0107648929727385e-6 -foolscap_N 4.0107648929727385e-6 -foot_N 4.4118413822700125e-4 -foot_and_mouth_N 4.0107648929727385e-6 -foot_bath_N 4.0107648929727385e-6 -foot_pound_N 4.0107648929727385e-6 -foot_race_N 4.0107648929727385e-6 -foot_rot_N 4.0107648929727385e-6 -footage_N 2.0053824464863696e-5 -football_N 1.4839830103999133e-4 -footballer_N 4.0107648929727385e-6 -footbath_N 4.0107648929727385e-6 -footboard_N 4.0107648929727385e-6 -footbridge_N 4.0107648929727385e-6 -footcandle_N 4.0107648929727385e-6 -footedness_N 4.0107648929727385e-6 -footer_N 4.0107648929727385e-6 -footfall_N 4.0107648929727385e-6 -footfault_N 4.0107648929727385e-6 -foothill_N 4.0107648929727385e-6 -foothold_N 1.6043059571890954e-5 -footing_N 2.4064589357836434e-5 -footlights_N 4.0107648929727385e-6 -footlocker_N 4.0107648929727385e-6 -footman_N 4.0107648929727385e-6 -footmark_N 4.0107648929727385e-6 -footnote_N 1.6043059571890954e-5 -footpad_N 4.0107648929727385e-6 -footpath_N 4.0107648929727385e-6 -footplate_N 4.0107648929727385e-6 -footprint_N 4.0107648929727385e-6 -footrace_N 4.0107648929727385e-6 -footslogger_N 4.0107648929727385e-6 -footstep_N 1.2032294678918217e-5 -footstool_N 4.0107648929727385e-6 -footwall_N 4.0107648929727385e-6 -footwear_N 8.021529785945477e-6 -footwork_N 4.0107648929727385e-6 -fop_N 4.0107648929727385e-6 -foppishness_N 4.0107648929727385e-6 -forage_N 4.0107648929727385e-6 -forager_N 4.0107648929727385e-6 -foraging_N 4.0107648929727385e-6 -foram_N 4.0107648929727385e-6 -foramen_N 4.0107648929727385e-6 -foray_N 2.4064589357836434e-5 -forbear_N 4.0107648929727385e-6 -forbearance_N 8.021529785945477e-6 -force_N 9.104436307048118e-4 -force_majeure_N 4.0107648929727385e-6 -forcefulness_N 8.021529785945477e-6 -forcemeat_N 4.0107648929727385e-6 -forceps_N 4.0107648929727385e-6 -ford_N 4.0107648929727385e-6 -fore_N 1.6043059571890954e-5 -forearm_N 4.0107648929727385e-6 -forebear_N 4.0107648929727385e-6 -foreboding_N 4.0107648929727385e-6 -forebrain_N 4.0107648929727385e-6 -forecast_N 3.6497960526051925e-4 -forecaster_N 1.6043059571890954e-5 -forecastle_N 4.0107648929727385e-6 -foreclosure_N 2.8075354250809173e-5 -forecourt_N 4.0107648929727385e-6 -foredeck_N 4.0107648929727385e-6 -forefather_N 8.021529785945477e-6 -forefinger_N 4.0107648929727385e-6 -forefoot_N 4.0107648929727385e-6 -forefront_N 2.8075354250809173e-5 -foreground_N 8.021529785945477e-6 -forehand_N 4.0107648929727385e-6 -forehead_N 8.021529785945477e-6 -foreigner_N 1.1230141700323669e-4 -foreignness_N 4.0107648929727385e-6 -foreknowledge_N 4.0107648929727385e-6 -foreland_N 4.0107648929727385e-6 -foreleg_N 4.0107648929727385e-6 -forelimb_N 4.0107648929727385e-6 -forelock_N 4.0107648929727385e-6 -foreman_N 1.2032294678918217e-5 -foremanship_N 4.0107648929727385e-6 -foremast_N 4.0107648929727385e-6 -foremother_N 4.0107648929727385e-6 -forename_N 4.0107648929727385e-6 -forenoon_N 4.0107648929727385e-6 -forensics_N 4.0107648929727385e-6 -forepaw_N 4.0107648929727385e-6 -foreperson_N 4.0107648929727385e-6 -foreplay_N 4.0107648929727385e-6 -forequarter_N 4.0107648929727385e-6 -forerunner_N 8.021529785945477e-6 -foresail_N 4.0107648929727385e-6 -foreshank_N 4.0107648929727385e-6 -foreshock_N 4.0107648929727385e-6 -foreshore_N 4.0107648929727385e-6 -foresight_N 8.021529785945477e-6 -foreskin_N 4.0107648929727385e-6 -forest_N 1.644413606118823e-4 -forestay_N 4.0107648929727385e-6 -forester_N 4.0107648929727385e-6 -forestiera_N 4.0107648929727385e-6 -forestry_N 1.2032294678918217e-5 -foretaste_N 4.0107648929727385e-6 -forethought_N 4.0107648929727385e-6 -foretop_N 4.0107648929727385e-6 -forewarning_N 4.0107648929727385e-6 -forewing_N 4.0107648929727385e-6 -forewoman_N 4.0107648929727385e-6 -foreword_N 4.0107648929727385e-6 -forfeit_N 4.0107648929727385e-6 -forfeiture_N 8.021529785945478e-5 -forge_N 1.2032294678918217e-5 -forger_N 8.021529785945477e-6 -forgery_N 1.6043059571890954e-5 -forget_me_not_N 4.0107648929727385e-6 -forgetfulness_N 4.0107648929727385e-6 -forging_N 8.021529785945477e-6 -forgiveness_N 8.021529785945477e-6 -forgivingness_N 4.0107648929727385e-6 -forint_N 4.0107648929727385e-6 -fork_N 4.0107648929727385e-6 -forklift_N 4.0107648929727385e-6 -forlornness_N 4.0107648929727385e-6 -form_N 5.334317307653742e-4 -formaldehyde_N 8.021529785945477e-6 -formalin_N 4.0107648929727385e-6 -formalism_N 4.0107648929727385e-6 -formality_N 1.6043059571890954e-5 -formalization_N 4.0107648929727385e-6 -formalwear_N 4.0107648929727385e-6 -format_N 5.6150708501618345e-5 -formation_N 6.016147339459108e-5 -formative_N 4.0107648929727385e-6 -former_N 4.0107648929727385e-6 -formica_N 4.0107648929727385e-6 -formication_N 4.0107648929727385e-6 -formidability_N 4.0107648929727385e-6 -formula_N 9.625835743134574e-5 -formulary_N 4.0107648929727385e-6 -formulation_N 1.6043059571890954e-5 -fornication_N 4.0107648929727385e-6 -fornix_N 4.0107648929727385e-6 -forsaking_N 4.0107648929727385e-6 -forsythia_N 4.0107648929727385e-6 -fort_N 4.0107648929727385e-6 -forte_N 4.0107648929727385e-6 -fortification_N 4.0107648929727385e-6 -fortitude_N 4.0107648929727385e-6 -fortnight_N 4.0107648929727385e-6 -fortress_N 4.0107648929727385e-6 -fortuitousness_N 4.0107648929727385e-6 -fortune_N 8.823682764540025e-5 -fortuneteller_N 4.0107648929727385e-6 -fortunetelling_N 4.0107648929727385e-6 -forty_N 4.0107648929727385e-6 -forum_N 2.8075354250809173e-5 -forward_N 4.010764892972739e-5 -forwarding_N 4.0107648929727385e-6 -forwardness_N 4.0107648929727385e-6 -foryml_N 4.0107648929727385e-6 -fossa_N 4.0107648929727385e-6 -fosse_N 4.0107648929727385e-6 -fossil_N 2.0053824464863696e-5 -fossilization_N 4.0107648929727385e-6 -foster_brother_N 4.0107648929727385e-6 -foster_child_N 4.0107648929727385e-6 -foster_father_N 4.0107648929727385e-6 -foster_mother_N 4.0107648929727385e-6 -foster_parent_N 4.0107648929727385e-6 -foster_sister_N 4.0107648929727385e-6 -fostering_N 4.0107648929727385e-6 -fothergilla_N 4.0107648929727385e-6 -foul_N 4.0107648929727385e-6 -foulard_N 4.0107648929727385e-6 -foulness_N 4.0107648929727385e-6 -found_N 4.0107648929727385e-6 -foundation_N 1.1631218189620943e-4 -foundation_stone_N 4.0107648929727385e-6 -founder_N 2.0053824464863693e-4 -foundering_N 4.0107648929727385e-6 -foundling_N 4.0107648929727385e-6 -foundress_N 4.0107648929727385e-6 -foundry_N 4.0107648929727385e-6 -fount_N 4.0107648929727385e-6 -fountain_N 2.4064589357836434e-5 -fountain_head_N 4.0107648929727385e-6 -fountain_pen_N 4.0107648929727385e-6 -fountainhead_N 4.0107648929727385e-6 -four_in_hand_N 4.0107648929727385e-6 -four_poster_N 4.0107648929727385e-6 -four_pounder_N 4.0107648929727385e-6 -four_wheeler_N 4.0107648929727385e-6 -fourpence_N 4.0107648929727385e-6 -fourscore_N 4.0107648929727385e-6 -foursome_N 4.0107648929727385e-6 -fovea_N 4.0107648929727385e-6 -fowl_N 8.021529785945477e-6 -fowl_run_N 4.0107648929727385e-6 -fowler_N 4.0107648929727385e-6 -fowlingpiece_N 4.0107648929727385e-6 -fowlpest_N 4.0107648929727385e-6 -fox_N 1.6043059571890954e-5 -fox_terrier_N 4.0107648929727385e-6 -foxglove_N 4.0107648929727385e-6 -foxhole_N 4.0107648929727385e-6 -foxhound_N 4.0107648929727385e-6 -foxhunt_N 4.0107648929727385e-6 -foxhunter_N 4.0107648929727385e-6 -foxtail_N 4.0107648929727385e-6 -foxtrot_N 4.0107648929727385e-6 -foyer_N 1.2032294678918217e-5 -fracas_N 8.021529785945477e-6 -fractal_N 4.0107648929727385e-6 -fraction_N 5.6150708501618345e-5 -fractionation_N 4.0107648929727385e-6 -fractiousness_N 4.0107648929727385e-6 -fracture_N 8.021529785945477e-6 -fragility_N 1.6043059571890954e-5 -fragment_N 2.0053824464863696e-5 -fragmentation_N 8.021529785945477e-6 -fragrance_N 2.0053824464863696e-5 -frail_N 4.0107648929727385e-6 -frailty_N 8.021529785945477e-6 -fraise_N 4.0107648929727385e-6 -frame_N 4.4118413822700127e-5 -frame_up_N 4.0107648929727385e-6 -framer_N 4.0107648929727385e-6 -framework_N 1.2032294678918217e-5 -framing_N 4.0107648929727385e-6 -franc_N 5.294209658724015e-4 -franchise_N 1.6845212550485502e-4 -franciscan_N 8.021529785945477e-6 -francium_N 4.0107648929727385e-6 -frangipane_N 4.0107648929727385e-6 -frangipani_N 4.0107648929727385e-6 -frank_N 4.0107648929727385e-6 -frankfurter_N 4.0107648929727385e-6 -frankincense_N 4.0107648929727385e-6 -franking_machine_N 4.0107648929727385e-6 -franklin_N 4.0107648929727385e-6 -frankness_N 4.0107648929727385e-6 -frappe_N 4.0107648929727385e-6 -fraternity_N 8.021529785945477e-6 -fraternization_N 4.0107648929727385e-6 -fratricide_N 4.0107648929727385e-6 -frau_N 4.0107648929727385e-6 -fraud_N 2.8075354250809174e-4 -fraudulence_N 4.0107648929727385e-6 -fraulein_N 4.0107648929727385e-6 -fraxinella_N 4.0107648929727385e-6 -fray_N 2.8075354250809173e-5 -frazzle_N 4.0107648929727385e-6 -freak_N 8.021529785945477e-6 -freak_out_N 4.0107648929727385e-6 -freakishness_N 4.0107648929727385e-6 -freckle_N 4.0107648929727385e-6 -free_N 4.0107648929727385e-6 -free_for_all_N 4.0107648929727385e-6 -free_list_N 4.0107648929727385e-6 -free_liver_N 4.0107648929727385e-6 -free_living_N 4.0107648929727385e-6 -free_thinker_N 4.0107648929727385e-6 -free_thought_N 4.0107648929727385e-6 -free_trader_N 4.0107648929727385e-6 -freebie_N 4.0107648929727385e-6 -freebooter_N 4.0107648929727385e-6 -freedman_N 4.0107648929727385e-6 -freedom_N 1.7246289039782778e-4 -freehold_N 4.0107648929727385e-6 -freeholder_N 8.021529785945477e-6 -freelance_N 4.0107648929727385e-6 -freelancer_N 4.0107648929727385e-6 -freeloader_N 4.0107648929727385e-6 -freemail_N 4.0107648929727385e-6 -freeman_N 4.0107648929727385e-6 -freemason_N 4.0107648929727385e-6 -freemasonry_N 4.0107648929727385e-6 -freesia_N 4.0107648929727385e-6 -freestone_N 4.0107648929727385e-6 -freestyle_N 4.0107648929727385e-6 -freetail_N 4.0107648929727385e-6 -freeware_N 4.0107648929727385e-6 -freeway_N 1.0829065211026395e-4 -freewheel_N 4.0107648929727385e-6 -freeze_N 4.010764892972739e-5 -freezer_N 2.0053824464863696e-5 -freezing_mixture_N 4.0107648929727385e-6 -freezing_point_N 4.0107648929727385e-6 -freight_N 1.323552414681004e-4 -freight_train_N 4.0107648929727385e-6 -freighter_N 8.021529785945477e-6 -freightliner_N 4.0107648929727385e-6 -french_N 8.021529785945477e-6 -frenchman_N 4.0107648929727385e-6 -frenchwoman_N 4.0107648929727385e-6 -frenzy_N 4.4118413822700127e-5 -frequency_N 4.010764892972739e-5 -frequentative_N 4.0107648929727385e-6 -fresco_N 8.021529785945477e-6 -freshener_N 4.0107648929727385e-6 -fresher_N 4.0107648929727385e-6 -freshet_N 4.0107648929727385e-6 -freshman_N 4.4118413822700127e-5 -freshness_N 8.021529785945477e-6 -fret_N 8.021529785945477e-6 -fretsaw_N 4.0107648929727385e-6 -fretwork_N 4.0107648929727385e-6 -friability_N 4.0107648929727385e-6 -friar_N 8.021529785945477e-6 -friary_N 4.0107648929727385e-6 -fricandeau_N 4.0107648929727385e-6 -fricassee_N 4.0107648929727385e-6 -fricative_N 4.0107648929727385e-6 -friction_N 1.6043059571890954e-5 -friday_N 4.0107648929727385e-6 -fridge_N 4.0107648929727385e-6 -friedcake_N 4.0107648929727385e-6 -friend_N 3.088288967589009e-4 -friendlessness_N 4.0107648929727385e-6 -friendliness_N 8.021529785945477e-6 -friendly_N 4.0107648929727385e-6 -friendship_N 4.812917871567287e-5 -frier_N 8.021529785945477e-6 -frieze_N 8.021529785945477e-6 -frigate_N 1.6043059571890954e-5 -fright_N 8.021529785945477e-6 -frightfulness_N 4.0107648929727385e-6 -frigidity_N 4.0107648929727385e-6 -frijole_N 4.0107648929727385e-6 -frill_N 4.0107648929727385e-6 -fringe_N 2.0053824464863696e-5 -fringepod_N 4.0107648929727385e-6 -frippery_N 8.021529785945477e-6 -frisk_N 4.0107648929727385e-6 -friskiness_N 4.0107648929727385e-6 -frisson_N 4.0107648929727385e-6 -fritillary_N 4.0107648929727385e-6 -frittata_N 4.0107648929727385e-6 -fritter_N 4.0107648929727385e-6 -frivolity_N 4.0107648929727385e-6 -frizz_N 4.0107648929727385e-6 -frock_N 8.021529785945477e-6 -frock_coat_N 4.0107648929727385e-6 -frog_N 8.021529785945477e-6 -frogbit_N 4.0107648929727385e-6 -frogfish_N 4.0107648929727385e-6 -froghopper_N 4.0107648929727385e-6 -frogman_N 8.021529785945477e-6 -frogmouth_N 4.0107648929727385e-6 -frolic_N 4.0107648929727385e-6 -frond_N 1.2032294678918217e-5 -front_N 1.3636600636107311e-4 -front_bench_N 4.0107648929727385e-6 -front_bencher_N 4.0107648929727385e-6 -frontage_N 4.0107648929727385e-6 -frontal_N 4.0107648929727385e-6 -frontbencher_N 4.0107648929727385e-6 -frontier_N 2.0053824464863696e-5 -frontiersman_N 4.0107648929727385e-6 -frontierswoman_N 4.0107648929727385e-6 -frontispiece_N 4.0107648929727385e-6 -frontlet_N 4.0107648929727385e-6 -frost_N 4.0107648929727385e-6 -frostbite_N 4.0107648929727385e-6 -frostiness_N 4.0107648929727385e-6 -frosting_N 4.0107648929727385e-6 -frostweed_N 4.0107648929727385e-6 -froth_N 8.021529785945477e-6 -frothiness_N 4.0107648929727385e-6 -frottage_N 4.0107648929727385e-6 -frotteur_N 4.0107648929727385e-6 -frown_N 4.0107648929727385e-6 -frs_N 4.0107648929727385e-6 -fructification_N 4.0107648929727385e-6 -fructose_N 4.0107648929727385e-6 -fructosuria_N 4.0107648929727385e-6 -frugality_N 1.2032294678918217e-5 -fruit_N 6.818300318053656e-5 -fruit_fly_N 4.0107648929727385e-6 -fruitage_N 4.0107648929727385e-6 -fruitcake_N 4.0107648929727385e-6 -fruiterer_N 4.0107648929727385e-6 -fruitfulness_N 4.0107648929727385e-6 -fruition_N 1.2032294678918217e-5 -fruitlessness_N 4.0107648929727385e-6 -fruitlet_N 4.0107648929727385e-6 -fruitwood_N 4.0107648929727385e-6 -frumenty_N 4.0107648929727385e-6 -frump_N 4.0107648929727385e-6 -frustration_N 5.6150708501618345e-5 -frustum_N 4.0107648929727385e-6 -fry_N 8.021529785945477e-6 -fry_pan_N 4.0107648929727385e-6 -fryer_N 4.0107648929727385e-6 -frying_N 4.0107648929727385e-6 -frying_pan_N 4.0107648929727385e-6 -fuchsia_N 4.0107648929727385e-6 -fuck_N 4.0107648929727385e-6 -fuck_all_N 4.0107648929727385e-6 -fucker_N 4.0107648929727385e-6 -fucoid_N 4.0107648929727385e-6 -fucus_N 4.0107648929727385e-6 -fuddy_duddy_N 4.0107648929727385e-6 -fudge_N 4.0107648929727385e-6 -fuel_N 2.165813042205279e-4 -fueling_N 4.0107648929727385e-6 -fug_N 4.0107648929727385e-6 -fugacity_N 4.0107648929727385e-6 -fugitive_N 1.2032294678918217e-5 -fugleman_N 4.0107648929727385e-6 -fugu_N 4.0107648929727385e-6 -fugue_N 4.0107648929727385e-6 -fuhrer_N 4.0107648929727385e-6 -fuji_N 4.0107648929727385e-6 -fulcrum_N 4.0107648929727385e-6 -fulfillment_N 4.0107648929727385e-6 -fulfilment_N 4.0107648929727385e-6 -fullback_N 4.0107648929727385e-6 -fuller_N 4.0107648929727385e-6 -fullerene_N 4.0107648929727385e-6 -fullness_N 4.0107648929727385e-6 -fulmar_N 4.0107648929727385e-6 -fulminate_N 4.0107648929727385e-6 -fulmination_N 8.021529785945477e-6 -fulsomeness_N 4.0107648929727385e-6 -fumble_N 4.0107648929727385e-6 -fumbler_N 4.0107648929727385e-6 -fume_N 1.2032294678918217e-5 -fumewort_N 4.0107648929727385e-6 -fumigant_N 4.0107648929727385e-6 -fumigation_N 4.0107648929727385e-6 -fumigator_N 4.0107648929727385e-6 -fumitory_N 4.0107648929727385e-6 -fun_N 6.016147339459108e-5 -funambulism_N 4.0107648929727385e-6 -funambulistFem_N 4.0107648929727385e-6 -funambulistMasc_N 4.0107648929727385e-6 -function_N 1.243337116821549e-4 -functionalism_N 4.0107648929727385e-6 -functionalist_N 4.0107648929727385e-6 -functionality_N 4.0107648929727385e-6 -functionary_N 1.2032294678918217e-5 -fund_N 3.3570102154181825e-3 -fundamental_N 9.625835743134574e-5 -fundamentalism_N 8.021529785945477e-6 -fundamentalist_N 8.021529785945477e-6 -fundamentals_N 4.0107648929727385e-6 -fundraiser_N 4.0107648929727385e-6 -funds_N 4.0107648929727385e-6 -fundus_N 4.0107648929727385e-6 -funeral_N 1.2032294678918217e-5 -funfair_N 4.0107648929727385e-6 -fungible_N 4.0107648929727385e-6 -fungicide_N 4.0107648929727385e-6 -fungus_N 8.021529785945477e-6 -funicle_N 4.0107648929727385e-6 -funicular_N 4.0107648929727385e-6 -funiculitis_N 4.0107648929727385e-6 -funiculus_N 4.0107648929727385e-6 -funk_N 4.0107648929727385e-6 -funnel_N 4.0107648929727385e-6 -funniness_N 4.0107648929727385e-6 -funny_bone_N 4.0107648929727385e-6 -funrun_N 4.0107648929727385e-6 -fur_N 9.625835743134574e-5 -furan_N 4.0107648929727385e-6 -furbelow_N 4.0107648929727385e-6 -furcation_N 4.0107648929727385e-6 -furcula_N 4.0107648929727385e-6 -furfural_N 4.0107648929727385e-6 -furlong_N 4.0107648929727385e-6 -furlough_N 8.021529785945477e-6 -furnace_N 2.0053824464863696e-5 -furnishing_N 4.0107648929727385e-6 -furniture_N 8.021529785945478e-5 -furore_N 8.021529785945477e-6 -furosemide_N 4.0107648929727385e-6 -furrier_N 4.812917871567287e-5 -furring_N 4.0107648929727385e-6 -furrow_N 4.0107648929727385e-6 -furtherance_N 4.0107648929727385e-6 -furtiveness_N 4.0107648929727385e-6 -furunculosis_N 4.0107648929727385e-6 -fury_N 1.6043059571890954e-5 -furze_N 4.0107648929727385e-6 -fuschia_N 4.0107648929727385e-6 -fuse_N 8.021529785945477e-6 -fusee_N 4.0107648929727385e-6 -fuselage_N 4.0107648929727385e-6 -fusil_N 4.0107648929727385e-6 -fusilier_N 4.0107648929727385e-6 -fusillade_N 1.2032294678918217e-5 -fusion_N 8.422606275242751e-5 -fuss_N 4.0107648929727385e-6 -fussiness_N 4.0107648929727385e-6 -fusspot_N 4.0107648929727385e-6 -fustian_N 4.0107648929727385e-6 -futility_N 8.021529785945477e-6 -futon_N 4.0107648929727385e-6 -future_1_N 4.0107648929727385e-6 -future_3_N 4.0107648929727385e-6 -futurism_N 4.0107648929727385e-6 -futuristFem_N 4.0107648929727385e-6 -futuristMasc_N 4.0107648929727385e-6 -futurity_N 4.0107648929727385e-6 -futurology_N 4.0107648929727385e-6 -fuze_N 4.0107648929727385e-6 -fuzz_N 4.0107648929727385e-6 -g_N 4.0107648929727385e-6 -g_man_N 4.0107648929727385e-6 -gab_N 4.0107648929727385e-6 -gabapentin_N 4.0107648929727385e-6 -gabardine_N 4.0107648929727385e-6 -gabble_N 4.0107648929727385e-6 -gabbro_N 4.0107648929727385e-6 -gaberdine_N 4.0107648929727385e-6 -gable_N 4.0107648929727385e-6 -gabonese_N 4.0107648929727385e-6 -gadabout_N 4.0107648929727385e-6 -gaddi_N 4.0107648929727385e-6 -gadfly_N 4.0107648929727385e-6 -gadget_N 2.0053824464863696e-5 -gadgeteer_N 4.0107648929727385e-6 -gadgetry_N 4.0107648929727385e-6 -gadoid_N 4.0107648929727385e-6 -gadolinite_N 4.0107648929727385e-6 -gadolinium_N 4.0107648929727385e-6 -gael_N 4.0107648929727385e-6 -gaelic_N 4.0107648929727385e-6 -gaff_N 4.0107648929727385e-6 -gaffe_N 4.0107648929727385e-6 -gaffer_N 4.0107648929727385e-6 -gaffsail_N 4.0107648929727385e-6 -gag_N 4.0107648929727385e-6 -gage_N 4.0107648929727385e-6 -gaggle_N 4.0107648929727385e-6 -gagman_N 4.0107648929727385e-6 -gaiety_N 4.0107648929727385e-6 -gaillardia_N 4.0107648929727385e-6 -gain_N 2.1738345719912243e-3 -gainer_N 1.6043059571890954e-5 -gainsborough_N 4.0107648929727385e-6 -gait_N 4.0107648929727385e-6 -gaiter_N 4.0107648929727385e-6 -gal_N 4.0107648929727385e-6 -gala_N 8.021529785945477e-6 -galactagogue_N 4.0107648929727385e-6 -galactocele_N 4.0107648929727385e-6 -galactose_N 4.0107648929727385e-6 -galactosemia_N 4.0107648929727385e-6 -galactosis_N 4.0107648929727385e-6 -galago_N 4.0107648929727385e-6 -galangal_N 4.0107648929727385e-6 -galantine_N 4.0107648929727385e-6 -galax_N 4.0107648929727385e-6 -galaxy_N 8.021529785945477e-6 -galbanum_N 4.0107648929727385e-6 -galbulus_N 4.0107648929727385e-6 -gale_N 4.0107648929727385e-6 -galea_N 4.0107648929727385e-6 -galena_N 4.0107648929727385e-6 -galere_N 4.0107648929727385e-6 -galingale_N 4.0107648929727385e-6 -gall_N 1.2032294678918217e-5 -gallamine_N 4.0107648929727385e-6 -gallant_N 4.0107648929727385e-6 -gallantry_N 4.0107648929727385e-6 -gallbladder_N 4.0107648929727385e-6 -galleon_N 4.0107648929727385e-6 -gallery_N 7.21937680735093e-5 -galley_N 4.0107648929727385e-6 -galley_proof_N 4.0107648929727385e-6 -galley_slave_N 4.0107648929727385e-6 -gallfly_N 4.0107648929727385e-6 -gallicism_N 4.0107648929727385e-6 -gallinule_N 4.0107648929727385e-6 -gallium_N 8.021529785945477e-6 -gallon_N 5.2139943608645604e-5 -gallop_N 4.0107648929727385e-6 -gallows_N 4.0107648929727385e-6 -gallows_bird_N 4.0107648929727385e-6 -gallstone_N 1.2032294678918217e-5 -galoot_N 4.0107648929727385e-6 -galosh_N 4.0107648929727385e-6 -galvanism_N 4.0107648929727385e-6 -galvanization_N 4.0107648929727385e-6 -galvanizer_N 4.0107648929727385e-6 -galvanometer_N 4.0107648929727385e-6 -gam_N 4.0107648929727385e-6 -gambian_N 4.0107648929727385e-6 -gambist_N 4.0107648929727385e-6 -gambit_N 1.2032294678918217e-5 -gamble_N 3.208611914378191e-5 -gambler_N 2.0053824464863696e-5 -gambling_N 4.4118413822700127e-5 -gambling_den_N 4.0107648929727385e-6 -gamboge_N 4.0107648929727385e-6 -gambol_N 4.0107648929727385e-6 -gambrel_N 4.0107648929727385e-6 -game_N 6.61776207340502e-4 -game_bag_N 4.0107648929727385e-6 -game_bird_N 4.0107648929727385e-6 -game_licence_N 4.0107648929727385e-6 -gamebag_N 4.0107648929727385e-6 -gamecock_N 4.0107648929727385e-6 -gamekeeper_N 4.0107648929727385e-6 -gamelan_N 4.0107648929727385e-6 -games_master_N 4.0107648929727385e-6 -games_mistress_N 4.0107648929727385e-6 -gamesmanship_N 4.0107648929727385e-6 -gametangium_N 4.0107648929727385e-6 -gamete_N 4.0107648929727385e-6 -gametocyte_N 4.0107648929727385e-6 -gametoecium_N 4.0107648929727385e-6 -gametogenesis_N 4.0107648929727385e-6 -gametophore_N 4.0107648929727385e-6 -gametophyte_N 4.0107648929727385e-6 -gamine_N 4.0107648929727385e-6 -gaminess_N 4.0107648929727385e-6 -gaming_house_N 4.0107648929727385e-6 -gaming_table_N 4.0107648929727385e-6 -gamma_N 8.021529785945477e-6 -gammon_N 4.0107648929727385e-6 -gammopathy_N 4.0107648929727385e-6 -gamp_N 4.0107648929727385e-6 -gamut_N 1.2032294678918217e-5 -gander_N 4.0107648929727385e-6 -gang_N 5.6150708501618345e-5 -ganger_N 4.0107648929727385e-6 -ganglion_N 8.021529785945477e-6 -gangplank_N 4.0107648929727385e-6 -gangrene_N 4.0107648929727385e-6 -gangsaw_N 4.0107648929727385e-6 -gangsta_N 4.0107648929727385e-6 -gangster_N 8.021529785945477e-6 -gangway_N 4.0107648929727385e-6 -gannet_N 4.0107648929727385e-6 -ganoid_N 4.0107648929727385e-6 -ganoin_N 4.0107648929727385e-6 -gantlet_N 4.0107648929727385e-6 -gantry_N 4.0107648929727385e-6 -gaol_N 4.0107648929727385e-6 -gaolbird_N 4.0107648929727385e-6 -gaolbreak_N 4.0107648929727385e-6 -gaoler_N 4.0107648929727385e-6 -gap_N 1.6845212550485502e-4 -gape_N 4.0107648929727385e-6 -gar_N 4.0107648929727385e-6 -garage_N 3.609688403675465e-5 -garambulla_N 4.0107648929727385e-6 -garb_N 4.0107648929727385e-6 -garbage_N 3.609688403675465e-5 -garbage_can_N 4.0107648929727385e-6 -garboard_N 4.0107648929727385e-6 -garbology_N 4.0107648929727385e-6 -garden_N 1.6845212550485502e-4 -garden_truck_N 4.0107648929727385e-6 -gardenerFem_N 4.0107648929727385e-6 -gardenerMasc_N 4.0107648929727385e-6 -gardenia_N 4.0107648929727385e-6 -gardening_N 1.2032294678918217e-5 -garganey_N 4.0107648929727385e-6 -gargle_N 4.0107648929727385e-6 -gargoyle_N 4.0107648929727385e-6 -garibaldi_N 4.0107648929727385e-6 -garishness_N 4.0107648929727385e-6 -garland_N 4.0107648929727385e-6 -garlic_N 4.0107648929727385e-6 -garment_N 1.6043059571890954e-5 -garmentmaker_N 4.0107648929727385e-6 -garner_N 4.0107648929727385e-6 -garnet_N 4.0107648929727385e-6 -garnierite_N 4.0107648929727385e-6 -garnish_N 4.0107648929727385e-6 -garnishee_N 4.0107648929727385e-6 -garnishment_N 4.0107648929727385e-6 -garotte_N 4.0107648929727385e-6 -garret_N 4.0107648929727385e-6 -garrison_N 1.2032294678918217e-5 -garrote_N 4.0107648929727385e-6 -garroter_N 4.0107648929727385e-6 -garrotte_N 4.0107648929727385e-6 -garrulity_N 4.0107648929727385e-6 -garter_N 4.0107648929727385e-6 -gas_N 8.382498626313024e-4 -gas_bracket_N 4.0107648929727385e-6 -gas_cooker_N 4.0107648929727385e-6 -gas_engine_N 4.0107648929727385e-6 -gas_fitter_N 4.0107648929727385e-6 -gas_helmet_N 4.0107648929727385e-6 -gas_holder_N 4.0107648929727385e-6 -gas_mask_N 4.0107648929727385e-6 -gas_meter_N 4.0107648929727385e-6 -gas_oven_N 4.0107648929727385e-6 -gas_ring_N 4.0107648929727385e-6 -gas_station_N 4.0107648929727385e-6 -gas_stove_N 4.0107648929727385e-6 -gasbag_N 4.0107648929727385e-6 -gaseousness_N 4.0107648929727385e-6 -gasfield_N 4.0107648929727385e-6 -gash_N 4.0107648929727385e-6 -gasification_N 4.0107648929727385e-6 -gasket_N 4.0107648929727385e-6 -gaskin_N 4.0107648929727385e-6 -gaslight_N 4.0107648929727385e-6 -gasman_N 4.0107648929727385e-6 -gasmask_N 4.0107648929727385e-6 -gasohol_N 4.0107648929727385e-6 -gasolene_N 4.0107648929727385e-6 -gasoline_N 2.0454900954160969e-4 -gasometer_N 4.0107648929727385e-6 -gasp_N 4.0107648929727385e-6 -gassing_N 4.0107648929727385e-6 -gasteromycete_N 4.0107648929727385e-6 -gastrectomy_N 4.0107648929727385e-6 -gastrin_N 4.0107648929727385e-6 -gastritis_N 4.0107648929727385e-6 -gastrocnemius_N 4.0107648929727385e-6 -gastroenteritis_N 4.0107648929727385e-6 -gastroenterologistFem_N 4.0107648929727385e-6 -gastroenterologistMasc_N 4.0107648929727385e-6 -gastroenterology_N 4.0107648929727385e-6 -gastroenterostomy_N 4.0107648929727385e-6 -gastrogavage_N 4.0107648929727385e-6 -gastromy_N 4.0107648929727385e-6 -gastronomy_N 4.0107648929727385e-6 -gastropod_N 4.0107648929727385e-6 -gastroscope_N 4.0107648929727385e-6 -gastroscopy_N 4.0107648929727385e-6 -gastrostomy_N 4.0107648929727385e-6 -gastrula_N 4.0107648929727385e-6 -gastrulation_N 4.0107648929727385e-6 -gasworks_N 4.0107648929727385e-6 -gat_N 4.0107648929727385e-6 -gate_N 4.812917871567287e-5 -gateau_N 4.0107648929727385e-6 -gatecrasher_N 4.0107648929727385e-6 -gatehouse_N 4.0107648929727385e-6 -gatekeeper_N 4.0107648929727385e-6 -gatepost_N 4.0107648929727385e-6 -gateway_N 8.021529785945477e-6 -gather_N 4.0107648929727385e-6 -gatherer_N 8.021529785945477e-6 -gathering_N 6.417223828756382e-5 -gatt_N 4.0107648929727385e-6 -gaucherie_N 4.0107648929727385e-6 -gaucho_N 4.0107648929727385e-6 -gaud_N 4.0107648929727385e-6 -gaudery_N 4.0107648929727385e-6 -gaudy_N 4.0107648929727385e-6 -gauge_N 2.8075354250809173e-5 -gaul_N 4.0107648929727385e-6 -gauntlet_N 4.0107648929727385e-6 -gauntness_N 4.0107648929727385e-6 -gaur_N 4.0107648929727385e-6 -gauss_N 4.0107648929727385e-6 -gauze_N 8.021529785945477e-6 -gavel_N 4.0107648929727385e-6 -gavial_N 4.0107648929727385e-6 -gavotte_N 4.0107648929727385e-6 -gawk_N 4.0107648929727385e-6 -gawker_N 4.0107648929727385e-6 -gawkiness_N 4.0107648929727385e-6 -gay_N 4.0107648929727385e-6 -gayal_N 4.0107648929727385e-6 -gayness_N 4.0107648929727385e-6 -gazania_N 4.0107648929727385e-6 -gaze_N 4.0107648929727385e-6 -gazebo_N 4.0107648929727385e-6 -gazelle_N 4.0107648929727385e-6 -gazette_N 4.0107648929727385e-6 -gazetteer_N 4.0107648929727385e-6 -gazpacho_N 4.0107648929727385e-6 -gcse_N 4.0107648929727385e-6 -gcses_N 4.0107648929727385e-6 -gean_N 4.0107648929727385e-6 -gear_N 4.4118413822700127e-5 -gear_case_N 4.0107648929727385e-6 -gearbox_N 4.0107648929727385e-6 -gearing_N 4.0107648929727385e-6 -gearset_N 4.0107648929727385e-6 -gearshift_N 4.0107648929727385e-6 -gecko_N 4.0107648929727385e-6 -gee_gee_N 4.0107648929727385e-6 -geebung_N 4.0107648929727385e-6 -geek_N 4.0107648929727385e-6 -geezer_N 4.0107648929727385e-6 -geiger_N 4.0107648929727385e-6 -geisha_N 4.0107648929727385e-6 -gel_N 4.0107648929727385e-6 -gelatin_N 8.021529785945477e-6 -gelatine_N 4.0107648929727385e-6 -gelatinousness_N 4.0107648929727385e-6 -gelding_N 4.0107648929727385e-6 -gelechiid_N 4.0107648929727385e-6 -gelignite_N 4.0107648929727385e-6 -gem_N 2.4064589357836434e-5 -gemfibrozil_N 4.0107648929727385e-6 -geminate_N 4.0107648929727385e-6 -gemination_N 4.0107648929727385e-6 -gemma_N 4.0107648929727385e-6 -gemmule_N 4.0107648929727385e-6 -gempylid_N 4.0107648929727385e-6 -gemsbok_N 4.0107648929727385e-6 -gen_N 4.0107648929727385e-6 -gendarme_N 8.021529785945477e-6 -gendarmerie_N 4.0107648929727385e-6 -gender_N 1.6043059571890954e-5 -gene_N 4.0107648929727386e-4 -genealogist_N 4.0107648929727385e-6 -genealogy_N 4.0107648929727385e-6 -general_N 2.165813042205279e-4 -generalissimo_N 4.0107648929727385e-6 -generality_N 4.0107648929727385e-6 -generalization_N 1.2032294678918217e-5 -generalship_N 4.0107648929727385e-6 -generation_N 2.5267818825728253e-4 -generator_N 3.208611914378191e-5 -generic_N 4.0107648929727385e-6 -generosity_N 4.0107648929727385e-6 -genesis_N 8.021529785945477e-6 -genet_N 4.0107648929727385e-6 -geneticism_N 4.0107648929727385e-6 -geneticist_N 8.021529785945477e-6 -genetics_N 4.0107648929727385e-6 -geneva_N 4.0107648929727385e-6 -geniality_N 4.0107648929727385e-6 -genie_N 8.021529785945477e-6 -genip_N 4.0107648929727385e-6 -genipa_N 4.0107648929727385e-6 -genipap_N 4.0107648929727385e-6 -genitalia_N 4.0107648929727385e-6 -genitive_N 4.0107648929727385e-6 -genitor_N 4.0107648929727385e-6 -genius_N 8.021529785945477e-6 -genius_loci_N 2.0053824464863696e-5 -genlisea_N 4.0107648929727385e-6 -genocide_N 2.0053824464863696e-5 -genoise_N 4.0107648929727385e-6 -genome_N 4.0107648929727385e-6 -genomics_N 4.0107648929727385e-6 -genotype_N 4.0107648929727385e-6 -genre_N 1.6043059571890954e-5 -genre_painting_N 4.0107648929727385e-6 -gent_N 4.0107648929727385e-6 -gentamicin_N 4.0107648929727385e-6 -gentian_N 4.0107648929727385e-6 -gentianella_N 4.0107648929727385e-6 -gentile_N 4.0107648929727385e-6 -gentility_N 8.021529785945477e-6 -gentlefolk_N 4.0107648929727385e-6 -gentleman_N 1.6043059571890954e-5 -gentleman_at_arms_N 4.0107648929727385e-6 -gentleness_N 8.021529785945477e-6 -gentlewoman_N 4.0107648929727385e-6 -gentrification_N 4.0107648929727385e-6 -gentry_N 8.021529785945477e-6 -genuflection_N 4.0107648929727385e-6 -genuflexion_N 4.0107648929727385e-6 -genuineness_N 4.0107648929727385e-6 -genus_N 4.0107648929727385e-6 -geochemistry_N 4.0107648929727385e-6 -geode_N 8.021529785945477e-6 -geodesic_N 4.0107648929727385e-6 -geodesy_N 4.0107648929727385e-6 -geoduck_N 4.0107648929727385e-6 -geographer_N 4.0107648929727385e-6 -geography_N 3.208611914378191e-5 -geologistFem_N 4.0107648929727385e-6 -geologistMasc_N 4.0107648929727385e-6 -geology_N 8.021529785945477e-6 -geomancer_N 4.0107648929727385e-6 -geomancy_N 4.0107648929727385e-6 -geometer_N 4.0107648929727385e-6 -geometrid_N 4.0107648929727385e-6 -geometry_N 8.021529785945477e-6 -geophagy_N 4.0107648929727385e-6 -geophysicist_N 4.0107648929727385e-6 -geophysics_N 4.0107648929727385e-6 -geophyte_N 4.0107648929727385e-6 -geopolitics_N 4.0107648929727385e-6 -geordie_N 4.0107648929727385e-6 -georgette_N 4.0107648929727385e-6 -georgian_N 4.0107648929727385e-6 -geostrategy_N 4.0107648929727385e-6 -geotropism_N 4.0107648929727385e-6 -geranium_N 4.0107648929727385e-6 -gerardia_N 4.0107648929727385e-6 -gerbil_N 4.0107648929727385e-6 -gerenuk_N 4.0107648929727385e-6 -geriatrician_N 4.0107648929727385e-6 -geriatrics_N 4.0107648929727385e-6 -germ_N 8.021529785945477e-6 -germanFem_N 4.0107648929727385e-6 -germanMasc_N 4.0107648929727385e-6 -germander_N 4.0107648929727385e-6 -germaneness_N 4.0107648929727385e-6 -germanite_N 4.0107648929727385e-6 -germanium_N 4.0107648929727385e-6 -germicide_N 4.0107648929727385e-6 -germination_N 4.0107648929727385e-6 -gerontocracy_N 4.0107648929727385e-6 -gerontologist_N 4.0107648929727385e-6 -gerontology_N 4.0107648929727385e-6 -gerrymander_N 4.0107648929727385e-6 -gerund_N 4.0107648929727385e-6 -gesneria_N 4.0107648929727385e-6 -gesneriad_N 4.0107648929727385e-6 -gesso_N 4.0107648929727385e-6 -gestalt_N 4.0107648929727385e-6 -gestapo_N 4.0107648929727385e-6 -gestation_N 4.0107648929727385e-6 -gesticulation_N 4.0107648929727385e-6 -gesture_N 4.4118413822700127e-5 -get_N 4.0107648929727385e-6 -get_together_N 4.0107648929727385e-6 -get_up_N 4.0107648929727385e-6 -getaway_N 4.0107648929727385e-6 -geum_N 4.0107648929727385e-6 -geyser_N 8.021529785945477e-6 -ghanaian_N 4.0107648929727385e-6 -gharry_N 4.0107648929727385e-6 -ghastliness_N 4.0107648929727385e-6 -ghat_N 4.0107648929727385e-6 -ghatti_N 4.0107648929727385e-6 -ghee_N 4.0107648929727385e-6 -gherkin_N 4.0107648929727385e-6 -ghetto_N 8.021529785945477e-6 -ghillie_N 4.0107648929727385e-6 -ghost_N 1.4839830103999133e-4 -ghost_writer_N 4.0107648929727385e-6 -ghostliness_N 4.0107648929727385e-6 -ghostwriter_N 4.0107648929727385e-6 -ghoul_N 4.0107648929727385e-6 -ghrelin_N 4.0107648929727385e-6 -gi_N 4.0107648929727385e-6 -giant_N 3.1685042654484635e-4 -giantess_N 4.0107648929727385e-6 -giantism_N 4.0107648929727385e-6 -giardia_N 4.0107648929727385e-6 -giardiasis_N 4.0107648929727385e-6 -gib_N 4.0107648929727385e-6 -gibberellin_N 4.0107648929727385e-6 -gibberish_N 8.021529785945477e-6 -gibbet_N 4.0107648929727385e-6 -gibbon_N 4.0107648929727385e-6 -gibbsite_N 4.0107648929727385e-6 -gibe_N 4.0107648929727385e-6 -gibibit_N 4.0107648929727385e-6 -giblet_N 4.0107648929727385e-6 -gibraltarian_N 4.0107648929727385e-6 -giddiness_N 4.0107648929727385e-6 -gidgee_N 4.0107648929727385e-6 -gift_N 8.823682764540025e-5 -gig_N 8.021529785945477e-6 -gigabit_N 4.0107648929727385e-6 -gigabyte_N 4.0107648929727385e-6 -gigahertz_N 4.0107648929727385e-6 -gigantism_N 4.0107648929727385e-6 -giggle_N 8.021529785945477e-6 -gigolo_N 1.2032294678918217e-5 -gilbert_N 4.0107648929727385e-6 -gild_N 4.0107648929727385e-6 -gilder_N 4.0107648929727385e-6 -gildhall_N 4.0107648929727385e-6 -gilding_N 8.021529785945477e-6 -gill_N 4.0107648929727385e-6 -gillie_N 4.0107648929727385e-6 -gilt_N 2.4064589357836434e-5 -gimbal_N 4.0107648929727385e-6 -gimel_N 4.0107648929727385e-6 -gimlet_N 4.0107648929727385e-6 -gimmick_N 2.8075354250809173e-5 -gimmickry_N 4.0107648929727385e-6 -gin_N 4.4118413822700127e-5 -ginger_N 8.021529785945477e-6 -gingerbread_N 4.0107648929727385e-6 -gingerol_N 4.0107648929727385e-6 -gingersnap_N 4.0107648929727385e-6 -gingham_N 4.0107648929727385e-6 -gingiva_N 4.0107648929727385e-6 -gingivitis_N 4.0107648929727385e-6 -gingko_N 4.0107648929727385e-6 -ginkgo_N 4.0107648929727385e-6 -ginseng_N 8.021529785945477e-6 -gipsyFem_N 4.0107648929727385e-6 -gipsyMasc_N 4.0107648929727385e-6 -gipsywort_N 4.0107648929727385e-6 -giraffe_N 4.0107648929727385e-6 -girandole_N 4.0107648929727385e-6 -girder_N 8.021529785945477e-6 -girdle_N 4.0107648929727385e-6 -girl_N 7.21937680735093e-5 -girlfriend_N 3.208611914378191e-5 -girlhood_N 4.0107648929727385e-6 -girlishness_N 4.0107648929727385e-6 -giro_N 4.0107648929727385e-6 -girth_N 4.0107648929727385e-6 -gist_N 1.6043059571890954e-5 -gitana_N 4.0107648929727385e-6 -gitano_N 4.0107648929727385e-6 -give_N 4.0107648929727385e-6 -giveaway_N 3.609688403675465e-5 -given_N 4.0107648929727385e-6 -givenness_N 4.0107648929727385e-6 -giver_N 4.0107648929727385e-6 -giving_N 4.0107648929727385e-6 -gizzard_N 4.0107648929727385e-6 -glabella_N 4.0107648929727385e-6 -glaciation_N 4.0107648929727385e-6 -glacier_N 4.0107648929727385e-6 -glade_N 8.021529785945477e-6 -gladiator_N 4.0107648929727385e-6 -gladiolus_N 4.0107648929727385e-6 -gladness_N 4.0107648929727385e-6 -glamor_N 4.0107648929727385e-6 -glamorization_N 4.0107648929727385e-6 -glamour_N 2.4064589357836434e-5 -glance_N 2.0053824464863696e-5 -gland_N 4.0107648929727385e-6 -glanders_N 4.0107648929727385e-6 -glans_N 4.0107648929727385e-6 -glare_N 2.8075354250809173e-5 -glasnost_N 4.0107648929727385e-6 -glass_N 1.3636600636107311e-4 -glass_blower_N 4.0107648929727385e-6 -glass_cutter_N 4.0107648929727385e-6 -glass_wool_N 4.0107648929727385e-6 -glassblower_N 4.0107648929727385e-6 -glassful_N 4.0107648929727385e-6 -glasshouse_N 4.0107648929727385e-6 -glassmaker_N 4.0107648929727385e-6 -glassware_N 4.0107648929727385e-6 -glassworks_N 4.0107648929727385e-6 -glasswort_N 4.0107648929727385e-6 -glaswegian_N 4.0107648929727385e-6 -glaucoma_N 4.0107648929727385e-6 -glauconite_N 4.0107648929727385e-6 -glaze_N 4.0107648929727385e-6 -glazier_N 4.0107648929727385e-6 -gleam_N 4.0107648929727385e-6 -gleaner_N 4.0107648929727385e-6 -gleba_N 4.0107648929727385e-6 -glebe_N 4.0107648929727385e-6 -glee_N 8.021529785945477e-6 -gleet_N 4.0107648929727385e-6 -glen_N 4.0107648929727385e-6 -glengarry_N 4.0107648929727385e-6 -glibness_N 4.0107648929727385e-6 -glide_N 4.0107648929727385e-6 -glider_N 4.0107648929727385e-6 -gliding_N 4.0107648929727385e-6 -glimmer_N 8.021529785945477e-6 -glimpse_N 1.6043059571890954e-5 -glint_N 8.021529785945477e-6 -glioblastoma_N 4.0107648929727385e-6 -glioma_N 4.0107648929727385e-6 -glipizide_N 4.0107648929727385e-6 -gliricidia_N 4.0107648929727385e-6 -glissade_N 4.0107648929727385e-6 -glissando_N 4.0107648929727385e-6 -glister_N 4.0107648929727385e-6 -glitter_N 8.021529785945477e-6 -gloaming_N 4.0107648929727385e-6 -gloat_N 4.0107648929727385e-6 -globalization_N 4.0107648929727385e-6 -globe_N 4.812917871567287e-5 -globeflower_N 4.0107648929727385e-6 -globetrotter_N 4.0107648929727385e-6 -globigerina_N 4.0107648929727385e-6 -globin_N 4.0107648929727385e-6 -globule_N 4.0107648929727385e-6 -globulin_N 4.0107648929727385e-6 -glochidium_N 4.0107648929727385e-6 -glockenspiel_N 4.0107648929727385e-6 -glogg_N 4.0107648929727385e-6 -glomerule_N 4.0107648929727385e-6 -glomerulonephritis_N 4.0107648929727385e-6 -glomerulus_N 4.0107648929727385e-6 -gloom_N 2.0053824464863696e-5 -gloominess_N 4.0107648929727385e-6 -glop_N 4.0107648929727385e-6 -glorification_N 4.0107648929727385e-6 -gloriosa_N 4.0107648929727385e-6 -glory_N 4.010764892972739e-5 -glory_hole_N 4.0107648929727385e-6 -gloss_N 4.0107648929727385e-6 -glossalgia_N 4.0107648929727385e-6 -glossarist_N 4.0107648929727385e-6 -glossary_N 4.0107648929727385e-6 -glossiness_N 4.0107648929727385e-6 -glossitis_N 4.0107648929727385e-6 -glossolalia_N 4.0107648929727385e-6 -glossoptosis_N 4.0107648929727385e-6 -glossy_N 4.0107648929727385e-6 -glottis_N 4.0107648929727385e-6 -glottochronology_N 4.0107648929727385e-6 -glove_N 2.0053824464863696e-5 -glove_compartment_N 4.0107648929727385e-6 -glow_N 8.021529785945477e-6 -glow_worm_N 4.0107648929727385e-6 -glowworm_N 4.0107648929727385e-6 -gloxinia_N 4.0107648929727385e-6 -glucagon_N 4.0107648929727385e-6 -glucocorticoid_N 4.0107648929727385e-6 -glucosamine_N 4.0107648929727385e-6 -glucose_N 8.021529785945477e-6 -glucoside_N 4.0107648929727385e-6 -glucosuria_N 4.0107648929727385e-6 -glue_N 2.0053824464863696e-5 -glume_N 4.0107648929727385e-6 -glumness_N 4.0107648929727385e-6 -gluon_N 4.0107648929727385e-6 -glut_N 2.4064589357836434e-5 -glutamate_N 4.0107648929727385e-6 -glutamine_N 4.0107648929727385e-6 -glutelin_N 4.0107648929727385e-6 -gluten_N 4.0107648929727385e-6 -glutethimide_N 4.0107648929727385e-6 -gluteus_N 4.0107648929727385e-6 -glutton_N 4.0107648929727385e-6 -gluttony_N 4.0107648929727385e-6 -glyburide_N 4.0107648929727385e-6 -glyceraldehyde_N 4.0107648929727385e-6 -glyceride_N 4.0107648929727385e-6 -glycerine_N 4.0107648929727385e-6 -glycerite_N 4.0107648929727385e-6 -glycerogelatin_N 4.0107648929727385e-6 -glycerol_N 4.0107648929727385e-6 -glyceryl_N 4.0107648929727385e-6 -glycine_N 4.0107648929727385e-6 -glycogen_N 4.0107648929727385e-6 -glycogenesis_N 4.0107648929727385e-6 -glycolysis_N 4.0107648929727385e-6 -glycoprotein_N 4.0107648929727385e-6 -glycoside_N 4.0107648929727385e-6 -glycosuria_N 4.0107648929727385e-6 -glyph_N 4.0107648929727385e-6 -glyptics_N 4.0107648929727385e-6 -glyptography_N 4.0107648929727385e-6 -gnat_N 4.0107648929727385e-6 -gnatcatcher_N 4.0107648929727385e-6 -gnathion_N 4.0107648929727385e-6 -gnathostome_N 4.0107648929727385e-6 -gneiss_N 4.0107648929727385e-6 -gnetum_N 4.0107648929727385e-6 -gnocchi_N 4.0107648929727385e-6 -gnome_N 4.0107648929727385e-6 -gnomon_N 4.0107648929727385e-6 -gnosis_N 4.0107648929727385e-6 -gnp_N 1.2032294678918217e-5 -gnu_N 4.0107648929727385e-6 -go_N 1.2032294678918217e-5 -go_ahead_N 4.0107648929727385e-6 -go_between_N 4.0107648929727385e-6 -go_by_N 4.0107648929727385e-6 -go_cart_N 4.0107648929727385e-6 -go_getter_N 4.0107648929727385e-6 -go_kart_N 4.0107648929727385e-6 -go_slow_N 4.0107648929727385e-6 -goad_N 4.0107648929727385e-6 -goal_N 3.890441946183557e-4 -goal_kick_N 4.0107648929727385e-6 -goal_line_N 4.0107648929727385e-6 -goalie_N 4.0107648929727385e-6 -goalkeeper_N 4.0107648929727385e-6 -goalmouth_N 4.0107648929727385e-6 -goalpost_N 4.0107648929727385e-6 -goat_N 1.2032294678918217e-5 -goatee_N 8.021529785945477e-6 -goatfish_N 4.0107648929727385e-6 -goatherd_N 4.0107648929727385e-6 -goatsfoot_N 4.0107648929727385e-6 -goatskin_N 4.0107648929727385e-6 -goatsucker_N 4.0107648929727385e-6 -gob_N 4.0107648929727385e-6 -gobbet_N 4.0107648929727385e-6 -gobble_N 4.0107648929727385e-6 -gobbledygook_N 8.021529785945477e-6 -gobbler_N 4.0107648929727385e-6 -goblet_N 4.0107648929727385e-6 -goblin_N 8.021529785945477e-6 -goby_N 4.0107648929727385e-6 -god_N 8.021529785945477e-6 -godchild_N 4.0107648929727385e-6 -goddaughter_N 4.0107648929727385e-6 -goddess_N 1.2032294678918217e-5 -godfather_N 4.0107648929727385e-6 -godhead_N 4.0107648929727385e-6 -godlessness_N 4.0107648929727385e-6 -godliness_N 4.0107648929727385e-6 -godmother_N 4.0107648929727385e-6 -godown_N 4.0107648929727385e-6 -godparent_N 4.0107648929727385e-6 -godsend_N 4.0107648929727385e-6 -godson_N 4.0107648929727385e-6 -godspeed_N 4.0107648929727385e-6 -godwit_N 4.0107648929727385e-6 -goethite_N 4.0107648929727385e-6 -gofer_N 4.0107648929727385e-6 -goffer_N 4.0107648929727385e-6 -goggle_box_N 4.0107648929727385e-6 -goggles_N 4.0107648929727385e-6 -going_N 1.2032294678918217e-5 -going_over_N 4.0107648929727385e-6 -goiter_N 4.0107648929727385e-6 -goitre_N 4.0107648929727385e-6 -goitrogen_N 4.0107648929727385e-6 -gold_N 5.37442495658347e-4 -gold_beater_N 4.0107648929727385e-6 -gold_digger_N 4.0107648929727385e-6 -gold_dust_N 4.0107648929727385e-6 -gold_foil_N 4.0107648929727385e-6 -gold_leaf_N 4.0107648929727385e-6 -gold_plate_N 4.0107648929727385e-6 -gold_rush_N 4.0107648929727385e-6 -goldbeater_N 4.0107648929727385e-6 -goldbrick_N 4.0107648929727385e-6 -goldcrest_N 4.0107648929727385e-6 -goldenbush_N 4.0107648929727385e-6 -goldeneye_N 4.0107648929727385e-6 -goldenrod_N 4.0107648929727385e-6 -goldenseal_N 4.0107648929727385e-6 -goldfield_N 4.0107648929727385e-6 -goldfields_N 4.0107648929727385e-6 -goldfinch_N 4.0107648929727385e-6 -goldfish_N 4.0107648929727385e-6 -goldilocks_N 4.0107648929727385e-6 -goldmine_N 4.0107648929727385e-6 -goldsmith_N 4.0107648929727385e-6 -goldstone_N 4.0107648929727385e-6 -goldthread_N 4.0107648929727385e-6 -golem_N 4.0107648929727385e-6 -golf_N 7.21937680735093e-5 -golf_ball_N 4.0107648929727385e-6 -golf_club_N 4.0107648929727385e-6 -golf_course_N 4.0107648929727385e-6 -golf_links_N 4.0107648929727385e-6 -golfcart_N 4.0107648929727385e-6 -golfer_N 8.021529785945477e-6 -golfing_N 4.0107648929727385e-6 -goliard_N 4.0107648929727385e-6 -goliath_N 8.021529785945477e-6 -golliwog_N 4.0107648929727385e-6 -golosh_N 4.0107648929727385e-6 -gomphothere_N 4.0107648929727385e-6 -gonad_N 4.0107648929727385e-6 -gonadotropin_N 4.0107648929727385e-6 -gondola_N 4.0107648929727385e-6 -gondolier_N 4.0107648929727385e-6 -goner_N 4.0107648929727385e-6 -gong_N 4.0107648929727385e-6 -gonif_N 4.0107648929727385e-6 -goniometer_N 4.0107648929727385e-6 -gonion_N 4.0107648929727385e-6 -gonioscopy_N 4.0107648929727385e-6 -gonococcus_N 4.0107648929727385e-6 -gonorrhea_N 4.0107648929727385e-6 -gonorrhoea_N 4.0107648929727385e-6 -goo_N 4.0107648929727385e-6 -good_N 6.898515615913111e-4 -good_fellowship_N 4.0107648929727385e-6 -good_for_naught_N 4.0107648929727385e-6 -good_for_nothing_N 4.0107648929727385e-6 -good_neighbourliness_N 4.0107648929727385e-6 -goodness_N 1.2032294678918217e-5 -goodwill_N 3.208611914378191e-5 -goody_N 2.0053824464863696e-5 -goody_goody_N 4.0107648929727385e-6 -goof_N 4.0107648929727385e-6 -googly_N 4.0107648929727385e-6 -googol_N 4.0107648929727385e-6 -googolplex_N 4.0107648929727385e-6 -gook_N 4.0107648929727385e-6 -goon_N 4.0107648929727385e-6 -goosander_N 4.0107648929727385e-6 -goose_N 8.021529785945477e-6 -goose_flesh_N 4.0107648929727385e-6 -goose_step_N 4.0107648929727385e-6 -gooseberry_N 8.021529785945477e-6 -goosefish_N 4.0107648929727385e-6 -goosefoot_N 4.0107648929727385e-6 -gooseneck_N 4.0107648929727385e-6 -gopher_N 4.0107648929727385e-6 -goral_N 4.0107648929727385e-6 -gore_N 4.0107648929727385e-6 -gorge_N 4.0107648929727385e-6 -gorgerin_N 4.0107648929727385e-6 -gorget_N 4.0107648929727385e-6 -gorgon_N 4.0107648929727385e-6 -gorgonian_N 4.0107648929727385e-6 -gorgonzola_N 4.0107648929727385e-6 -gorilla_N 1.2032294678918217e-5 -gorse_N 4.0107648929727385e-6 -goshawk_N 4.0107648929727385e-6 -gosling_N 4.0107648929727385e-6 -gospel_N 1.6043059571890954e-5 -gossamer_N 4.0107648929727385e-6 -gossip_N 3.208611914378191e-5 -gossiping_N 4.0107648929727385e-6 -goth_N 4.0107648929727385e-6 -gothic_N 4.0107648929727385e-6 -gouache_N 4.0107648929727385e-6 -gouge_N 4.0107648929727385e-6 -gouger_N 4.0107648929727385e-6 -goulash_N 4.0107648929727385e-6 -gourd_N 4.0107648929727385e-6 -gourde_N 4.0107648929727385e-6 -gourmand_N 4.0107648929727385e-6 -gourmandism_N 4.0107648929727385e-6 -gourmet_N 1.2032294678918217e-5 -gout_N 4.0107648929727385e-6 -governance_N 1.2032294678918217e-5 -governed_N 4.0107648929727385e-6 -governess_N 4.0107648929727385e-6 -government_N 4.1391093695478665e-3 -governor_N 1.764736552908005e-4 -governor_general_N 4.0107648929727385e-6 -governorship_N 4.0107648929727385e-6 -govt_N 4.0107648929727385e-6 -gown_N 4.0107648929727385e-6 -gp_N 4.0107648929727385e-6 -grab_N 2.0053824464863696e-5 -grabber_N 4.0107648929727385e-6 -grace_N 3.208611914378191e-5 -gracefulness_N 4.0107648929727385e-6 -gracelessness_N 4.0107648929727385e-6 -gracilariid_N 4.0107648929727385e-6 -graciousness_N 4.0107648929727385e-6 -grackle_N 4.0107648929727385e-6 -grad_N 4.0107648929727385e-6 -gradation_N 4.0107648929727385e-6 -grade_N 6.818300318053656e-5 -grader_N 4.0107648929727385e-6 -gradient_N 4.0107648929727385e-6 -grading_N 4.0107648929727385e-6 -gradual_N 4.0107648929727385e-6 -graduality_N 4.0107648929727385e-6 -gradualness_N 4.0107648929727385e-6 -graduate_N 6.016147339459108e-5 -graduation_N 2.0053824464863696e-5 -graffito_N 4.0107648929727385e-6 -graft_N 8.021529785945477e-6 -grail_N 4.0107648929727385e-6 -grain_N 2.1257053932755517e-4 -grainfield_N 4.0107648929727385e-6 -graining_N 4.0107648929727385e-6 -gram_N 1.6043059571890954e-5 -grama_N 4.0107648929727385e-6 -gramicidin_N 4.0107648929727385e-6 -grammar_N 1.2032294678918217e-5 -grammarian_N 4.0107648929727385e-6 -gramme_N 4.0107648929727385e-6 -gramophone_N 4.0107648929727385e-6 -grampus_N 4.0107648929727385e-6 -granadilla_N 4.0107648929727385e-6 -granary_N 4.0107648929727385e-6 -grand_prix_N 1.2032294678918217e-5 -grandad_N 4.0107648929727385e-6 -grandaunt_N 4.0107648929727385e-6 -grandchild_N 1.6043059571890954e-5 -granddad_N 4.0107648929727385e-6 -granddaughter_N 4.0107648929727385e-6 -grandee_N 8.021529785945477e-6 -grandeur_N 8.021529785945477e-6 -grandfather_N 2.0053824464863696e-5 -grandiloquence_N 4.0107648929727385e-6 -grandiosity_N 4.0107648929727385e-6 -grandma_N 4.0107648929727385e-6 -grandmaster_N 4.0107648929727385e-6 -grandmother_N 2.0053824464863696e-5 -grandnephew_N 4.0107648929727385e-6 -grandniece_N 4.0107648929727385e-6 -grandpa_N 4.0107648929727385e-6 -grandparent_N 1.2032294678918217e-5 -grandson_N 1.6043059571890954e-5 -grandstand_N 4.0107648929727385e-6 -grandstander_N 4.0107648929727385e-6 -granduncle_N 4.0107648929727385e-6 -grange_N 1.2032294678918217e-5 -granite_N 2.4064589357836434e-5 -graniteware_N 4.0107648929727385e-6 -grannie_N 4.0107648929727385e-6 -granny_N 4.0107648929727385e-6 -granola_N 4.0107648929727385e-6 -grant_N 1.644413606118823e-4 -grantee_N 4.0107648929727385e-6 -granter_N 4.0107648929727385e-6 -grantor_N 4.0107648929727385e-6 -granularity_N 4.0107648929727385e-6 -granulation_N 4.0107648929727385e-6 -granule_N 4.0107648929727385e-6 -granulocyte_N 4.0107648929727385e-6 -granuloma_N 4.0107648929727385e-6 -grape_N 2.4064589357836434e-5 -grape_sugar_N 4.0107648929727385e-6 -grapefruit_N 4.0107648929727385e-6 -grapeshot_N 4.0107648929727385e-6 -grapevine_N 2.0053824464863696e-5 -graph_N 2.0053824464863696e-5 -graphic_N 4.0107648929727385e-6 -graphics_N 1.1230141700323669e-4 -graphite_N 8.021529785945477e-6 -graphologist_N 4.0107648929727385e-6 -graphology_N 4.0107648929727385e-6 -grapnel_N 4.0107648929727385e-6 -grappa_N 4.0107648929727385e-6 -grappling_iron_N 4.0107648929727385e-6 -grasp_N 1.2032294678918217e-5 -grasping_N 4.0107648929727385e-6 -grass_N 1.6043059571890954e-5 -grassfinch_N 4.0107648929727385e-6 -grassfire_N 4.0107648929727385e-6 -grasshopper_N 4.0107648929727385e-6 -grassland_N 4.0107648929727385e-6 -grate_N 4.0107648929727385e-6 -gratefulness_N 4.0107648929727385e-6 -grater_N 4.0107648929727385e-6 -gratification_N 4.0107648929727385e-6 -grating_N 4.0107648929727385e-6 -gratitude_N 8.021529785945477e-6 -gratuity_N 1.6043059571890954e-5 -grave_N 1.6043059571890954e-5 -gravedigger_N 4.0107648929727385e-6 -gravel_N 4.0107648929727385e-6 -gravelweed_N 4.0107648929727385e-6 -graveness_N 4.0107648929727385e-6 -graver_N 4.0107648929727385e-6 -graverobber_N 4.0107648929727385e-6 -gravestone_N 4.0107648929727385e-6 -graveyard_N 1.2032294678918217e-5 -gravida_N 4.0107648929727385e-6 -gravidity_N 4.0107648929727385e-6 -gravimeter_N 4.0107648929727385e-6 -graving_dock_N 2.0053824464863696e-5 -gravitation_N 4.0107648929727385e-6 -graviton_N 4.0107648929727385e-6 -gravity_N 1.2032294678918217e-5 -gravure_N 4.0107648929727385e-6 -gravy_N 1.2032294678918217e-5 -gravy_boat_N 4.0107648929727385e-6 -gray_N 8.021529785945477e-6 -graze_N 4.0107648929727385e-6 -grazier_N 4.0107648929727385e-6 -grazing_N 4.0107648929727385e-6 -grazing_land_N 4.0107648929727385e-6 -grease_N 2.0053824464863696e-5 -grease_gun_N 4.0107648929727385e-6 -greasepaint_N 4.0107648929727385e-6 -greaser_N 4.0107648929727385e-6 -greasewood_N 4.0107648929727385e-6 -greasiness_N 4.0107648929727385e-6 -great_N 4.0107648929727385e-6 -greatcoat_N 4.0107648929727385e-6 -greatness_N 1.6043059571890954e-5 -greave_N 4.0107648929727385e-6 -greaves_N 4.0107648929727385e-6 -grebe_N 4.0107648929727385e-6 -greed_N 2.4064589357836434e-5 -greediness_N 4.0107648929727385e-6 -greek_N 8.021529785945477e-6 -green_N 3.609688403675465e-5 -greenback_N 8.021529785945477e-6 -greenbelt_N 4.0107648929727385e-6 -greenbottle_N 4.0107648929727385e-6 -greenery_N 4.0107648929727385e-6 -greeneye_N 4.0107648929727385e-6 -greenfly_N 4.0107648929727385e-6 -greengage_N 4.0107648929727385e-6 -greengrocer_N 4.0107648929727385e-6 -greengrocery_N 4.0107648929727385e-6 -greenhorn_N 4.0107648929727385e-6 -greenhouse_N 6.016147339459108e-5 -greenishness_N 4.0107648929727385e-6 -greenling_N 4.0107648929727385e-6 -greenmail_N 4.0107648929727385e-6 -greenness_N 4.0107648929727385e-6 -greenockite_N 4.0107648929727385e-6 -greenroom_N 4.0107648929727385e-6 -greens_N 4.0107648929727385e-6 -greensand_N 4.0107648929727385e-6 -greenshank_N 4.0107648929727385e-6 -greenskeeper_N 4.0107648929727385e-6 -greensward_N 4.0107648929727385e-6 -greenwing_N 4.0107648929727385e-6 -greenwood_N 4.0107648929727385e-6 -greeter_N 4.0107648929727385e-6 -greeting_N 4.0107648929727385e-6 -gregarine_N 4.0107648929727385e-6 -gregariousness_N 4.0107648929727385e-6 -greisen_N 4.0107648929727385e-6 -gremlin_N 4.0107648929727385e-6 -grenade_N 8.021529785945477e-6 -grenadian_N 4.0107648929727385e-6 -grenadier_N 4.0107648929727385e-6 -grenadine_N 4.0107648929727385e-6 -grevillea_N 4.0107648929727385e-6 -grey_N 4.0107648929727385e-6 -greyback_N 4.0107648929727385e-6 -greybeard_N 4.0107648929727385e-6 -greyhen_N 4.0107648929727385e-6 -greyhound_N 4.0107648929727385e-6 -greylag_N 4.0107648929727385e-6 -grid_N 2.4064589357836434e-5 -griddle_N 4.0107648929727385e-6 -gridiron_N 8.021529785945477e-6 -gridlock_N 4.0107648929727385e-6 -grief_N 8.021529785945477e-6 -grievance_N 3.208611914378191e-5 -griffin_N 4.0107648929727385e-6 -griffon_N 4.0107648929727385e-6 -grigri_N 4.0107648929727385e-6 -grill_N 4.0107648929727385e-6 -grille_N 4.0107648929727385e-6 -grillroom_N 4.0107648929727385e-6 -grimace_N 8.021529785945477e-6 -grime_N 4.0107648929727385e-6 -griminess_N 4.0107648929727385e-6 -grimness_N 8.021529785945477e-6 -grimoire_N 4.0107648929727385e-6 -grin_N 8.021529785945477e-6 -grind_N 4.0107648929727385e-6 -grinder_N 1.2032294678918217e-5 -grinding_N 4.0107648929727385e-6 -grindstone_N 4.0107648929727385e-6 -gringo_N 4.0107648929727385e-6 -grinner_N 4.0107648929727385e-6 -griot_N 4.0107648929727385e-6 -grip_N 7.21937680735093e-5 -gripe_N 4.0107648929727385e-6 -grippe_N 4.0107648929727385e-6 -gripsack_N 4.0107648929727385e-6 -grisaille_N 4.0107648929727385e-6 -griseofulvin_N 4.0107648929727385e-6 -grison_N 4.0107648929727385e-6 -grissino_N 4.0107648929727385e-6 -grist_N 4.0107648929727385e-6 -gristle_N 4.0107648929727385e-6 -gristmill_N 4.0107648929727385e-6 -grit_N 4.0107648929727385e-6 -grits_N 4.0107648929727385e-6 -grivet_N 4.0107648929727385e-6 -grizzle_N 4.0107648929727385e-6 -grizzly_N 4.0107648929727385e-6 -groan_N 4.0107648929727385e-6 -groaner_N 4.0107648929727385e-6 -groat_N 4.0107648929727385e-6 -groats_N 4.0107648929727385e-6 -grocer_N 4.0107648929727385e-6 -grocery_N 7.620453296648204e-5 -groenendael_N 4.0107648929727385e-6 -grog_N 4.0107648929727385e-6 -grogginess_N 4.0107648929727385e-6 -grogram_N 4.0107648929727385e-6 -groin_N 4.0107648929727385e-6 -gromwell_N 4.0107648929727385e-6 -groom_N 4.0107648929727385e-6 -groomsman_N 4.0107648929727385e-6 -groove_N 8.021529785945477e-6 -groover_N 4.0107648929727385e-6 -grooving_N 4.0107648929727385e-6 -grope_N 4.0107648929727385e-6 -grosbeak_N 4.0107648929727385e-6 -groschen_N 4.0107648929727385e-6 -grosgrain_N 4.0107648929727385e-6 -gross_N 4.0107648929727385e-6 -grossness_N 4.0107648929727385e-6 -grosz_N 4.0107648929727385e-6 -grot_N 4.0107648929727385e-6 -grotesque_N 4.0107648929727385e-6 -grotesqueness_N 4.0107648929727385e-6 -grotto_N 4.0107648929727385e-6 -grouch_N 4.0107648929727385e-6 -ground_N 3.288827212237646e-4 -ground_bait_N 4.0107648929727385e-6 -ground_fish_N 4.0107648929727385e-6 -ground_plan_N 4.0107648929727385e-6 -ground_rent_N 4.0107648929727385e-6 -groundbreaking_N 4.0107648929727385e-6 -groundcover_N 4.0107648929727385e-6 -grounder_N 4.0107648929727385e-6 -groundfish_N 4.0107648929727385e-6 -groundhog_N 4.0107648929727385e-6 -grounding_N 8.021529785945477e-6 -groundlessness_N 4.0107648929727385e-6 -groundling_N 4.0107648929727385e-6 -groundmass_N 4.0107648929727385e-6 -groundnut_N 4.0107648929727385e-6 -grounds_N 4.0107648929727385e-6 -groundsel_N 4.0107648929727385e-6 -groundsheet_N 4.0107648929727385e-6 -groundsman_N 4.0107648929727385e-6 -groundspeed_N 4.0107648929727385e-6 -groundwork_N 2.4064589357836434e-5 -group_N 3.794183588752211e-3 -grouper_N 4.0107648929727385e-6 -groupie_N 4.0107648929727385e-6 -grouping_N 4.0107648929727385e-6 -groupthink_N 4.0107648929727385e-6 -groupware_N 4.0107648929727385e-6 -grouse_N 4.0107648929727385e-6 -grouseberry_N 4.0107648929727385e-6 -grout_N 4.0107648929727385e-6 -grove_N 8.021529785945477e-6 -groveller_N 4.0107648929727385e-6 -grower_N 1.0427988721729121e-4 -growing_N 4.0107648929727385e-6 -growl_N 4.0107648929727385e-6 -growler_N 4.0107648929727385e-6 -growling_N 4.0107648929727385e-6 -grown_up_N 4.0107648929727385e-6 -growth_N 1.8369303209815144e-3 -groyne_N 4.0107648929727385e-6 -grub_N 4.0107648929727385e-6 -grubbiness_N 4.0107648929727385e-6 -grubby_N 4.0107648929727385e-6 -grubstake_N 4.0107648929727385e-6 -grudge_N 4.0107648929727385e-6 -gruel_N 4.0107648929727385e-6 -gruesomeness_N 4.0107648929727385e-6 -gruffness_N 4.0107648929727385e-6 -grugru_N 4.0107648929727385e-6 -grumble_N 4.0107648929727385e-6 -grumbler_N 4.0107648929727385e-6 -grume_N 4.0107648929727385e-6 -grumpiness_N 4.0107648929727385e-6 -grundyism_N 4.0107648929727385e-6 -grunt_N 4.0107648929727385e-6 -grunter_N 4.0107648929727385e-6 -gryphon_N 4.0107648929727385e-6 -guacamole_N 4.0107648929727385e-6 -guaiacum_N 4.0107648929727385e-6 -guama_N 4.0107648929727385e-6 -guan_N 4.0107648929727385e-6 -guanabenz_N 4.0107648929727385e-6 -guanaco_N 4.0107648929727385e-6 -guanine_N 4.0107648929727385e-6 -guano_N 4.0107648929727385e-6 -guar_N 4.0107648929727385e-6 -guarani_N 4.0107648929727385e-6 -guarantee_N 3.3690425100971005e-4 -guarantor_N 8.021529785945477e-6 -guaranty_N 4.0107648929727385e-6 -guard_N 8.021529785945478e-5 -guard_boat_N 4.0107648929727385e-6 -guardhouse_N 4.0107648929727385e-6 -guardian_N 1.2032294678918217e-5 -guardianship_N 4.0107648929727385e-6 -guardrail_N 4.0107648929727385e-6 -guardroom_N 4.0107648929727385e-6 -guardship_N 4.0107648929727385e-6 -guardsman_N 4.0107648929727385e-6 -guatemalan_N 4.0107648929727385e-6 -guava_N 4.0107648929727385e-6 -guayule_N 4.0107648929727385e-6 -gudgeon_N 4.0107648929727385e-6 -guelder_rose_N 4.0107648929727385e-6 -guenon_N 4.0107648929727385e-6 -guerdon_N 4.0107648929727385e-6 -guereza_N 4.0107648929727385e-6 -gueridon_N 4.0107648929727385e-6 -guerilla_N 4.0107648929727385e-6 -guerrilla_N 8.021529785945478e-5 -guess_N 1.2032294678918217e-5 -guesser_N 4.0107648929727385e-6 -guesstimate_N 4.0107648929727385e-6 -guesswork_N 8.021529785945477e-6 -guest_N 8.422606275242751e-5 -guest_night_N 4.0107648929727385e-6 -guesthouse_N 4.0107648929727385e-6 -guestroom_N 4.0107648929727385e-6 -guffaw_N 4.0107648929727385e-6 -guidance_N 1.6043059571890954e-5 -guide_N 1.0829065211026395e-4 -guidebook_N 4.0107648929727385e-6 -guideline_N 2.5267818825728253e-4 -guidepost_N 4.0107648929727385e-6 -guild_N 3.208611914378191e-5 -guild_hall_N 4.0107648929727385e-6 -guilder_N 7.620453296648204e-5 -guildhall_N 4.0107648929727385e-6 -guile_N 8.021529785945477e-6 -guillemot_N 4.0107648929727385e-6 -guilloche_N 4.0107648929727385e-6 -guillotine_N 4.0107648929727385e-6 -guilt_N 2.4064589357836434e-5 -guiltiness_N 4.0107648929727385e-6 -guimpe_N 4.0107648929727385e-6 -guinea_N 2.0053824464863696e-5 -guinea_fowl_N 4.0107648929727385e-6 -guinea_pig_N 4.0107648929727385e-6 -guinean_N 4.0107648929727385e-6 -guinness_N 4.0107648929727385e-6 -guise_N 1.6043059571890954e-5 -guitar_N 4.0107648929727385e-6 -guitarfish_N 4.0107648929727385e-6 -guitarist_N 4.0107648929727385e-6 -gulag_N 4.0107648929727385e-6 -gulch_N 4.0107648929727385e-6 -gulden_N 4.0107648929727385e-6 -gulf_N 1.2032294678918217e-5 -gulfweed_N 4.0107648929727385e-6 -gull_N 4.0107648929727385e-6 -gullet_N 4.0107648929727385e-6 -gullibility_N 4.0107648929727385e-6 -gully_N 4.0107648929727385e-6 -gulp_N 4.0107648929727385e-6 -gulper_N 4.0107648929727385e-6 -gulping_N 4.0107648929727385e-6 -gum_N 4.010764892972739e-5 -gumbo_N 4.0107648929727385e-6 -gumboil_N 4.0107648929727385e-6 -gumboot_N 4.0107648929727385e-6 -gumdrop_N 4.0107648929727385e-6 -gumma_N 4.0107648929727385e-6 -gummite_N 4.0107648929727385e-6 -gummosis_N 4.0107648929727385e-6 -gumption_N 4.0107648929727385e-6 -gumshoe_N 4.0107648929727385e-6 -gumweed_N 4.0107648929727385e-6 -gumwood_N 4.0107648929727385e-6 -gun_N 6.417223828756382e-5 -gun_carriage_N 4.0107648929727385e-6 -gunboat_N 4.0107648929727385e-6 -guncotton_N 4.0107648929727385e-6 -gundog_N 4.0107648929727385e-6 -gunfight_N 4.0107648929727385e-6 -gunfire_N 4.0107648929727385e-6 -gunflint_N 4.0107648929727385e-6 -gunite_N 4.0107648929727385e-6 -gunlock_N 4.0107648929727385e-6 -gunman_N 1.6043059571890954e-5 -gunmetal_N 4.0107648929727385e-6 -gunnel_N 4.0107648929727385e-6 -gunner_N 1.2032294678918217e-5 -gunnery_N 4.0107648929727385e-6 -gunny_N 8.021529785945477e-6 -gunnysack_N 4.0107648929727385e-6 -gunplay_N 4.0107648929727385e-6 -gunpoint_N 8.021529785945477e-6 -gunpowder_N 4.0107648929727385e-6 -gunroom_N 4.0107648929727385e-6 -gunrunner_N 4.0107648929727385e-6 -gunrunning_N 4.0107648929727385e-6 -gunshot_N 8.021529785945477e-6 -gunsight_N 4.0107648929727385e-6 -gunsmith_N 4.0107648929727385e-6 -gunwale_N 4.0107648929727385e-6 -guppy_N 4.0107648929727385e-6 -gurgle_N 4.0107648929727385e-6 -gurkha_N 4.0107648929727385e-6 -gurnard_N 4.0107648929727385e-6 -gurney_N 4.0107648929727385e-6 -guru_N 2.4064589357836434e-5 -gush_N 4.0107648929727385e-6 -gusher_N 4.0107648929727385e-6 -gusset_N 4.0107648929727385e-6 -gust_N 4.0107648929727385e-6 -gustation_N 4.0107648929727385e-6 -gusto_N 8.021529785945477e-6 -gut_N 3.609688403675465e-5 -gutlessness_N 4.0107648929727385e-6 -gutsiness_N 4.0107648929727385e-6 -gutta_percha_N 4.0107648929727385e-6 -gutter_N 8.021529785945477e-6 -guttersnipe_N 4.0107648929727385e-6 -guttural_N 4.0107648929727385e-6 -guvnor_N 4.0107648929727385e-6 -guy_N 2.5267818825728253e-4 -guyanese_N 4.0107648929727385e-6 -guyot_N 4.0107648929727385e-6 -guzzler_N 4.0107648929727385e-6 -gym_N 4.0107648929727385e-6 -gymkhana_N 4.0107648929727385e-6 -gymnasium_N 4.0107648929727385e-6 -gymnast_N 4.0107648929727385e-6 -gymnastics_N 8.021529785945477e-6 -gymnosophist_N 4.0107648929727385e-6 -gymnosophy_N 4.0107648929727385e-6 -gymnosperm_N 4.0107648929727385e-6 -gymslip_N 4.0107648929727385e-6 -gynaecologist_N 4.0107648929727385e-6 -gynaecology_N 4.0107648929727385e-6 -gynecocracy_N 4.0107648929727385e-6 -gynecologistFem_N 4.0107648929727385e-6 -gynecologistMasc_N 4.0107648929727385e-6 -gynecology_N 4.0107648929727385e-6 -gynecomastia_N 4.0107648929727385e-6 -gyneolatry_N 4.0107648929727385e-6 -gynobase_N 4.0107648929727385e-6 -gynoecium_N 4.0107648929727385e-6 -gynogenesis_N 4.0107648929727385e-6 -gynophobia_N 4.0107648929727385e-6 -gynophore_N 4.0107648929727385e-6 -gynostegium_N 4.0107648929727385e-6 -gyp_N 4.0107648929727385e-6 -gypsum_N 4.0107648929727385e-6 -gypsy_N 8.021529785945477e-6 -gyration_N 1.243337116821549e-4 -gyrfalcon_N 4.0107648929727385e-6 -gyro_N 4.0107648929727385e-6 -gyrocompass_N 4.0107648929727385e-6 -gyromitra_N 4.0107648929727385e-6 -gyroscope_N 4.0107648929727385e-6 -gyrostabilizer_N 4.0107648929727385e-6 -gyrus_N 4.0107648929727385e-6 -h_bomb_N 4.0107648929727385e-6 -ha'p'orth_N 4.0107648929727385e-6 -ha'penny_N 4.0107648929727385e-6 -habanera_N 4.0107648929727385e-6 -habeas_corpus_N 4.0107648929727385e-6 -haberdasher_N 4.0107648929727385e-6 -haberdashery_N 8.021529785945477e-6 -habergeon_N 4.0107648929727385e-6 -habit_N 7.620453296648204e-5 -habitability_N 4.0107648929727385e-6 -habitat_N 1.2032294678918217e-5 -habitation_N 4.0107648929727385e-6 -habituation_N 4.0107648929727385e-6 -habitude_N 4.0107648929727385e-6 -habitue_N 4.0107648929727385e-6 -habitus_N 4.0107648929727385e-6 -hacek_N 4.0107648929727385e-6 -hacienda_N 4.0107648929727385e-6 -hack_N 8.021529785945477e-6 -hackberry_N 4.0107648929727385e-6 -hacker_N 4.0107648929727385e-6 -hackle_N 4.0107648929727385e-6 -hackney_N 4.0107648929727385e-6 -hacksaw_N 4.0107648929727385e-6 -hackwork_N 4.0107648929727385e-6 -haddock_N 4.0107648929727385e-6 -hadji_N 4.0107648929727385e-6 -hadron_N 4.0107648929727385e-6 -hadrosaur_N 4.0107648929727385e-6 -haematite_N 4.0107648929727385e-6 -haemoglobin_N 4.0107648929727385e-6 -haemophilia_N 4.0107648929727385e-6 -haemophiliac_N 4.0107648929727385e-6 -haemoproteid_N 4.0107648929727385e-6 -haemorrhage_N 4.0107648929727385e-6 -haemosporidian_N 4.0107648929727385e-6 -hafnium_N 4.0107648929727385e-6 -haft_N 4.0107648929727385e-6 -hag_N 4.0107648929727385e-6 -hagberry_N 4.0107648929727385e-6 -hagfish_N 4.0107648929727385e-6 -haggis_N 4.0107648929727385e-6 -haggle_N 4.0107648929727385e-6 -haggler_N 4.0107648929727385e-6 -hagiographer_N 4.0107648929727385e-6 -hagiography_N 4.0107648929727385e-6 -hagiolatry_N 4.0107648929727385e-6 -hagiology_N 4.0107648929727385e-6 -haha_N 4.0107648929727385e-6 -haik_N 4.0107648929727385e-6 -haiku_N 4.0107648929727385e-6 -hail_N 1.2032294678918217e-5 -hailstone_N 4.0107648929727385e-6 -hailstorm_N 4.0107648929727385e-6 -hair's_breadth_N 4.0107648929727385e-6 -hair_N 6.818300318053656e-5 -hair_breadth_N 4.0107648929727385e-6 -hair_dye_N 4.0107648929727385e-6 -hair_oil_N 4.0107648929727385e-6 -hair_shirt_N 4.0107648929727385e-6 -hair_slide_N 4.0107648929727385e-6 -hair_trigger_N 4.0107648929727385e-6 -hairball_N 4.0107648929727385e-6 -hairbrush_N 4.0107648929727385e-6 -haircloth_N 4.0107648929727385e-6 -haircut_N 4.0107648929727385e-6 -hairdo_N 4.0107648929727385e-6 -hairdresser_N 8.021529785945477e-6 -hairdressing_N 4.0107648929727385e-6 -hairiness_N 4.0107648929727385e-6 -hairlessness_N 4.0107648929727385e-6 -hairline_N 8.021529785945477e-6 -hairnet_N 4.0107648929727385e-6 -hairpiece_N 4.0107648929727385e-6 -hairpin_N 4.0107648929727385e-6 -hairsplitter_N 4.0107648929727385e-6 -hairsplitting_N 4.0107648929727385e-6 -hairspring_N 4.0107648929727385e-6 -hairstreak_N 4.0107648929727385e-6 -hairstyle_N 4.0107648929727385e-6 -hairstylist_N 4.0107648929727385e-6 -hairweaving_N 4.0107648929727385e-6 -haitian_N 4.0107648929727385e-6 -hajj_N 4.0107648929727385e-6 -hajji_N 4.0107648929727385e-6 -hake_N 4.0107648929727385e-6 -hakim_N 4.0107648929727385e-6 -halal_N 4.0107648929727385e-6 -halberd_N 4.0107648929727385e-6 -halberdier_N 4.0107648929727385e-6 -halcyon_N 4.0107648929727385e-6 -haler_N 4.0107648929727385e-6 -half_N 8.181960381664387e-4 -half_blood_N 4.0107648929727385e-6 -half_breed_N 4.0107648929727385e-6 -half_brother_N 4.0107648929727385e-6 -half_caste_N 4.0107648929727385e-6 -half_crown_N 4.0107648929727385e-6 -half_holiday_N 4.0107648929727385e-6 -half_hour_N 4.0107648929727385e-6 -half_pay_N 4.0107648929727385e-6 -half_sister_N 4.0107648929727385e-6 -half_time_N 4.0107648929727385e-6 -half_track_N 4.0107648929727385e-6 -half_truth_N 4.0107648929727385e-6 -half_volley_N 4.0107648929727385e-6 -halfback_N 4.0107648929727385e-6 -halfbeak_N 4.0107648929727385e-6 -halfpenny_N 4.0107648929727385e-6 -halfpennyworth_N 4.0107648929727385e-6 -halftime_N 4.0107648929727385e-6 -halftone_N 4.0107648929727385e-6 -halfwit_N 4.0107648929727385e-6 -halibut_N 4.0107648929727385e-6 -halide_N 4.0107648929727385e-6 -halite_N 4.0107648929727385e-6 -halitosis_N 4.0107648929727385e-6 -halitus_N 4.0107648929727385e-6 -hall_N 6.818300318053656e-5 -hall_stand_N 4.0107648929727385e-6 -hallelujah_N 4.0107648929727385e-6 -halliard_N 4.0107648929727385e-6 -hallmark_N 1.2032294678918217e-5 -halloo_N 4.0107648929727385e-6 -hallow_N 4.0107648929727385e-6 -hallowe'en_N 4.0107648929727385e-6 -hallstand_N 4.0107648929727385e-6 -hallucination_N 4.0107648929727385e-6 -hallucinogen_N 4.0107648929727385e-6 -hallucinosis_N 4.0107648929727385e-6 -hallway_N 4.0107648929727385e-6 -halma_N 4.0107648929727385e-6 -halo_N 8.021529785945477e-6 -halobacteria_N 4.0107648929727385e-6 -halocarbon_N 4.0107648929727385e-6 -haloform_N 4.0107648929727385e-6 -halogen_N 4.0107648929727385e-6 -halogeton_N 4.0107648929727385e-6 -halon_N 4.0107648929727385e-6 -haloperidol_N 4.0107648929727385e-6 -halophile_N 4.0107648929727385e-6 -halophyte_N 4.0107648929727385e-6 -halothane_N 4.0107648929727385e-6 -halt_N 1.8048442018377323e-4 -halter_N 4.0107648929727385e-6 -halyard_N 4.0107648929727385e-6 -ham_N 8.021529785945477e-6 -hamadryad_N 4.0107648929727385e-6 -hamartoma_N 4.0107648929727385e-6 -hamate_N 4.0107648929727385e-6 -hamburger_N 2.4064589357836434e-5 -hame_N 4.0107648929727385e-6 -hamelia_N 4.0107648929727385e-6 -hamlet_N 4.0107648929727385e-6 -hammer_N 4.0107648929727385e-6 -hammerhead_N 4.0107648929727385e-6 -hammerlock_N 4.0107648929727385e-6 -hammertoe_N 4.0107648929727385e-6 -hamming_N 4.0107648929727385e-6 -hammock_N 4.0107648929727385e-6 -hamper_N 4.0107648929727385e-6 -hamster_N 4.0107648929727385e-6 -hamstring_N 4.0107648929727385e-6 -hand_N 8.382498626313024e-4 -hand_barrow_N 4.0107648929727385e-6 -hand_grenade_N 4.0107648929727385e-6 -hand_luggage_N 4.0107648929727385e-6 -hand_me_down_N 4.0107648929727385e-6 -hand_organ_N 4.0107648929727385e-6 -hand_out_N 4.0107648929727385e-6 -handbag_N 4.0107648929727385e-6 -handball_N 4.0107648929727385e-6 -handbarrow_N 4.0107648929727385e-6 -handbell_N 4.0107648929727385e-6 -handbill_N 8.021529785945477e-6 -handbook_N 8.021529785945477e-6 -handbow_N 4.0107648929727385e-6 -handbrake_N 4.0107648929727385e-6 -handbreadth_N 4.0107648929727385e-6 -handcar_N 4.0107648929727385e-6 -handcart_N 4.0107648929727385e-6 -handclap_N 4.0107648929727385e-6 -handcuff_N 8.021529785945477e-6 -handedness_N 4.0107648929727385e-6 -handful_N 1.4839830103999133e-4 -handhold_N 4.0107648929727385e-6 -handicap_N 1.6043059571890954e-5 -handicraft_N 4.0107648929727385e-6 -handiness_N 4.0107648929727385e-6 -handiwork_N 4.0107648929727385e-6 -handkerchief_N 4.0107648929727385e-6 -handle_N 4.0107648929727385e-6 -handlebar_N 4.0107648929727385e-6 -handler_N 2.0053824464863696e-5 -handline_N 4.0107648929727385e-6 -handling_N 4.0107648929727385e-6 -handloom_N 4.0107648929727385e-6 -handmaid_N 4.0107648929727385e-6 -handoff_N 4.0107648929727385e-6 -handout_N 4.0107648929727385e-6 -handover_N 4.0107648929727385e-6 -handrail_N 4.0107648929727385e-6 -handrest_N 4.0107648929727385e-6 -hands_N 4.0107648929727385e-6 -handsaw_N 4.0107648929727385e-6 -handset_N 4.0107648929727385e-6 -handshake_N 8.021529785945477e-6 -handshaking_N 4.0107648929727385e-6 -handsomeness_N 4.0107648929727385e-6 -handspike_N 4.0107648929727385e-6 -handspring_N 4.0107648929727385e-6 -handstamp_N 4.0107648929727385e-6 -handstand_N 8.021529785945477e-6 -handwear_N 4.0107648929727385e-6 -handwheel_N 4.0107648929727385e-6 -handwork_N 4.0107648929727385e-6 -handwriting_N 1.2032294678918217e-5 -handyman_N 4.0107648929727385e-6 -hang_N 4.0107648929727385e-6 -hang_up_N 4.0107648929727385e-6 -hangar_N 8.021529785945477e-6 -hanger_N 4.0107648929727385e-6 -hanger_on_N 4.0107648929727385e-6 -hanging_N 8.021529785945477e-6 -hangman_N 4.0107648929727385e-6 -hangnail_N 4.0107648929727385e-6 -hangover_N 1.2032294678918217e-5 -hank_N 8.021529785945477e-6 -hankering_N 4.0107648929727385e-6 -hanky_N 4.0107648929727385e-6 -hanky_panky_N 4.0107648929727385e-6 -hansard_N 4.0107648929727385e-6 -hansom_N 4.0107648929727385e-6 -hao_N 4.0107648929727385e-6 -hap_N 4.0107648929727385e-6 -haploid_N 4.0107648929727385e-6 -haploidy_N 4.0107648929727385e-6 -haplosporidian_N 4.0107648929727385e-6 -haplotype_N 4.0107648929727385e-6 -happening_N 2.4064589357836434e-5 -happiness_N 8.021529785945477e-6 -haptoglobin_N 4.0107648929727385e-6 -hara_kiri_N 4.0107648929727385e-6 -harakiri_N 4.0107648929727385e-6 -harangue_N 1.2032294678918217e-5 -haranguer_N 4.0107648929727385e-6 -harasser_N 4.0107648929727385e-6 -harassment_N 1.2032294678918217e-5 -harbinger_N 2.4064589357836434e-5 -harbour_N 4.0107648929727385e-6 -harbourage_N 4.0107648929727385e-6 -hardback_N 4.0107648929727385e-6 -hardbake_N 4.0107648929727385e-6 -hardball_N 4.0107648929727385e-6 -hardboard_N 4.0107648929727385e-6 -hardcover_N 8.021529785945477e-6 -hardening_N 4.0107648929727385e-6 -hardihood_N 4.0107648929727385e-6 -hardiness_N 4.0107648929727385e-6 -hardinggrass_N 4.0107648929727385e-6 -hardliner_N 8.021529785945477e-6 -hardness_N 4.0107648929727385e-6 -hardship_N 1.6043059571890954e-5 -hardtack_N 4.0107648929727385e-6 -hardtop_N 4.0107648929727385e-6 -hardware_N 1.1230141700323669e-4 -hardwood_N 8.021529785945477e-6 -hare_N 4.0107648929727385e-6 -harebell_N 4.0107648929727385e-6 -harelip_N 4.0107648929727385e-6 -harem_N 4.0107648929727385e-6 -haricot_N 4.0107648929727385e-6 -harlequin_N 4.0107648929727385e-6 -harlequinade_N 4.0107648929727385e-6 -harlot_N 4.0107648929727385e-6 -harm_N 4.4118413822700127e-5 -harmattan_N 4.0107648929727385e-6 -harmfulness_N 4.0107648929727385e-6 -harmonic_N 4.0107648929727385e-6 -harmonica_N 4.0107648929727385e-6 -harmonics_N 4.0107648929727385e-6 -harmonium_N 4.0107648929727385e-6 -harmonization_N 4.0107648929727385e-6 -harmonizer_N 4.0107648929727385e-6 -harmony_N 2.8075354250809173e-5 -harness_N 4.0107648929727385e-6 -harp_N 4.0107648929727385e-6 -harper_N 4.0107648929727385e-6 -harpist_N 4.0107648929727385e-6 -harpoon_N 4.0107648929727385e-6 -harpooner_N 4.0107648929727385e-6 -harpsichord_N 4.0107648929727385e-6 -harpsichordist_N 4.0107648929727385e-6 -harpulla_N 4.0107648929727385e-6 -harpullia_N 4.0107648929727385e-6 -harpy_N 4.0107648929727385e-6 -harridan_N 4.0107648929727385e-6 -harrier_N 4.0107648929727385e-6 -harrow_N 4.0107648929727385e-6 -harshness_N 8.021529785945477e-6 -hart_N 4.0107648929727385e-6 -hartebeest_N 4.0107648929727385e-6 -harum_scarum_N 4.0107648929727385e-6 -harvest_N 6.818300318053656e-5 -harvester_N 4.0107648929727385e-6 -harvestfish_N 4.0107648929727385e-6 -harvestman_N 4.0107648929727385e-6 -has_been_N 4.0107648929727385e-6 -hash_N 4.0107648929727385e-6 -hashish_N 8.021529785945477e-6 -haslet_N 4.0107648929727385e-6 -hasp_N 4.0107648929727385e-6 -hassium_N 4.0107648929727385e-6 -hassle_N 1.2032294678918217e-5 -hassock_N 4.0107648929727385e-6 -haste_N 1.2032294678918217e-5 -hastiness_N 4.0107648929727385e-6 -hat_N 8.422606275242751e-5 -hatband_N 4.0107648929727385e-6 -hatbox_N 4.0107648929727385e-6 -hatch_N 4.0107648929727385e-6 -hatchback_N 4.0107648929727385e-6 -hatchel_N 4.0107648929727385e-6 -hatchery_N 4.0107648929727385e-6 -hatchet_N 8.021529785945477e-6 -hatching_N 4.0107648929727385e-6 -hatchling_N 4.0107648929727385e-6 -hatchway_N 4.0107648929727385e-6 -hate_N 8.021529785945477e-6 -hatefulness_N 4.0107648929727385e-6 -hatemonger_N 4.0107648929727385e-6 -hater_N 4.0107648929727385e-6 -hatful_N 4.0107648929727385e-6 -hatmaker_N 4.0107648929727385e-6 -hatpin_N 4.0107648929727385e-6 -hatred_N 8.021529785945477e-6 -hatter_N 4.0107648929727385e-6 -hauberk_N 4.0107648929727385e-6 -haughtiness_N 4.0107648929727385e-6 -haul_N 3.208611914378191e-5 -haulage_N 8.021529785945477e-6 -hauler_N 4.0107648929727385e-6 -haulier_N 4.0107648929727385e-6 -hauling_N 4.0107648929727385e-6 -haulm_N 4.0107648929727385e-6 -haunch_N 4.0107648929727385e-6 -haunt_N 2.8075354250809173e-5 -hausmannite_N 4.0107648929727385e-6 -haustorium_N 4.0107648929727385e-6 -hautboy_N 4.0107648929727385e-6 -hauteur_N 8.021529785945477e-6 -havana_N 4.0107648929727385e-6 -havelock_N 4.0107648929727385e-6 -haven_N 4.010764892972739e-5 -haversack_N 4.0107648929727385e-6 -havoc_N 3.208611914378191e-5 -haw_N 4.0107648929727385e-6 -haw_haw_N 4.0107648929727385e-6 -hawala_N 4.0107648929727385e-6 -hawfinch_N 4.0107648929727385e-6 -hawk_N 2.0053824464863696e-5 -hawkbit_N 4.0107648929727385e-6 -hawker_N 8.021529785945477e-6 -hawkishness_N 4.0107648929727385e-6 -hawkmoth_N 4.0107648929727385e-6 -hawkweed_N 4.0107648929727385e-6 -hawse_N 4.0107648929727385e-6 -hawser_N 4.0107648929727385e-6 -hawthorn_N 4.0107648929727385e-6 -hay_N 1.2032294678918217e-5 -haycock_N 4.0107648929727385e-6 -hayfield_N 4.0107648929727385e-6 -hayfork_N 4.0107648929727385e-6 -haying_N 4.0107648929727385e-6 -hayloft_N 4.0107648929727385e-6 -haymaker_N 4.0107648929727385e-6 -haymaking_N 4.0107648929727385e-6 -haymow_N 4.0107648929727385e-6 -hayrack_N 4.0107648929727385e-6 -hayrick_N 4.0107648929727385e-6 -haystack_N 4.0107648929727385e-6 -haywire_N 4.0107648929727385e-6 -hazard_N 6.016147339459108e-5 -hazardousness_N 4.0107648929727385e-6 -haze_N 4.0107648929727385e-6 -hazel_N 4.0107648929727385e-6 -hazelnut_N 4.0107648929727385e-6 -haziness_N 4.0107648929727385e-6 -he_goat_N 4.0107648929727385e-6 -he_man_N 4.0107648929727385e-6 -head_N 7.500130349859022e-4 -head_hunter_N 4.0107648929727385e-6 -headache_N 3.609688403675465e-5 -headband_N 4.0107648929727385e-6 -headboard_N 4.0107648929727385e-6 -headcheese_N 4.0107648929727385e-6 -headdress_N 4.0107648929727385e-6 -header_N 4.0107648929727385e-6 -headfast_N 4.0107648929727385e-6 -headful_N 4.0107648929727385e-6 -headgear_N 4.0107648929727385e-6 -headhunter_N 4.0107648929727385e-6 -heading_N 4.0107648929727385e-6 -headlamp_N 4.0107648929727385e-6 -headland_N 4.0107648929727385e-6 -headlight_N 8.021529785945477e-6 -headline_N 8.823682764540025e-5 -headliner_N 4.0107648929727385e-6 -headlinese_N 4.0107648929727385e-6 -headlock_N 4.0107648929727385e-6 -headman_N 4.0107648929727385e-6 -headmaster_N 4.0107648929727385e-6 -headmastership_N 4.0107648929727385e-6 -headmistress_N 4.0107648929727385e-6 -headmistressship_N 4.0107648929727385e-6 -headpiece_N 4.0107648929727385e-6 -headpin_N 4.0107648929727385e-6 -headquarter_N 4.0107648929727385e-6 -headrace_N 4.0107648929727385e-6 -headrest_N 8.021529785945477e-6 -headroom_N 4.0107648929727385e-6 -headsail_N 4.0107648929727385e-6 -headscarf_N 4.0107648929727385e-6 -headset_N 8.021529785945477e-6 -headshake_N 4.0107648929727385e-6 -headship_N 4.0107648929727385e-6 -headshot_N 4.0107648929727385e-6 -headsman_N 4.0107648929727385e-6 -headspace_N 4.0107648929727385e-6 -headstall_N 4.0107648929727385e-6 -headstand_N 4.0107648929727385e-6 -headstock_N 4.0107648929727385e-6 -headstone_N 4.0107648929727385e-6 -headstream_N 4.0107648929727385e-6 -headwater_N 4.0107648929727385e-6 -headway_N 1.6043059571890954e-5 -headwind_N 4.0107648929727385e-6 -headword_N 4.0107648929727385e-6 -healer_N 4.0107648929727385e-6 -healing_N 4.0107648929727385e-6 -health_N 8.542929222031934e-4 -healthcare_N 4.0107648929727385e-6 -healthfulness_N 4.0107648929727385e-6 -heap_N 2.0053824464863696e-5 -hearer_N 4.0107648929727385e-6 -hearing_N 3.730011350464647e-4 -hearing_aid_N 4.0107648929727385e-6 -hearsay_N 4.0107648929727385e-6 -hearse_N 4.0107648929727385e-6 -heart's_ease_N 4.0107648929727385e-6 -heart_N 2.8075354250809174e-4 -heart_disease_N 4.0107648929727385e-6 -heart_failure_N 4.0107648929727385e-6 -heartache_N 4.0107648929727385e-6 -heartbeat_N 8.021529785945477e-6 -heartbreak_N 4.0107648929727385e-6 -heartbreaker_N 4.0107648929727385e-6 -heartburn_N 4.0107648929727385e-6 -heartburning_N 4.0107648929727385e-6 -hearth_N 4.0107648929727385e-6 -hearthrug_N 4.0107648929727385e-6 -hearthstone_N 4.0107648929727385e-6 -heartiness_N 4.0107648929727385e-6 -heartland_N 8.021529785945477e-6 -heartleaf_N 4.0107648929727385e-6 -heartlessness_N 4.0107648929727385e-6 -heartrot_N 4.0107648929727385e-6 -hearts_N 4.0107648929727385e-6 -heartseed_N 4.0107648929727385e-6 -heartstrings_N 4.0107648929727385e-6 -heartthrob_N 4.0107648929727385e-6 -heartwood_N 4.0107648929727385e-6 -heat_N 1.7246289039782778e-4 -heat_flash_N 4.0107648929727385e-6 -heater_N 1.2032294678918217e-5 -heath_N 4.0107648929727385e-6 -heathen_N 4.0107648929727385e-6 -heather_N 4.0107648929727385e-6 -heather_mixture_N 4.0107648929727385e-6 -heating_N 5.2139943608645604e-5 -heatspot_N 4.0107648929727385e-6 -heatstroke_N 4.0107648929727385e-6 -heatwave_N 4.0107648929727385e-6 -heaume_N 4.0107648929727385e-6 -heave_N 4.0107648929727385e-6 -heaven_N 1.2032294678918217e-5 -heaver_N 4.0107648929727385e-6 -heaves_N 4.0107648929727385e-6 -heaviness_N 4.0107648929727385e-6 -heavy_N 4.0107648929727385e-6 -heavyheartedness_N 4.0107648929727385e-6 -heavyweight_N 8.021529785945477e-6 -hebephrenia_N 4.0107648929727385e-6 -hebetude_N 4.0107648929727385e-6 -hebrew_N 4.0107648929727385e-6 -hecatomb_N 4.0107648929727385e-6 -heck_N 1.2032294678918217e-5 -heckelphone_N 4.0107648929727385e-6 -heckler_N 4.0107648929727385e-6 -heckling_N 4.0107648929727385e-6 -hectare_N 4.0107648929727385e-6 -hectogram_N 4.0107648929727385e-6 -hectograph_N 4.0107648929727385e-6 -hectoliter_N 4.0107648929727385e-6 -hectometer_N 4.0107648929727385e-6 -hedge_N 4.010764892972739e-5 -hedge_sparrow_N 4.0107648929727385e-6 -hedgehog_N 4.0107648929727385e-6 -hedger_N 4.0107648929727385e-6 -hedgerow_N 4.0107648929727385e-6 -hedonism_N 4.0107648929727385e-6 -hedonist_N 4.0107648929727385e-6 -heed_N 8.021529785945477e-6 -heedlessness_N 4.0107648929727385e-6 -heehaw_N 4.0107648929727385e-6 -heel_N 5.6150708501618345e-5 -heelbone_N 4.0107648929727385e-6 -heft_N 4.0107648929727385e-6 -hegari_N 4.0107648929727385e-6 -hegemon_N 4.0107648929727385e-6 -hegemony_N 1.2032294678918217e-5 -hegira_N 4.0107648929727385e-6 -heifer_N 4.0107648929727385e-6 -height_N 4.010764892972739e-5 -heinousness_N 4.0107648929727385e-6 -heir_N 4.010764892972739e-5 -heiress_N 4.0107648929727385e-6 -heirloom_N 4.0107648929727385e-6 -heist_N 4.0107648929727385e-6 -hejira_N 4.0107648929727385e-6 -helianthemum_N 4.0107648929727385e-6 -helicon_N 4.0107648929727385e-6 -helicopter_N 7.620453296648204e-5 -heliogram_N 4.0107648929727385e-6 -heliograph_N 4.0107648929727385e-6 -heliolatry_N 4.0107648929727385e-6 -heliometer_N 4.0107648929727385e-6 -heliopause_N 4.0107648929727385e-6 -heliophila_N 4.0107648929727385e-6 -heliopsis_N 4.0107648929727385e-6 -heliosphere_N 4.0107648929727385e-6 -heliotherapy_N 4.0107648929727385e-6 -heliotrope_N 4.0107648929727385e-6 -heliotropism_N 4.0107648929727385e-6 -heliozoan_N 4.0107648929727385e-6 -heliport_N 4.0107648929727385e-6 -helium_N 4.0107648929727385e-6 -helix_N 4.0107648929727385e-6 -hell_N 5.2139943608645604e-5 -hellbender_N 4.0107648929727385e-6 -hellcat_N 4.0107648929727385e-6 -hellebore_N 4.0107648929727385e-6 -helleborine_N 4.0107648929727385e-6 -hellene_N 4.0107648929727385e-6 -hellfire_N 4.0107648929727385e-6 -hellgrammiate_N 4.0107648929727385e-6 -hellhound_N 4.0107648929727385e-6 -hellion_N 4.0107648929727385e-6 -helm_N 2.4064589357836434e-5 -helmet_N 4.0107648929727385e-6 -helmetflower_N 4.0107648929727385e-6 -helminth_N 4.0107648929727385e-6 -helminthiasis_N 4.0107648929727385e-6 -helmsman_N 4.0107648929727385e-6 -helot_N 4.0107648929727385e-6 -help_N 2.8075354250809174e-4 -helperFem_N 4.0107648929727385e-6 -helperMasc_N 4.0107648929727385e-6 -helpfulness_N 4.0107648929727385e-6 -helping_N 4.0107648929727385e-6 -helplessness_N 4.0107648929727385e-6 -helpmate_N 4.0107648929727385e-6 -helpmeet_N 4.0107648929727385e-6 -helter_skelter_N 4.0107648929727385e-6 -helve_N 4.0107648929727385e-6 -helvella_N 4.0107648929727385e-6 -hem_N 8.021529785945477e-6 -hemagglutination_N 4.0107648929727385e-6 -hemangioma_N 4.0107648929727385e-6 -hematemesis_N 4.0107648929727385e-6 -hematinic_N 4.0107648929727385e-6 -hematite_N 4.0107648929727385e-6 -hematocele_N 4.0107648929727385e-6 -hematochezia_N 4.0107648929727385e-6 -hematochrome_N 4.0107648929727385e-6 -hematocolpometra_N 4.0107648929727385e-6 -hematocolpos_N 4.0107648929727385e-6 -hematocrit_N 4.0107648929727385e-6 -hematocytopenia_N 4.0107648929727385e-6 -hematocyturia_N 4.0107648929727385e-6 -hematologist_N 4.0107648929727385e-6 -hematology_N 4.0107648929727385e-6 -hematoma_N 4.0107648929727385e-6 -hematopoiesis_N 4.0107648929727385e-6 -hematuria_N 4.0107648929727385e-6 -heme_N 4.0107648929727385e-6 -hemeralopia_N 4.0107648929727385e-6 -hemiacetal_N 4.0107648929727385e-6 -hemianopia_N 4.0107648929727385e-6 -hemiepiphyte_N 4.0107648929727385e-6 -hemimetamorphosis_N 4.0107648929727385e-6 -hemimorphite_N 4.0107648929727385e-6 -hemin_N 4.0107648929727385e-6 -hemiparasite_N 4.0107648929727385e-6 -hemiplegia_N 4.0107648929727385e-6 -hemiplegic_N 4.0107648929727385e-6 -hemisphere_N 8.021529785945477e-6 -hemline_N 4.0107648929727385e-6 -hemlock_N 4.0107648929727385e-6 -hemming_stitch_N 4.0107648929727385e-6 -hemochromatosis_N 4.0107648929727385e-6 -hemodialysis_N 4.0107648929727385e-6 -hemodynamics_N 4.0107648929727385e-6 -hemoglobin_N 1.6043059571890954e-5 -hemoglobinemia_N 4.0107648929727385e-6 -hemoglobinopathy_N 4.0107648929727385e-6 -hemoglobinuria_N 4.0107648929727385e-6 -hemolysin_N 4.0107648929727385e-6 -hemolysis_N 4.0107648929727385e-6 -hemophilia_N 4.0107648929727385e-6 -hemophiliac_N 4.0107648929727385e-6 -hemoprotein_N 4.0107648929727385e-6 -hemoptysis_N 4.0107648929727385e-6 -hemorrhage_N 4.0107648929727385e-6 -hemorrhoid_N 4.0107648929727385e-6 -hemorrhoidectomy_N 4.0107648929727385e-6 -hemosiderin_N 4.0107648929727385e-6 -hemosiderosis_N 4.0107648929727385e-6 -hemostasis_N 4.0107648929727385e-6 -hemostat_N 4.0107648929727385e-6 -hemothorax_N 4.0107648929727385e-6 -hemp_N 4.0107648929727385e-6 -hemstitch_N 4.0107648929727385e-6 -hen_N 1.2032294678918217e-5 -hen_party_N 4.0107648929727385e-6 -henbane_N 4.0107648929727385e-6 -henbit_N 4.0107648929727385e-6 -henchman_N 4.0107648929727385e-6 -hencoop_N 4.0107648929727385e-6 -hendiadys_N 4.0107648929727385e-6 -henhouse_N 4.0107648929727385e-6 -henna_N 4.0107648929727385e-6 -henroost_N 4.0107648929727385e-6 -henry_N 4.0107648929727385e-6 -hepadnavirus_N 4.0107648929727385e-6 -heparin_N 4.0107648929727385e-6 -hepatica_N 4.0107648929727385e-6 -hepatitis_N 2.0053824464863696e-5 -hepatoma_N 4.0107648929727385e-6 -hepatomegaly_N 4.0107648929727385e-6 -hepatotoxin_N 4.0107648929727385e-6 -heptagon_N 4.0107648929727385e-6 -heptane_N 4.0107648929727385e-6 -herald_N 4.0107648929727385e-6 -heraldry_N 4.0107648929727385e-6 -herb_N 1.2032294678918217e-5 -herbage_N 4.0107648929727385e-6 -herbalist_N 4.0107648929727385e-6 -herbarium_N 4.0107648929727385e-6 -herbicide_N 4.0107648929727385e-6 -herbivore_N 4.0107648929727385e-6 -herd_N 3.208611914378191e-5 -herder_N 4.0107648929727385e-6 -herdsman_N 4.0107648929727385e-6 -hereafter_N 4.0107648929727385e-6 -hereditament_N 4.0107648929727385e-6 -hereditarianism_N 4.0107648929727385e-6 -heredity_N 1.2032294678918217e-5 -hereness_N 4.0107648929727385e-6 -heresy_N 4.0107648929727385e-6 -heretic_N 4.0107648929727385e-6 -heritage_N 1.6043059571890954e-5 -herm_N 4.0107648929727385e-6 -hermaphrodite_N 4.0107648929727385e-6 -hermaphroditism_N 4.0107648929727385e-6 -hermeneutics_N 4.0107648929727385e-6 -hermit_N 4.0107648929727385e-6 -hermitage_N 4.0107648929727385e-6 -hernia_N 4.0107648929727385e-6 -hero_N 8.021529785945478e-5 -heroics_N 4.0107648929727385e-6 -heroin_N 4.0107648929727385e-6 -heroine_N 8.021529785945477e-6 -heroism_N 4.0107648929727385e-6 -heron_N 1.2032294678918217e-5 -heronry_N 4.0107648929727385e-6 -herpangia_N 4.0107648929727385e-6 -herpes_N 4.0107648929727385e-6 -herpetologist_N 4.0107648929727385e-6 -herpetology_N 4.0107648929727385e-6 -herr_N 4.0107648929727385e-6 -herrerasaur_N 4.0107648929727385e-6 -herring_N 8.021529785945477e-6 -herringbone_N 4.0107648929727385e-6 -hertz_N 4.0107648929727385e-6 -hesitance_N 4.0107648929727385e-6 -hesitancy_N 4.0107648929727385e-6 -hesitation_N 2.0053824464863696e-5 -hessian_N 4.0107648929727385e-6 -heterodoxy_N 4.0107648929727385e-6 -heterogeneity_N 4.0107648929727385e-6 -heterograft_N 4.0107648929727385e-6 -heterology_N 4.0107648929727385e-6 -heterometabolism_N 4.0107648929727385e-6 -heteronym_N 4.0107648929727385e-6 -heteroploid_N 4.0107648929727385e-6 -heteroploidy_N 4.0107648929727385e-6 -heterosexism_N 4.0107648929727385e-6 -heterosexual_N 4.0107648929727385e-6 -heterosexuality_N 4.0107648929727385e-6 -heterosis_N 4.0107648929727385e-6 -heterospory_N 4.0107648929727385e-6 -heterostracan_N 4.0107648929727385e-6 -heterotroph_N 4.0107648929727385e-6 -heterozygosity_N 4.0107648929727385e-6 -heterozygote_N 4.0107648929727385e-6 -heth_N 4.0107648929727385e-6 -heulandite_N 4.0107648929727385e-6 -heuristic_N 4.0107648929727385e-6 -heuristics_N 4.0107648929727385e-6 -hewer_N 4.0107648929727385e-6 -hex_N 4.0107648929727385e-6 -hexachlorophene_N 4.0107648929727385e-6 -hexagon_N 4.0107648929727385e-6 -hexagram_N 4.0107648929727385e-6 -hexahedron_N 4.0107648929727385e-6 -hexameter_N 4.0107648929727385e-6 -hexane_N 4.0107648929727385e-6 -hexapod_N 4.0107648929727385e-6 -hexestrol_N 4.0107648929727385e-6 -hexose_N 4.0107648929727385e-6 -heyday_N 8.021529785945477e-6 -hi_fi_N 4.0107648929727385e-6 -hiatus_N 8.021529785945477e-6 -hibachi_N 4.0107648929727385e-6 -hibernation_N 4.0107648929727385e-6 -hibiscus_N 4.0107648929727385e-6 -hiccough_N 4.0107648929727385e-6 -hiccup_N 4.0107648929727385e-6 -hick_N 8.021529785945477e-6 -hickey_N 4.0107648929727385e-6 -hickory_N 4.0107648929727385e-6 -hiddenite_N 4.0107648929727385e-6 -hiddenness_N 4.0107648929727385e-6 -hide_N 8.021529785945477e-6 -hide_and_seek_N 4.0107648929727385e-6 -hide_out_N 4.0107648929727385e-6 -hideaway_N 1.2032294678918217e-5 -hideousness_N 4.0107648929727385e-6 -hideout_N 4.0107648929727385e-6 -hiding_N 1.2032294678918217e-5 -hiding_place_N 4.0107648929727385e-6 -hierarch_N 4.0107648929727385e-6 -hierarchy_N 1.2032294678918217e-5 -hieratic_N 4.0107648929727385e-6 -hierocracy_N 4.0107648929727385e-6 -hieroglyph_N 4.0107648929727385e-6 -hieroglyphics_N 4.0107648929727385e-6 -high_N 1.1230141700323669e-4 -high_fidelity_N 4.0107648929727385e-6 -high_frequency_N 4.0107648929727385e-6 -high_mindedness_N 4.0107648929727385e-6 -high_pressure_N 4.0107648929727385e-6 -high_up_N 4.0107648929727385e-6 -highball_N 4.0107648929727385e-6 -highbinder_N 4.0107648929727385e-6 -highboard_N 4.0107648929727385e-6 -highboy_N 4.0107648929727385e-6 -highbrow_N 4.0107648929727385e-6 -highchair_N 4.0107648929727385e-6 -highflier_N 4.0107648929727385e-6 -highflyer_N 4.0107648929727385e-6 -highjack_N 4.0107648929727385e-6 -highjacker_N 4.0107648929727385e-6 -highjacking_N 4.0107648929727385e-6 -highland_N 4.0107648929727385e-6 -highlander_N 4.0107648929727385e-6 -highlight_N 1.6043059571890954e-5 -highlighter_N 4.0107648929727385e-6 -highness_N 4.0107648929727385e-6 -highroad_N 4.0107648929727385e-6 -highway_N 2.446566584713371e-4 -highwayman_N 4.0107648929727385e-6 -hijab_N 4.0107648929727385e-6 -hijack_N 4.0107648929727385e-6 -hijacker_N 4.0107648929727385e-6 -hike_N 1.2032294678918217e-5 -hiker_N 2.8075354250809173e-5 -hilarity_N 4.0107648929727385e-6 -hill_N 3.208611914378191e-5 -hill_billy_N 4.0107648929727385e-6 -hillbilly_N 4.0107648929727385e-6 -hilliness_N 4.0107648929727385e-6 -hillock_N 4.0107648929727385e-6 -hillside_N 8.021529785945477e-6 -hilltop_N 4.0107648929727385e-6 -hilt_N 4.0107648929727385e-6 -hilum_N 4.0107648929727385e-6 -hilus_N 4.0107648929727385e-6 -hin_N 4.0107648929727385e-6 -hind_N 4.0107648929727385e-6 -hindbrain_N 4.0107648929727385e-6 -hindfoot_N 4.0107648929727385e-6 -hindgut_N 4.0107648929727385e-6 -hindi_N 4.0107648929727385e-6 -hindquarter_N 4.0107648929727385e-6 -hindquarters_N 4.0107648929727385e-6 -hindrance_N 4.0107648929727385e-6 -hindshank_N 4.0107648929727385e-6 -hindsight_N 4.0107648929727385e-6 -hindu_N 4.0107648929727385e-6 -hinduism_N 4.0107648929727385e-6 -hindustani_N 4.0107648929727385e-6 -hinge_N 4.0107648929727385e-6 -hinny_N 4.0107648929727385e-6 -hint_N 4.4118413822700127e-5 -hinterland_N 8.021529785945477e-6 -hip_N 1.2032294678918217e-5 -hip_bath_N 4.0107648929727385e-6 -hip_flask_N 4.0107648929727385e-6 -hip_pocket_N 4.0107648929727385e-6 -hipbone_N 4.0107648929727385e-6 -hipflask_N 4.0107648929727385e-6 -hipline_N 4.0107648929727385e-6 -hippeastrum_N 4.0107648929727385e-6 -hippie_N 8.021529785945477e-6 -hippo_N 4.0107648929727385e-6 -hippocampus_N 4.0107648929727385e-6 -hippodrome_N 4.0107648929727385e-6 -hippopotamus_N 4.0107648929727385e-6 -hippy_N 4.0107648929727385e-6 -hire_N 1.6043059571890954e-5 -hireling_N 4.0107648929727385e-6 -hirsuteness_N 4.0107648929727385e-6 -hiss_N 4.0107648929727385e-6 -hisser_N 4.0107648929727385e-6 -histaminase_N 4.0107648929727385e-6 -histamine_N 4.0107648929727385e-6 -histidine_N 4.0107648929727385e-6 -histiocyte_N 4.0107648929727385e-6 -histiocytosis_N 4.0107648929727385e-6 -histocompatibility_N 4.0107648929727385e-6 -histogram_N 4.0107648929727385e-6 -histoincompatibility_N 4.0107648929727385e-6 -histologist_N 4.0107648929727385e-6 -histology_N 4.0107648929727385e-6 -histone_N 4.0107648929727385e-6 -historian_N 2.8075354250809173e-5 -historicalness_N 4.0107648929727385e-6 -historicism_N 4.0107648929727385e-6 -historiography_N 4.0107648929727385e-6 -history_N 5.254102009794288e-4 -histrionics_N 4.0107648929727385e-6 -hit_N 2.0053824464863693e-4 -hitch_N 2.4064589357836434e-5 -hitchhiker_N 4.0107648929727385e-6 -hitchrack_N 4.0107648929727385e-6 -hitter_N 4.0107648929727385e-6 -hive_N 4.0107648929727385e-6 -hoard_N 1.2032294678918217e-5 -hoarder_N 8.021529785945477e-6 -hoarding_N 8.021529785945477e-6 -hoarfrost_N 4.0107648929727385e-6 -hoariness_N 4.0107648929727385e-6 -hoarseness_N 4.0107648929727385e-6 -hoatzin_N 4.0107648929727385e-6 -hoax_N 4.0107648929727385e-6 -hoaxer_N 4.0107648929727385e-6 -hob_N 4.0107648929727385e-6 -hobbit_N 4.0107648929727385e-6 -hobble_N 4.0107648929727385e-6 -hobble_skirt_N 4.0107648929727385e-6 -hobbledehoy_N 4.0107648929727385e-6 -hobbler_N 4.0107648929727385e-6 -hobby_N 2.4064589357836434e-5 -hobbyhorse_N 4.0107648929727385e-6 -hobbyism_N 4.0107648929727385e-6 -hobbyist_N 4.0107648929727385e-6 -hobgoblin_N 4.0107648929727385e-6 -hobnail_N 4.0107648929727385e-6 -hobo_N 8.021529785945477e-6 -hock_N 8.021529785945477e-6 -hockey_N 4.0107648929727385e-6 -hocus_pocus_N 4.0107648929727385e-6 -hod_N 4.0107648929727385e-6 -hodgepodge_N 8.021529785945477e-6 -hodoscope_N 4.0107648929727385e-6 -hoe_N 4.0107648929727385e-6 -hoecake_N 4.0107648929727385e-6 -hog_N 4.010764892972739e-5 -hogan_N 4.0107648929727385e-6 -hogback_N 4.0107648929727385e-6 -hogchoker_N 4.0107648929727385e-6 -hogfish_N 4.0107648929727385e-6 -hogmanay_N 4.0107648929727385e-6 -hogshead_N 4.0107648929727385e-6 -hogwash_N 4.0107648929727385e-6 -hoist_N 4.0107648929727385e-6 -hoister_N 4.0107648929727385e-6 -hold_N 8.422606275242751e-5 -hold_up_N 4.0107648929727385e-6 -holdall_N 4.0107648929727385e-6 -holder_N 8.823682764540025e-4 -holding_N 5.534855552302379e-4 -holdout_N 4.0107648929727385e-6 -holdover_N 4.0107648929727385e-6 -holdup_N 8.021529785945477e-6 -hole_N 5.6150708501618345e-5 -holiday_N 1.0427988721729121e-4 -holiday_maker_N 4.0107648929727385e-6 -holiness_N 4.0107648929727385e-6 -holism_N 4.0107648929727385e-6 -hollandaise_N 4.0107648929727385e-6 -hollander_N 4.0107648929727385e-6 -holloa_N 4.0107648929727385e-6 -hollow_N 4.0107648929727385e-6 -hollowness_N 4.0107648929727385e-6 -hollowware_N 4.0107648929727385e-6 -holly_N 4.0107648929727385e-6 -hollyhock_N 4.0107648929727385e-6 -holm_oak_N 4.0107648929727385e-6 -holmium_N 4.0107648929727385e-6 -holocaust_N 4.0107648929727385e-6 -holocephalan_N 4.0107648929727385e-6 -hologram_N 4.0107648929727385e-6 -holograph_N 4.0107648929727385e-6 -holography_N 4.0107648929727385e-6 -holometabola_N 4.0107648929727385e-6 -holometabolism_N 4.0107648929727385e-6 -holonym_N 4.0107648929727385e-6 -holonymy_N 4.0107648929727385e-6 -holophyte_N 4.0107648929727385e-6 -holster_N 4.0107648929727385e-6 -holy_N 4.0107648929727385e-6 -holystone_N 4.0107648929727385e-6 -homage_N 8.021529785945477e-6 -home_N 1.4198107721123496e-3 -home_farm_N 4.0107648929727385e-6 -homebound_N 4.0107648929727385e-6 -homeboy_N 4.0107648929727385e-6 -homebuilder_N 4.0107648929727385e-6 -homecoming_N 2.0053824464863696e-5 -homefolk_N 4.0107648929727385e-6 -homegirl_N 4.0107648929727385e-6 -homeland_N 2.4064589357836434e-5 -homeless_N 4.0107648929727385e-6 -homelessness_N 4.0107648929727385e-6 -homeliness_N 4.0107648929727385e-6 -homemaking_N 4.0107648929727385e-6 -homeobox_N 4.0107648929727385e-6 -homeopath_N 4.0107648929727385e-6 -homeopathy_N 4.0107648929727385e-6 -homeostasis_N 4.0107648929727385e-6 -homeotherm_N 4.0107648929727385e-6 -homeowner_N 4.0107648929727385e-6 -homer_N 4.0107648929727385e-6 -homesickness_N 4.0107648929727385e-6 -homespun_N 4.0107648929727385e-6 -homestead_N 4.0107648929727385e-6 -homestretch_N 4.0107648929727385e-6 -hometown_N 4.0107648929727385e-6 -homework_N 2.0053824464863696e-5 -homicide_N 1.2032294678918217e-5 -homiletics_N 4.0107648929727385e-6 -homily_N 4.0107648929727385e-6 -hominid_N 4.0107648929727385e-6 -hominoid_N 4.0107648929727385e-6 -hominy_N 4.0107648929727385e-6 -homo_N 4.0107648929727385e-6 -homo_sapiens_N 8.021529785945477e-6 -homoeopath_N 4.0107648929727385e-6 -homoeopathy_N 4.0107648929727385e-6 -homogenate_N 4.0107648929727385e-6 -homogeneity_N 4.0107648929727385e-6 -homogenization_N 4.0107648929727385e-6 -homogeny_N 4.0107648929727385e-6 -homograft_N 4.0107648929727385e-6 -homograph_N 4.0107648929727385e-6 -homology_N 4.0107648929727385e-6 -homomorphism_N 4.0107648929727385e-6 -homonym_N 4.0107648929727385e-6 -homonymy_N 4.0107648929727385e-6 -homophobe_N 4.0107648929727385e-6 -homophobia_N 4.0107648929727385e-6 -homophone_N 4.0107648929727385e-6 -homophony_N 4.0107648929727385e-6 -homosexual_N 2.8075354250809173e-5 -homosexuality_N 4.0107648929727385e-6 -homospory_N 4.0107648929727385e-6 -homozygosity_N 4.0107648929727385e-6 -homozygote_N 4.0107648929727385e-6 -homunculus_N 4.0107648929727385e-6 -honduran_N 8.021529785945477e-6 -hone_N 4.0107648929727385e-6 -honesty_N 2.8075354250809173e-5 -honey_N 2.0053824464863696e-5 -honeybee_N 4.0107648929727385e-6 -honeycomb_N 4.0107648929727385e-6 -honeycreeper_N 4.0107648929727385e-6 -honeydew_N 4.0107648929727385e-6 -honeyflower_N 4.0107648929727385e-6 -honeymoon_N 8.021529785945477e-6 -honeypot_N 4.0107648929727385e-6 -honeysuckle_N 4.0107648929727385e-6 -honk_N 4.0107648929727385e-6 -honker_N 4.0107648929727385e-6 -honkytonk_N 4.0107648929727385e-6 -honorarium_N 1.2032294678918217e-5 -honoree_N 4.0107648929727385e-6 -honorific_N 4.0107648929727385e-6 -honoring_N 4.0107648929727385e-6 -honour_N 1.2032294678918217e-5 -honourableness_N 4.0107648929727385e-6 -hooch_N 4.0107648929727385e-6 -hood_N 1.6043059571890954e-5 -hoodlum_N 4.0107648929727385e-6 -hoodoo_N 4.0107648929727385e-6 -hooey_N 4.0107648929727385e-6 -hoof_N 4.0107648929727385e-6 -hoofer_N 4.0107648929727385e-6 -hoofprint_N 4.0107648929727385e-6 -hook_N 3.208611914378191e-5 -hook_up_N 4.0107648929727385e-6 -hookah_N 4.0107648929727385e-6 -hooker_N 4.0107648929727385e-6 -hooks_N 4.0107648929727385e-6 -hookup_N 4.0107648929727385e-6 -hookworm_N 4.0107648929727385e-6 -hooky_N 4.0107648929727385e-6 -hooligan_N 4.0107648929727385e-6 -hooliganism_N 8.021529785945477e-6 -hoop_N 4.0107648929727385e-6 -hoop_la_N 8.021529785945477e-6 -hoopoe_N 4.0107648929727385e-6 -hoopskirt_N 4.0107648929727385e-6 -hoosegow_N 4.0107648929727385e-6 -hoot_N 4.0107648929727385e-6 -hooter_N 4.0107648929727385e-6 -hoover_N 4.0107648929727385e-6 -hop_N 8.021529785945477e-6 -hop_field_N 4.0107648929727385e-6 -hop_garden_N 4.0107648929727385e-6 -hop_picker_N 4.0107648929727385e-6 -hop_pole_N 4.0107648929727385e-6 -hope_N 3.5695807547457374e-4 -hopefulness_N 4.0107648929727385e-6 -hopelessness_N 4.0107648929727385e-6 -hoper_N 4.0107648929727385e-6 -hopper_N 4.0107648929727385e-6 -hopsacking_N 4.0107648929727385e-6 -hopscotch_N 4.0107648929727385e-6 -horde_N 8.021529785945477e-6 -horehound_N 4.0107648929727385e-6 -horizon_N 5.2139943608645604e-5 -horizontal_N 4.0107648929727385e-6 -horizontality_N 4.0107648929727385e-6 -hormone_N 2.8075354250809173e-5 -horn_N 4.010764892972739e-5 -hornbeam_N 4.0107648929727385e-6 -hornbill_N 4.0107648929727385e-6 -hornblende_N 4.0107648929727385e-6 -hornbook_N 4.0107648929727385e-6 -hornet_N 4.0107648929727385e-6 -hornfels_N 4.0107648929727385e-6 -horniness_N 4.0107648929727385e-6 -hornist_N 4.0107648929727385e-6 -hornpipe_N 4.0107648929727385e-6 -hornwort_N 4.0107648929727385e-6 -horology_N 4.0107648929727385e-6 -horoscope_N 8.021529785945477e-6 -horoscopy_N 4.0107648929727385e-6 -horridness_N 4.0107648929727385e-6 -horror_N 2.8075354250809173e-5 -horse_N 1.243337116821549e-4 -horse_chestnut_N 4.0107648929727385e-6 -horse_laugh_N 4.0107648929727385e-6 -horse_pond_N 4.0107648929727385e-6 -horse_sense_N 4.0107648929727385e-6 -horseback_N 4.0107648929727385e-6 -horsebox_N 4.0107648929727385e-6 -horsecar_N 4.0107648929727385e-6 -horsecloth_N 4.0107648929727385e-6 -horseflesh_N 4.0107648929727385e-6 -horsefly_N 4.0107648929727385e-6 -horsehair_N 4.0107648929727385e-6 -horsehide_N 4.0107648929727385e-6 -horseleech_N 4.0107648929727385e-6 -horseman_N 4.0107648929727385e-6 -horsemanship_N 4.0107648929727385e-6 -horsemeat_N 4.0107648929727385e-6 -horsemint_N 4.0107648929727385e-6 -horseplay_N 4.0107648929727385e-6 -horsepond_N 4.0107648929727385e-6 -horsepower_N 8.021529785945477e-6 -horserace_N 4.0107648929727385e-6 -horseracing_N 4.0107648929727385e-6 -horseradish_N 4.0107648929727385e-6 -horseshoe_N 4.0107648929727385e-6 -horseshow_N 4.0107648929727385e-6 -horsetail_N 4.0107648929727385e-6 -horseweed_N 4.0107648929727385e-6 -horsewhip_N 4.0107648929727385e-6 -horsewhipping_N 4.0107648929727385e-6 -horsewoman_N 4.0107648929727385e-6 -horst_N 4.0107648929727385e-6 -hortensia_N 4.0107648929727385e-6 -horticulture_N 1.2032294678918217e-5 -horticulturist_N 8.021529785945477e-6 -hosanna_N 8.021529785945477e-6 -hose_N 2.0053824464863696e-5 -hosepipe_N 4.0107648929727385e-6 -hosier_N 4.0107648929727385e-6 -hosiery_N 4.0107648929727385e-6 -hospice_N 4.0107648929727385e-6 -hospitableness_N 4.0107648929727385e-6 -hospital_N 2.687212478291735e-4 -hospitality_N 1.2032294678918217e-5 -hospitalization_N 2.4064589357836434e-5 -host_N 1.4839830103999133e-4 -hostage_N 3.609688403675465e-5 -hostel_N 4.0107648929727385e-6 -hosteller_N 4.0107648929727385e-6 -hostelry_N 4.0107648929727385e-6 -hostess_N 4.0107648929727385e-6 -hostile_N 4.0107648929727385e-6 -hostilities_N 4.0107648929727385e-6 -hostility_N 1.6043059571890954e-5 -hot_water_bottle_N 4.0107648929727385e-6 -hotbed_N 4.0107648929727385e-6 -hotbox_N 4.0107648929727385e-6 -hotchpotch_N 4.0107648929727385e-6 -hotdog_N 4.0107648929727385e-6 -hotel_N 3.409150159026828e-4 -hotelier_N 8.021529785945477e-6 -hotfoot_N 4.0107648929727385e-6 -hothead_N 4.0107648929727385e-6 -hothouse_N 4.0107648929727385e-6 -hotness_N 4.0107648929727385e-6 -hotplate_N 4.0107648929727385e-6 -hotspur_N 4.0107648929727385e-6 -hound_N 4.0107648929727385e-6 -hour_N 1.0427988721729122e-3 -hourglass_N 4.0107648929727385e-6 -houri_N 4.0107648929727385e-6 -hours_N 4.0107648929727385e-6 -house_N 9.224759253837299e-4 -house_party_N 4.0107648929727385e-6 -house_warming_N 4.0107648929727385e-6 -houseboat_N 4.0107648929727385e-6 -housebreaker_N 4.0107648929727385e-6 -housebreaking_N 4.0107648929727385e-6 -housecleaning_N 4.0107648929727385e-6 -housecoat_N 4.0107648929727385e-6 -housecraft_N 4.0107648929727385e-6 -housedog_N 4.0107648929727385e-6 -housefather_N 4.0107648929727385e-6 -housefly_N 4.0107648929727385e-6 -houseful_N 4.0107648929727385e-6 -household_N 2.486674233643098e-4 -householder_N 4.0107648929727385e-6 -housekeeper_N 1.2032294678918217e-5 -houselights_N 4.0107648929727385e-6 -housemaid_N 4.0107648929727385e-6 -houseman_N 8.021529785945477e-6 -housemaster_N 4.0107648929727385e-6 -housemate_N 4.0107648929727385e-6 -housemother_N 4.0107648929727385e-6 -houseplant_N 4.0107648929727385e-6 -houseroom_N 4.0107648929727385e-6 -housetop_N 4.0107648929727385e-6 -housewarming_N 4.0107648929727385e-6 -housewife_N 2.8075354250809173e-5 -housewifery_N 4.0107648929727385e-6 -housework_N 1.2032294678918217e-5 -housewrecker_N 4.0107648929727385e-6 -housing_N 4.4118413822700125e-4 -hovea_N 4.0107648929727385e-6 -hovel_N 4.0107648929727385e-6 -hovercraft_N 4.0107648929727385e-6 -how_d'ye_do_N 4.0107648929727385e-6 -howdah_N 4.0107648929727385e-6 -howitzer_N 8.021529785945477e-6 -howl_N 8.021529785945477e-6 -howler_N 4.0107648929727385e-6 -hoya_N 4.0107648929727385e-6 -hoyden_N 4.0107648929727385e-6 -hoydenism_N 4.0107648929727385e-6 -hp_N 4.0107648929727385e-6 -hryvnia_N 4.0107648929727385e-6 -huarache_N 4.0107648929727385e-6 -hub_N 3.208611914378191e-5 -hubble_bubble_N 4.0107648929727385e-6 -hubbub_N 4.0107648929727385e-6 -hubby_N 4.0107648929727385e-6 -hubcap_N 4.0107648929727385e-6 -hubris_N 4.0107648929727385e-6 -huck_N 4.0107648929727385e-6 -huckaback_N 4.0107648929727385e-6 -huckleberry_N 4.0107648929727385e-6 -huckster_N 4.0107648929727385e-6 -huddle_N 4.0107648929727385e-6 -huddler_N 4.0107648929727385e-6 -hudud_N 4.0107648929727385e-6 -hue_N 4.0107648929727385e-6 -huff_N 4.0107648929727385e-6 -huffiness_N 4.0107648929727385e-6 -hug_N 1.6043059571890954e-5 -hugger_N 4.0107648929727385e-6 -hugger_mugger_N 4.0107648929727385e-6 -huguenot_N 4.0107648929727385e-6 -huisache_N 4.0107648929727385e-6 -huitre_N 4.0107648929727385e-6 -hula_N 4.0107648929727385e-6 -hulk_N 8.021529785945477e-6 -hull_N 4.0107648929727385e-6 -hullabaloo_N 8.021529785945477e-6 -hum_N 8.021529785945477e-6 -human_N 8.823682764540025e-5 -humaneness_N 4.0107648929727385e-6 -humanism_N 8.021529785945477e-6 -humanist_N 4.0107648929727385e-6 -humanitarian_N 4.0107648929727385e-6 -humanitarianism_N 4.0107648929727385e-6 -humanity_N 2.0053824464863696e-5 -humanization_N 4.0107648929727385e-6 -humankind_N 4.0107648929727385e-6 -humanness_N 4.0107648929727385e-6 -humate_N 4.0107648929727385e-6 -humbleness_N 4.0107648929727385e-6 -humbug_N 4.0107648929727385e-6 -humdinger_N 4.0107648929727385e-6 -humectant_N 4.0107648929727385e-6 -humerus_N 4.0107648929727385e-6 -humidity_N 4.0107648929727385e-6 -humification_N 4.0107648929727385e-6 -humiliation_N 8.021529785945477e-6 -humility_N 8.021529785945477e-6 -humin_N 4.0107648929727385e-6 -hummer_N 4.0107648929727385e-6 -humming_N 4.0107648929727385e-6 -humming_top_N 4.0107648929727385e-6 -hummingbird_N 4.0107648929727385e-6 -hummock_N 4.0107648929727385e-6 -hummus_N 4.0107648929727385e-6 -humor_N 4.0107648929727385e-6 -humorist_N 8.021529785945477e-6 -humour_N 1.2032294678918217e-5 -humourist_N 4.0107648929727385e-6 -hump_N 4.0107648929727385e-6 -humpback_N 4.0107648929727385e-6 -humus_N 4.0107648929727385e-6 -hun_N 4.0107648929727385e-6 -hunch_N 8.021529785945477e-6 -hunchback_N 4.0107648929727385e-6 -hundredweight_N 8.021529785945477e-6 -hungarian_N 8.021529785945477e-6 -hunger_N 2.4064589357836434e-5 -hunger_march_N 4.0107648929727385e-6 -hunger_marcher_N 4.0107648929727385e-6 -hunk_N 1.6043059571890954e-5 -hunt_N 2.8075354250809173e-5 -hunter_N 4.812917871567287e-5 -hunting_N 6.016147339459108e-5 -hunting_crop_N 4.0107648929727385e-6 -huntress_N 4.0107648929727385e-6 -huntsman_N 4.0107648929727385e-6 -hurdle_N 7.21937680735093e-5 -hurdler_N 4.0107648929727385e-6 -hurdles_N 4.0107648929727385e-6 -hurdy_gurdy_N 4.0107648929727385e-6 -hurl_N 4.0107648929727385e-6 -hurling_N 4.0107648929727385e-6 -hurly_burly_N 4.0107648929727385e-6 -hurrah_N 4.0107648929727385e-6 -hurricane_N 1.0427988721729121e-4 -hurry_N 3.609688403675465e-5 -hurt_N 1.6043059571890954e-5 -husband_N 1.644413606118823e-4 -husbandman_N 4.0107648929727385e-6 -husbandry_N 4.0107648929727385e-6 -hush_N 4.0107648929727385e-6 -hush_money_N 4.0107648929727385e-6 -husk_N 1.2032294678918217e-5 -huskiness_N 4.0107648929727385e-6 -husky_N 4.0107648929727385e-6 -hussar_N 4.0107648929727385e-6 -hussy_N 4.0107648929727385e-6 -hustings_N 4.0107648929727385e-6 -hustle_N 4.0107648929727385e-6 -hustler_N 8.021529785945477e-6 -hut_N 4.0107648929727385e-6 -hutch_N 4.0107648929727385e-6 -hutment_N 4.0107648929727385e-6 -hyacinth_N 4.0107648929727385e-6 -hyaena_N 4.0107648929727385e-6 -hyaline_N 4.0107648929727385e-6 -hyalinization_N 4.0107648929727385e-6 -hyaloplasm_N 4.0107648929727385e-6 -hyaluronidase_N 4.0107648929727385e-6 -hybrid_N 3.609688403675465e-5 -hybridization_N 4.0107648929727385e-6 -hybridoma_N 4.0107648929727385e-6 -hydantoin_N 4.0107648929727385e-6 -hydathode_N 4.0107648929727385e-6 -hydatid_N 4.0107648929727385e-6 -hydra_N 4.0107648929727385e-6 -hydralazine_N 4.0107648929727385e-6 -hydramnios_N 4.0107648929727385e-6 -hydrangea_N 4.0107648929727385e-6 -hydrant_N 4.0107648929727385e-6 -hydrarthrosis_N 4.0107648929727385e-6 -hydrate_N 4.0107648929727385e-6 -hydration_N 4.0107648929727385e-6 -hydraulics_N 4.0107648929727385e-6 -hydrazine_N 4.0107648929727385e-6 -hydrazoite_N 4.0107648929727385e-6 -hydremia_N 4.0107648929727385e-6 -hydride_N 4.0107648929727385e-6 -hydrilla_N 4.0107648929727385e-6 -hydrocarbon_N 8.021529785945477e-6 -hydrocele_N 4.0107648929727385e-6 -hydrocephalus_N 4.0107648929727385e-6 -hydrochloride_N 4.0107648929727385e-6 -hydrochlorofluorocarbon_N 4.0107648929727385e-6 -hydrochlorothiazide_N 4.0107648929727385e-6 -hydrocolloid_N 4.0107648929727385e-6 -hydrocortisone_N 4.0107648929727385e-6 -hydrocracking_N 4.0107648929727385e-6 -hydrodynamics_N 4.0107648929727385e-6 -hydroelectricity_N 4.0107648929727385e-6 -hydroflumethiazide_N 4.0107648929727385e-6 -hydrofluorocarbon_N 4.0107648929727385e-6 -hydrofoil_N 4.0107648929727385e-6 -hydrogel_N 4.0107648929727385e-6 -hydrogen_N 2.4064589357836434e-5 -hydrogenation_N 4.0107648929727385e-6 -hydrography_N 4.0107648929727385e-6 -hydrologist_N 4.0107648929727385e-6 -hydrology_N 4.0107648929727385e-6 -hydrolysate_N 4.0107648929727385e-6 -hydrolysis_N 4.0107648929727385e-6 -hydromancer_N 4.0107648929727385e-6 -hydromancy_N 4.0107648929727385e-6 -hydromel_N 4.0107648929727385e-6 -hydrometer_N 4.0107648929727385e-6 -hydrometry_N 4.0107648929727385e-6 -hydronephrosis_N 4.0107648929727385e-6 -hydropathy_N 4.0107648929727385e-6 -hydrophobia_N 4.0107648929727385e-6 -hydrophobicity_N 4.0107648929727385e-6 -hydroplane_N 4.0107648929727385e-6 -hydroponics_N 4.0107648929727385e-6 -hydrosphere_N 4.0107648929727385e-6 -hydrostatics_N 4.0107648929727385e-6 -hydrothorax_N 4.0107648929727385e-6 -hydroxide_N 4.0107648929727385e-6 -hydroxychloroquine_N 4.0107648929727385e-6 -hydroxyl_N 4.0107648929727385e-6 -hydroxymethyl_N 4.0107648929727385e-6 -hydroxyproline_N 4.0107648929727385e-6 -hydrozoan_N 4.0107648929727385e-6 -hyena_N 8.021529785945477e-6 -hygiene_N 8.021529785945477e-6 -hygienist_N 4.0107648929727385e-6 -hygrodeik_N 4.0107648929727385e-6 -hygrometer_N 4.0107648929727385e-6 -hygrophyte_N 4.0107648929727385e-6 -hygroscope_N 4.0107648929727385e-6 -hymen_N 4.0107648929727385e-6 -hymeneal_N 4.0107648929727385e-6 -hymenium_N 4.0107648929727385e-6 -hymn_N 4.0107648929727385e-6 -hymnal_N 4.0107648929727385e-6 -hyoid_N 4.0107648929727385e-6 -hyoscyamine_N 4.0107648929727385e-6 -hypallage_N 4.0107648929727385e-6 -hypanthium_N 4.0107648929727385e-6 -hyperacidity_N 4.0107648929727385e-6 -hyperactivity_N 4.0107648929727385e-6 -hyperacusis_N 4.0107648929727385e-6 -hyperbaton_N 4.0107648929727385e-6 -hyperbetalipoproteinemia_N 4.0107648929727385e-6 -hyperbilirubinemia_N 4.0107648929727385e-6 -hyperbola_N 4.0107648929727385e-6 -hyperbole_N 4.0107648929727385e-6 -hyperboloid_N 4.0107648929727385e-6 -hypercalcemia_N 4.0107648929727385e-6 -hypercalciuria_N 4.0107648929727385e-6 -hypercapnia_N 4.0107648929727385e-6 -hypercatalectic_N 4.0107648929727385e-6 -hypercellularity_N 4.0107648929727385e-6 -hypercholesterolemia_N 4.0107648929727385e-6 -hypercoaster_N 4.0107648929727385e-6 -hyperemesis_N 4.0107648929727385e-6 -hyperemia_N 4.0107648929727385e-6 -hyperextension_N 4.0107648929727385e-6 -hyperglycemia_N 4.0107648929727385e-6 -hyperhidrosis_N 4.0107648929727385e-6 -hypericism_N 4.0107648929727385e-6 -hyperinflation_N 1.2032294678918217e-5 -hyperkalemia_N 4.0107648929727385e-6 -hyperlink_N 4.0107648929727385e-6 -hyperlipoproteinemia_N 4.0107648929727385e-6 -hypermarket_N 1.2032294678918217e-5 -hypermastigote_N 4.0107648929727385e-6 -hypermedia_N 4.0107648929727385e-6 -hypermotility_N 4.0107648929727385e-6 -hypernatremia_N 4.0107648929727385e-6 -hypernym_N 4.0107648929727385e-6 -hypernymy_N 4.0107648929727385e-6 -hyperon_N 4.0107648929727385e-6 -hyperope_N 4.0107648929727385e-6 -hyperopia_N 4.0107648929727385e-6 -hyperparathyroidism_N 4.0107648929727385e-6 -hyperpigmentation_N 4.0107648929727385e-6 -hyperpituitarism_N 4.0107648929727385e-6 -hyperplasia_N 4.0107648929727385e-6 -hyperpnea_N 4.0107648929727385e-6 -hyperpyrexia_N 4.0107648929727385e-6 -hypersecretion_N 4.0107648929727385e-6 -hypersensitivity_N 4.0107648929727385e-6 -hypersomnia_N 4.0107648929727385e-6 -hypersplenism_N 4.0107648929727385e-6 -hypertensive_N 4.0107648929727385e-6 -hypertext_N 4.0107648929727385e-6 -hyperthermia_N 4.0107648929727385e-6 -hyperthyroidism_N 4.0107648929727385e-6 -hypertonia_N 4.0107648929727385e-6 -hypertonicity_N 4.0107648929727385e-6 -hypertrophy_N 4.0107648929727385e-6 -hypervelocity_N 4.0107648929727385e-6 -hyperventilation_N 4.0107648929727385e-6 -hypervitaminosis_N 4.0107648929727385e-6 -hypervolemia_N 4.0107648929727385e-6 -hypha_N 4.0107648929727385e-6 -hyphema_N 4.0107648929727385e-6 -hyphen_N 4.0107648929727385e-6 -hyphenation_N 4.0107648929727385e-6 -hypnagogue_N 4.0107648929727385e-6 -hypnoanalysis_N 4.0107648929727385e-6 -hypnogenesis_N 4.0107648929727385e-6 -hypnophobia_N 4.0107648929727385e-6 -hypnosis_N 4.0107648929727385e-6 -hypnotherapy_N 4.0107648929727385e-6 -hypnotism_N 4.0107648929727385e-6 -hypnotist_N 4.0107648929727385e-6 -hypo_N 4.0107648929727385e-6 -hypobasidium_N 4.0107648929727385e-6 -hypobetalipoproteinemia_N 4.0107648929727385e-6 -hypocalcemia_N 4.0107648929727385e-6 -hypocapnia_N 4.0107648929727385e-6 -hypocellularity_N 4.0107648929727385e-6 -hypochlorite_N 4.0107648929727385e-6 -hypochondria_N 4.0107648929727385e-6 -hypochondriac_N 4.0107648929727385e-6 -hypochondrium_N 4.0107648929727385e-6 -hypocrisy_N 2.0053824464863696e-5 -hypocrite_N 8.021529785945477e-6 -hypocycloid_N 4.0107648929727385e-6 -hypodermic_N 4.0107648929727385e-6 -hypodermis_N 4.0107648929727385e-6 -hypoesthesia_N 4.0107648929727385e-6 -hypogammaglobulinemia_N 4.0107648929727385e-6 -hypoglossal_N 4.0107648929727385e-6 -hypoglycemia_N 4.0107648929727385e-6 -hypogonadism_N 4.0107648929727385e-6 -hypokalemia_N 4.0107648929727385e-6 -hypolipoproteinemia_N 4.0107648929727385e-6 -hyponatremia_N 4.0107648929727385e-6 -hyponym_N 4.0107648929727385e-6 -hyponymy_N 4.0107648929727385e-6 -hypoparathyroidism_N 4.0107648929727385e-6 -hypophysectomy_N 4.0107648929727385e-6 -hypopigmentation_N 4.0107648929727385e-6 -hypoplasia_N 4.0107648929727385e-6 -hypopnea_N 4.0107648929727385e-6 -hypoproteinemia_N 4.0107648929727385e-6 -hyposmia_N 4.0107648929727385e-6 -hypospadias_N 4.0107648929727385e-6 -hypostasis_N 4.0107648929727385e-6 -hypostatization_N 4.0107648929727385e-6 -hypotension_N 4.0107648929727385e-6 -hypotensive_N 4.0107648929727385e-6 -hypotenuse_N 4.0107648929727385e-6 -hypothalamus_N 4.0107648929727385e-6 -hypothermia_N 4.0107648929727385e-6 -hypothesis_N 4.0107648929727385e-6 -hypothetical_N 4.0107648929727385e-6 -hypothrombinemia_N 4.0107648929727385e-6 -hypothyroidism_N 4.0107648929727385e-6 -hypotonia_N 4.0107648929727385e-6 -hypotonicity_N 4.0107648929727385e-6 -hypovolemia_N 4.0107648929727385e-6 -hypoxia_N 4.0107648929727385e-6 -hypozeugma_N 4.0107648929727385e-6 -hypozeuxis_N 4.0107648929727385e-6 -hypsography_N 4.0107648929727385e-6 -hypsometer_N 4.0107648929727385e-6 -hypsometry_N 4.0107648929727385e-6 -hyrax_N 4.0107648929727385e-6 -hyson_N 4.0107648929727385e-6 -hyssop_N 4.0107648929727385e-6 -hysterectomy_N 4.0107648929727385e-6 -hysteresis_N 4.0107648929727385e-6 -hysteria_N 1.6043059571890954e-5 -hysteric_N 4.0107648929727385e-6 -hysterics_N 4.0107648929727385e-6 -hysterocatalepsy_N 4.0107648929727385e-6 -hysterosalpingogram_N 4.0107648929727385e-6 -hysteroscopy_N 4.0107648929727385e-6 -hysterotomy_N 4.0107648929727385e-6 -iamb_N 4.0107648929727385e-6 -iambic_N 4.0107648929727385e-6 -iambics_N 4.0107648929727385e-6 -iambus_N 4.0107648929727385e-6 -iba_N 4.0107648929727385e-6 -ibex_N 4.0107648929727385e-6 -ibis_N 4.0107648929727385e-6 -ibuprofen_N 4.0107648929727385e-6 -icbm_N 4.0107648929727385e-6 -ice_N 8.422606275242751e-5 -ice_axe_N 4.0107648929727385e-6 -ice_cream_N 4.0107648929727385e-6 -ice_lolly_N 4.0107648929727385e-6 -ice_show_N 4.0107648929727385e-6 -ice_skate_N 4.0107648929727385e-6 -ice_skating_N 4.0107648929727385e-6 -ice_tray_N 4.0107648929727385e-6 -iceberg_N 1.6043059571890954e-5 -iceboat_N 4.0107648929727385e-6 -icebox_N 4.0107648929727385e-6 -icebreaker_N 4.0107648929727385e-6 -icecap_N 4.0107648929727385e-6 -icecube_N 4.0107648929727385e-6 -icefall_N 4.0107648929727385e-6 -icefield_N 4.0107648929727385e-6 -icefloe_N 4.0107648929727385e-6 -icehouse_N 4.0107648929727385e-6 -icelander_N 4.0107648929727385e-6 -icelandic_N 4.0107648929727385e-6 -iceman_N 4.0107648929727385e-6 -icepack_N 4.0107648929727385e-6 -icepick_N 4.0107648929727385e-6 -icerink_N 4.0107648929727385e-6 -icetray_N 4.0107648929727385e-6 -ichneumon_N 4.0107648929727385e-6 -ichneumon_fly_N 4.0107648929727385e-6 -ichor_N 4.0107648929727385e-6 -ichthyolatry_N 4.0107648929727385e-6 -ichthyologist_N 4.0107648929727385e-6 -ichthyology_N 4.0107648929727385e-6 -ichthyosaur_N 4.0107648929727385e-6 -ichthyosaurus_N 4.0107648929727385e-6 -ichthyosis_N 4.0107648929727385e-6 -icicle_N 4.0107648929727385e-6 -icing_N 4.0107648929727385e-6 -icon_N 8.021529785945477e-6 -iconoclasm_N 4.0107648929727385e-6 -iconoclast_N 4.0107648929727385e-6 -iconography_N 4.0107648929727385e-6 -iconolatry_N 4.0107648929727385e-6 -iconology_N 4.0107648929727385e-6 -iconoscope_N 4.0107648929727385e-6 -icosahedron_N 4.0107648929727385e-6 -ictodosaur_N 4.0107648929727385e-6 -id_N 8.021529785945477e-6 -idea_N 4.4118413822700125e-4 -ideal_N 3.609688403675465e-5 -idealism_N 1.6043059571890954e-5 -idealist_N 1.2032294678918217e-5 -ideality_N 4.0107648929727385e-6 -idealization_N 4.0107648929727385e-6 -ideation_N 4.0107648929727385e-6 -identification_N 2.0053824464863696e-5 -identifier_N 4.0107648929727385e-6 -identikit_N 4.0107648929727385e-6 -identity_N 6.818300318053656e-5 -ideogram_N 4.0107648929727385e-6 -ideograph_N 4.0107648929727385e-6 -ideography_N 4.0107648929727385e-6 -ideologist_N 4.0107648929727385e-6 -ideology_N 2.8075354250809173e-5 -ides_N 4.0107648929727385e-6 -idesia_N 4.0107648929727385e-6 -idiocy_N 8.021529785945477e-6 -idiolatry_N 4.0107648929727385e-6 -idiolect_N 4.0107648929727385e-6 -idiom_N 4.0107648929727385e-6 -idiosyncrasy_N 4.0107648929727385e-6 -idiot_N 1.2032294678918217e-5 -idle_N 4.0107648929727385e-6 -idleness_N 4.0107648929727385e-6 -idler_N 4.0107648929727385e-6 -idol_N 4.0107648929727385e-6 -idolater_N 4.0107648929727385e-6 -idolatress_N 4.0107648929727385e-6 -idolatry_N 4.0107648929727385e-6 -idolization_N 4.0107648929727385e-6 -idolizer_N 4.0107648929727385e-6 -idyll_N 4.0107648929727385e-6 -igloo_N 4.0107648929727385e-6 -ignis_fatuus_N 4.0107648929727385e-6 -igniter_N 4.0107648929727385e-6 -ignition_N 8.021529785945477e-6 -ignobleness_N 4.0107648929727385e-6 -ignominy_N 4.0107648929727385e-6 -ignoramus_N 8.021529785945477e-6 -ignorance_N 2.8075354250809173e-5 -ignorantness_N 4.0107648929727385e-6 -iguana_N 4.0107648929727385e-6 -iguanid_N 4.0107648929727385e-6 -iguanodon_N 4.0107648929727385e-6 -ijtihad_N 4.0107648929727385e-6 -ikon_N 4.0107648929727385e-6 -ilama_N 4.0107648929727385e-6 -ileitis_N 4.0107648929727385e-6 -ileostomy_N 4.0107648929727385e-6 -ileum_N 4.0107648929727385e-6 -ilex_N 4.0107648929727385e-6 -ilium_N 4.0107648929727385e-6 -ilk_N 8.021529785945477e-6 -ill_N 1.2032294678918217e-5 -ill_breeding_N 4.0107648929727385e-6 -ill_treatment_N 4.0107648929727385e-6 -ill_usage_N 4.0107648929727385e-6 -illegality_N 8.021529785945477e-6 -illegibility_N 4.0107648929727385e-6 -illegitimacy_N 4.0107648929727385e-6 -illegitimate_N 4.0107648929727385e-6 -illiberality_N 4.0107648929727385e-6 -illicitness_N 4.0107648929727385e-6 -illiteracy_N 8.021529785945477e-6 -illiterate_N 4.0107648929727385e-6 -illness_N 4.812917871567287e-5 -illogicality_N 4.0107648929727385e-6 -illogicalness_N 4.0107648929727385e-6 -illuminance_N 4.0107648929727385e-6 -illuminant_N 4.0107648929727385e-6 -illumination_N 4.0107648929727385e-6 -illusion_N 3.208611914378191e-5 -illusionist_N 8.021529785945477e-6 -illustration_N 5.6150708501618345e-5 -illustrator_N 4.0107648929727385e-6 -ilmenite_N 4.0107648929727385e-6 -ilo_N 4.0107648929727385e-6 -image_N 3.9706572440430113e-4 -imagery_N 1.2032294678918217e-5 -imagination_N 2.8075354250809173e-5 -imaging_N 4.0107648929727385e-6 -imagism_N 4.0107648929727385e-6 -imago_N 4.0107648929727385e-6 -imam_N 4.0107648929727385e-6 -imaret_N 4.0107648929727385e-6 -imbalance_N 8.823682764540025e-5 -imbecile_N 4.0107648929727385e-6 -imbecility_N 4.0107648929727385e-6 -imbibition_N 4.0107648929727385e-6 -imbrication_N 4.0107648929727385e-6 -imbroglio_N 8.021529785945477e-6 -imf_N 4.0107648929727385e-6 -imidazole_N 4.0107648929727385e-6 -imide_N 4.0107648929727385e-6 -imipramine_N 4.0107648929727385e-6 -imitation_N 2.0053824464863696e-5 -imitator_N 4.0107648929727385e-6 -immanence_N 4.0107648929727385e-6 -immateriality_N 4.0107648929727385e-6 -immaturity_N 8.021529785945477e-6 -immediacy_N 1.2032294678918217e-5 -immensity_N 4.0107648929727385e-6 -immersion_N 4.0107648929727385e-6 -immigrant_N 2.4064589357836434e-5 -immigration_N 2.0053824464863696e-5 -imminence_N 4.0107648929727385e-6 -immobility_N 4.0107648929727385e-6 -immobilization_N 4.0107648929727385e-6 -immoderation_N 4.0107648929727385e-6 -immodesty_N 4.0107648929727385e-6 -immolation_N 4.0107648929727385e-6 -immorality_N 8.021529785945477e-6 -immortal_N 4.0107648929727385e-6 -immortality_N 4.0107648929727385e-6 -immortelle_N 4.0107648929727385e-6 -immotility_N 4.0107648929727385e-6 -immovability_N 4.0107648929727385e-6 -immune_N 4.0107648929727385e-6 -immunity_N 3.208611914378191e-5 -immunization_N 4.0107648929727385e-6 -immunoassay_N 4.0107648929727385e-6 -immunochemistry_N 4.0107648929727385e-6 -immunocompetence_N 4.0107648929727385e-6 -immunodeficiency_N 4.0107648929727385e-6 -immunoelectrophoresis_N 4.0107648929727385e-6 -immunofluorescence_N 4.0107648929727385e-6 -immunogen_N 4.0107648929727385e-6 -immunogenicity_N 4.0107648929727385e-6 -immunoglobulin_N 4.0107648929727385e-6 -immunohistochemistry_N 4.0107648929727385e-6 -immunologist_N 4.0107648929727385e-6 -immunology_N 4.0107648929727385e-6 -immunopathology_N 4.0107648929727385e-6 -immunosuppressant_N 4.0107648929727385e-6 -immunosuppression_N 4.0107648929727385e-6 -immunotherapy_N 4.0107648929727385e-6 -immutability_N 4.0107648929727385e-6 -imp_N 4.0107648929727385e-6 -impact_N 5.454640254442925e-4 -impaction_N 4.0107648929727385e-6 -impairer_N 4.0107648929727385e-6 -impairment_N 8.021529785945477e-6 -impala_N 4.0107648929727385e-6 -impalement_N 4.0107648929727385e-6 -impartiality_N 4.0107648929727385e-6 -impasse_N 1.6043059571890954e-5 -impassiveness_N 8.021529785945477e-6 -impassivity_N 4.0107648929727385e-6 -impasto_N 4.0107648929727385e-6 -impatience_N 8.021529785945477e-6 -impeachability_N 4.0107648929727385e-6 -impeachment_N 7.620453296648204e-5 -impeccability_N 4.0107648929727385e-6 -impecuniousness_N 4.0107648929727385e-6 -impediment_N 2.0053824464863696e-5 -impedimenta_N 4.0107648929727385e-6 -impeller_N 4.0107648929727385e-6 -impenetrability_N 4.0107648929727385e-6 -impenitence_N 4.0107648929727385e-6 -imperative_N 4.0107648929727385e-6 -imperativeness_N 4.0107648929727385e-6 -imperceptibility_N 4.0107648929727385e-6 -imperfect_N 4.0107648929727385e-6 -imperfectibility_N 4.0107648929727385e-6 -imperfection_N 1.2032294678918217e-5 -imperfective_N 4.0107648929727385e-6 -imperial_N 4.0107648929727385e-6 -imperialism_N 1.2032294678918217e-5 -imperialist_N 1.2032294678918217e-5 -imperiousness_N 4.0107648929727385e-6 -imperishability_N 4.0107648929727385e-6 -imperium_N 4.0107648929727385e-6 -impermanence_N 4.0107648929727385e-6 -impermeability_N 4.0107648929727385e-6 -impermissibility_N 4.0107648929727385e-6 -impersonation_N 8.021529785945477e-6 -impersonator_N 8.021529785945477e-6 -impertinence_N 4.0107648929727385e-6 -imperturbability_N 4.0107648929727385e-6 -impetigo_N 4.0107648929727385e-6 -impetuosity_N 4.0107648929727385e-6 -impetuousness_N 4.0107648929727385e-6 -impetus_N 2.8075354250809173e-5 -impiety_N 4.0107648929727385e-6 -impingement_N 4.0107648929727385e-6 -impishness_N 4.0107648929727385e-6 -implant_N 4.0107648929727385e-6 -implantation_N 4.0107648929727385e-6 -implausibility_N 4.0107648929727385e-6 -implement_N 4.0107648929727385e-6 -implementation_N 1.2032294678918217e-5 -implication_N 1.4037677125404587e-4 -implicitness_N 4.0107648929727385e-6 -implosion_N 4.0107648929727385e-6 -impoliteness_N 4.0107648929727385e-6 -imponderable_N 8.021529785945477e-6 -import_N 6.337008530896927e-4 -importance_N 1.2032294678918216e-4 -importation_N 4.0107648929727385e-6 -importerFem_N 4.0107648929727385e-6 -importerMasc_N 4.0107648929727385e-6 -importing_N 4.0107648929727385e-6 -importunity_N 4.0107648929727385e-6 -imposition_N 1.6043059571890954e-5 -impossibility_N 4.0107648929727385e-6 -impossible_N 4.0107648929727385e-6 -imposter_N 4.0107648929727385e-6 -impostor_N 4.0107648929727385e-6 -imposture_N 4.0107648929727385e-6 -impotence_N 4.0107648929727385e-6 -impoundment_N 4.0107648929727385e-6 -impoverishment_N 4.0107648929727385e-6 -impracticability_N 4.0107648929727385e-6 -impracticableness_N 4.0107648929727385e-6 -impracticality_N 4.0107648929727385e-6 -imprecation_N 4.0107648929727385e-6 -impreciseness_N 4.0107648929727385e-6 -imprecision_N 4.0107648929727385e-6 -impregnability_N 4.0107648929727385e-6 -impregnation_N 4.0107648929727385e-6 -impresario_N 4.0107648929727385e-6 -impress_N 4.0107648929727385e-6 -impression_N 5.6150708501618345e-5 -impressionism_N 4.0107648929727385e-6 -impressionist_N 4.0107648929727385e-6 -impressiveness_N 4.0107648929727385e-6 -imprimatur_N 4.0107648929727385e-6 -imprint_N 4.0107648929727385e-6 -imprinting_N 4.0107648929727385e-6 -imprisonment_N 3.208611914378191e-5 -improbability_N 8.021529785945477e-6 -impromptu_N 4.0107648929727385e-6 -impropriety_N 4.0107648929727385e-6 -improvement_N 4.2915184354808307e-4 -improver_N 4.0107648929727385e-6 -improvidence_N 4.0107648929727385e-6 -improvisation_N 8.021529785945477e-6 -imprudence_N 4.0107648929727385e-6 -impudence_N 4.0107648929727385e-6 -impulse_N 1.6043059571890954e-5 -impulsion_N 4.0107648929727385e-6 -impulsiveness_N 4.0107648929727385e-6 -impunity_N 8.021529785945477e-6 -impurity_N 4.0107648929727385e-6 -imputation_N 4.0107648929727385e-6 -in_N 1.2032294678918217e-5 -in_fighting_N 4.0107648929727385e-6 -in_patient_N 4.0107648929727385e-6 -in_tray_N 4.0107648929727385e-6 -inability_N 5.2139943608645604e-5 -inaccessibility_N 4.0107648929727385e-6 -inaccuracy_N 8.021529785945477e-6 -inaction_N 8.021529785945477e-6 -inactivation_N 4.0107648929727385e-6 -inactiveness_N 4.0107648929727385e-6 -inactivity_N 4.0107648929727385e-6 -inadequacy_N 1.6043059571890954e-5 -inadmissibility_N 4.0107648929727385e-6 -inadvertence_N 8.021529785945477e-6 -inadvisability_N 4.0107648929727385e-6 -inamorata_N 4.0107648929727385e-6 -inamorato_N 4.0107648929727385e-6 -inanimateness_N 4.0107648929727385e-6 -inanition_N 4.0107648929727385e-6 -inanity_N 4.0107648929727385e-6 -inapplicability_N 4.0107648929727385e-6 -inappropriateness_N 4.0107648929727385e-6 -inaptitude_N 4.0107648929727385e-6 -inaptness_N 4.0107648929727385e-6 -inattention_N 8.021529785945477e-6 -inattentiveness_N 4.0107648929727385e-6 -inaudibility_N 4.0107648929727385e-6 -inaugural_N 4.0107648929727385e-6 -inauguration_N 8.021529785945477e-6 -inauspiciousness_N 4.0107648929727385e-6 -inbreeding_N 4.0107648929727385e-6 -incandescence_N 4.0107648929727385e-6 -incantation_N 4.0107648929727385e-6 -incapability_N 4.0107648929727385e-6 -incapacity_N 4.0107648929727385e-6 -incarceration_N 4.0107648929727385e-6 -incarnation_N 4.0107648929727385e-6 -incaution_N 4.0107648929727385e-6 -incendiarism_N 4.0107648929727385e-6 -incendiary_N 4.0107648929727385e-6 -incense_N 1.2032294678918217e-5 -incentive_N 2.647104829362008e-4 -inception_N 2.8075354250809173e-5 -incertitude_N 4.0107648929727385e-6 -incest_N 9.2247592538373e-5 -inch_N 8.422606275242751e-5 -inchoative_N 4.0107648929727385e-6 -incidence_N 1.2032294678918217e-5 -incident_N 9.625835743134574e-5 -incidental_N 4.0107648929727385e-6 -incineration_N 8.021529785945477e-6 -incinerator_N 4.010764892972739e-5 -incipiency_N 4.0107648929727385e-6 -incision_N 1.2032294678918217e-5 -incisiveness_N 4.0107648929727385e-6 -incisor_N 4.0107648929727385e-6 -incisure_N 4.0107648929727385e-6 -incitation_N 4.0107648929727385e-6 -incitement_N 4.0107648929727385e-6 -incivility_N 4.0107648929727385e-6 -inclemency_N 4.0107648929727385e-6 -inclination_N 2.8075354250809173e-5 -incline_N 4.0107648929727385e-6 -inclinometer_N 4.0107648929727385e-6 -inclosure_N 4.0107648929727385e-6 -inclusion_N 2.4064589357836434e-5 -incognizance_N 4.0107648929727385e-6 -incoherence_N 4.0107648929727385e-6 -income_N 2.322232873031216e-3 -income_tax_N 4.0107648929727385e-6 -incommutability_N 4.0107648929727385e-6 -incompatibility_N 8.021529785945477e-6 -incompetence_N 2.4064589357836434e-5 -incompetency_N 8.021529785945477e-6 -incompetent_N 4.0107648929727385e-6 -incompleteness_N 4.0107648929727385e-6 -incomprehensibility_N 4.0107648929727385e-6 -incomprehension_N 4.0107648929727385e-6 -incompressibility_N 4.0107648929727385e-6 -inconceivability_N 4.0107648929727385e-6 -inconclusiveness_N 4.0107648929727385e-6 -incongruity_N 8.021529785945477e-6 -inconsequence_N 4.0107648929727385e-6 -inconsideration_N 4.0107648929727385e-6 -inconsistency_N 1.2032294678918217e-5 -inconspicuousness_N 4.0107648929727385e-6 -inconstancy_N 4.0107648929727385e-6 -incontinence_N 4.0107648929727385e-6 -incontrovertibility_N 4.0107648929727385e-6 -inconvenience_N 1.2032294678918217e-5 -inconvertibility_N 4.0107648929727385e-6 -incoordination_N 4.0107648929727385e-6 -incorporation_N 4.0107648929727385e-6 -incorrectness_N 4.0107648929727385e-6 -incorruptibility_N 4.0107648929727385e-6 -incorruptness_N 4.0107648929727385e-6 -increase_N 1.8489626156604326e-3 -incredibility_N 4.0107648929727385e-6 -incredulity_N 4.0107648929727385e-6 -increment_N 2.0053824464863696e-5 -incrimination_N 4.0107648929727385e-6 -incrustation_N 4.0107648929727385e-6 -incubation_N 4.0107648929727385e-6 -incubator_N 4.0107648929727385e-6 -incubus_N 4.0107648929727385e-6 -inculcation_N 4.0107648929727385e-6 -incumbency_N 8.021529785945477e-6 -incumbent_N 1.2032294678918217e-5 -incurability_N 4.0107648929727385e-6 -incurable_N 4.0107648929727385e-6 -incurrence_N 4.0107648929727385e-6 -incurring_N 4.0107648929727385e-6 -incursion_N 1.2032294678918217e-5 -incurvation_N 4.0107648929727385e-6 -incus_N 4.0107648929727385e-6 -indaba_N 4.0107648929727385e-6 -indapamide_N 4.0107648929727385e-6 -indebtedness_N 1.2032294678918217e-5 -indecency_N 4.0107648929727385e-6 -indecision_N 4.0107648929727385e-6 -indecisiveness_N 4.0107648929727385e-6 -indecorum_N 4.0107648929727385e-6 -indefatigability_N 4.0107648929727385e-6 -indefiniteness_N 4.0107648929727385e-6 -indelicacy_N 4.0107648929727385e-6 -indemnification_N 8.021529785945477e-6 -indemnity_N 4.0107648929727385e-6 -indene_N 4.0107648929727385e-6 -indent_N 4.0107648929727385e-6 -indentation_N 4.0107648929727385e-6 -indenture_N 8.021529785945477e-6 -independence_N 9.2247592538373e-5 -independent_N 1.6043059571890954e-5 -indestructibility_N 8.021529785945477e-6 -indeterminacy_N 4.0107648929727385e-6 -index_N 2.2019099262420338e-3 -indexation_N 4.0107648929727385e-6 -indexer_N 3.208611914378191e-5 -indexing_N 4.0107648929727385e-6 -india_rubber_N 4.0107648929727385e-6 -indiaman_N 4.0107648929727385e-6 -indian_N 4.0107648929727385e-6 -indication_N 2.486674233643098e-4 -indicator_N 2.3262436379241887e-4 -indiction_N 4.0107648929727385e-6 -indictment_N 1.323552414681004e-4 -indie_N 4.0107648929727385e-6 -indifference_N 2.0053824464863696e-5 -indigence_N 4.0107648929727385e-6 -indigenousness_N 4.0107648929727385e-6 -indigestibility_N 4.0107648929727385e-6 -indigestion_N 4.0107648929727385e-6 -indignation_N 8.021529785945477e-6 -indignity_N 8.021529785945477e-6 -indigo_N 4.0107648929727385e-6 -indinavir_N 4.0107648929727385e-6 -indirection_N 4.0107648929727385e-6 -indirectness_N 8.021529785945477e-6 -indiscipline_N 4.0107648929727385e-6 -indiscretion_N 4.0107648929727385e-6 -indispensability_N 8.021529785945477e-6 -indisposition_N 4.0107648929727385e-6 -indisputability_N 4.0107648929727385e-6 -indistinctness_N 4.0107648929727385e-6 -indium_N 4.0107648929727385e-6 -individual_N 5.093671414075379e-4 -individualism_N 4.0107648929727385e-6 -individualist_N 4.0107648929727385e-6 -individuality_N 4.0107648929727385e-6 -individualization_N 4.0107648929727385e-6 -indoctrination_N 4.0107648929727385e-6 -indolence_N 4.0107648929727385e-6 -indomethacin_N 4.0107648929727385e-6 -indomitability_N 4.0107648929727385e-6 -indonesian_N 4.0107648929727385e-6 -indri_N 4.0107648929727385e-6 -inducement_N 1.2032294678918217e-5 -inducer_N 4.0107648929727385e-6 -inductee_N 4.0107648929727385e-6 -induction_N 4.0107648929727385e-6 -inductor_N 4.0107648929727385e-6 -indulgence_N 1.6043059571890954e-5 -indumentum_N 4.0107648929727385e-6 -indusium_N 4.0107648929727385e-6 -industrialism_N 4.0107648929727385e-6 -industrialist_N 2.8075354250809173e-5 -industrialization_N 8.021529785945477e-6 -industry_N 3.0922997324819815e-3 -indweller_N 4.0107648929727385e-6 -inebriate_N 4.0107648929727385e-6 -inebriation_N 4.0107648929727385e-6 -inebriety_N 4.0107648929727385e-6 -ineffectiveness_N 8.021529785945477e-6 -ineffectuality_N 4.0107648929727385e-6 -inefficacy_N 4.0107648929727385e-6 -inefficiency_N 3.208611914378191e-5 -inelasticity_N 4.0107648929727385e-6 -inelegance_N 4.0107648929727385e-6 -ineligibility_N 4.0107648929727385e-6 -ineluctability_N 4.0107648929727385e-6 -ineptitude_N 1.6043059571890954e-5 -inequality_N 1.6043059571890954e-5 -inequity_N 1.6043059571890954e-5 -inerrancy_N 4.0107648929727385e-6 -inertia_N 8.021529785945477e-6 -inertness_N 4.0107648929727385e-6 -inessential_N 4.0107648929727385e-6 -inessentiality_N 4.0107648929727385e-6 -inevitability_N 8.021529785945477e-6 -inevitable_N 4.0107648929727385e-6 -inexactitude_N 4.0107648929727385e-6 -inexactness_N 4.0107648929727385e-6 -inexpedience_N 4.0107648929727385e-6 -inexpediency_N 4.0107648929727385e-6 -inexpensiveness_N 4.0107648929727385e-6 -inexperience_N 8.021529785945477e-6 -inexplicitness_N 4.0107648929727385e-6 -infallibility_N 4.0107648929727385e-6 -infamy_N 8.021529785945477e-6 -infancy_N 8.021529785945477e-6 -infant_N 3.208611914378191e-5 -infanticide_N 4.0107648929727385e-6 -infantilism_N 4.0107648929727385e-6 -infantry_N 1.2032294678918217e-5 -infantryman_N 4.0107648929727385e-6 -infarct_N 4.0107648929727385e-6 -infatuation_N 4.0107648929727385e-6 -infeasibility_N 4.0107648929727385e-6 -infection_N 3.609688403675465e-5 -infelicity_N 4.0107648929727385e-6 -inference_N 3.609688403675465e-5 -inferior_N 4.0107648929727385e-6 -inferiority_N 4.0107648929727385e-6 -infernal_N 4.0107648929727385e-6 -inferno_N 8.021529785945477e-6 -infertility_N 1.2032294678918217e-5 -infestation_N 8.021529785945477e-6 -infidel_N 4.0107648929727385e-6 -infidelity_N 1.2032294678918217e-5 -infield_N 4.0107648929727385e-6 -infielder_N 4.0107648929727385e-6 -infiltration_N 4.0107648929727385e-6 -infiltrator_N 4.0107648929727385e-6 -infiniteness_N 4.0107648929727385e-6 -infinitesimal_N 4.0107648929727385e-6 -infinitive_N 4.0107648929727385e-6 -infinitude_N 4.0107648929727385e-6 -infinity_N 4.0107648929727385e-6 -infirmary_N 4.0107648929727385e-6 -infirmity_N 4.0107648929727385e-6 -infix_N 4.0107648929727385e-6 -inflammation_N 4.0107648929727385e-6 -inflater_N 4.0107648929727385e-6 -inflation_N 8.222068030594114e-4 -inflection_N 4.0107648929727385e-6 -inflexibility_N 4.0107648929727385e-6 -inflexion_N 4.0107648929727385e-6 -infliction_N 4.0107648929727385e-6 -infliximab_N 4.0107648929727385e-6 -inflorescence_N 4.0107648929727385e-6 -inflow_N 5.6150708501618345e-5 -influence_N 2.0053824464863693e-4 -influenza_N 8.021529785945477e-6 -influx_N 3.208611914378191e-5 -info_N 4.0107648929727385e-6 -infomercial_N 4.0107648929727385e-6 -informality_N 4.0107648929727385e-6 -informant_N 4.0107648929727385e-6 -information_N 8.863790413469753e-4 -informer_N 4.0107648929727385e-6 -informing_N 4.0107648929727385e-6 -infraction_N 8.021529785945477e-6 -infrared_N 4.0107648929727385e-6 -infrastructure_N 5.6150708501618345e-5 -infrequency_N 4.0107648929727385e-6 -infringement_N 4.010764892972739e-5 -infructescence_N 4.0107648929727385e-6 -infundibulum_N 4.0107648929727385e-6 -infuriation_N 4.0107648929727385e-6 -infusion_N 2.0053824464863696e-5 -infusorian_N 4.0107648929727385e-6 -inga_N 4.0107648929727385e-6 -ingathering_N 4.0107648929727385e-6 -ingenue_N 4.0107648929727385e-6 -ingenuity_N 8.021529785945477e-6 -ingenuousness_N 4.0107648929727385e-6 -ingesta_N 4.0107648929727385e-6 -ingle_nook_N 4.0107648929727385e-6 -ingot_N 2.4064589357836434e-5 -ingrate_N 4.0107648929727385e-6 -ingratiation_N 4.0107648929727385e-6 -ingratitude_N 4.0107648929727385e-6 -ingredient_N 4.010764892972739e-5 -ingress_N 4.0107648929727385e-6 -ingrowth_N 4.0107648929727385e-6 -inhabitancy_N 4.0107648929727385e-6 -inhabitant_N 4.0107648929727385e-6 -inhalant_N 4.0107648929727385e-6 -inhalation_N 4.0107648929727385e-6 -inhaler_N 4.0107648929727385e-6 -inherence_N 4.0107648929727385e-6 -inheritance_N 1.6043059571890954e-5 -inheritorFem_N 4.0107648929727385e-6 -inheritorMasc_N 4.0107648929727385e-6 -inhibition_N 4.0107648929727385e-6 -inhibitor_N 4.0107648929727385e-6 -inhomogeneity_N 4.0107648929727385e-6 -inhospitableness_N 4.0107648929727385e-6 -inhospitality_N 4.0107648929727385e-6 -inhumaneness_N 4.0107648929727385e-6 -inhumanity_N 4.0107648929727385e-6 -inion_N 4.0107648929727385e-6 -iniquity_N 4.0107648929727385e-6 -initial_N 1.2032294678918217e-5 -initiate_N 8.021529785945477e-6 -initiation_N 8.021529785945477e-6 -initiative_N 2.5668895315025526e-4 -injection_N 5.2139943608645604e-5 -injector_N 4.0107648929727385e-6 -injudiciousness_N 4.0107648929727385e-6 -injunction_N 1.0026912232431847e-4 -injury_N 1.6043059571890957e-4 -injustice_N 1.6043059571890954e-5 -ink_N 5.2139943608645604e-5 -ink_bottle_N 4.0107648929727385e-6 -ink_pad_N 4.0107648929727385e-6 -ink_pot_N 4.0107648929727385e-6 -inkberry_N 4.0107648929727385e-6 -inkblot_N 4.0107648929727385e-6 -inkle_N 4.0107648929727385e-6 -inkling_N 2.0053824464863696e-5 -inkstand_N 4.0107648929727385e-6 -inkwell_N 4.0107648929727385e-6 -inlay_N 8.021529785945477e-6 -inlet_N 4.0107648929727385e-6 -inmate_N 2.4064589357836434e-5 -inn_N 8.021529785945477e-6 -innateness_N 4.0107648929727385e-6 -innervation_N 4.0107648929727385e-6 -inning_N 2.8075354250809173e-5 -innings_N 2.0053824464863696e-5 -innkeeper_N 4.0107648929727385e-6 -innocence_N 1.2032294678918217e-5 -innocency_N 4.0107648929727385e-6 -innocent_N 1.2032294678918217e-5 -innovation_N 5.6150708501618345e-5 -innovativeness_N 4.0107648929727385e-6 -innovator_N 1.2032294678918217e-5 -innuendo_N 1.2032294678918217e-5 -innumerableness_N 4.0107648929727385e-6 -inoculant_N 4.0107648929727385e-6 -inoculating_N 4.0107648929727385e-6 -inoculation_N 4.0107648929727385e-6 -inoculator_N 4.0107648929727385e-6 -inopportuneness_N 4.0107648929727385e-6 -inosine_N 4.0107648929727385e-6 -inositol_N 4.0107648929727385e-6 -inpatient_N 4.0107648929727385e-6 -inpouring_N 4.0107648929727385e-6 -input_N 3.609688403675465e-5 -inquest_N 4.0107648929727385e-6 -inquietude_N 4.0107648929727385e-6 -inquirer_N 4.0107648929727385e-6 -inquiry_N 1.8048442018377323e-4 -inquisition_N 4.0107648929727385e-6 -inquisitiveness_N 4.0107648929727385e-6 -inquisitor_N 4.0107648929727385e-6 -inroad_N 8.021529785945477e-6 -inrush_N 4.0107648929727385e-6 -insalubrity_N 4.0107648929727385e-6 -insanity_N 1.2032294678918217e-5 -inscription_N 8.021529785945477e-6 -inscrutability_N 4.0107648929727385e-6 -insect_N 1.6043059571890954e-5 -insect_powder_N 4.0107648929727385e-6 -insecticide_N 4.0107648929727385e-6 -insectifuge_N 4.0107648929727385e-6 -insectivore_N 4.0107648929727385e-6 -insecureness_N 4.0107648929727385e-6 -insecurity_N 4.0107648929727385e-6 -insemination_N 4.0107648929727385e-6 -insensibility_N 4.0107648929727385e-6 -insensitivity_N 8.021529785945477e-6 -insentience_N 4.0107648929727385e-6 -insert_N 2.0053824464863696e-5 -insertion_N 4.0107648929727385e-6 -inset_N 4.0107648929727385e-6 -inside_N 1.6043059571890954e-5 -insider_N 1.6845212550485502e-4 -insidiousness_N 4.0107648929727385e-6 -insight_N 1.6043059571890954e-5 -insightfulness_N 4.0107648929727385e-6 -insignia_N 4.0107648929727385e-6 -insignificance_N 4.0107648929727385e-6 -insincerity_N 4.0107648929727385e-6 -insinuation_N 4.0107648929727385e-6 -insipidity_N 4.0107648929727385e-6 -insipidness_N 4.0107648929727385e-6 -insistence_N 4.010764892972739e-5 -insolation_N 4.0107648929727385e-6 -insole_N 4.0107648929727385e-6 -insolence_N 4.0107648929727385e-6 -insolubility_N 4.0107648929727385e-6 -insolvency_N 1.2032294678918217e-5 -insolvent_N 4.0107648929727385e-6 -insomnia_N 4.0107648929727385e-6 -insomniac_N 4.0107648929727385e-6 -insouciance_N 4.0107648929727385e-6 -inspection_N 4.4118413822700127e-5 -inspector_N 6.016147339459108e-5 -inspectorate_N 4.0107648929727385e-6 -inspectorship_N 4.0107648929727385e-6 -inspiration_N 1.6043059571890954e-5 -inspissation_N 4.0107648929727385e-6 -instability_N 1.6043059571890954e-5 -installation_N 8.021529785945478e-5 -installment_N 4.0107648929727385e-6 -instalment_N 4.0107648929727385e-6 -instance_N 5.2139943608645604e-5 -instant_N 2.0053824464863696e-5 -instantiation_N 4.0107648929727385e-6 -instar_N 4.0107648929727385e-6 -instep_N 4.0107648929727385e-6 -instigation_N 4.0107648929727385e-6 -instigator_N 4.0107648929727385e-6 -instillation_N 4.0107648929727385e-6 -instillator_N 4.0107648929727385e-6 -instinct_N 1.6043059571890954e-5 -institute_N 8.823682764540025e-5 -institution_N 7.780883892367114e-4 -institutionalization_N 4.0107648929727385e-6 -instroke_N 4.0107648929727385e-6 -instruction_N 9.625835743134574e-5 -instructor_N 1.6043059571890954e-5 -instructorship_N 4.0107648929727385e-6 -instructress_N 4.0107648929727385e-6 -instrument_N 2.6069971804322804e-4 -instrumentalism_N 4.0107648929727385e-6 -instrumentalist_N 4.0107648929727385e-6 -instrumentality_N 4.0107648929727385e-6 -instrumentation_N 2.8075354250809173e-5 -insubordination_N 1.2032294678918217e-5 -insubstantiality_N 4.0107648929727385e-6 -insufficiency_N 4.0107648929727385e-6 -insufflation_N 4.0107648929727385e-6 -insularism_N 4.0107648929727385e-6 -insularity_N 4.0107648929727385e-6 -insulation_N 2.0053824464863696e-5 -insulator_N 8.021529785945477e-6 -insulin_N 6.818300318053656e-5 -insult_N 2.0053824464863696e-5 -insurability_N 4.0107648929727385e-6 -insurance_N 1.4198107721123496e-3 -insured_N 4.0107648929727385e-6 -insurgency_N 4.0107648929727385e-6 -insurgent_N 2.0053824464863696e-5 -insurrection_N 8.021529785945477e-6 -insurrectionism_N 4.0107648929727385e-6 -intactness_N 4.0107648929727385e-6 -intaglio_N 4.0107648929727385e-6 -intake_N 8.021529785945477e-6 -intangibility_N 4.0107648929727385e-6 -intangible_N 4.0107648929727385e-6 -intangibles_N 4.0107648929727385e-6 -integer_N 4.0107648929727385e-6 -integral_N 4.0107648929727385e-6 -integration_N 7.620453296648204e-5 -integrator_N 4.0107648929727385e-6 -integrity_N 6.818300318053656e-5 -integument_N 4.0107648929727385e-6 -intellect_N 8.021529785945477e-6 -intellectual_N 4.010764892972739e-5 -intellectualization_N 4.0107648929727385e-6 -intelligence_1_N 4.0107648929727385e-6 -intelligence_2_N 4.0107648929727385e-6 -intelligentsia_N 4.0107648929727385e-6 -intelligibility_N 4.0107648929727385e-6 -intemperance_N 4.0107648929727385e-6 -intensification_N 4.0107648929727385e-6 -intensifier_N 4.0107648929727385e-6 -intension_N 4.0107648929727385e-6 -intensity_N 4.4118413822700127e-5 -intent_N 1.2834447657512763e-4 -intention_N 1.2834447657512763e-4 -intentionality_N 4.0107648929727385e-6 -intentness_N 4.0107648929727385e-6 -interaction_N 8.021529785945477e-6 -intercept_N 4.0107648929727385e-6 -interception_N 4.0107648929727385e-6 -interceptor_N 4.0107648929727385e-6 -intercession_N 4.0107648929727385e-6 -interchange_N 4.0107648929727385e-6 -intercom_N 8.021529785945477e-6 -intercommunication_N 4.0107648929727385e-6 -intercommunion_N 4.0107648929727385e-6 -interconnectedness_N 4.0107648929727385e-6 -interconnection_N 4.0107648929727385e-6 -intercostal_N 4.0107648929727385e-6 -intercourse_N 4.0107648929727385e-6 -interdependence_N 8.021529785945477e-6 -interdict_N 4.0107648929727385e-6 -interdiction_N 2.0053824464863696e-5 -interest_4_N 4.0107648929727385e-6 -interest_N 3.8182481781100473e-3 -interestedness_N 4.0107648929727385e-6 -interface_N 4.0107648929727385e-6 -interference_N 2.0053824464863696e-5 -interferometer_N 4.0107648929727385e-6 -interferon_N 4.0107648929727385e-6 -interim_N 1.6043059571890954e-5 -interior_N 3.208611914378191e-5 -interjection_N 4.0107648929727385e-6 -interlayer_N 4.0107648929727385e-6 -interleaf_N 4.0107648929727385e-6 -interleukin_N 4.0107648929727385e-6 -interlock_N 4.0107648929727385e-6 -interlocutor_N 4.0107648929727385e-6 -interloper_N 8.021529785945477e-6 -interlude_N 8.021529785945477e-6 -intermarriage_N 4.0107648929727385e-6 -intermediary_N 1.2032294678918217e-5 -intermediate_N 4.0107648929727385e-6 -interment_N 4.0107648929727385e-6 -intermezzo_N 4.0107648929727385e-6 -intermission_N 1.2032294678918217e-5 -intermittence_N 4.0107648929727385e-6 -intermixture_N 4.0107648929727385e-6 -intern_N 4.0107648929727385e-6 -internalization_N 4.0107648929727385e-6 -international_N 8.021529785945477e-6 -internationale_N 4.0107648929727385e-6 -internationalism_N 4.0107648929727385e-6 -internationalist_N 8.021529785945477e-6 -internationality_N 4.0107648929727385e-6 -internationalization_N 1.6043059571890954e-5 -interne_N 4.0107648929727385e-6 -internee_N 4.0107648929727385e-6 -internet_N 4.0107648929727385e-6 -internist_N 4.0107648929727385e-6 -internment_N 1.2032294678918217e-5 -internode_N 4.0107648929727385e-6 -internship_N 4.0107648929727385e-6 -internuncio_N 4.0107648929727385e-6 -interoception_N 4.0107648929727385e-6 -interoceptor_N 4.0107648929727385e-6 -interoperability_N 4.0107648929727385e-6 -interpellation_N 4.0107648929727385e-6 -interpenetration_N 4.0107648929727385e-6 -interphone_N 4.0107648929727385e-6 -interplay_N 4.0107648929727385e-6 -interpolation_N 4.0107648929727385e-6 -interposition_N 4.0107648929727385e-6 -interpretation_N 7.620453296648204e-5 -interpreter_N 1.2032294678918217e-5 -interreflection_N 4.0107648929727385e-6 -interregnum_N 4.0107648929727385e-6 -interrelation_N 4.0107648929727385e-6 -interrelationship_N 4.0107648929727385e-6 -interrogation_N 8.021529785945477e-6 -interrogative_N 4.0107648929727385e-6 -interrogator_N 1.2032294678918217e-5 -interrupt_N 4.0107648929727385e-6 -interrupter_N 4.0107648929727385e-6 -interruption_N 2.4064589357836434e-5 -intersection_N 1.2032294678918217e-5 -interspersion_N 4.0107648929727385e-6 -interstate_N 4.0107648929727385e-6 -interstice_N 4.0107648929727385e-6 -intertrigo_N 4.0107648929727385e-6 -interval_N 2.0053824464863696e-5 -intervenor_N 4.0107648929727385e-6 -intervention_N 8.422606275242751e-5 -interview_N 4.6123796269186495e-4 -interviewee_N 4.0107648929727385e-6 -interviewer_N 1.2032294678918217e-5 -intestacy_N 4.0107648929727385e-6 -intestine_N 4.0107648929727385e-6 -inti_N 4.0107648929727385e-6 -intifada_N 4.0107648929727385e-6 -intima_N 4.0107648929727385e-6 -intimacy_N 1.2032294678918217e-5 -intimate_N 4.0107648929727385e-6 -intimation_N 4.0107648929727385e-6 -intimidation_N 2.0053824464863696e-5 -intolerance_N 8.021529785945477e-6 -intonation_N 8.021529785945477e-6 -intoxicant_N 4.0107648929727385e-6 -intoxication_N 8.021529785945477e-6 -intractability_N 4.0107648929727385e-6 -intrados_N 4.0107648929727385e-6 -intranet_N 4.0107648929727385e-6 -intransigence_N 4.0107648929727385e-6 -intransigency_N 4.0107648929727385e-6 -intransitivity_N 4.0107648929727385e-6 -intravasation_N 4.0107648929727385e-6 -intrepidity_N 4.0107648929727385e-6 -intricacy_N 4.0107648929727385e-6 -intrigue_N 2.0053824464863696e-5 -intro_N 4.0107648929727385e-6 -introduction_N 1.0829065211026395e-4 -introit_N 4.0107648929727385e-6 -introitus_N 4.0107648929727385e-6 -introject_N 4.0107648929727385e-6 -introjection_N 4.0107648929727385e-6 -intron_N 4.0107648929727385e-6 -introspection_N 4.0107648929727385e-6 -introspectiveness_N 4.0107648929727385e-6 -introversion_N 4.0107648929727385e-6 -introvert_N 4.0107648929727385e-6 -intruder_N 2.0053824464863696e-5 -intrusion_N 2.8075354250809173e-5 -intrusiveness_N 4.0107648929727385e-6 -intuition_N 1.6043059571890954e-5 -intuitionism_N 4.0107648929727385e-6 -intumescence_N 4.0107648929727385e-6 -intussusception_N 4.0107648929727385e-6 -inula_N 4.0107648929727385e-6 -inulin_N 4.0107648929727385e-6 -inundation_N 4.0107648929727385e-6 -inutility_N 4.0107648929727385e-6 -invader_N 8.021529785945477e-6 -invagination_N 4.0107648929727385e-6 -invalid_N 4.0107648929727385e-6 -invalidation_N 4.0107648929727385e-6 -invalidator_N 4.0107648929727385e-6 -invalidism_N 4.0107648929727385e-6 -invalidity_N 4.0107648929727385e-6 -invaluableness_N 4.0107648929727385e-6 -invariability_N 4.0107648929727385e-6 -invariance_N 4.0107648929727385e-6 -invariant_N 4.0107648929727385e-6 -invasion_N 1.2032294678918217e-5 -invective_N 8.021529785945477e-6 -invention_N 2.4064589357836434e-5 -inventiveness_N 4.0107648929727385e-6 -inventor_N 3.208611914378191e-5 -inventory_N 3.0080736697295544e-4 -inverse_N 1.2032294678918217e-5 -inversion_N 4.0107648929727385e-6 -invertase_N 4.0107648929727385e-6 -invertebrate_N 4.0107648929727385e-6 -inverter_N 4.0107648929727385e-6 -investigation_N 3.930549595113284e-4 -investigator_N 1.2032294678918216e-4 -investing_N 4.0107648929727385e-6 -investiture_N 4.0107648929727385e-6 -investment_N 3.1845473250203546e-3 -investor_N 4.49606744502244e-3 -invigilation_N 4.0107648929727385e-6 -invigilator_N 4.0107648929727385e-6 -invincibility_N 4.0107648929727385e-6 -invisibility_N 4.0107648929727385e-6 -invitation_N 4.010764892972739e-5 -invite_N 4.0107648929727385e-6 -invocation_N 4.0107648929727385e-6 -invoice_N 8.021529785945477e-6 -involucre_N 4.0107648929727385e-6 -involution_N 4.0107648929727385e-6 -involvement_N 1.1631218189620943e-4 -invulnerability_N 4.0107648929727385e-6 -inwardness_N 4.0107648929727385e-6 -iodide_N 4.0107648929727385e-6 -iodination_N 4.0107648929727385e-6 -iodine_N 4.0107648929727385e-6 -iodochlorhydroxyquin_N 4.0107648929727385e-6 -iodocompound_N 4.0107648929727385e-6 -iodoform_N 4.0107648929727385e-6 -iodoprotein_N 4.0107648929727385e-6 -iodopsin_N 4.0107648929727385e-6 -iodothyronine_N 4.0107648929727385e-6 -iodotyrosine_N 4.0107648929727385e-6 -ion_N 4.0107648929727385e-6 -ionization_N 4.0107648929727385e-6 -ionosphere_N 4.0107648929727385e-6 -iontophoresis_N 4.0107648929727385e-6 -iota_N 1.2032294678918217e-5 -iou_N 4.0107648929727385e-6 -ipecac_N 4.0107648929727385e-6 -ipod_N 4.0107648929727385e-6 -iproclozide_N 4.0107648929727385e-6 -ipse_dixit_N 4.0107648929727385e-6 -iq_N 4.0107648929727385e-6 -ira_N 4.010764892972739e-5 -iranianFem_N 4.0107648929727385e-6 -iranianMasc_N 4.0107648929727385e-6 -iraqi_N 4.0107648929727385e-6 -irascibility_N 4.0107648929727385e-6 -ire_N 1.2032294678918217e-5 -iridectomy_N 4.0107648929727385e-6 -iridescence_N 4.0107648929727385e-6 -iridium_N 4.0107648929727385e-6 -iridocyclitis_N 4.0107648929727385e-6 -iridokeratitis_N 4.0107648929727385e-6 -iridoncus_N 4.0107648929727385e-6 -iridotomy_N 4.0107648929727385e-6 -iris_N 1.2032294678918217e-5 -irishFem_N 4.0107648929727385e-6 -irishMasc_N 4.0107648929727385e-6 -irishman_N 4.0107648929727385e-6 -irishwoman_N 4.0107648929727385e-6 -iritis_N 4.0107648929727385e-6 -iron_N 6.016147339459108e-5 -iron_foundry_N 4.0107648929727385e-6 -iron_grey_N 4.0107648929727385e-6 -ironclad_N 4.0107648929727385e-6 -ironing_N 4.0107648929727385e-6 -ironing_board_N 4.0107648929727385e-6 -ironmonger_N 4.0107648929727385e-6 -ironmongery_N 4.0107648929727385e-6 -ironmould_N 4.0107648929727385e-6 -irons_N 4.0107648929727385e-6 -ironside_N 4.0107648929727385e-6 -ironware_N 4.0107648929727385e-6 -ironweed_N 4.0107648929727385e-6 -ironwood_N 4.0107648929727385e-6 -ironwork_N 4.0107648929727385e-6 -ironworker_N 4.0107648929727385e-6 -ironworks_N 4.0107648929727385e-6 -irony_N 4.010764892972739e-5 -irradiation_N 4.0107648929727385e-6 -irrationality_N 4.0107648929727385e-6 -irredenta_N 4.0107648929727385e-6 -irredentism_N 4.0107648929727385e-6 -irredentist_N 4.0107648929727385e-6 -irregular_N 4.0107648929727385e-6 -irregularity_N 2.0053824464863696e-5 -irrelevance_N 4.0107648929727385e-6 -irrelevancy_N 4.0107648929727385e-6 -irreligionist_N 4.0107648929727385e-6 -irreligiousness_N 4.0107648929727385e-6 -irreplaceableness_N 4.0107648929727385e-6 -irrepressibility_N 4.0107648929727385e-6 -irreproducibility_N 4.0107648929727385e-6 -irresistibility_N 4.0107648929727385e-6 -irresoluteness_N 4.0107648929727385e-6 -irresolution_N 4.0107648929727385e-6 -irresponsibility_N 4.0107648929727385e-6 -irreverence_N 4.0107648929727385e-6 -irreversibility_N 4.0107648929727385e-6 -irridentism_N 4.0107648929727385e-6 -irrigation_N 4.0107648929727385e-6 -irritability_N 4.0107648929727385e-6 -irritant_N 4.0107648929727385e-6 -irritation_N 1.6043059571890954e-5 -irruption_N 4.0107648929727385e-6 -ischemia_N 4.0107648929727385e-6 -ischium_N 4.0107648929727385e-6 -isinglass_N 4.0107648929727385e-6 -islam_N 4.0107648929727385e-6 -island_N 7.620453296648204e-5 -islander_N 4.0107648929727385e-6 -isle_N 4.0107648929727385e-6 -islet_N 4.0107648929727385e-6 -ism_N 4.0107648929727385e-6 -isoagglutination_N 4.0107648929727385e-6 -isoagglutinin_N 4.0107648929727385e-6 -isoagglutinogen_N 4.0107648929727385e-6 -isoantibody_N 4.0107648929727385e-6 -isobar_N 4.0107648929727385e-6 -isobutylene_N 4.0107648929727385e-6 -isocarboxazid_N 4.0107648929727385e-6 -isochrone_N 4.0107648929727385e-6 -isocyanate_N 4.0107648929727385e-6 -isoflurane_N 4.0107648929727385e-6 -isogamete_N 4.0107648929727385e-6 -isogamy_N 4.0107648929727385e-6 -isogon_N 4.0107648929727385e-6 -isogram_N 4.0107648929727385e-6 -isohel_N 4.0107648929727385e-6 -isolation_N 2.4064589357836434e-5 -isolationism_N 4.0107648929727385e-6 -isolationist_N 4.0107648929727385e-6 -isoleucine_N 4.0107648929727385e-6 -isomer_N 4.0107648929727385e-6 -isomerase_N 4.0107648929727385e-6 -isomerism_N 4.0107648929727385e-6 -isomerization_N 4.0107648929727385e-6 -isometrics_N 4.0107648929727385e-6 -isometropia_N 4.0107648929727385e-6 -isometry_N 4.0107648929727385e-6 -isomorphism_N 4.0107648929727385e-6 -isoniazid_N 4.0107648929727385e-6 -isopod_N 4.0107648929727385e-6 -isoproterenol_N 4.0107648929727385e-6 -isosorbide_N 4.0107648929727385e-6 -isostasy_N 4.0107648929727385e-6 -isotherm_N 4.0107648929727385e-6 -isothiocyanate_N 4.0107648929727385e-6 -isotope_N 4.0107648929727385e-6 -isotropy_N 4.0107648929727385e-6 -israeli_N 4.0107648929727385e-6 -issue_N 3.7701189993943744e-3 -issuer_N 4.0107648929727385e-6 -isthmus_N 8.021529785945477e-6 -italian_N 8.021529785945477e-6 -italic_N 4.0107648929727385e-6 -itch_N 4.0107648929727385e-6 -item_N 3.7701189993943744e-4 -iteration_N 8.021529785945477e-6 -iterative_N 4.0107648929727385e-6 -itinerant_N 4.0107648929727385e-6 -itinerary_N 8.021529785945477e-6 -itineration_N 4.0107648929727385e-6 -itraconazole_N 4.0107648929727385e-6 -itv_N 4.0107648929727385e-6 -iud_N 4.0107648929727385e-6 -ivory_N 2.8075354250809173e-5 -ivorybill_N 4.0107648929727385e-6 -ivy_N 4.0107648929727385e-6 -izar_N 4.0107648929727385e-6 -jab_N 1.2032294678918217e-5 -jabber_N 4.0107648929727385e-6 -jabberer_N 4.0107648929727385e-6 -jabberwocky_N 4.0107648929727385e-6 -jabiru_N 4.0107648929727385e-6 -jabot_N 4.0107648929727385e-6 -jaboticaba_N 4.0107648929727385e-6 -jacamar_N 4.0107648929727385e-6 -jack_N 8.021529785945477e-6 -jack_in_the_box_N 4.0107648929727385e-6 -jack_knife_N 4.0107648929727385e-6 -jack_o'_lantern_N 4.0107648929727385e-6 -jack_plane_N 4.0107648929727385e-6 -jackal_N 8.021529785945477e-6 -jackanapes_N 4.0107648929727385e-6 -jackass_N 4.0107648929727385e-6 -jackboot_N 4.0107648929727385e-6 -jackdaw_N 4.0107648929727385e-6 -jacket_N 5.2139943608645604e-5 -jackfruit_N 4.0107648929727385e-6 -jackknife_N 4.0107648929727385e-6 -jacklight_N 4.0107648929727385e-6 -jackpot_N 4.0107648929727385e-6 -jackrabbit_N 4.0107648929727385e-6 -jacks_N 4.0107648929727385e-6 -jackscrew_N 4.0107648929727385e-6 -jacksmelt_N 4.0107648929727385e-6 -jacksnipe_N 4.0107648929727385e-6 -jackstraw_N 4.0107648929727385e-6 -jackstraws_N 4.0107648929727385e-6 -jacobin_N 4.0107648929727385e-6 -jacobinism_N 4.0107648929727385e-6 -jacobite_N 4.0107648929727385e-6 -jaconet_N 4.0107648929727385e-6 -jacquard_N 4.0107648929727385e-6 -jactitation_N 4.0107648929727385e-6 -jade_N 4.0107648929727385e-6 -jadeite_N 4.0107648929727385e-6 -jaeger_N 4.0107648929727385e-6 -jag_N 4.0107648929727385e-6 -jaggedness_N 4.0107648929727385e-6 -jaggery_N 4.0107648929727385e-6 -jaguar_N 1.2032294678918217e-5 -jaguarundi_N 4.0107648929727385e-6 -jail_N 9.2247592538373e-5 -jailer_N 4.0107648929727385e-6 -jailor_N 4.0107648929727385e-6 -jakes_N 4.0107648929727385e-6 -jalapeno_N 4.0107648929727385e-6 -jalopy_N 4.0107648929727385e-6 -jalousie_N 4.0107648929727385e-6 -jam_N 3.609688403675465e-5 -jamaican_N 4.0107648929727385e-6 -jamb_N 4.0107648929727385e-6 -jambalaya_N 4.0107648929727385e-6 -jamboree_N 8.021529785945477e-6 -jamjar_N 4.0107648929727385e-6 -jammer_N 4.0107648929727385e-6 -jamming_N 4.0107648929727385e-6 -jampan_N 4.0107648929727385e-6 -jampot_N 4.0107648929727385e-6 -jangle_N 4.0107648929727385e-6 -janissary_N 4.0107648929727385e-6 -janitor_N 8.021529785945477e-6 -january_N 4.0107648929727385e-6 -japan_N 4.0107648929727385e-6 -japaneseFem_N 4.0107648929727385e-6 -japaneseMasc_N 4.812917871567287e-5 -jape_N 4.0107648929727385e-6 -japonica_N 4.0107648929727385e-6 -jar_N 1.2032294678918217e-5 -jarful_N 4.0107648929727385e-6 -jargon_N 8.021529785945477e-6 -jargoon_N 4.0107648929727385e-6 -jasmine_N 8.021529785945477e-6 -jasper_N 4.0107648929727385e-6 -jassid_N 4.0107648929727385e-6 -jati_N 4.0107648929727385e-6 -jaundice_N 4.0107648929727385e-6 -jaunt_N 1.2032294678918217e-5 -jauntiness_N 4.0107648929727385e-6 -jaunting_car_N 4.0107648929727385e-6 -javanese_N 4.0107648929727385e-6 -javelin_N 4.0107648929727385e-6 -jaw_N 8.021529785945477e-6 -jawan_N 4.0107648929727385e-6 -jawbone_N 4.0107648929727385e-6 -jawbreaker_N 4.0107648929727385e-6 -jawfish_N 4.0107648929727385e-6 -jay_N 4.0107648929727385e-6 -jaywalker_N 4.0107648929727385e-6 -jazz_N 3.609688403675465e-5 -jealousy_N 2.0053824464863696e-5 -jean_N 4.010764892972739e-5 -jeep_N 2.4064589357836434e-5 -jeer_N 4.0107648929727385e-6 -jejuneness_N 4.0107648929727385e-6 -jejunitis_N 4.0107648929727385e-6 -jejunity_N 4.0107648929727385e-6 -jejunoileitis_N 4.0107648929727385e-6 -jejunostomy_N 4.0107648929727385e-6 -jejunum_N 4.0107648929727385e-6 -jellaba_N 4.0107648929727385e-6 -jello_N 4.0107648929727385e-6 -jelly_N 4.0107648929727385e-6 -jellyfish_N 4.0107648929727385e-6 -jellyroll_N 4.0107648929727385e-6 -jemmy_N 4.0107648929727385e-6 -jennet_N 4.0107648929727385e-6 -jenny_N 4.0107648929727385e-6 -jeopardy_N 2.4064589357836434e-5 -jerboa_N 4.0107648929727385e-6 -jeremiad_N 4.0107648929727385e-6 -jerk_N 4.0107648929727385e-6 -jerkin_N 4.0107648929727385e-6 -jerkiness_N 4.0107648929727385e-6 -jerky_N 4.0107648929727385e-6 -jeroboam_N 4.0107648929727385e-6 -jerry_N 4.0107648929727385e-6 -jerry_builder_N 4.0107648929727385e-6 -jerry_building_N 4.0107648929727385e-6 -jersey_N 8.021529785945477e-6 -jest_N 4.0107648929727385e-6 -jester_N 8.021529785945477e-6 -jesuit_N 4.0107648929727385e-6 -jet_N 1.2834447657512763e-4 -jetliner_N 4.0107648929727385e-6 -jetsam_N 4.0107648929727385e-6 -jetty_N 8.021529785945477e-6 -jew_N 1.2032294678918217e-5 -jewel_N 2.0053824464863696e-5 -jeweller_N 4.0107648929727385e-6 -jewellery_N 4.0107648929727385e-6 -jewelry_N 8.021529785945478e-5 -jewelweed_N 4.0107648929727385e-6 -jewess_N 4.0107648929727385e-6 -jewfish_N 4.0107648929727385e-6 -jezebel_N 4.0107648929727385e-6 -jiao_N 4.0107648929727385e-6 -jib_N 4.0107648929727385e-6 -jib_boom_N 4.0107648929727385e-6 -jibboom_N 4.0107648929727385e-6 -jibe_N 4.0107648929727385e-6 -jiffy_N 4.0107648929727385e-6 -jig_N 4.0107648929727385e-6 -jigger_N 4.0107648929727385e-6 -jiggermast_N 4.0107648929727385e-6 -jiggery_pokery_N 4.0107648929727385e-6 -jiggle_N 4.0107648929727385e-6 -jigsaw_N 4.0107648929727385e-6 -jihad_N 4.0107648929727385e-6 -jilt_N 4.0107648929727385e-6 -jim_crow_N 8.021529785945477e-6 -jimdandy_N 4.0107648929727385e-6 -jimmies_N 4.0107648929727385e-6 -jimmy_N 4.0107648929727385e-6 -jimsonweed_N 4.0107648929727385e-6 -jingle_N 4.0107648929727385e-6 -jingo_N 4.0107648929727385e-6 -jingoism_N 4.0107648929727385e-6 -jingoist_N 4.0107648929727385e-6 -jinks_N 4.0107648929727385e-6 -jinn_N 4.0107648929727385e-6 -jinrikisha_N 4.0107648929727385e-6 -jinx_N 4.0107648929727385e-6 -jiqui_N 4.0107648929727385e-6 -jird_N 4.0107648929727385e-6 -jitney_N 4.0107648929727385e-6 -jitter_N 4.0107648929727385e-6 -jitterbug_N 4.0107648929727385e-6 -jitteriness_N 4.0107648929727385e-6 -jitters_N 4.0107648929727385e-6 -jive_N 4.0107648929727385e-6 -job_N 1.0347773423869666e-3 -jobber_N 4.0107648929727385e-6 -jobbery_N 4.0107648929727385e-6 -jobcentre_N 4.0107648929727385e-6 -jobholder_N 4.0107648929727385e-6 -jockey_N 8.021529785945477e-6 -jocoseness_N 4.0107648929727385e-6 -jocosity_N 4.0107648929727385e-6 -jocularity_N 4.0107648929727385e-6 -jocundity_N 4.0107648929727385e-6 -jodhpur_N 4.0107648929727385e-6 -jodhpurs_N 4.0107648929727385e-6 -jog_N 4.0107648929727385e-6 -jog_trot_N 4.0107648929727385e-6 -jogger_N 8.021529785945477e-6 -jogging_N 8.021529785945477e-6 -joggle_N 4.0107648929727385e-6 -john_bull_N 5.2139943608645604e-5 -johnnycake_N 4.0107648929727385e-6 -joie_de_vivre_N 4.0107648929727385e-6 -join_N 4.0107648929727385e-6 -joiner_N 4.0107648929727385e-6 -joinery_N 4.0107648929727385e-6 -joining_N 4.0107648929727385e-6 -joint_N 8.021529785945478e-5 -jointer_N 4.0107648929727385e-6 -jointure_N 4.0107648929727385e-6 -joist_N 4.0107648929727385e-6 -joke_N 6.016147339459108e-5 -joker_N 4.0107648929727385e-6 -jollification_N 4.0107648929727385e-6 -jollity_N 4.0107648929727385e-6 -jolly_N 4.0107648929727385e-6 -jollyboat_N 4.0107648929727385e-6 -jolt_N 4.4118413822700127e-5 -jonah_N 4.0107648929727385e-6 -jonquil_N 4.0107648929727385e-6 -jordanian_N 4.0107648929727385e-6 -jorum_N 4.0107648929727385e-6 -joss_N 4.0107648929727385e-6 -joss_house_N 4.0107648929727385e-6 -joss_stick_N 4.0107648929727385e-6 -jostle_N 4.0107648929727385e-6 -jot_N 4.0107648929727385e-6 -jotter_N 4.0107648929727385e-6 -jotting_N 4.0107648929727385e-6 -joule_N 4.0107648929727385e-6 -journal_N 6.818300318053656e-5 -journalese_N 4.0107648929727385e-6 -journalism_N 4.4118413822700127e-5 -journalist_N 1.1230141700323669e-4 -journey_N 1.6043059571890954e-5 -journeyman_N 4.0107648929727385e-6 -joust_N 4.0107648929727385e-6 -joviality_N 4.0107648929727385e-6 -jowl_N 4.0107648929727385e-6 -joy_N 1.6043059571890954e-5 -joy_ride_N 4.0107648929727385e-6 -joy_stick_N 4.0107648929727385e-6 -joyfulness_N 4.0107648929727385e-6 -joylessness_N 4.0107648929727385e-6 -joyousness_N 4.0107648929727385e-6 -joyride_N 4.0107648929727385e-6 -joystick_N 4.0107648929727385e-6 -jp_N 4.0107648929727385e-6 -ju_jitsu_N 4.0107648929727385e-6 -jubilation_N 4.0107648929727385e-6 -jubilee_N 4.0107648929727385e-6 -judaism_N 4.0107648929727385e-6 -judas_N 4.0107648929727385e-6 -judge_N 7.861099190226568e-4 -judgement_N 4.0107648929727385e-6 -judgeship_N 4.0107648929727385e-6 -judgment_N 4.0107648929727385e-6 -judicature_N 4.0107648929727385e-6 -judiciary_N 3.208611914378191e-5 -judiciousness_N 4.0107648929727385e-6 -judo_N 4.0107648929727385e-6 -jug_N 1.2032294678918217e-5 -jugale_N 4.0107648929727385e-6 -jugful_N 4.0107648929727385e-6 -juggernaut_N 8.021529785945477e-6 -juggle_N 4.0107648929727385e-6 -juggler_N 8.021529785945477e-6 -jugglery_N 4.0107648929727385e-6 -jugular_N 4.0107648929727385e-6 -juice_N 5.2139943608645604e-5 -juiciness_N 4.0107648929727385e-6 -juju_N 4.0107648929727385e-6 -jujube_N 4.0107648929727385e-6 -jujutsu_N 4.0107648929727385e-6 -juke_N 4.0107648929727385e-6 -jukebox_N 4.0107648929727385e-6 -julep_N 4.0107648929727385e-6 -julienne_N 4.0107648929727385e-6 -jumble_N 4.0107648929727385e-6 -jumble_sale_N 4.0107648929727385e-6 -jumbojet_N 4.0107648929727385e-6 -jump_N 1.564198308259368e-4 -jumper_N 4.0107648929727385e-6 -jumpiness_N 8.021529785945477e-6 -jumping_N 4.0107648929727385e-6 -jumpstart_N 4.0107648929727385e-6 -junco_N 4.0107648929727385e-6 -junction_N 8.021529785945477e-6 -juncture_N 1.2032294678918217e-5 -june_N 4.0107648929727385e-6 -jungle_N 8.021529785945477e-6 -junior_N 2.0053824464863696e-5 -juniper_N 4.0107648929727385e-6 -junk_N 1.4960153050788316e-3 -junk_shop_N 4.0107648929727385e-6 -junket_N 1.6043059571890954e-5 -junketing_N 4.0107648929727385e-6 -junkie_N 4.0107648929727385e-6 -junky_N 8.021529785945477e-6 -junkyard_N 4.0107648929727385e-6 -junta_N 4.0107648929727385e-6 -jupati_N 4.0107648929727385e-6 -jurisdiction_N 5.6150708501618345e-5 -jurisprudence_N 1.6043059571890954e-5 -jurist_N 1.2032294678918217e-5 -juror_N 9.2247592538373e-5 -jury_N 3.3690425100971005e-4 -jury_box_N 4.0107648929727385e-6 -jury_mast_N 4.0107648929727385e-6 -juryman_N 4.0107648929727385e-6 -justice_N 1.323552414681004e-4 -justiciar_N 4.0107648929727385e-6 -justiciary_N 4.0107648929727385e-6 -justification_N 2.4064589357836434e-5 -justness_N 4.0107648929727385e-6 -jute_N 8.021529785945477e-6 -juvenescence_N 4.0107648929727385e-6 -juvenile_N 4.0107648929727385e-6 -juxtaposition_N 4.0107648929727385e-6 -kabbalism_N 4.0107648929727385e-6 -kabob_N 4.0107648929727385e-6 -kachina_N 4.0107648929727385e-6 -kaffir_N 4.0107648929727385e-6 -kaffiyeh_N 4.0107648929727385e-6 -kahikatea_N 4.0107648929727385e-6 -kail_N 4.0107648929727385e-6 -kainite_N 4.0107648929727385e-6 -kaiser_N 4.0107648929727385e-6 -kakemono_N 4.0107648929727385e-6 -kaki_N 4.0107648929727385e-6 -kalansuwa_N 4.0107648929727385e-6 -kale_N 4.0107648929727385e-6 -kaleidoscope_N 4.0107648929727385e-6 -kalemia_N 4.0107648929727385e-6 -kaliuresis_N 4.0107648929727385e-6 -kalmia_N 4.0107648929727385e-6 -kalumpang_N 4.0107648929727385e-6 -kameez_N 4.0107648929727385e-6 -kamikaze_N 4.0107648929727385e-6 -kampong_N 4.0107648929727385e-6 -kampuchean_N 4.0107648929727385e-6 -kanamycin_N 4.0107648929727385e-6 -kanchil_N 4.0107648929727385e-6 -kangaroo_N 8.021529785945477e-6 -kanzu_N 4.0107648929727385e-6 -kaoliang_N 4.0107648929727385e-6 -kaolin_N 4.0107648929727385e-6 -kaolinite_N 4.0107648929727385e-6 -kaon_N 4.0107648929727385e-6 -kapeika_N 4.0107648929727385e-6 -kaph_N 4.0107648929727385e-6 -kapok_N 4.0107648929727385e-6 -kappa_N 4.0107648929727385e-6 -kapuka_N 4.0107648929727385e-6 -karaoke_N 4.0107648929727385e-6 -karat_N 4.0107648929727385e-6 -karate_N 4.0107648929727385e-6 -karma_N 4.0107648929727385e-6 -karyokinesis_N 4.0107648929727385e-6 -karyolymph_N 4.0107648929727385e-6 -karyolysis_N 4.0107648929727385e-6 -karyotype_N 4.0107648929727385e-6 -kasbah_N 4.0107648929727385e-6 -kasha_N 4.0107648929727385e-6 -kashmiri_N 4.0107648929727385e-6 -kat_N 4.0107648929727385e-6 -katamorphism_N 4.0107648929727385e-6 -katharobe_N 4.0107648929727385e-6 -katharometer_N 4.0107648929727385e-6 -katydid_N 4.0107648929727385e-6 -kauri_N 4.0107648929727385e-6 -kava_N 4.0107648929727385e-6 -kawaka_N 4.0107648929727385e-6 -kayak_N 4.0107648929727385e-6 -kazoo_N 4.0107648929727385e-6 -kea_N 4.0107648929727385e-6 -kebab_N 4.0107648929727385e-6 -kedgeree_N 4.0107648929727385e-6 -keel_N 8.021529785945477e-6 -keelboat_N 4.0107648929727385e-6 -keelson_N 4.0107648929727385e-6 -keen_N 4.0107648929727385e-6 -keenness_N 4.0107648929727385e-6 -keep_N 4.0107648929727385e-6 -keeper_N 8.021529785945477e-6 -keeping_N 2.0053824464863696e-5 -keepsake_N 4.0107648929727385e-6 -keeshond_N 4.0107648929727385e-6 -keg_N 4.0107648929727385e-6 -keloid_N 4.0107648929727385e-6 -kelp_N 8.021529785945477e-6 -kelpie_N 4.0107648929727385e-6 -kelpy_N 4.0107648929727385e-6 -kelt_N 4.0107648929727385e-6 -kelvin_N 4.0107648929727385e-6 -ken_N 4.0107648929727385e-6 -kenaf_N 4.0107648929727385e-6 -kennel_N 4.0107648929727385e-6 -kenning_N 4.0107648929727385e-6 -kenyan_N 4.0107648929727385e-6 -kepi_N 4.0107648929727385e-6 -keratalgia_N 4.0107648929727385e-6 -keratectasia_N 4.0107648929727385e-6 -keratin_N 4.0107648929727385e-6 -keratinization_N 4.0107648929727385e-6 -keratitis_N 4.0107648929727385e-6 -keratoacanthoma_N 4.0107648929727385e-6 -keratocele_N 4.0107648929727385e-6 -keratoconjunctivitis_N 4.0107648929727385e-6 -keratoconus_N 4.0107648929727385e-6 -keratoderma_N 4.0107648929727385e-6 -keratohyalin_N 4.0107648929727385e-6 -keratoiritis_N 4.0107648929727385e-6 -keratomalacia_N 4.0107648929727385e-6 -keratomycosis_N 4.0107648929727385e-6 -keratonosis_N 4.0107648929727385e-6 -keratonosus_N 4.0107648929727385e-6 -keratoplasty_N 4.0107648929727385e-6 -keratoscleritis_N 4.0107648929727385e-6 -keratoscope_N 4.0107648929727385e-6 -keratoscopy_N 4.0107648929727385e-6 -keratosis_N 4.0107648929727385e-6 -keratotomy_N 4.0107648929727385e-6 -kerb_N 4.0107648929727385e-6 -kerbstone_N 4.0107648929727385e-6 -kerchief_N 4.0107648929727385e-6 -kerion_N 4.0107648929727385e-6 -kern_N 4.0107648929727385e-6 -kernel_N 8.021529785945477e-6 -kernicterus_N 4.0107648929727385e-6 -kernite_N 4.0107648929727385e-6 -kerosene_N 4.0107648929727385e-6 -kerygma_N 4.0107648929727385e-6 -kestrel_N 4.0107648929727385e-6 -ketamine_N 4.0107648929727385e-6 -ketch_N 4.0107648929727385e-6 -ketchup_N 1.6043059571890954e-5 -keteleeria_N 4.0107648929727385e-6 -ketembilla_N 4.0107648929727385e-6 -ketoacidosis_N 4.0107648929727385e-6 -ketohexose_N 4.0107648929727385e-6 -ketone_N 4.0107648929727385e-6 -ketonemia_N 4.0107648929727385e-6 -ketonuria_N 4.0107648929727385e-6 -ketoprofen_N 4.0107648929727385e-6 -ketorolac_N 4.0107648929727385e-6 -ketose_N 4.0107648929727385e-6 -ketosteroid_N 4.0107648929727385e-6 -kettle_N 1.2032294678918217e-5 -kettledrum_N 4.0107648929727385e-6 -keurboom_N 4.0107648929727385e-6 -key_N 1.4839830103999133e-4 -keyboard_N 3.609688403675465e-5 -keyboardist_N 4.0107648929727385e-6 -keycard_N 4.0107648929727385e-6 -keyhole_N 4.0107648929727385e-6 -keynote_N 4.0107648929727385e-6 -keyring_N 4.0107648929727385e-6 -keystone_N 8.021529785945477e-6 -keystroke_N 4.0107648929727385e-6 -keyword_N 4.0107648929727385e-6 -kg_N 4.0107648929727385e-6 -kgb_N 4.0107648929727385e-6 -khadi_N 4.0107648929727385e-6 -khaki_N 4.0107648929727385e-6 -khakis_N 4.0107648929727385e-6 -khalka_N 4.0107648929727385e-6 -khamsin_N 4.0107648929727385e-6 -khan_N 4.0107648929727385e-6 -khanate_N 4.0107648929727385e-6 -khimar_N 4.0107648929727385e-6 -khmer_N 4.0107648929727385e-6 -khoum_N 4.0107648929727385e-6 -khukuri_N 4.0107648929727385e-6 -kiang_N 4.0107648929727385e-6 -kibble_N 4.0107648929727385e-6 -kibbutz_N 4.0107648929727385e-6 -kibbutznik_N 4.0107648929727385e-6 -kibe_N 4.0107648929727385e-6 -kibibit_N 4.0107648929727385e-6 -kibitzer_N 4.0107648929727385e-6 -kick_N 1.6043059571890954e-5 -kick_start_N 4.0107648929727385e-6 -kick_starter_N 4.0107648929727385e-6 -kickback_N 3.208611914378191e-5 -kicker_N 4.0107648929727385e-6 -kickoff_N 4.0107648929727385e-6 -kicksorter_N 4.0107648929727385e-6 -kickstand_N 4.0107648929727385e-6 -kid_N 1.443875361470186e-4 -kiddy_N 1.2032294678918217e-5 -kidnapper_N 2.0053824464863696e-5 -kidnapping_N 4.0107648929727385e-6 -kidney_N 5.6150708501618345e-5 -kidney_bean_N 4.0107648929727385e-6 -kieserite_N 4.0107648929727385e-6 -kike_N 4.0107648929727385e-6 -kilderkin_N 4.0107648929727385e-6 -kill_N 8.021529785945477e-6 -killdeer_N 4.0107648929727385e-6 -killer_N 4.010764892972739e-5 -killifish_N 4.0107648929727385e-6 -killing_N 6.417223828756382e-5 -killjoy_N 4.0107648929727385e-6 -kiln_N 4.0107648929727385e-6 -kilo_N 4.0107648929727385e-6 -kilobit_N 4.0107648929727385e-6 -kilobyte_N 4.0107648929727385e-6 -kilocycle_N 4.0107648929727385e-6 -kilogram_N 1.2032294678918217e-5 -kilohertz_N 4.0107648929727385e-6 -kilolitre_N 4.0107648929727385e-6 -kilometre_N 4.0107648929727385e-6 -kiloton_N 4.0107648929727385e-6 -kilovolt_N 4.0107648929727385e-6 -kilowatt_N 8.021529785945477e-6 -kilt_N 4.0107648929727385e-6 -kilter_N 4.0107648929727385e-6 -kimberlite_N 4.0107648929727385e-6 -kimono_N 4.0107648929727385e-6 -kin_N 4.0107648929727385e-6 -kina_N 4.0107648929727385e-6 -kinanesthesia_N 4.0107648929727385e-6 -kinase_N 4.0107648929727385e-6 -kind_N 6.056254988388835e-4 -kindergarten_N 8.021529785945477e-6 -kindheartedness_N 4.0107648929727385e-6 -kindliness_N 4.0107648929727385e-6 -kindling_N 4.0107648929727385e-6 -kindness_N 8.021529785945477e-6 -kindred_N 4.0107648929727385e-6 -kinematics_N 4.0107648929727385e-6 -kinescope_N 4.0107648929727385e-6 -kinesiology_N 4.0107648929727385e-6 -kinesis_N 4.0107648929727385e-6 -kinesthesia_N 4.0107648929727385e-6 -kinesthesis_N 4.0107648929727385e-6 -kinetics_N 4.0107648929727385e-6 -king_N 5.6150708501618345e-5 -kingbird_N 4.0107648929727385e-6 -kingbolt_N 4.0107648929727385e-6 -kingcup_N 4.0107648929727385e-6 -kingdom_N 1.2032294678918217e-5 -kingfish_N 4.0107648929727385e-6 -kingfisher_N 4.0107648929727385e-6 -kinglet_N 4.0107648929727385e-6 -kingmaker_N 4.0107648929727385e-6 -kingpin_N 2.4064589357836434e-5 -kingship_N 4.0107648929727385e-6 -kingwood_N 4.0107648929727385e-6 -kinin_N 4.0107648929727385e-6 -kink_N 4.0107648929727385e-6 -kinkajou_N 4.0107648929727385e-6 -kino_N 4.0107648929727385e-6 -kinship_N 4.0107648929727385e-6 -kinsman_N 4.0107648929727385e-6 -kinswoman_N 4.0107648929727385e-6 -kiosk_N 4.0107648929727385e-6 -kip_N 4.0107648929727385e-6 -kipper_N 4.0107648929727385e-6 -kirk_N 4.0107648929727385e-6 -kirpan_N 4.0107648929727385e-6 -kirsch_N 4.0107648929727385e-6 -kirtle_N 4.0107648929727385e-6 -kishke_N 4.0107648929727385e-6 -kismet_N 4.0107648929727385e-6 -kiss_N 4.0107648929727385e-6 -kisser_N 4.0107648929727385e-6 -kit_N 2.4064589357836434e-5 -kitbag_N 4.0107648929727385e-6 -kitchen_N 3.208611914378191e-5 -kitchenette_N 4.0107648929727385e-6 -kitchenware_N 4.0107648929727385e-6 -kite_N 4.0107648929727385e-6 -kite_balloon_N 4.0107648929727385e-6 -kith_N 4.0107648929727385e-6 -kitsch_N 4.0107648929727385e-6 -kittee_N 4.0107648929727385e-6 -kitten_N 8.021529785945477e-6 -kittiwake_N 4.0107648929727385e-6 -kitty_N 8.021529785945477e-6 -kiwi_N 8.021529785945477e-6 -klavern_N 4.0107648929727385e-6 -klaxon_N 4.0107648929727385e-6 -klebsiella_N 4.0107648929727385e-6 -kleenex_N 4.0107648929727385e-6 -kleptomania_N 4.0107648929727385e-6 -kleptomaniac_N 4.0107648929727385e-6 -klondike_N 4.0107648929727385e-6 -kludge_N 4.0107648929727385e-6 -klutz_N 4.0107648929727385e-6 -klystron_N 4.0107648929727385e-6 -km_N 4.0107648929727385e-6 -knack_N 8.021529785945477e-6 -knacker_N 4.0107648929727385e-6 -knackwurst_N 4.0107648929727385e-6 -knapsack_N 4.0107648929727385e-6 -knapweed_N 4.0107648929727385e-6 -knave_N 4.0107648929727385e-6 -knavery_N 4.0107648929727385e-6 -knawel_N 4.0107648929727385e-6 -knee_N 3.609688403675465e-5 -kneecap_N 4.0107648929727385e-6 -kneel_N 4.0107648929727385e-6 -kneeler_N 4.0107648929727385e-6 -knell_N 8.021529785945477e-6 -knesset_N 4.0107648929727385e-6 -knick_knack_N 4.0107648929727385e-6 -knickknack_N 4.0107648929727385e-6 -knife_N 1.2032294678918217e-5 -knife_edge_N 4.0107648929727385e-6 -knight_N 7.21937680735093e-5 -knight_errant_N 4.0107648929727385e-6 -knighthood_N 4.0107648929727385e-6 -kniphofia_N 4.0107648929727385e-6 -knish_N 4.0107648929727385e-6 -knit_N 4.0107648929727385e-6 -knitter_N 4.0107648929727385e-6 -knitting_N 4.0107648929727385e-6 -knitting_machine_N 4.0107648929727385e-6 -knitting_needle_N 4.0107648929727385e-6 -knitwear_N 8.021529785945477e-6 -knob_N 4.0107648929727385e-6 -knobble_N 4.0107648929727385e-6 -knobkerrie_N 4.0107648929727385e-6 -knock_N 8.021529785945477e-6 -knock_on_N 4.0107648929727385e-6 -knockabout_N 4.0107648929727385e-6 -knockdown_N 4.0107648929727385e-6 -knocker_N 4.0107648929727385e-6 -knockoff_N 4.0107648929727385e-6 -knockout_N 8.021529785945477e-6 -knoll_N 4.0107648929727385e-6 -knot_N 2.4064589357836434e-5 -knotgrass_N 4.0107648929727385e-6 -knothole_N 4.0107648929727385e-6 -knout_N 4.0107648929727385e-6 -know_N 4.0107648929727385e-6 -know_all_N 4.0107648929727385e-6 -know_how_N 4.0107648929727385e-6 -knower_N 4.0107648929727385e-6 -knowing_N 4.0107648929727385e-6 -knowingness_N 4.0107648929727385e-6 -knowledge_N 8.021529785945478e-5 -knowledgeability_N 4.0107648929727385e-6 -knuckle_N 8.021529785945477e-6 -knuckleball_N 4.0107648929727385e-6 -ko_N 4.0107648929727385e-6 -koala_N 4.0107648929727385e-6 -koan_N 4.0107648929727385e-6 -kob_N 4.0107648929727385e-6 -kobo_N 4.0107648929727385e-6 -kohl_N 4.0107648929727385e-6 -kohleria_N 4.0107648929727385e-6 -kohlrabi_N 4.0107648929727385e-6 -koinonia_N 4.0107648929727385e-6 -kola_N 4.0107648929727385e-6 -kola_nut_N 4.0107648929727385e-6 -kolkhoz_N 4.0107648929727385e-6 -kolkhoznik_N 4.0107648929727385e-6 -komondor_N 4.0107648929727385e-6 -konini_N 4.0107648929727385e-6 -kook_N 4.0107648929727385e-6 -kookaburra_N 4.0107648929727385e-6 -kopeck_N 4.0107648929727385e-6 -kopek_N 4.0107648929727385e-6 -kopiyka_N 4.0107648929727385e-6 -kopje_N 4.0107648929727385e-6 -koppie_N 4.0107648929727385e-6 -koran_N 4.0107648929727385e-6 -korean_N 4.0107648929727385e-6 -koruna_N 4.0107648929727385e-6 -kos_N 4.0107648929727385e-6 -kosher_N 4.0107648929727385e-6 -koto_N 4.0107648929727385e-6 -kotow_N 4.0107648929727385e-6 -koumiss_N 4.0107648929727385e-6 -kowhai_N 4.0107648929727385e-6 -kowtow_N 4.0107648929727385e-6 -kraal_N 4.0107648929727385e-6 -kraft_N 4.0107648929727385e-6 -krait_N 4.0107648929727385e-6 -kraurosis_N 4.0107648929727385e-6 -kremlin_N 4.0107648929727385e-6 -krigia_N 4.0107648929727385e-6 -krill_N 4.0107648929727385e-6 -kris_N 4.0107648929727385e-6 -krona_N 8.021529785945477e-6 -krone_N 4.0107648929727385e-6 -kroon_N 4.0107648929727385e-6 -krubi_N 4.0107648929727385e-6 -krummhorn_N 4.0107648929727385e-6 -krypton_N 4.0107648929727385e-6 -kudos_N 4.0107648929727385e-6 -kudu_N 4.0107648929727385e-6 -kudzu_N 4.0107648929727385e-6 -kumis_N 4.0107648929727385e-6 -kummel_N 4.0107648929727385e-6 -kumquat_N 4.0107648929727385e-6 -kung_fu_N 4.0107648929727385e-6 -kunzite_N 4.0107648929727385e-6 -kurd_N 4.0107648929727385e-6 -kurrajong_N 4.0107648929727385e-6 -kurta_N 4.0107648929727385e-6 -kuru_N 4.0107648929727385e-6 -kurus_N 4.0107648929727385e-6 -kuvasz_N 4.0107648929727385e-6 -kuwaiti_N 4.0107648929727385e-6 -kvass_N 4.0107648929727385e-6 -kvetch_N 4.0107648929727385e-6 -kw_N 4.0107648929727385e-6 -kwacha_N 4.0107648929727385e-6 -kwanza_N 4.0107648929727385e-6 -kwashiorkor_N 4.0107648929727385e-6 -kwela_N 4.0107648929727385e-6 -kyanite_N 4.0107648929727385e-6 -kyat_N 4.0107648929727385e-6 -kylie_N 4.0107648929727385e-6 -kylix_N 4.0107648929727385e-6 -kymograph_N 4.0107648929727385e-6 -kyphosis_N 4.0107648929727385e-6 -l_plate_N 4.0107648929727385e-6 -la_N 4.0107648929727385e-6 -laager_N 4.0107648929727385e-6 -lab_N 6.016147339459108e-5 -labdanum_N 4.0107648929727385e-6 -label_N 1.0026912232431847e-4 -labetalol_N 4.0107648929727385e-6 -labium_N 4.0107648929727385e-6 -laboratory_N 9.625835743134574e-5 -laborer_N 4.0107648929727385e-6 -laboriousness_N 4.0107648929727385e-6 -labour_N 8.823682764540025e-5 -labourer_N 4.0107648929727385e-6 -labourite_N 4.0107648929727385e-6 -laburnum_N 4.0107648929727385e-6 -labyrinth_N 4.0107648929727385e-6 -labyrinthitis_N 4.0107648929727385e-6 -labyrinthodont_N 4.0107648929727385e-6 -lac_N 4.0107648929727385e-6 -lace_N 4.0107648929727385e-6 -lacebark_N 4.0107648929727385e-6 -lacer_N 4.0107648929727385e-6 -laceration_N 4.0107648929727385e-6 -lacewing_N 4.0107648929727385e-6 -lacework_N 4.0107648929727385e-6 -lacing_N 4.0107648929727385e-6 -lack_N 2.9679660207998265e-4 -lackey_N 8.021529785945477e-6 -laconicism_N 4.0107648929727385e-6 -laconism_N 4.0107648929727385e-6 -lacquer_N 4.0107648929727385e-6 -lacquerware_N 4.0107648929727385e-6 -lacrimation_N 4.0107648929727385e-6 -lacrosse_N 4.0107648929727385e-6 -lactalbumin_N 4.0107648929727385e-6 -lactase_N 4.0107648929727385e-6 -lactate_N 4.0107648929727385e-6 -lactation_N 4.0107648929727385e-6 -lacteal_N 4.0107648929727385e-6 -lactifuge_N 4.0107648929727385e-6 -lactobacillus_N 4.0107648929727385e-6 -lactogen_N 4.0107648929727385e-6 -lactose_N 4.0107648929727385e-6 -lactosuria_N 4.0107648929727385e-6 -lacuna_N 4.0107648929727385e-6 -lad_N 8.021529785945477e-6 -ladder_N 1.6043059571890954e-5 -laddie_N 4.0107648929727385e-6 -lading_N 4.0107648929727385e-6 -ladle_N 4.0107648929727385e-6 -lady's_maid_N 4.0107648929727385e-6 -lady_N 5.6150708501618345e-5 -lady_chapel_N 4.0107648929727385e-6 -lady_in_waiting_N 4.0107648929727385e-6 -lady_killer_N 4.0107648929727385e-6 -ladybird_N 4.0107648929727385e-6 -ladybug_N 4.0107648929727385e-6 -ladyfinger_N 4.0107648929727385e-6 -ladyfish_N 4.0107648929727385e-6 -ladylikeness_N 4.0107648929727385e-6 -ladylove_N 4.0107648929727385e-6 -ladyship_N 4.0107648929727385e-6 -laelia_N 4.0107648929727385e-6 -laetrile_N 4.0107648929727385e-6 -lag_N 2.8075354250809173e-5 -lagan_N 4.0107648929727385e-6 -lager_N 4.0107648929727385e-6 -lagerphone_N 4.0107648929727385e-6 -laggard_N 1.2032294678918217e-5 -lagging_N 8.021529785945477e-6 -lagniappe_N 4.0107648929727385e-6 -lagomorph_N 4.0107648929727385e-6 -lagoon_N 1.6043059571890954e-5 -lagophthalmos_N 4.0107648929727385e-6 -lahar_N 4.0107648929727385e-6 -lair_N 4.0107648929727385e-6 -laird_N 4.0107648929727385e-6 -laissez_faire_N 4.0107648929727385e-6 -laity_N 4.0107648929727385e-6 -lake_N 1.6043059571890954e-5 -lakefront_N 4.0107648929727385e-6 -lakeside_N 4.0107648929727385e-6 -lakh_N 4.0107648929727385e-6 -lallation_N 4.0107648929727385e-6 -lally_N 4.0107648929727385e-6 -lama_N 4.0107648929727385e-6 -lamasery_N 4.0107648929727385e-6 -lamb_N 4.0107648929727385e-6 -lambda_N 4.0107648929727385e-6 -lambdacism_N 4.0107648929727385e-6 -lambency_N 4.0107648929727385e-6 -lambert_N 4.0107648929727385e-6 -lambkin_N 4.0107648929727385e-6 -lambrequin_N 4.0107648929727385e-6 -lambskin_N 8.021529785945477e-6 -lame_N 4.0107648929727385e-6 -lamedh_N 4.0107648929727385e-6 -lamella_N 4.0107648929727385e-6 -lameness_N 4.0107648929727385e-6 -lament_N 1.2032294678918217e-5 -lamentation_N 4.0107648929727385e-6 -lamina_N 4.0107648929727385e-6 -laminate_N 4.0107648929727385e-6 -lamination_N 4.0107648929727385e-6 -laminator_N 4.0107648929727385e-6 -laminectomy_N 4.0107648929727385e-6 -laminitis_N 4.0107648929727385e-6 -lamivudine_N 4.0107648929727385e-6 -lammas_N 4.0107648929727385e-6 -lamp_N 1.2032294678918217e-5 -lamp_black_N 4.0107648929727385e-6 -lamplight_N 4.0107648929727385e-6 -lamplighter_N 4.0107648929727385e-6 -lampoon_N 4.0107648929727385e-6 -lamppost_N 8.021529785945477e-6 -lamprey_N 4.0107648929727385e-6 -lampshade_N 4.0107648929727385e-6 -lanai_N 4.0107648929727385e-6 -lancastrian_N 4.0107648929727385e-6 -lance_N 4.0107648929727385e-6 -lance_corporal_N 4.0107648929727385e-6 -lancelet_N 4.0107648929727385e-6 -lancer_N 4.0107648929727385e-6 -lancers_N 4.0107648929727385e-6 -lancet_N 4.0107648929727385e-6 -lancetfish_N 4.0107648929727385e-6 -lancewood_N 4.0107648929727385e-6 -land_N 3.5695807547457374e-4 -land_agent_N 4.0107648929727385e-6 -landau_N 4.0107648929727385e-6 -lander_N 4.0107648929727385e-6 -landfall_N 8.021529785945477e-6 -landfill_N 4.0107648929727385e-6 -landgrave_N 4.0107648929727385e-6 -landholder_N 4.0107648929727385e-6 -landholding_N 4.0107648929727385e-6 -landing_N 4.0107648929727385e-6 -landing_craft_N 4.0107648929727385e-6 -landing_field_N 4.0107648929727385e-6 -landing_gear_N 4.0107648929727385e-6 -landing_net_N 4.0107648929727385e-6 -landing_party_N 4.0107648929727385e-6 -landing_place_N 4.0107648929727385e-6 -landing_stage_N 4.0107648929727385e-6 -landing_strip_N 4.0107648929727385e-6 -landlady_N 4.0107648929727385e-6 -landler_N 4.0107648929727385e-6 -landlord_N 2.0053824464863696e-5 -landlubber_N 4.0107648929727385e-6 -landmark_N 2.8075354250809173e-5 -landmass_N 4.0107648929727385e-6 -landmine_N 4.0107648929727385e-6 -landowner_N 2.4064589357836434e-5 -landrover_N 4.0107648929727385e-6 -landscape_N 6.417223828756382e-5 -landscaping_N 4.0107648929727385e-6 -landscapist_N 4.0107648929727385e-6 -landside_N 4.0107648929727385e-6 -landslide_N 2.8075354250809173e-5 -landslip_N 4.0107648929727385e-6 -landsman_N 4.0107648929727385e-6 -lane_N 1.6043059571890954e-5 -langbeinite_N 4.0107648929727385e-6 -langlaufer_N 4.0107648929727385e-6 -langley_N 4.0107648929727385e-6 -langsyne_N 4.0107648929727385e-6 -language_N 2.486674233643098e-4 -languisher_N 4.0107648929727385e-6 -languor_N 4.0107648929727385e-6 -langur_N 4.0107648929727385e-6 -lankiness_N 4.0107648929727385e-6 -lanolin_N 4.0107648929727385e-6 -lanseh_N 4.0107648929727385e-6 -lansoprazole_N 4.0107648929727385e-6 -lantana_N 4.0107648929727385e-6 -lantern_N 4.0107648929727385e-6 -lanternfish_N 4.0107648929727385e-6 -lanthanum_N 4.0107648929727385e-6 -lanugo_N 4.0107648929727385e-6 -lanyard_N 4.0107648929727385e-6 -lao_N 4.0107648929727385e-6 -laotian_N 4.0107648929727385e-6 -lap_N 1.2032294678918217e-5 -lap_dog_N 4.0107648929727385e-6 -laparocele_N 4.0107648929727385e-6 -laparoscope_N 4.0107648929727385e-6 -laparoscopy_N 4.0107648929727385e-6 -laparotomy_N 4.0107648929727385e-6 -lapboard_N 4.0107648929727385e-6 -lapdog_N 4.0107648929727385e-6 -lapel_N 4.0107648929727385e-6 -lapful_N 4.0107648929727385e-6 -lapidary_N 4.0107648929727385e-6 -lapin_N 4.0107648929727385e-6 -lapis_lazuli_N 4.0107648929727385e-6 -lappet_N 4.0107648929727385e-6 -lapse_N 2.0053824464863696e-5 -laptop_N 4.0107648929727385e-6 -lapwing_N 4.0107648929727385e-6 -larboard_N 4.0107648929727385e-6 -larcenist_N 4.0107648929727385e-6 -larceny_N 8.021529785945477e-6 -larch_N 4.0107648929727385e-6 -lard_N 8.021529785945477e-6 -larder_N 4.0107648929727385e-6 -large_N 1.2032294678918217e-5 -largemouth_N 4.0107648929727385e-6 -largeness_N 4.0107648929727385e-6 -largess_N 4.0107648929727385e-6 -largesse_N 4.0107648929727385e-6 -larghetto_N 4.0107648929727385e-6 -largo_N 4.0107648929727385e-6 -lari_N 4.0107648929727385e-6 -lariat_N 4.0107648929727385e-6 -larid_N 4.0107648929727385e-6 -lark_N 4.0107648929727385e-6 -larkspur_N 4.0107648929727385e-6 -larva_N 4.0107648929727385e-6 -larvacean_N 4.0107648929727385e-6 -larvacide_N 4.0107648929727385e-6 -larvicide_N 4.0107648929727385e-6 -laryngectomy_N 4.0107648929727385e-6 -laryngismus_N 4.0107648929727385e-6 -laryngitis_N 4.0107648929727385e-6 -laryngopharyngitis_N 4.0107648929727385e-6 -laryngopharynx_N 4.0107648929727385e-6 -laryngoscope_N 4.0107648929727385e-6 -laryngospasm_N 4.0107648929727385e-6 -laryngostenosis_N 4.0107648929727385e-6 -laryngotracheobronchitis_N 4.0107648929727385e-6 -larynx_N 4.0107648929727385e-6 -lasagna_N 4.0107648929727385e-6 -lascar_N 4.0107648929727385e-6 -lasciviousness_N 4.0107648929727385e-6 -laser_N 5.2139943608645604e-5 -lash_N 4.0107648929727385e-6 -lash_up_N 4.0107648929727385e-6 -lasher_N 4.0107648929727385e-6 -lashing_N 8.021529785945477e-6 -lasiocampid_N 4.0107648929727385e-6 -lass_N 4.0107648929727385e-6 -lassie_N 4.0107648929727385e-6 -lassitude_N 8.021529785945477e-6 -lasso_N 4.0107648929727385e-6 -last_N 4.0107648929727385e-6 -lastingness_N 4.0107648929727385e-6 -lat_N 4.0107648929727385e-6 -latakia_N 4.0107648929727385e-6 -latanier_N 4.0107648929727385e-6 -latch_N 4.0107648929727385e-6 -latchet_N 4.0107648929727385e-6 -latchkey_N 4.0107648929727385e-6 -latchstring_N 4.0107648929727385e-6 -latecomer_N 4.0107648929727385e-6 -lateen_N 4.0107648929727385e-6 -latency_N 4.0107648929727385e-6 -lateness_N 4.0107648929727385e-6 -laterality_N 4.0107648929727385e-6 -lateralization_N 4.0107648929727385e-6 -laterite_N 4.0107648929727385e-6 -latest_N 4.0107648929727385e-6 -latex_N 4.0107648929727385e-6 -lath_N 4.0107648929727385e-6 -lathe_N 1.2032294678918217e-5 -lather_N 4.0107648929727385e-6 -lathi_N 4.0107648929727385e-6 -laticifer_N 4.0107648929727385e-6 -latin_N 4.0107648929727385e-6 -latinist_N 4.0107648929727385e-6 -latitude_N 1.6043059571890954e-5 -latitudes_N 4.0107648929727385e-6 -latitudinarian_N 4.0107648929727385e-6 -latrine_N 4.0107648929727385e-6 -lats_N 4.0107648929727385e-6 -latten_N 4.0107648929727385e-6 -latter_N 4.0107648929727385e-6 -lattice_N 1.2032294678918217e-5 -laudanum_N 4.0107648929727385e-6 -laudator_N 4.0107648929727385e-6 -laugh_N 1.6043059571890954e-5 -laugher_N 4.0107648929727385e-6 -laughing_gas_N 4.0107648929727385e-6 -laughing_stock_N 4.0107648929727385e-6 -laughter_N 1.2032294678918217e-5 -launch_N 1.1230141700323669e-4 -launcher_N 4.0107648929727385e-6 -launching_N 4.0107648929727385e-6 -launching_pad_N 4.0107648929727385e-6 -launching_site_N 4.0107648929727385e-6 -launderette_N 4.0107648929727385e-6 -laundering_N 4.0107648929727385e-6 -laundress_N 4.0107648929727385e-6 -laundry_N 2.8075354250809173e-5 -laundryman_N 4.0107648929727385e-6 -laundrywoman_N 4.0107648929727385e-6 -laureate_N 1.2032294678918217e-5 -laurel_N 8.021529785945477e-6 -laurelwood_N 4.0107648929727385e-6 -lav_N 4.0107648929727385e-6 -lava_N 4.0107648929727385e-6 -lavage_N 4.0107648929727385e-6 -lavalava_N 4.0107648929727385e-6 -lavaliere_N 4.0107648929727385e-6 -lavatory_N 4.0107648929727385e-6 -lavender_N 8.021529785945477e-6 -laver_N 4.0107648929727385e-6 -lavishness_N 4.0107648929727385e-6 -law_N 1.9572532677706966e-3 -law_officer_N 4.0107648929727385e-6 -lawbreaker_N 4.0107648929727385e-6 -lawfulness_N 4.0107648929727385e-6 -lawgiver_N 4.0107648929727385e-6 -lawlessness_N 4.0107648929727385e-6 -lawmaker_N 3.5695807547457374e-4 -lawmaking_N 8.021529785945477e-6 -lawman_N 4.0107648929727385e-6 -lawn_N 6.016147339459108e-5 -lawn_mower_N 4.0107648929727385e-6 -lawrencium_N 4.0107648929727385e-6 -lawsuit_N 8.021529785945477e-6 -lawyer_N 9.98680458350212e-4 -lawyerbush_N 4.0107648929727385e-6 -laxative_N 1.6043059571890954e-5 -laxity_N 4.0107648929727385e-6 -laxness_N 4.0107648929727385e-6 -lay_N 4.0107648929727385e-6 -lay_figure_N 4.0107648929727385e-6 -lay_off_N 4.0107648929727385e-6 -lay_out_N 4.0107648929727385e-6 -layabout_N 4.0107648929727385e-6 -layby_N 4.0107648929727385e-6 -layer_N 4.812917871567287e-5 -layer_cake_N 4.0107648929727385e-6 -layette_N 4.0107648929727385e-6 -laying_N 4.0107648929727385e-6 -layman_N 8.021529785945477e-6 -layoff_N 4.0107648929727385e-6 -layout_N 1.2032294678918217e-5 -layover_N 4.0107648929727385e-6 -lazar_N 4.0107648929727385e-6 -lazaret_N 4.0107648929727385e-6 -lazarette_N 4.0107648929727385e-6 -lazaretto_N 4.0107648929727385e-6 -lazarus_N 4.0107648929727385e-6 -laziness_N 4.0107648929727385e-6 -lazybones_N 4.0107648929727385e-6 -lb_N 4.0107648929727385e-6 -lea_N 4.0107648929727385e-6 -leach_N 4.0107648929727385e-6 -lead_N 2.286135988994461e-4 -lead_in_N 4.0107648929727385e-6 -lead_ore_N 4.0107648929727385e-6 -leader_N 1.1390572296042579e-3 -leadership_N 2.446566584713371e-4 -leading_N 4.0107648929727385e-6 -leading_rein_N 4.0107648929727385e-6 -leadplant_N 4.0107648929727385e-6 -leadwort_N 4.0107648929727385e-6 -leaf_N 1.6043059571890954e-5 -leaf_bud_N 4.0107648929727385e-6 -leaf_mould_N 4.0107648929727385e-6 -leafhopper_N 4.0107648929727385e-6 -leaflet_N 8.021529785945477e-6 -league_N 1.0829065211026395e-4 -leak_N 2.8075354250809173e-5 -leakage_N 4.0107648929727385e-6 -leaker_N 8.021529785945477e-6 -leakiness_N 4.0107648929727385e-6 -lean_N 4.0107648929727385e-6 -lean_to_N 4.0107648929727385e-6 -leaner_N 4.0107648929727385e-6 -leaning_N 4.0107648929727385e-6 -leanness_N 4.0107648929727385e-6 -leap_N 3.609688403675465e-5 -leap_year_N 4.0107648929727385e-6 -leapfrog_N 4.0107648929727385e-6 -learner_N 4.0107648929727385e-6 -learning_N 1.2032294678918217e-5 -lease_N 1.243337116821549e-4 -lease_lend_N 4.0107648929727385e-6 -leasehold_N 4.0107648929727385e-6 -leaseholder_N 4.0107648929727385e-6 -leash_N 8.021529785945477e-6 -least_N 4.0107648929727385e-6 -leather_N 5.2139943608645604e-5 -leather_jacket_N 4.0107648929727385e-6 -leatherette_N 4.0107648929727385e-6 -leatherjacket_N 4.0107648929727385e-6 -leatherleaf_N 4.0107648929727385e-6 -leatherneck_N 4.0107648929727385e-6 -leatherwood_N 4.0107648929727385e-6 -leatherwork_N 4.0107648929727385e-6 -leave_N 5.6150708501618345e-5 -leave_taking_N 4.0107648929727385e-6 -leaven_N 4.0107648929727385e-6 -lebaneseFem_N 4.0107648929727385e-6 -lebaneseMasc_N 4.0107648929727385e-6 -lecanopteris_N 4.0107648929727385e-6 -lecanora_N 4.0107648929727385e-6 -lecher_N 4.0107648929727385e-6 -lecherousness_N 4.0107648929727385e-6 -lechery_N 4.0107648929727385e-6 -lechwe_N 4.0107648929727385e-6 -lecithin_N 4.0107648929727385e-6 -lectern_N 4.0107648929727385e-6 -lectin_N 4.0107648929727385e-6 -lector_N 4.0107648929727385e-6 -lecture_N 1.2032294678918217e-5 -lecturer_N 1.6043059571890954e-5 -lectureship_N 4.0107648929727385e-6 -lederhosen_N 4.0107648929727385e-6 -ledge_N 4.0107648929727385e-6 -ledger_N 1.2032294678918217e-5 -lee_N 4.0107648929727385e-6 -leech_N 8.021529785945477e-6 -leek_N 4.0107648929727385e-6 -leer_N 4.0107648929727385e-6 -lees_N 4.0107648929727385e-6 -leeward_N 4.0107648929727385e-6 -leeway_N 3.208611914378191e-5 -leflunomide_N 4.0107648929727385e-6 -left_N 2.8075354250809173e-5 -left_wing_N 4.0107648929727385e-6 -left_winger_N 4.0107648929727385e-6 -leftism_N 4.0107648929727385e-6 -leftist_N 1.2032294678918217e-5 -leftover_N 4.0107648929727385e-6 -leftovers_N 4.0107648929727385e-6 -leg_N 6.016147339459108e-5 -leg_pull_N 4.0107648929727385e-6 -leg_pulling_N 4.0107648929727385e-6 -legacy_N 2.8075354250809173e-5 -legalese_N 4.0107648929727385e-6 -legalism_N 4.0107648929727385e-6 -legality_N 2.0053824464863696e-5 -legalization_N 1.6043059571890954e-5 -legate_N 4.0107648929727385e-6 -legatee_N 4.0107648929727385e-6 -legation_N 4.0107648929727385e-6 -legend_N 1.2032294678918217e-5 -leger_line_N 4.0107648929727385e-6 -legerdemain_N 1.6043059571890954e-5 -legging_N 4.0107648929727385e-6 -leghorn_N 4.0107648929727385e-6 -legibility_N 4.0107648929727385e-6 -legion_N 1.6043059571890954e-5 -legionary_N 4.0107648929727385e-6 -legionnaire_N 4.0107648929727385e-6 -legislation_N 6.457331477686109e-4 -legislator_N 1.644413606118823e-4 -legislatorship_N 4.0107648929727385e-6 -legislature_N 1.243337116821549e-4 -legitimacy_N 2.8075354250809173e-5 -legitimation_N 4.0107648929727385e-6 -legs_N 4.0107648929727385e-6 -legume_N 4.0107648929727385e-6 -lei_N 4.0107648929727385e-6 -leiomyoma_N 4.0107648929727385e-6 -leiomyosarcoma_N 4.0107648929727385e-6 -leishmaniasis_N 4.0107648929727385e-6 -leister_N 4.0107648929727385e-6 -leisure_N 3.609688403675465e-5 -leisureliness_N 4.0107648929727385e-6 -leitmotiv_N 4.0107648929727385e-6 -lek_N 4.0107648929727385e-6 -lekvar_N 4.0107648929727385e-6 -lemma_N 4.0107648929727385e-6 -lemming_N 8.021529785945477e-6 -lemniscus_N 4.0107648929727385e-6 -lemon_N 8.021529785945477e-6 -lemonade_N 4.0107648929727385e-6 -lemongrass_N 4.0107648929727385e-6 -lemonwood_N 4.0107648929727385e-6 -lempira_N 4.0107648929727385e-6 -lemur_N 4.0107648929727385e-6 -lender_N 2.366351286853916e-4 -lending_N 4.0107648929727385e-6 -lending_library_N 4.0107648929727385e-6 -length_N 7.21937680735093e-5 -lengthiness_N 4.0107648929727385e-6 -lenience_N 4.0107648929727385e-6 -leniency_N 8.021529785945477e-6 -lenitive_N 4.0107648929727385e-6 -lenity_N 4.0107648929727385e-6 -lens_N 7.21937680735093e-5 -lent_N 4.0107648929727385e-6 -lenticel_N 4.0107648929727385e-6 -lentil_N 4.0107648929727385e-6 -leone_N 4.0107648929727385e-6 -leopard_N 4.0107648929727385e-6 -leopardess_N 4.0107648929727385e-6 -leotard_N 4.0107648929727385e-6 -leper_N 4.0107648929727385e-6 -lepidobotrys_N 4.0107648929727385e-6 -lepidocrocite_N 4.0107648929727385e-6 -lepidolite_N 4.0107648929727385e-6 -lepidomelane_N 4.0107648929727385e-6 -lepidophobia_N 4.0107648929727385e-6 -lepidopterist_N 4.0107648929727385e-6 -lepidopterology_N 4.0107648929727385e-6 -lepiota_N 4.0107648929727385e-6 -leporid_N 4.0107648929727385e-6 -leprechaun_N 4.0107648929727385e-6 -leprosy_N 4.0107648929727385e-6 -leptocephalus_N 4.0107648929727385e-6 -leptomeninges_N 4.0107648929727385e-6 -leptomeningitis_N 4.0107648929727385e-6 -lepton_N 4.0107648929727385e-6 -leptospira_N 4.0107648929727385e-6 -leptosporangium_N 4.0107648929727385e-6 -leptotene_N 4.0107648929727385e-6 -leresis_N 4.0107648929727385e-6 -lerot_N 4.0107648929727385e-6 -lesbian_N 8.021529785945477e-6 -lesbianism_N 4.0107648929727385e-6 -lese_majesty_N 4.0107648929727385e-6 -lesion_N 8.021529785945477e-6 -lessee_N 4.0107648929727385e-6 -lesson_N 1.1230141700323669e-4 -lessor_N 4.0107648929727385e-6 -let_N 4.0107648929727385e-6 -let_down_N 4.0107648929727385e-6 -let_up_N 4.0107648929727385e-6 -lethargy_N 1.2032294678918217e-5 -letter_1_N 4.0107648929727385e-6 -letter_2_N 4.0107648929727385e-6 -letter_box_N 4.0107648929727385e-6 -letter_card_N 4.0107648929727385e-6 -letter_case_N 4.0107648929727385e-6 -lettercard_N 4.0107648929727385e-6 -letterer_N 4.0107648929727385e-6 -letterhead_N 4.0107648929727385e-6 -lettering_N 4.0107648929727385e-6 -letterman_N 4.0107648929727385e-6 -letterpress_N 4.0107648929727385e-6 -letters_N 4.0107648929727385e-6 -letting_N 8.021529785945477e-6 -lettuce_N 8.021529785945477e-6 -letup_N 4.0107648929727385e-6 -leu_N 4.0107648929727385e-6 -leucine_N 4.0107648929727385e-6 -leucocyte_N 4.0107648929727385e-6 -leucocytozoan_N 4.0107648929727385e-6 -leucothoe_N 4.0107648929727385e-6 -leukaemia_N 4.0107648929727385e-6 -leukemia_N 4.0107648929727385e-6 -leukocyte_N 4.0107648929727385e-6 -leukocytosis_N 4.0107648929727385e-6 -leukoderma_N 4.0107648929727385e-6 -leukoencephalitis_N 4.0107648929727385e-6 -leukoma_N 4.0107648929727385e-6 -leukopenia_N 4.0107648929727385e-6 -leukorrhea_N 4.0107648929727385e-6 -lev_N 4.0107648929727385e-6 -levallorphan_N 4.0107648929727385e-6 -levanter_N 4.0107648929727385e-6 -levantine_N 4.0107648929727385e-6 -levator_N 4.0107648929727385e-6 -levee_N 4.0107648929727385e-6 -level_N 1.6845212550485502e-3 -leveler_N 4.0107648929727385e-6 -leveller_N 4.0107648929727385e-6 -lever_N 4.0107648929727385e-6 -leverage_N 1.4037677125404587e-4 -leveret_N 4.0107648929727385e-6 -leviathan_N 4.0107648929727385e-6 -levirate_N 4.0107648929727385e-6 -levitation_N 4.0107648929727385e-6 -levity_N 4.0107648929727385e-6 -levorotation_N 4.0107648929727385e-6 -levy_N 1.6043059571890954e-5 -lewdness_N 8.021529785945477e-6 -lexeme_N 4.0107648929727385e-6 -lexicalization_N 4.0107648929727385e-6 -lexicographerFem_N 4.0107648929727385e-6 -lexicographerMasc_N 4.0107648929727385e-6 -lexicography_N 4.0107648929727385e-6 -lexicology_N 4.0107648929727385e-6 -lexicon_N 1.2032294678918217e-5 -lexicostatistics_N 4.0107648929727385e-6 -lexis_N 4.0107648929727385e-6 -ley_N 4.0107648929727385e-6 -li_N 4.0107648929727385e-6 -liabilities_N 4.0107648929727385e-6 -liability_N 3.489365456886283e-4 -liaison_N 1.6043059571890954e-5 -liana_N 4.0107648929727385e-6 -liar_N 2.4064589357836434e-5 -lib_N 4.0107648929727385e-6 -libation_N 4.0107648929727385e-6 -libel_N 3.609688403675465e-5 -liberal_N 6.818300318053656e-5 -liberalism_N 8.021529785945477e-6 -liberality_N 4.0107648929727385e-6 -liberalization_N 4.010764892972739e-5 -liberation_N 2.0053824464863696e-5 -liberator_N 4.0107648929727385e-6 -liberian_N 4.0107648929727385e-6 -libertarian_N 4.0107648929727385e-6 -libertarianism_N 4.0107648929727385e-6 -libertine_N 4.0107648929727385e-6 -liberty_N 2.8075354250809173e-5 -libido_N 4.0107648929727385e-6 -librarian_N 1.6043059571890954e-5 -librarianship_N 4.0107648929727385e-6 -library_N 5.2139943608645604e-5 -libration_N 4.0107648929727385e-6 -librettist_N 4.0107648929727385e-6 -libretto_N 4.0107648929727385e-6 -libyan_N 4.0107648929727385e-6 -licence_N 8.021529785945477e-6 -licensee_N 2.0053824464863696e-5 -licenser_N 4.0107648929727385e-6 -licentiate_N 4.0107648929727385e-6 -licentiousness_N 8.021529785945477e-6 -lichee_N 4.0107648929727385e-6 -lichen_N 4.0107648929727385e-6 -lichgate_N 4.0107648929727385e-6 -lichi_N 4.0107648929727385e-6 -licitness_N 4.0107648929727385e-6 -lick_N 4.0107648929727385e-6 -licking_N 4.0107648929727385e-6 -licorice_N 4.0107648929727385e-6 -lid_N 3.208611914378191e-5 -lidar_N 4.0107648929727385e-6 -lido_N 4.0107648929727385e-6 -lie_N 2.4064589357836434e-5 -lie_abed_N 4.0107648929727385e-6 -lie_detector_N 4.0107648929727385e-6 -lie_in_N 4.0107648929727385e-6 -liebfraumilch_N 4.0107648929727385e-6 -liechtensteiner_N 4.0107648929727385e-6 -lied_N 4.0107648929727385e-6 -lieder_singer_N 4.0107648929727385e-6 -liege_N 4.0107648929727385e-6 -liegeman_N 4.0107648929727385e-6 -lien_N 1.6043059571890954e-5 -lieu_N 4.0107648929727385e-6 -lieutenancy_N 4.0107648929727385e-6 -lieutenant_N 2.4064589357836434e-5 -life_N 1.135046464711285e-3 -life_buoy_N 4.0107648929727385e-6 -life_jacket_N 4.0107648929727385e-6 -life_office_N 4.0107648929727385e-6 -life_preserver_N 4.0107648929727385e-6 -life_raft_N 4.0107648929727385e-6 -life_saver_N 4.0107648929727385e-6 -life_span_N 4.0107648929727385e-6 -life_work_N 4.0107648929727385e-6 -lifebelt_N 4.0107648929727385e-6 -lifeblood_N 8.021529785945477e-6 -lifeboat_N 8.021529785945477e-6 -lifebuoy_N 4.0107648929727385e-6 -lifeguard_N 8.021529785945477e-6 -lifeline_N 8.021529785945477e-6 -lifer_N 4.0107648929727385e-6 -lifesaving_N 4.0107648929727385e-6 -lifetime_N 4.4118413822700127e-5 -lifework_N 4.0107648929727385e-6 -lift_N 5.2139943608645604e-5 -lift_off_N 4.0107648929727385e-6 -liftman_N 4.0107648929727385e-6 -liftoff_N 4.0107648929727385e-6 -ligament_N 4.0107648929727385e-6 -ligand_N 4.0107648929727385e-6 -ligation_N 4.0107648929727385e-6 -ligature_N 4.0107648929727385e-6 -liger_N 4.0107648929727385e-6 -light_N 2.7273201272214623e-4 -light_headedness_N 4.0107648929727385e-6 -light_heartedness_N 4.0107648929727385e-6 -light_heavyweight_N 4.0107648929727385e-6 -light_mindedness_N 4.0107648929727385e-6 -light_o'_love_N 4.0107648929727385e-6 -lightening_N 4.0107648929727385e-6 -lighter_N 4.0107648929727385e-6 -lighterage_N 4.0107648929727385e-6 -lighterman_N 4.0107648929727385e-6 -lightheadedness_N 4.0107648929727385e-6 -lighthouse_N 4.0107648929727385e-6 -lighting_N 4.0107648929727385e-6 -lightness_N 4.0107648929727385e-6 -lightning_N 2.4064589357836434e-5 -lightning_conductor_N 4.0107648929727385e-6 -lightning_rod_N 4.0107648929727385e-6 -lightship_N 4.0107648929727385e-6 -lightsomeness_N 4.0107648929727385e-6 -lightweight_N 4.0107648929727385e-6 -lightwood_N 4.0107648929727385e-6 -ligne_N 4.0107648929727385e-6 -lignin_N 4.0107648929727385e-6 -lignite_N 4.0107648929727385e-6 -lignosae_N 4.0107648929727385e-6 -lignum_N 4.0107648929727385e-6 -ligule_N 4.0107648929727385e-6 -like_N 1.2032294678918217e-5 -likelihood_N 6.016147339459108e-5 -likeness_N 1.2032294678918217e-5 -likening_N 4.0107648929727385e-6 -liking_N 4.0107648929727385e-6 -likuta_N 4.0107648929727385e-6 -lilac_N 4.0107648929727385e-6 -lilangeni_N 4.0107648929727385e-6 -lilliputian_N 4.0107648929727385e-6 -lilt_N 8.021529785945477e-6 -lily_N 8.021529785945477e-6 -lilyturf_N 4.0107648929727385e-6 -liman_N 4.0107648929727385e-6 -limb_N 2.0053824464863696e-5 -limber_N 4.0107648929727385e-6 -limbers_N 4.0107648929727385e-6 -limbo_N 3.208611914378191e-5 -limbus_N 4.0107648929727385e-6 -lime_N 4.0107648929727385e-6 -lime_tree_N 4.0107648929727385e-6 -limeade_N 4.0107648929727385e-6 -limejuice_N 4.0107648929727385e-6 -limekiln_N 4.0107648929727385e-6 -limelight_N 8.021529785945477e-6 -limerick_N 4.0107648929727385e-6 -limestone_N 4.0107648929727385e-6 -limewater_N 4.0107648929727385e-6 -limey_N 4.0107648929727385e-6 -limit_N 4.6524872758483773e-4 -limitation_N 5.6150708501618345e-5 -limiter_N 4.0107648929727385e-6 -limnologist_N 4.0107648929727385e-6 -limnology_N 4.0107648929727385e-6 -limonene_N 4.0107648929727385e-6 -limonite_N 4.0107648929727385e-6 -limousine_N 8.021529785945477e-6 -limp_N 4.0107648929727385e-6 -limpa_N 4.0107648929727385e-6 -limpet_N 4.0107648929727385e-6 -limpidity_N 4.0107648929727385e-6 -limpkin_N 4.0107648929727385e-6 -limpness_N 4.0107648929727385e-6 -linage_N 4.0107648929727385e-6 -linalool_N 4.0107648929727385e-6 -linchpin_N 4.0107648929727385e-6 -lincomycin_N 4.0107648929727385e-6 -lindane_N 4.0107648929727385e-6 -linden_N 8.021529785945477e-6 -linden_tree_N 4.0107648929727385e-6 -lindy_N 4.0107648929727385e-6 -line_N 1.564198308259368e-3 -line_shooter_N 4.0107648929727385e-6 -line_shooting_N 4.0107648929727385e-6 -line_up_N 4.0107648929727385e-6 -lineage_N 4.0107648929727385e-6 -lineament_N 4.0107648929727385e-6 -lineation_N 4.0107648929727385e-6 -linebacker_N 4.0107648929727385e-6 -linecut_N 4.0107648929727385e-6 -lineman_N 8.021529785945477e-6 -linen_N 1.2032294678918217e-5 -linen_draper_N 4.0107648929727385e-6 -linendraper_N 4.0107648929727385e-6 -liner_N 1.6043059571890954e-5 -liner_train_N 4.0107648929727385e-6 -linesman_N 4.0107648929727385e-6 -lineup_N 4.4118413822700127e-5 -ling_N 4.0107648929727385e-6 -lingam_N 4.0107648929727385e-6 -lingcod_N 4.0107648929727385e-6 -lingerer_N 4.0107648929727385e-6 -lingerie_N 1.6043059571890954e-5 -lingo_N 8.021529785945477e-6 -lingonberry_N 4.0107648929727385e-6 -lingua_franca_N 4.0107648929727385e-6 -lingual_N 4.0107648929727385e-6 -linguica_N 4.0107648929727385e-6 -linguine_N 4.0107648929727385e-6 -linguist_N 4.0107648929727385e-6 -linguistics_N 4.0107648929727385e-6 -liniment_N 4.0107648929727385e-6 -linin_N 4.0107648929727385e-6 -lining_N 1.6043059571890954e-5 -link_N 9.2247592538373e-5 -link_up_N 4.0107648929727385e-6 -linkage_N 2.0053824464863696e-5 -linkboy_N 4.0107648929727385e-6 -linkman_N 4.0107648929727385e-6 -links_N 7.21937680735093e-5 -linnet_N 4.0107648929727385e-6 -lino_N 4.0107648929727385e-6 -linocut_N 4.0107648929727385e-6 -linoleum_N 4.0107648929727385e-6 -linotype_N 4.0107648929727385e-6 -linseed_N 4.0107648929727385e-6 -linsey_woolsey_N 4.0107648929727385e-6 -linstock_N 4.0107648929727385e-6 -lint_N 4.0107648929727385e-6 -lintel_N 4.0107648929727385e-6 -linuron_N 4.0107648929727385e-6 -lion_N 3.208611914378191e-5 -lion_hunter_N 4.0107648929727385e-6 -lioness_N 4.0107648929727385e-6 -lionet_N 4.0107648929727385e-6 -lionfish_N 4.0107648929727385e-6 -lip_N 3.208611914378191e-5 -lip_reading_N 4.0107648929727385e-6 -liparis_N 4.0107648929727385e-6 -lipase_N 4.0107648929727385e-6 -lipectomy_N 4.0107648929727385e-6 -lipemia_N 4.0107648929727385e-6 -lipid_N 4.0107648929727385e-6 -lipidosis_N 4.0107648929727385e-6 -lipogram_N 4.0107648929727385e-6 -lipoma_N 4.0107648929727385e-6 -lipomatosis_N 4.0107648929727385e-6 -lipoprotein_N 4.0107648929727385e-6 -liposarcoma_N 4.0107648929727385e-6 -liposome_N 4.0107648929727385e-6 -liposuction_N 4.0107648929727385e-6 -lipreading_N 4.0107648929727385e-6 -lipstick_N 1.2032294678918217e-5 -liquefaction_N 4.0107648929727385e-6 -liqueur_N 4.0107648929727385e-6 -liquid_N 4.010764892972739e-5 -liquidambar_N 4.0107648929727385e-6 -liquidation_N 6.016147339459108e-5 -liquidator_N 2.0053824464863696e-5 -liquidity_N 3.0080736697295544e-4 -liquidizer_N 4.0107648929727385e-6 -liquor_N 8.021529785945478e-5 -liquorice_N 4.0107648929727385e-6 -lira_N 8.021529785945477e-6 -lisinopril_N 4.0107648929727385e-6 -lisle_N 4.0107648929727385e-6 -lisp_N 4.0107648929727385e-6 -lisper_N 4.0107648929727385e-6 -lissomeness_N 4.0107648929727385e-6 -lissomness_N 4.0107648929727385e-6 -list_N 4.2514107865511034e-4 -list_price_N 4.0107648929727385e-6 -listenerFem_N 4.0107648929727385e-6 -listenerMasc_N 4.0107648929727385e-6 -listening_N 4.0107648929727385e-6 -lister_N 4.0107648929727385e-6 -listeria_N 4.0107648929727385e-6 -listeriosis_N 4.0107648929727385e-6 -listing_N 7.620453296648204e-5 -listlessness_N 4.0107648929727385e-6 -litany_N 1.2032294678918217e-5 -litas_N 4.0107648929727385e-6 -litchee_N 4.0107648929727385e-6 -litchi_N 4.0107648929727385e-6 -literacy_N 1.6043059571890954e-5 -literal_N 4.0107648929727385e-6 -literalism_N 4.0107648929727385e-6 -literalness_N 4.0107648929727385e-6 -literate_N 4.0107648929727385e-6 -literati_N 4.0107648929727385e-6 -literature_N 4.4118413822700127e-5 -lithiasis_N 4.0107648929727385e-6 -lithium_N 4.0107648929727385e-6 -lithograph_N 1.2032294678918217e-5 -lithographer_N 4.0107648929727385e-6 -lithography_N 8.021529785945477e-6 -lithomancer_N 4.0107648929727385e-6 -lithomancy_N 4.0107648929727385e-6 -lithophyte_N 4.0107648929727385e-6 -lithops_N 4.0107648929727385e-6 -lithosphere_N 4.0107648929727385e-6 -lithotomy_N 4.0107648929727385e-6 -lithuresis_N 4.0107648929727385e-6 -litigant_N 8.021529785945477e-6 -litigation_N 2.366351286853916e-4 -litigiousness_N 4.0107648929727385e-6 -litmus_N 1.6043059571890954e-5 -litmus_paper_N 4.0107648929727385e-6 -litotes_N 4.0107648929727385e-6 -litre_N 4.0107648929727385e-6 -litter_N 8.021529785945477e-6 -litter_basket_N 4.0107648929727385e-6 -litter_lout_N 4.0107648929727385e-6 -litterbin_N 4.0107648929727385e-6 -litterer_N 4.0107648929727385e-6 -little_N 4.0107648929727385e-6 -littleneck_N 4.0107648929727385e-6 -littleness_N 4.0107648929727385e-6 -littoral_N 4.0107648929727385e-6 -liturgics_N 4.0107648929727385e-6 -liturgist_N 4.0107648929727385e-6 -liturgy_N 8.021529785945477e-6 -live_birth_N 4.0107648929727385e-6 -livedo_N 4.0107648929727385e-6 -livelihood_N 1.6043059571890954e-5 -liveliness_N 4.0107648929727385e-6 -liver_N 1.6043059571890954e-5 -liverpudlian_N 4.0107648929727385e-6 -liverwort_N 4.0107648929727385e-6 -liverwurst_N 4.0107648929727385e-6 -livery_N 4.0107648929727385e-6 -liveryman_N 4.0107648929727385e-6 -livestock_N 2.8075354250809173e-5 -lividity_N 4.0107648929727385e-6 -lividness_N 4.0107648929727385e-6 -living_N 6.818300318053656e-5 -living_room_N 4.0107648929727385e-6 -living_space_N 4.0107648929727385e-6 -liza_N 4.0107648929727385e-6 -lizard_N 4.0107648929727385e-6 -lizardfish_N 4.0107648929727385e-6 -llama_N 4.0107648929727385e-6 -llano_N 4.0107648929727385e-6 -llb_N 4.0107648929727385e-6 -loach_N 4.0107648929727385e-6 -load_N 1.1631218189620943e-4 -load_line_N 4.0107648929727385e-6 -load_shedding_N 4.0107648929727385e-6 -loader_N 4.0107648929727385e-6 -loading_N 1.6043059571890954e-5 -loadstar_N 4.0107648929727385e-6 -loadstone_N 4.0107648929727385e-6 -loaf_N 8.021529785945477e-6 -loaf_sugar_N 4.0107648929727385e-6 -loafer_N 1.2032294678918217e-5 -loam_N 4.0107648929727385e-6 -loan_N 2.2019099262420338e-3 -loan_collection_N 4.0107648929727385e-6 -loan_office_N 4.0107648929727385e-6 -loanblend_N 4.0107648929727385e-6 -loaner_N 4.0107648929727385e-6 -loanword_N 4.0107648929727385e-6 -loasa_N 4.0107648929727385e-6 -loathing_N 8.021529785945477e-6 -loathsomeness_N 4.0107648929727385e-6 -lob_N 4.0107648929727385e-6 -lobby_N 8.823682764540025e-5 -lobbyism_N 4.0107648929727385e-6 -lobbyist_N 1.1230141700323669e-4 -lobe_N 4.0107648929727385e-6 -lobectomy_N 4.0107648929727385e-6 -lobelia_N 4.0107648929727385e-6 -loblolly_N 4.0107648929727385e-6 -lobotomy_N 4.0107648929727385e-6 -lobscouse_N 4.0107648929727385e-6 -lobster_N 1.2032294678918217e-5 -lobster_pot_N 4.0107648929727385e-6 -lobsterman_N 4.0107648929727385e-6 -lobularity_N 4.0107648929727385e-6 -lobule_N 4.0107648929727385e-6 -local_N 1.6043059571890954e-5 -locale_N 2.4064589357836434e-5 -localism_N 4.0107648929727385e-6 -locality_N 1.6043059571890954e-5 -localization_N 4.0107648929727385e-6 -location_N 2.2059206911350063e-4 -locator_N 4.0107648929727385e-6 -loch_N 4.0107648929727385e-6 -lochia_N 4.0107648929727385e-6 -lock_N 4.010764892972739e-5 -lock_gate_N 4.0107648929727385e-6 -lock_keeper_N 4.0107648929727385e-6 -lockage_N 4.0107648929727385e-6 -lockdown_N 4.0107648929727385e-6 -locker_N 4.0107648929727385e-6 -locket_N 4.0107648929727385e-6 -locking_N 4.0107648929727385e-6 -lockjaw_N 4.0107648929727385e-6 -lockmaster_N 4.0107648929727385e-6 -locknut_N 4.0107648929727385e-6 -lockout_N 4.0107648929727385e-6 -lockring_N 4.0107648929727385e-6 -locksmith_N 4.0107648929727385e-6 -lockstep_N 4.0107648929727385e-6 -lockstitch_N 4.0107648929727385e-6 -lockup_N 8.021529785945477e-6 -locomotion_N 4.0107648929727385e-6 -locomotive_N 4.0107648929727385e-6 -locoweed_N 4.0107648929727385e-6 -locule_N 4.0107648929727385e-6 -locum_N 4.0107648929727385e-6 -locum_tenens_N 4.0107648929727385e-6 -locus_N 4.0107648929727385e-6 -locus_classicus_N 4.0107648929727385e-6 -locust_N 4.0107648929727385e-6 -locust_tree_N 4.0107648929727385e-6 -locution_N 8.021529785945477e-6 -lode_N 4.0107648929727385e-6 -lodestar_N 4.0107648929727385e-6 -lodestone_N 4.0107648929727385e-6 -lodge_N 4.0107648929727385e-6 -lodgement_N 4.0107648929727385e-6 -lodger_N 4.0107648929727385e-6 -lodging_N 8.021529785945477e-6 -lodging_house_N 4.0107648929727385e-6 -lodgment_N 4.0107648929727385e-6 -loess_N 4.0107648929727385e-6 -loft_N 1.2032294678918217e-5 -loftiness_N 4.0107648929727385e-6 -log_N 8.021529785945477e-6 -log_cabin_N 4.0107648929727385e-6 -log_jam_N 4.0107648929727385e-6 -log_rolling_N 4.0107648929727385e-6 -loganberry_N 4.0107648929727385e-6 -logarithm_N 4.0107648929727385e-6 -logbook_N 4.0107648929727385e-6 -loge_N 4.0107648929727385e-6 -loggerhead_N 4.0107648929727385e-6 -loggerheads_N 4.0107648929727385e-6 -loggia_N 4.0107648929727385e-6 -logging_N 4.0107648929727385e-6 -logic_N 4.812917871567287e-5 -logicality_N 4.0107648929727385e-6 -logician_N 4.0107648929727385e-6 -logicism_N 4.0107648929727385e-6 -loginess_N 4.0107648929727385e-6 -logion_N 4.0107648929727385e-6 -logistics_N 2.4064589357836434e-5 -logjam_N 4.0107648929727385e-6 -logo_N 4.0107648929727385e-6 -logogram_N 4.0107648929727385e-6 -logomach_N 4.0107648929727385e-6 -logomachy_N 4.0107648929727385e-6 -logorrhea_N 4.0107648929727385e-6 -logrolling_N 4.0107648929727385e-6 -logwood_N 4.0107648929727385e-6 -loin_N 4.0107648929727385e-6 -loincloth_N 4.0107648929727385e-6 -loins_N 4.0107648929727385e-6 -loir_N 4.0107648929727385e-6 -loiterer_N 4.0107648929727385e-6 -loligo_N 4.0107648929727385e-6 -lollipop_N 4.0107648929727385e-6 -lolly_N 4.0107648929727385e-6 -lomatia_N 4.0107648929727385e-6 -loment_N 4.0107648929727385e-6 -lomustine_N 4.0107648929727385e-6 -londoner_N 4.0107648929727385e-6 -loneliness_N 4.0107648929727385e-6 -loner_N 4.0107648929727385e-6 -long_N 3.609688403675465e-5 -long_windedness_N 4.0107648929727385e-6 -longan_N 4.0107648929727385e-6 -longanberry_N 4.0107648929727385e-6 -longboat_N 4.0107648929727385e-6 -longbow_N 4.0107648929727385e-6 -longbowman_N 4.0107648929727385e-6 -longer_N 4.0107648929727385e-6 -longevity_N 8.021529785945477e-6 -longhand_N 4.0107648929727385e-6 -longhorn_N 4.0107648929727385e-6 -longing_N 2.4064589357836434e-5 -longitude_N 4.0107648929727385e-6 -longness_N 4.0107648929727385e-6 -longshoreman_N 8.021529785945477e-6 -longshot_N 4.0107648929727385e-6 -longueur_N 4.0107648929727385e-6 -longways_N 4.0107648929727385e-6 -longwool_N 4.0107648929727385e-6 -loo_N 4.0107648929727385e-6 -loofa_N 4.0107648929727385e-6 -loofah_N 4.0107648929727385e-6 -look_N 2.0053824464863693e-4 -look_over_N 4.0107648929727385e-6 -lookdown_N 4.0107648929727385e-6 -looker_N 4.0107648929727385e-6 -looker_on_N 4.0107648929727385e-6 -looking_N 4.0107648929727385e-6 -looking_glass_N 4.0107648929727385e-6 -lookout_N 1.2032294678918217e-5 -loom_N 8.021529785945477e-6 -loon_N 4.0107648929727385e-6 -loony_N 8.021529785945477e-6 -loonybin_N 4.0107648929727385e-6 -loop_N 1.6043059571890954e-5 -loop_line_N 4.0107648929727385e-6 -loophole_N 4.4118413822700127e-5 -looseness_N 4.0107648929727385e-6 -loosening_N 4.0107648929727385e-6 -loosestrife_N 4.0107648929727385e-6 -loot_N 8.021529785945477e-6 -looter_N 4.0107648929727385e-6 -looting_N 4.0107648929727385e-6 -lope_N 4.0107648929727385e-6 -lopsidedness_N 4.0107648929727385e-6 -loquaciousness_N 4.0107648929727385e-6 -loquacity_N 4.0107648929727385e-6 -loquat_N 4.0107648929727385e-6 -lorazepam_N 4.0107648929727385e-6 -lorchel_N 4.0107648929727385e-6 -lord_N 8.021529785945477e-6 -lordliness_N 4.0107648929727385e-6 -lordolatry_N 4.0107648929727385e-6 -lordosis_N 4.0107648929727385e-6 -lordship_N 8.021529785945477e-6 -lore_N 1.2032294678918217e-5 -lorgnette_N 4.0107648929727385e-6 -lorica_N 4.0107648929727385e-6 -lorikeet_N 4.0107648929727385e-6 -lorry_N 4.0107648929727385e-6 -lory_N 4.0107648929727385e-6 -loser_N 9.625835743134574e-5 -losings_N 4.0107648929727385e-6 -loss_N 3.2607518579868366e-3 -loss_leader_N 4.0107648929727385e-6 -lot_N 9.946696934572392e-4 -lota_N 4.0107648929727385e-6 -loti_N 4.0107648929727385e-6 -lotion_N 2.0053824464863696e-5 -lottery_N 3.208611914378191e-5 -lotto_N 4.0107648929727385e-6 -lotus_N 4.0107648929727385e-6 -lotus_eater_N 4.0107648929727385e-6 -lotusland_N 4.0107648929727385e-6 -loud_hailer_N 4.0107648929727385e-6 -loudmouth_N 4.0107648929727385e-6 -loudness_N 4.0107648929727385e-6 -loudspeaker_N 8.021529785945477e-6 -lough_N 4.0107648929727385e-6 -lounge_N 3.609688403675465e-5 -lounge_chair_N 4.0107648929727385e-6 -lounge_lizard_N 4.0107648929727385e-6 -lounge_suit_N 4.0107648929727385e-6 -lounger_N 4.0107648929727385e-6 -loungewear_N 4.0107648929727385e-6 -loupe_N 4.0107648929727385e-6 -louse_N 4.0107648929727385e-6 -lout_N 4.0107648929727385e-6 -louvar_N 4.0107648929727385e-6 -louver_N 4.0107648929727385e-6 -louvre_N 4.0107648929727385e-6 -lovage_N 4.0107648929727385e-6 -lovastatin_N 4.0107648929727385e-6 -love_N 6.016147339459108e-5 -love_affair_N 4.0107648929727385e-6 -love_child_N 4.0107648929727385e-6 -love_feast_N 4.0107648929727385e-6 -love_knot_N 4.0107648929727385e-6 -love_letter_N 4.0107648929727385e-6 -love_match_N 4.0107648929727385e-6 -love_philtre_N 4.0107648929727385e-6 -love_potion_N 4.0107648929727385e-6 -love_seat_N 4.0107648929727385e-6 -love_song_N 4.0107648929727385e-6 -love_story_N 4.0107648929727385e-6 -love_token_N 4.0107648929727385e-6 -lovebird_N 8.021529785945477e-6 -loveliness_N 4.0107648929727385e-6 -lovemaking_N 4.0107648929727385e-6 -lover_N 2.4064589357836434e-5 -lovesickness_N 4.0107648929727385e-6 -loving_cup_N 4.0107648929727385e-6 -loving_kindness_N 4.0107648929727385e-6 -lovingness_N 4.0107648929727385e-6 -low_N 1.644413606118823e-4 -low_relief_N 4.0107648929727385e-6 -lowboy_N 4.0107648929727385e-6 -lowbrow_N 4.0107648929727385e-6 -lowerclassman_N 4.0107648929727385e-6 -lowering_N 4.0107648929727385e-6 -lowland_N 4.0107648929727385e-6 -lowlander_N 4.0107648929727385e-6 -lowliness_N 4.0107648929727385e-6 -lowness_N 4.0107648929727385e-6 -lox_N 4.0107648929727385e-6 -loxapine_N 4.0107648929727385e-6 -loyalist_N 4.0107648929727385e-6 -loyalty_N 1.564198308259368e-4 -lozenge_N 4.0107648929727385e-6 -lp_N 4.0107648929727385e-6 -lsd_N 4.0107648929727385e-6 -luau_N 4.0107648929727385e-6 -lubber_N 4.0107648929727385e-6 -lubricant_N 4.010764892972739e-5 -lubrication_N 4.0107648929727385e-6 -lucerne_N 4.0107648929727385e-6 -lucidity_N 4.0107648929727385e-6 -lucifer_N 4.0107648929727385e-6 -luciferin_N 4.0107648929727385e-6 -luck_N 4.4118413822700127e-5 -lucre_N 4.0107648929727385e-6 -lucubration_N 4.0107648929727385e-6 -luddite_N 4.0107648929727385e-6 -ludo_N 4.0107648929727385e-6 -luff_N 4.0107648929727385e-6 -luffa_N 4.0107648929727385e-6 -lug_N 8.021529785945477e-6 -luge_N 4.0107648929727385e-6 -luger_N 4.0107648929727385e-6 -luggage_N 4.0107648929727385e-6 -luggage_carrier_N 4.0107648929727385e-6 -luggage_rack_N 4.0107648929727385e-6 -luggage_van_N 4.0107648929727385e-6 -lugger_N 4.0107648929727385e-6 -luging_N 4.0107648929727385e-6 -lugsail_N 4.0107648929727385e-6 -lugubriousness_N 4.0107648929727385e-6 -lugworm_N 4.0107648929727385e-6 -lukewarmness_N 4.0107648929727385e-6 -lull_N 1.6043059571890954e-5 -lullaby_N 4.0107648929727385e-6 -lumbago_N 4.0107648929727385e-6 -lumber_N 2.0053824464863696e-5 -lumber_mill_N 4.0107648929727385e-6 -lumbering_N 4.0107648929727385e-6 -lumberjack_N 4.0107648929727385e-6 -lumberman_N 4.0107648929727385e-6 -lumbermill_N 4.0107648929727385e-6 -lumberroom_N 4.0107648929727385e-6 -lumberyard_N 8.021529785945477e-6 -lumen_N 4.0107648929727385e-6 -luminary_N 1.2032294678918217e-5 -luminescence_N 4.0107648929727385e-6 -luminism_N 4.0107648929727385e-6 -luminosity_N 4.0107648929727385e-6 -lumma_N 4.0107648929727385e-6 -lump_N 4.0107648929727385e-6 -lumpectomy_N 4.0107648929727385e-6 -lumpenproletariat_N 4.0107648929727385e-6 -lumper_N 4.0107648929727385e-6 -lumpfish_N 4.0107648929727385e-6 -lumpsucker_N 4.0107648929727385e-6 -lunacy_N 4.0107648929727385e-6 -lunatic_N 4.0107648929727385e-6 -lunch_N 1.0427988721729121e-4 -luncheon_N 1.6043059571890954e-5 -luncher_N 4.0107648929727385e-6 -lunching_N 4.0107648929727385e-6 -lunchroom_N 4.0107648929727385e-6 -lunchtime_N 1.6043059571890954e-5 -lunette_N 4.0107648929727385e-6 -lung_N 1.2032294678918216e-4 -lung_power_N 4.0107648929727385e-6 -lunge_N 4.0107648929727385e-6 -lunger_N 4.0107648929727385e-6 -lungfish_N 4.0107648929727385e-6 -lungi_N 4.0107648929727385e-6 -lunula_N 4.0107648929727385e-6 -lupin_N 4.0107648929727385e-6 -lupine_N 4.0107648929727385e-6 -lupus_N 4.0107648929727385e-6 -lurch_N 4.0107648929727385e-6 -lurcher_N 4.0107648929727385e-6 -lure_N 2.0053824464863696e-5 -luridness_N 4.0107648929727385e-6 -lurker_N 4.0107648929727385e-6 -lurking_place_N 4.0107648929727385e-6 -lusciousness_N 4.0107648929727385e-6 -lush_N 4.0107648929727385e-6 -lust_N 4.0107648929727385e-6 -luster_N 4.0107648929727385e-6 -lusterware_N 4.0107648929727385e-6 -lustre_N 4.0107648929727385e-6 -lustrum_N 4.0107648929727385e-6 -lutanist_N 4.0107648929727385e-6 -lute_N 4.0107648929727385e-6 -lutefisk_N 4.0107648929727385e-6 -lutenist_N 4.0107648929727385e-6 -lutetium_N 4.0107648929727385e-6 -lutheran_N 4.0107648929727385e-6 -luthier_N 4.0107648929727385e-6 -lutist_N 4.0107648929727385e-6 -lux_N 4.0107648929727385e-6 -luxation_N 4.0107648929727385e-6 -luxemburger_N 4.0107648929727385e-6 -luxuriance_N 4.0107648929727385e-6 -luxuriation_N 4.0107648929727385e-6 -luxury_N 2.6069971804322804e-4 -lwei_N 4.0107648929727385e-6 -lycaenid_N 4.0107648929727385e-6 -lycanthropy_N 4.0107648929727385e-6 -lycee_N 4.0107648929727385e-6 -lyceum_N 4.0107648929727385e-6 -lychee_N 4.0107648929727385e-6 -lychgate_N 4.0107648929727385e-6 -lychnis_N 4.0107648929727385e-6 -lycopene_N 4.0107648929727385e-6 -lye_N 4.0107648929727385e-6 -lygaeid_N 4.0107648929727385e-6 -lying_N 4.0107648929727385e-6 -lymantriid_N 4.0107648929727385e-6 -lymph_N 8.021529785945477e-6 -lymphadenitis_N 4.0107648929727385e-6 -lymphadenoma_N 4.0107648929727385e-6 -lymphadenopathy_N 4.0107648929727385e-6 -lymphangiectasia_N 4.0107648929727385e-6 -lymphangiogram_N 4.0107648929727385e-6 -lymphangiography_N 4.0107648929727385e-6 -lymphangioma_N 4.0107648929727385e-6 -lymphangitis_N 4.0107648929727385e-6 -lymphedema_N 4.0107648929727385e-6 -lymphoblast_N 4.0107648929727385e-6 -lymphocyte_N 4.0107648929727385e-6 -lymphocytopenia_N 4.0107648929727385e-6 -lymphocytosis_N 4.0107648929727385e-6 -lymphogranuloma_N 4.0107648929727385e-6 -lymphokine_N 4.0107648929727385e-6 -lymphoma_N 4.0107648929727385e-6 -lymphopoiesis_N 4.0107648929727385e-6 -lymphuria_N 4.0107648929727385e-6 -lynch_N 4.0107648929727385e-6 -lynching_N 4.0107648929727385e-6 -lynchpin_N 4.0107648929727385e-6 -lynx_N 4.0107648929727385e-6 -lypressin_N 4.0107648929727385e-6 -lyre_N 4.0107648929727385e-6 -lyre_bird_N 4.0107648929727385e-6 -lyrebird_N 4.0107648929727385e-6 -lyric_N 1.6043059571890954e-5 -lyricality_N 4.0107648929727385e-6 -lyricism_N 8.021529785945477e-6 -lyricist_N 8.021529785945477e-6 -lysin_N 4.0107648929727385e-6 -lysine_N 4.0107648929727385e-6 -lysinemia_N 4.0107648929727385e-6 -lysis_N 4.0107648929727385e-6 -lysogenization_N 4.0107648929727385e-6 -lysogeny_N 4.0107648929727385e-6 -lysol_N 4.0107648929727385e-6 -lysosome_N 4.0107648929727385e-6 -lysozyme_N 4.0107648929727385e-6 -lyssavirus_N 4.0107648929727385e-6 -ma'am_N 4.0107648929727385e-6 -ma_N 4.0107648929727385e-6 -maar_N 4.0107648929727385e-6 -mac_N 4.0107648929727385e-6 -macadam_N 4.0107648929727385e-6 -macadamia_N 4.0107648929727385e-6 -macaque_N 4.0107648929727385e-6 -macaroni_N 4.0107648929727385e-6 -macaroon_N 4.0107648929727385e-6 -macaw_N 4.0107648929727385e-6 -mace_N 4.0107648929727385e-6 -mace_bearer_N 4.0107648929727385e-6 -macebearer_N 4.0107648929727385e-6 -macedoine_N 4.0107648929727385e-6 -macedonian_N 4.0107648929727385e-6 -maceration_N 4.0107648929727385e-6 -machete_N 1.2032294678918217e-5 -machicolation_N 4.0107648929727385e-6 -machination_N 4.0107648929727385e-6 -machine_N 9.184651604907572e-4 -machine_gun_N 4.0107648929727385e-6 -machinery_N 1.3636600636107311e-4 -machinist_N 2.2059206911350063e-4 -machismo_N 4.0107648929727385e-6 -machmeter_N 4.0107648929727385e-6 -macho_N 4.0107648929727385e-6 -macintosh_N 4.0107648929727385e-6 -mackerel_N 4.0107648929727385e-6 -mackinaw_N 4.0107648929727385e-6 -mackintosh_N 4.0107648929727385e-6 -mackle_N 4.0107648929727385e-6 -macon_N 4.0107648929727385e-6 -macrame_N 4.0107648929727385e-6 -macrencephaly_N 4.0107648929727385e-6 -macro_N 4.0107648929727385e-6 -macrobiotics_N 4.0107648929727385e-6 -macrocephaly_N 4.0107648929727385e-6 -macrocosm_N 4.0107648929727385e-6 -macrocytosis_N 4.0107648929727385e-6 -macroeconomics_N 4.0107648929727385e-6 -macroeconomist_N 4.0107648929727385e-6 -macroevolution_N 4.0107648929727385e-6 -macroglossia_N 4.0107648929727385e-6 -macromolecule_N 4.0107648929727385e-6 -macron_N 4.0107648929727385e-6 -macrophage_N 4.0107648929727385e-6 -macrotus_N 4.0107648929727385e-6 -macrozamia_N 4.0107648929727385e-6 -macula_N 4.0107648929727385e-6 -macule_N 4.0107648929727385e-6 -macumba_N 4.0107648929727385e-6 -macushla_N 4.0107648929727385e-6 -madagascan_N 4.0107648929727385e-6 -madam_N 4.0107648929727385e-6 -madame_N 4.0107648929727385e-6 -madcap_N 4.0107648929727385e-6 -madder_N 4.0107648929727385e-6 -madderwort_N 4.0107648929727385e-6 -madeira_N 4.0107648929727385e-6 -mademoiselle_N 4.0107648929727385e-6 -madhouse_N 4.0107648929727385e-6 -madman_N 8.021529785945477e-6 -madness_N 8.021529785945477e-6 -madonna_N 4.0107648929727385e-6 -madras_N 4.0107648929727385e-6 -madrasa_N 4.0107648929727385e-6 -madrigal_N 4.0107648929727385e-6 -madrigalist_N 4.0107648929727385e-6 -madrilene_N 4.0107648929727385e-6 -madrona_N 4.0107648929727385e-6 -madwoman_N 4.0107648929727385e-6 -maelstrom_N 4.0107648929727385e-6 -maenad_N 4.0107648929727385e-6 -maestro_N 8.021529785945477e-6 -mafia_N 3.208611914378191e-5 -mafioso_N 4.0107648929727385e-6 -mag_N 4.0107648929727385e-6 -magazine_N 9.946696934572392e-4 -magdalen_N 4.0107648929727385e-6 -magenta_N 4.0107648929727385e-6 -maggot_N 8.021529785945477e-6 -magic_N 1.2032294678918217e-5 -magician_N 1.2032294678918217e-5 -magistracy_N 4.0107648929727385e-6 -magistrate_N 2.4064589357836434e-5 -magma_N 4.0107648929727385e-6 -magnanimity_N 4.0107648929727385e-6 -magnate_N 2.8075354250809173e-5 -magnesia_N 4.0107648929727385e-6 -magnesite_N 4.0107648929727385e-6 -magnesium_N 4.0107648929727385e-6 -magnet_N 2.0053824464863696e-5 -magnetism_N 8.021529785945477e-6 -magnetite_N 4.0107648929727385e-6 -magnetization_N 4.0107648929727385e-6 -magneto_N 4.0107648929727385e-6 -magnetograph_N 4.0107648929727385e-6 -magnetohydrodynamics_N 4.0107648929727385e-6 -magnetometer_N 4.0107648929727385e-6 -magneton_N 4.0107648929727385e-6 -magnetosphere_N 4.0107648929727385e-6 -magnetron_N 4.0107648929727385e-6 -magnificat_N 4.0107648929727385e-6 -magnification_N 8.021529785945477e-6 -magnificence_N 4.0107648929727385e-6 -magnifico_N 4.0107648929727385e-6 -magnifier_N 4.0107648929727385e-6 -magniloquence_N 4.0107648929727385e-6 -magnitude_N 4.812917871567287e-5 -magnolia_N 8.021529785945477e-6 -magnum_N 4.0107648929727385e-6 -magnum_opus_N 4.0107648929727385e-6 -magpie_N 4.0107648929727385e-6 -maguey_N 4.0107648929727385e-6 -magus_N 4.0107648929727385e-6 -magyarFem_N 4.0107648929727385e-6 -magyarMasc_N 4.0107648929727385e-6 -maharaja_N 4.0107648929727385e-6 -maharajah_N 8.021529785945477e-6 -maharanee_N 4.0107648929727385e-6 -maharani_N 4.0107648929727385e-6 -mahatma_N 4.0107648929727385e-6 -mahjong_N 4.0107648929727385e-6 -mahoe_N 4.0107648929727385e-6 -mahogany_N 1.2032294678918217e-5 -mahout_N 4.0107648929727385e-6 -mahuang_N 4.0107648929727385e-6 -maid_N 1.2032294678918217e-5 -maiden_N 8.021529785945477e-6 -maidenhair_N 4.0107648929727385e-6 -maidenhead_N 4.0107648929727385e-6 -maidenhood_N 4.0107648929727385e-6 -maidenliness_N 4.0107648929727385e-6 -maidservant_N 4.0107648929727385e-6 -maigre_N 4.0107648929727385e-6 -mail_N 2.7674277761511896e-4 -mail_train_N 4.0107648929727385e-6 -mailbag_N 4.0107648929727385e-6 -mailboat_N 4.0107648929727385e-6 -mailbox_N 8.021529785945477e-6 -maildrop_N 4.0107648929727385e-6 -mailer_N 4.0107648929727385e-6 -mailing_N 8.021529785945477e-6 -mailing_card_N 4.0107648929727385e-6 -mailing_list_N 4.0107648929727385e-6 -maillot_N 4.0107648929727385e-6 -mailman_N 8.021529785945477e-6 -mailsorter_N 4.0107648929727385e-6 -main_N 2.8075354250809173e-5 -mainframe_N 4.0107648929727385e-6 -mainland_N 8.021529785945477e-6 -mainmast_N 4.0107648929727385e-6 -mainsail_N 4.0107648929727385e-6 -mainspring_N 4.0107648929727385e-6 -mainstay_N 3.609688403675465e-5 -mainstream_N 4.010764892972739e-5 -maintenance_N 1.8048442018377323e-4 -maisonette_N 4.0107648929727385e-6 -maisonnette_N 4.0107648929727385e-6 -maize_N 4.0107648929727385e-6 -majesty_N 4.0107648929727385e-6 -majolica_N 4.0107648929727385e-6 -major_N 4.010764892972739e-5 -major_domo_N 4.0107648929727385e-6 -major_general_N 4.0107648929727385e-6 -majority_N 4.973348467286196e-4 -make_N 2.8075354250809173e-5 -make_believe_N 4.0107648929727385e-6 -make_up_N 4.0107648929727385e-6 -makeover_N 4.0107648929727385e-6 -maker_N 2.254049869850679e-3 -makeready_N 4.0107648929727385e-6 -makeshift_N 4.0107648929727385e-6 -makeup_N 4.0107648929727385e-6 -makeweight_N 4.0107648929727385e-6 -making_N 1.2032294678918216e-4 -mako_N 4.0107648929727385e-6 -makomako_N 4.0107648929727385e-6 -malabsorption_N 4.0107648929727385e-6 -malacca_N 4.0107648929727385e-6 -malachite_N 4.0107648929727385e-6 -malacia_N 4.0107648929727385e-6 -malacologist_N 4.0107648929727385e-6 -malacology_N 4.0107648929727385e-6 -maladjustment_N 4.0107648929727385e-6 -maladroitness_N 4.0107648929727385e-6 -malady_N 4.0107648929727385e-6 -malahini_N 4.0107648929727385e-6 -malaise_N 1.2032294678918217e-5 -malamute_N 4.0107648929727385e-6 -malapropism_N 4.0107648929727385e-6 -malaria_N 8.021529785945477e-6 -malawian_N 4.0107648929727385e-6 -malay_N 4.0107648929727385e-6 -malayan_N 4.0107648929727385e-6 -malaysian_N 4.0107648929727385e-6 -malcontent_N 8.021529785945477e-6 -male_N 8.021529785945478e-5 -maleate_N 4.0107648929727385e-6 -maleberry_N 4.0107648929727385e-6 -malediction_N 4.0107648929727385e-6 -malefactor_N 8.021529785945477e-6 -maleficence_N 4.0107648929727385e-6 -maleness_N 4.0107648929727385e-6 -maleo_N 4.0107648929727385e-6 -malevolence_N 4.0107648929727385e-6 -malfeasance_N 4.0107648929727385e-6 -malfeasant_N 4.0107648929727385e-6 -malformation_N 4.0107648929727385e-6 -malfunction_N 1.2032294678918217e-5 -malian_N 4.0107648929727385e-6 -malice_N 2.0053824464863696e-5 -malignancy_N 1.2032294678918217e-5 -malignity_N 4.0107648929727385e-6 -malik_N 4.0107648929727385e-6 -malingerer_N 4.0107648929727385e-6 -malingering_N 4.0107648929727385e-6 -malinois_N 4.0107648929727385e-6 -mallard_N 4.0107648929727385e-6 -malleability_N 4.0107648929727385e-6 -mallee_N 4.0107648929727385e-6 -mallet_N 4.0107648929727385e-6 -malleus_N 4.0107648929727385e-6 -mallow_N 4.0107648929727385e-6 -malmsey_N 4.0107648929727385e-6 -malnutrition_N 8.021529785945477e-6 -malocclusion_N 4.0107648929727385e-6 -malodor_N 4.0107648929727385e-6 -malodorousness_N 4.0107648929727385e-6 -malope_N 4.0107648929727385e-6 -malposition_N 4.0107648929727385e-6 -malpractice_N 1.6043059571890954e-5 -malt_N 4.0107648929727385e-6 -malted_N 4.0107648929727385e-6 -maltese_N 4.0107648929727385e-6 -maltha_N 4.0107648929727385e-6 -maltose_N 4.0107648929727385e-6 -maltreatment_N 4.0107648929727385e-6 -maltster_N 4.0107648929727385e-6 -malvasia_N 4.0107648929727385e-6 -malversation_N 4.0107648929727385e-6 -mama_N 4.0107648929727385e-6 -mamba_N 4.0107648929727385e-6 -mambo_N 4.0107648929727385e-6 -mamey_N 4.0107648929727385e-6 -mamma_N 4.0107648929727385e-6 -mammal_N 4.0107648929727385e-6 -mammalogist_N 4.0107648929727385e-6 -mammalogy_N 4.0107648929727385e-6 -mammillaria_N 4.0107648929727385e-6 -mammogram_N 4.0107648929727385e-6 -mammography_N 4.0107648929727385e-6 -mammon_N 4.0107648929727385e-6 -mammoth_N 8.021529785945477e-6 -mammothermography_N 4.0107648929727385e-6 -mammy_N 4.0107648929727385e-6 -mamo_N 4.0107648929727385e-6 -man_N 1.0347773423869666e-3 -man_at_arms_N 4.0107648929727385e-6 -man_eater_N 4.0107648929727385e-6 -man_hour_N 4.0107648929727385e-6 -man_of_war_N 4.0107648929727385e-6 -manacle_N 8.021529785945477e-6 -manageability_N 4.0107648929727385e-6 -management_N 1.4318430667912677e-3 -manager_N 1.7567150231220597e-3 -manageress_N 4.0107648929727385e-6 -managership_N 4.0107648929727385e-6 -manakin_N 4.0107648929727385e-6 -manana_N 4.0107648929727385e-6 -manat_N 4.0107648929727385e-6 -manatee_N 4.0107648929727385e-6 -mancunian_N 4.0107648929727385e-6 -mandala_N 4.0107648929727385e-6 -mandamus_N 4.0107648929727385e-6 -mandarin_N 4.0107648929727385e-6 -mandatary_N 4.0107648929727385e-6 -mandate_N 3.609688403675465e-5 -mandator_N 4.0107648929727385e-6 -mandatory_N 4.0107648929727385e-6 -mandible_N 4.0107648929727385e-6 -mandola_N 4.0107648929727385e-6 -mandolin_N 4.0107648929727385e-6 -mandragora_N 4.0107648929727385e-6 -mandrake_N 4.0107648929727385e-6 -mandrill_N 4.0107648929727385e-6 -mane_N 4.0107648929727385e-6 -maneuver_N 4.0107648929727385e-6 -maneuverability_N 4.0107648929727385e-6 -maneuverer_N 4.0107648929727385e-6 -manfulness_N 4.0107648929727385e-6 -mangabey_N 4.0107648929727385e-6 -manganate_N 4.0107648929727385e-6 -manganese_N 4.0107648929727385e-6 -manganite_N 4.0107648929727385e-6 -mange_N 4.0107648929727385e-6 -mangel_wurzel_N 4.0107648929727385e-6 -manger_N 4.0107648929727385e-6 -mangle_N 4.0107648929727385e-6 -manglietia_N 4.0107648929727385e-6 -mango_N 4.0107648929727385e-6 -mangosteen_N 4.0107648929727385e-6 -mangrove_N 4.0107648929727385e-6 -manhole_N 4.0107648929727385e-6 -manhood_N 8.021529785945477e-6 -manhunt_N 4.0107648929727385e-6 -mania_N 2.8075354250809173e-5 -maniac_N 8.021529785945477e-6 -manic_depressive_N 4.0107648929727385e-6 -manicotti_N 4.0107648929727385e-6 -manicure_N 4.0107648929727385e-6 -manicurist_N 4.0107648929727385e-6 -manifest_N 4.0107648929727385e-6 -manifestation_N 1.2032294678918217e-5 -manifesto_N 1.2032294678918217e-5 -manifold_N 4.0107648929727385e-6 -manikin_N 4.0107648929727385e-6 -manila_N 4.0107648929727385e-6 -manilla_N 4.0107648929727385e-6 -manipulability_N 4.0107648929727385e-6 -manipulation_N 5.2139943608645604e-5 -manipulator_N 4.0107648929727385e-6 -maniraptor_N 4.0107648929727385e-6 -mankind_N 2.0053824464863696e-5 -manliness_N 4.0107648929727385e-6 -manna_N 4.0107648929727385e-6 -mannequin_N 4.0107648929727385e-6 -manner_N 8.021529785945478e-5 -mannerism_N 4.0107648929727385e-6 -manners_N 4.0107648929727385e-6 -mannitol_N 4.0107648929727385e-6 -manoeuvrability_N 4.0107648929727385e-6 -manoeuvre_N 4.0107648929727385e-6 -manoeuvrer_N 4.0107648929727385e-6 -manometer_N 4.0107648929727385e-6 -manor_N 8.021529785945477e-6 -manor_house_N 4.0107648929727385e-6 -manpower_N 2.0053824464863696e-5 -mansard_N 4.0107648929727385e-6 -manse_N 4.0107648929727385e-6 -manservant_N 4.0107648929727385e-6 -mansion_N 2.0053824464863696e-5 -manslaughter_N 4.0107648929727385e-6 -manta_N 4.0107648929727385e-6 -mantel_N 4.0107648929727385e-6 -mantelet_N 4.0107648929727385e-6 -mantelpiece_N 4.0107648929727385e-6 -manticore_N 4.0107648929727385e-6 -mantilla_N 4.0107648929727385e-6 -mantis_N 4.0107648929727385e-6 -mantispid_N 4.0107648929727385e-6 -mantissa_N 4.0107648929727385e-6 -mantle_N 4.0107648929727385e-6 -mantra_N 4.0107648929727385e-6 -mantrap_N 4.0107648929727385e-6 -mantua_N 4.0107648929727385e-6 -manual_N 1.6043059571890954e-5 -manubrium_N 4.0107648929727385e-6 -manufacture_N 2.8075354250809173e-5 -manufacturer_N 5.213994360864561e-4 -manul_N 4.0107648929727385e-6 -manumission_N 4.0107648929727385e-6 -manure_N 4.0107648929727385e-6 -manuscript_N 8.021529785945477e-6 -manx_N 4.0107648929727385e-6 -manzanita_N 4.0107648929727385e-6 -maoism_N 4.0107648929727385e-6 -maoist_N 4.0107648929727385e-6 -maori_N 4.0107648929727385e-6 -map_N 2.8075354250809173e-5 -map_reader_N 4.0107648929727385e-6 -mapinguari_N 4.0107648929727385e-6 -maple_N 4.0107648929727385e-6 -maple_leaf_N 4.0107648929727385e-6 -mapmaking_N 4.0107648929727385e-6 -mapping_N 4.0107648929727385e-6 -maquiladora_N 4.0107648929727385e-6 -maquis_N 4.0107648929727385e-6 -mara_N 4.0107648929727385e-6 -marabou_N 4.0107648929727385e-6 -maraca_N 4.0107648929727385e-6 -marang_N 4.0107648929727385e-6 -maranta_N 4.0107648929727385e-6 -marasca_N 4.0107648929727385e-6 -maraschino_N 4.0107648929727385e-6 -marasmus_N 4.0107648929727385e-6 -marathon_N 1.2032294678918217e-5 -marathoner_N 4.0107648929727385e-6 -marauder_N 4.0107648929727385e-6 -marble_N 3.609688403675465e-5 -marbleization_N 4.0107648929727385e-6 -marbles_N 4.0107648929727385e-6 -marblewood_N 4.0107648929727385e-6 -marbling_N 4.0107648929727385e-6 -marc_N 4.0107648929727385e-6 -marcel_N 4.0107648929727385e-6 -march_N 6.016147339459108e-5 -marcher_N 4.0107648929727385e-6 -marchioness_N 4.0107648929727385e-6 -mardi_gras_N 4.0107648929727385e-6 -mare_N 8.021529785945477e-6 -margarin_N 4.0107648929727385e-6 -margarine_N 1.2032294678918217e-5 -margarita_N 4.0107648929727385e-6 -margate_N 4.0107648929727385e-6 -margay_N 4.0107648929727385e-6 -marge_N 4.0107648929727385e-6 -margin_N 6.818300318053655e-4 -marginalia_N 4.0107648929727385e-6 -marginality_N 4.0107648929727385e-6 -marginalization_N 4.0107648929727385e-6 -margrave_N 4.0107648929727385e-6 -marguerite_N 4.0107648929727385e-6 -mariachi_N 4.0107648929727385e-6 -marigold_N 4.0107648929727385e-6 -marihuana_N 4.0107648929727385e-6 -marijuana_N 4.0107648929727385e-6 -marimba_N 4.0107648929727385e-6 -marina_N 4.0107648929727385e-6 -marinade_N 4.0107648929727385e-6 -marinara_N 4.0107648929727385e-6 -marine_N 2.0053824464863696e-5 -mariner_N 4.0107648929727385e-6 -marionette_N 4.0107648929727385e-6 -mariposa_N 4.0107648929727385e-6 -mariticide_N 4.0107648929727385e-6 -marjoram_N 4.0107648929727385e-6 -mark_N 7.460022700929294e-4 -mark_up_N 4.0107648929727385e-6 -marker_N 4.0107648929727385e-6 -market_N 1.2714124710723583e-2 -market_cross_N 4.0107648929727385e-6 -market_day_N 4.0107648929727385e-6 -market_garden_N 4.0107648929727385e-6 -market_gardening_N 4.0107648929727385e-6 -market_square_N 4.0107648929727385e-6 -market_town_N 4.0107648929727385e-6 -marketing_N 6.818300318053655e-4 -marketplace_N 1.443875361470186e-4 -markhor_N 4.0107648929727385e-6 -marking_N 4.0107648929727385e-6 -marking_ink_N 4.0107648929727385e-6 -marking_inks_N 4.0107648929727385e-6 -markka_N 4.0107648929727385e-6 -marksman_N 4.0107648929727385e-6 -marksmanship_N 4.0107648929727385e-6 -markup_N 4.0107648929727385e-6 -marl_N 4.0107648929727385e-6 -marlberry_N 4.0107648929727385e-6 -marlin_N 4.0107648929727385e-6 -marline_N 4.0107648929727385e-6 -marlinespike_N 4.0107648929727385e-6 -marlite_N 4.0107648929727385e-6 -marmalade_N 4.0107648929727385e-6 -marmite_N 4.0107648929727385e-6 -marmoset_N 4.0107648929727385e-6 -marmot_N 4.0107648929727385e-6 -marocain_N 4.0107648929727385e-6 -maroon_N 4.0107648929727385e-6 -marque_N 1.2032294678918217e-5 -marquee_N 8.021529785945477e-6 -marquess_N 4.0107648929727385e-6 -marquetry_N 4.0107648929727385e-6 -marquis_N 4.0107648929727385e-6 -marriage_N 6.016147339459108e-5 -marriageability_N 4.0107648929727385e-6 -married_N 4.0107648929727385e-6 -marrow_N 1.2032294678918217e-5 -marrowbone_N 4.0107648929727385e-6 -marsala_N 4.0107648929727385e-6 -marseillaise_N 4.0107648929727385e-6 -marseille_N 4.0107648929727385e-6 -marsh_N 8.021529785945477e-6 -marshal_N 8.021529785945477e-6 -marshalling_yard_N 4.0107648929727385e-6 -marshalship_N 4.0107648929727385e-6 -marshmallow_N 8.021529785945477e-6 -marsupial_N 4.0107648929727385e-6 -marsupium_N 4.0107648929727385e-6 -mart_N 6.016147339459108e-5 -marten_N 4.0107648929727385e-6 -martensite_N 4.0107648929727385e-6 -martian_N 4.0107648929727385e-6 -martin_N 4.0107648929727385e-6 -martinet_N 4.0107648929727385e-6 -martingale_N 4.0107648929727385e-6 -martini_N 8.021529785945477e-6 -martynia_N 4.0107648929727385e-6 -martyr_N 8.021529785945477e-6 -martyrdom_N 4.0107648929727385e-6 -marumi_N 4.0107648929727385e-6 -marupa_N 4.0107648929727385e-6 -marvel_N 8.021529785945477e-6 -marxism_N 4.0107648929727385e-6 -marxistFem_N 4.0107648929727385e-6 -marxistMasc_N 4.0107648929727385e-6 -marzipan_N 4.0107648929727385e-6 -mascara_N 8.021529785945477e-6 -mascarpone_N 4.0107648929727385e-6 -mascot_N 4.0107648929727385e-6 -masculine_N 4.0107648929727385e-6 -masculinity_N 4.0107648929727385e-6 -masculinization_N 4.0107648929727385e-6 -masdevallia_N 4.0107648929727385e-6 -maser_N 4.0107648929727385e-6 -mash_N 4.0107648929727385e-6 -masher_N 4.0107648929727385e-6 -mashie_N 4.0107648929727385e-6 -masjid_N 4.0107648929727385e-6 -mask_N 2.4064589357836434e-5 -masking_N 4.0107648929727385e-6 -masochism_N 4.0107648929727385e-6 -masochist_N 4.0107648929727385e-6 -mason_N 8.021529785945477e-6 -masonry_N 2.0053824464863696e-5 -masque_N 4.0107648929727385e-6 -masquerade_N 4.0107648929727385e-6 -masquerader_N 4.0107648929727385e-6 -mass_N 8.021529785945478e-5 -massacre_N 7.21937680735093e-5 -massage_N 1.243337116821549e-4 -massager_N 4.0107648929727385e-6 -massasauga_N 4.0107648929727385e-6 -masse_N 4.0107648929727385e-6 -masseter_N 4.0107648929727385e-6 -masseur_N 2.8075354250809173e-5 -masseuse_N 2.4064589357836434e-5 -massicot_N 4.0107648929727385e-6 -massif_N 4.0107648929727385e-6 -massiveness_N 4.0107648929727385e-6 -mast_N 4.0107648929727385e-6 -mastaba_N 4.0107648929727385e-6 -mastalgia_N 4.0107648929727385e-6 -mastectomy_N 4.0107648929727385e-6 -master_N 1.5240906593296408e-4 -master_at_arms_N 4.0107648929727385e-6 -master_key_N 4.0107648929727385e-6 -mastering_N 4.0107648929727385e-6 -mastermind_N 8.021529785945477e-6 -masterpiece_N 1.2032294678918217e-5 -mastership_N 4.0107648929727385e-6 -masterstroke_N 4.0107648929727385e-6 -mastery_N 4.0107648929727385e-6 -masthead_N 4.0107648929727385e-6 -mastic_N 4.0107648929727385e-6 -mastication_N 4.0107648929727385e-6 -mastiff_N 4.0107648929727385e-6 -mastitis_N 4.0107648929727385e-6 -mastodon_N 4.0107648929727385e-6 -mastoid_N 4.0107648929727385e-6 -mastoidale_N 4.0107648929727385e-6 -mastoidectomy_N 4.0107648929727385e-6 -mastoiditis_N 4.0107648929727385e-6 -mastopathy_N 4.0107648929727385e-6 -mastopexy_N 4.0107648929727385e-6 -masturbation_N 4.0107648929727385e-6 -masturbator_N 4.0107648929727385e-6 -mat_N 4.0107648929727385e-6 -matador_N 4.0107648929727385e-6 -matai_N 4.0107648929727385e-6 -match_N 4.4118413822700127e-5 -match_point_N 4.0107648929727385e-6 -matchboard_N 4.0107648929727385e-6 -matchbook_N 4.0107648929727385e-6 -matchbox_N 4.0107648929727385e-6 -matchet_N 4.0107648929727385e-6 -matchlock_N 4.0107648929727385e-6 -matchmaker_N 4.0107648929727385e-6 -matchmaking_N 4.0107648929727385e-6 -matchstick_N 4.0107648929727385e-6 -matchweed_N 4.0107648929727385e-6 -matchwood_N 4.0107648929727385e-6 -mate_1_N 2.0053824464863696e-5 -mate_2_N 4.0107648929727385e-6 -mate_N 4.0107648929727385e-6 -matelote_N 4.0107648929727385e-6 -mater_N 4.0107648929727385e-6 -material_N 5.655178499091562e-4 -materialism_N 4.0107648929727385e-6 -materialist_N 4.0107648929727385e-6 -materiality_N 4.0107648929727385e-6 -materialization_N 4.0107648929727385e-6 -materiel_N 4.0107648929727385e-6 -maternalism_N 4.0107648929727385e-6 -maternity_N 4.0107648929727385e-6 -mathematicianFem_N 4.0107648929727385e-6 -mathematicianMasc_N 4.0107648929727385e-6 -mathematics_N 2.4064589357836434e-5 -maths_N 4.0107648929727385e-6 -matinee_N 4.0107648929727385e-6 -matins_N 4.0107648929727385e-6 -matriarch_N 4.0107648929727385e-6 -matriarchy_N 4.0107648929727385e-6 -matric_N 4.0107648929727385e-6 -matricide_N 4.0107648929727385e-6 -matriculate_N 4.0107648929727385e-6 -matriculation_N 4.0107648929727385e-6 -matrilineage_N 4.0107648929727385e-6 -matrimony_N 4.0107648929727385e-6 -matrix_N 4.0107648929727385e-6 -matron_N 8.021529785945477e-6 -matronymic_N 4.0107648929727385e-6 -matsyendra_N 4.0107648929727385e-6 -matte_N 4.0107648929727385e-6 -matter_N 5.775501445880744e-4 -matting_N 4.0107648929727385e-6 -mattock_N 4.0107648929727385e-6 -mattress_N 4.0107648929727385e-6 -maturation_N 4.0107648929727385e-6 -maturity_1_N 4.0107648929727385e-6 -maturity_2_N 4.0107648929727385e-6 -maturity_3_N 3.68990370153492e-4 -matzo_N 4.0107648929727385e-6 -maul_N 4.0107648929727385e-6 -mauler_N 4.0107648929727385e-6 -maulstick_N 4.0107648929727385e-6 -maund_N 4.0107648929727385e-6 -maundy_thursday_N 4.0107648929727385e-6 -mauritanian_N 4.0107648929727385e-6 -mauritian_N 4.0107648929727385e-6 -mausoleum_N 8.021529785945477e-6 -mauve_N 4.0107648929727385e-6 -maverick_N 1.2032294678918217e-5 -mavis_N 4.0107648929727385e-6 -maw_N 4.0107648929727385e-6 -mawkishness_N 4.0107648929727385e-6 -max_N 4.0107648929727385e-6 -maxi_N 4.0107648929727385e-6 -maxillaria_N 4.0107648929727385e-6 -maxim_N 2.0053824464863696e-5 -maximization_N 4.0107648929727385e-6 -maximum_N 1.1230141700323669e-4 -maxwell_N 4.0107648929727385e-6 -may_N 4.0107648929727385e-6 -may_beetle_N 4.0107648929727385e-6 -may_bug_N 4.0107648929727385e-6 -mayapple_N 4.0107648929727385e-6 -mayday_N 4.0107648929727385e-6 -mayeng_N 4.0107648929727385e-6 -mayfly_N 4.0107648929727385e-6 -mayhaw_N 4.0107648929727385e-6 -mayhem_N 4.0107648929727385e-6 -mayonnaise_N 1.2032294678918217e-5 -mayor_N 1.443875361470186e-4 -mayoralty_N 1.6043059571890954e-5 -mayoress_N 4.0107648929727385e-6 -maypole_N 4.0107648929727385e-6 -maypop_N 4.0107648929727385e-6 -mayweed_N 4.0107648929727385e-6 -maze_N 2.0053824464863696e-5 -mazer_N 4.0107648929727385e-6 -mazurka_N 4.0107648929727385e-6 -mb_N 4.0107648929727385e-6 -mc_N 4.0107648929727385e-6 -mcc_N 4.0107648929727385e-6 -mccarthyism_N 4.0107648929727385e-6 -md_N 4.0107648929727385e-6 -mead_N 8.021529785945477e-6 -meadow_N 8.021529785945477e-6 -meadowgrass_N 4.0107648929727385e-6 -meadowlark_N 4.0107648929727385e-6 -meagerness_N 4.0107648929727385e-6 -meagreness_N 4.0107648929727385e-6 -meal_N 4.812917871567287e-5 -mealie_N 4.0107648929727385e-6 -mealtime_N 4.0107648929727385e-6 -mealworm_N 4.0107648929727385e-6 -mealy_bug_N 4.0107648929727385e-6 -mealybug_N 4.0107648929727385e-6 -mean_N 1.0427988721729121e-4 -meander_N 4.0107648929727385e-6 -meanie_N 4.0107648929727385e-6 -meaning_N 4.010764892972739e-5 -meaningfulness_N 4.0107648929727385e-6 -meaninglessness_N 4.0107648929727385e-6 -meanness_N 4.0107648929727385e-6 -means_N 4.0107648929727385e-6 -meantime_N 7.21937680735093e-5 -meany_N 4.0107648929727385e-6 -measles_N 4.0107648929727385e-6 -measure_N 8.222068030594114e-4 -measurement_N 6.016147339459108e-5 -measurer_N 4.0107648929727385e-6 -meat_N 7.21937680735093e-5 -meat_safe_N 4.0107648929727385e-6 -meatball_N 4.0107648929727385e-6 -meatpacking_N 4.0107648929727385e-6 -meatus_N 4.0107648929727385e-6 -mebendazole_N 4.0107648929727385e-6 -mebibit_N 4.0107648929727385e-6 -mecca_N 4.0107648929727385e-6 -mechanic_N 4.0107648929727385e-6 -mechanics_N 1.2032294678918217e-5 -mechanism_N 7.620453296648204e-5 -mechanist_N 4.0107648929727385e-6 -mechanization_N 4.0107648929727385e-6 -meclizine_N 4.0107648929727385e-6 -meclofenamate_N 4.0107648929727385e-6 -meconium_N 4.0107648929727385e-6 -mecopteran_N 4.0107648929727385e-6 -med_N 4.0107648929727385e-6 -medal_N 1.2032294678918217e-5 -medalist_N 8.021529785945477e-6 -medallion_N 8.021529785945477e-6 -medallist_N 4.0107648929727385e-6 -meddler_N 4.0107648929727385e-6 -meddling_N 4.0107648929727385e-6 -media_N 2.8075354250809173e-5 -mediacy_N 4.0107648929727385e-6 -median_N 1.2032294678918217e-5 -mediant_N 4.0107648929727385e-6 -mediastinum_N 4.0107648929727385e-6 -mediation_N 8.021529785945477e-6 -mediator_N 6.818300318053656e-5 -mediatrix_N 4.0107648929727385e-6 -medic_N 4.0107648929727385e-6 -medical_N 2.0053824464863696e-5 -medicament_N 4.0107648929727385e-6 -medicare_N 4.0107648929727385e-6 -medication_N 3.208611914378191e-5 -medicine_N 1.0026912232431847e-4 -medicine_ball_N 4.0107648929727385e-6 -medicine_chest_N 4.0107648929727385e-6 -medicine_man_N 4.0107648929727385e-6 -medico_N 4.0107648929727385e-6 -medina_N 4.0107648929727385e-6 -mediocrity_N 8.021529785945477e-6 -meditation_N 1.2032294678918217e-5 -medium_N 4.812917871567287e-5 -medlar_N 4.0107648929727385e-6 -medley_N 4.0107648929727385e-6 -medroxyprogesterone_N 4.0107648929727385e-6 -medulla_N 4.0107648929727385e-6 -medusa_N 4.0107648929727385e-6 -meed_N 4.0107648929727385e-6 -meekness_N 4.0107648929727385e-6 -meerkat_N 4.0107648929727385e-6 -meerschaum_N 4.0107648929727385e-6 -meet_N 4.0107648929727385e-6 -meeting_N 1.1390572296042579e-3 -meeting_house_N 4.0107648929727385e-6 -meeting_place_N 4.0107648929727385e-6 -mefloquine_N 4.0107648929727385e-6 -megabit_N 4.0107648929727385e-6 -megabyte_N 4.0107648929727385e-6 -megacolon_N 4.0107648929727385e-6 -megacycle_N 4.0107648929727385e-6 -megadeath_N 4.0107648929727385e-6 -megaflop_N 4.0107648929727385e-6 -megagametophyte_N 4.0107648929727385e-6 -megahertz_N 4.0107648929727385e-6 -megakaryocyte_N 4.0107648929727385e-6 -megalith_N 4.0107648929727385e-6 -megaloblast_N 4.0107648929727385e-6 -megalocyte_N 4.0107648929727385e-6 -megalomania_N 4.0107648929727385e-6 -megalomaniac_N 4.0107648929727385e-6 -megalopolis_N 4.0107648929727385e-6 -megalosaur_N 4.0107648929727385e-6 -megaphone_N 4.0107648929727385e-6 -megapode_N 4.0107648929727385e-6 -megasporangium_N 4.0107648929727385e-6 -megaspore_N 4.0107648929727385e-6 -megasporophyll_N 4.0107648929727385e-6 -megatherian_N 4.0107648929727385e-6 -megaton_N 4.0107648929727385e-6 -megawatt_N 4.0107648929727385e-6 -megestrol_N 4.0107648929727385e-6 -megillah_N 4.0107648929727385e-6 -megilp_N 4.0107648929727385e-6 -megohm_N 4.0107648929727385e-6 -megrim_N 4.0107648929727385e-6 -meiosis_N 4.0107648929727385e-6 -meitnerium_N 4.0107648929727385e-6 -melagra_N 4.0107648929727385e-6 -melamine_N 4.0107648929727385e-6 -melancholia_N 4.0107648929727385e-6 -melancholic_N 4.0107648929727385e-6 -melancholy_N 4.0107648929727385e-6 -melange_N 4.0107648929727385e-6 -melanin_N 4.0107648929727385e-6 -melanoblast_N 4.0107648929727385e-6 -melanocyte_N 4.0107648929727385e-6 -melanoderma_N 4.0107648929727385e-6 -melanoma_N 4.0107648929727385e-6 -melanosis_N 4.0107648929727385e-6 -melatonin_N 4.0107648929727385e-6 -melee_N 4.0107648929727385e-6 -melena_N 4.0107648929727385e-6 -melilotus_N 4.0107648929727385e-6 -melioration_N 4.0107648929727385e-6 -meliorism_N 4.0107648929727385e-6 -mellowing_N 4.0107648929727385e-6 -mellowness_N 4.0107648929727385e-6 -melodiousness_N 4.0107648929727385e-6 -melodrama_N 4.0107648929727385e-6 -melody_N 8.021529785945477e-6 -melon_N 4.0107648929727385e-6 -melosa_N 4.0107648929727385e-6 -melphalan_N 4.0107648929727385e-6 -meltdown_N 4.0107648929727385e-6 -melter_N 4.0107648929727385e-6 -melting_point_N 4.0107648929727385e-6 -melting_pot_N 4.0107648929727385e-6 -meltwater_N 4.0107648929727385e-6 -mem_N 4.0107648929727385e-6 -member_N 1.5281014242226134e-3 -membership_N 2.0855977443458241e-4 -membrane_N 4.0107648929727385e-6 -meme_N 4.0107648929727385e-6 -memento_N 1.2032294678918217e-5 -memo_N 6.818300318053656e-5 -memoir_N 1.2032294678918217e-5 -memorabilia_N 4.0107648929727385e-6 -memorability_N 4.0107648929727385e-6 -memorandum_N 3.208611914378191e-5 -memorial_N 8.021529785945477e-6 -memorization_N 4.0107648929727385e-6 -memorizer_N 4.0107648929727385e-6 -memory_N 2.286135988994461e-4 -memsahib_N 4.0107648929727385e-6 -menace_N 8.021529785945477e-6 -menage_N 4.0107648929727385e-6 -menagerie_N 4.0107648929727385e-6 -menarche_N 4.0107648929727385e-6 -mend_N 4.0107648929727385e-6 -mendacity_N 8.021529785945477e-6 -mendelevium_N 4.0107648929727385e-6 -mender_N 4.0107648929727385e-6 -mendicant_N 4.0107648929727385e-6 -mending_N 4.0107648929727385e-6 -menhaden_N 4.0107648929727385e-6 -menhir_N 4.0107648929727385e-6 -menial_N 4.0107648929727385e-6 -meningioma_N 4.0107648929727385e-6 -meningism_N 4.0107648929727385e-6 -meningitis_N 4.0107648929727385e-6 -meningocele_N 4.0107648929727385e-6 -meningoencephalitis_N 4.0107648929727385e-6 -meninx_N 4.0107648929727385e-6 -meniscectomy_N 4.0107648929727385e-6 -meniscus_N 4.0107648929727385e-6 -menopause_N 4.0107648929727385e-6 -menorah_N 4.0107648929727385e-6 -menorrhagia_N 4.0107648929727385e-6 -menorrhea_N 4.0107648929727385e-6 -mensch_N 4.0107648929727385e-6 -menstruation_N 4.0107648929727385e-6 -menstruum_N 4.0107648929727385e-6 -mensuration_N 4.0107648929727385e-6 -mentalism_N 4.0107648929727385e-6 -mentality_N 2.8075354250809173e-5 -menthol_N 4.0107648929727385e-6 -mention_N 2.4064589357836434e-5 -mentioner_N 4.0107648929727385e-6 -mentor_N 2.0053824464863696e-5 -mentum_N 4.0107648929727385e-6 -menu_N 3.609688403675465e-5 -meow_N 4.0107648929727385e-6 -meperidine_N 4.0107648929727385e-6 -mephenytoin_N 4.0107648929727385e-6 -mephitis_N 4.0107648929727385e-6 -mephobarbital_N 4.0107648929727385e-6 -meprobamate_N 4.0107648929727385e-6 -meralgia_N 4.0107648929727385e-6 -merbromine_N 4.0107648929727385e-6 -mercantilism_N 4.0107648929727385e-6 -mercaptopurine_N 4.0107648929727385e-6 -mercenary_N 4.0107648929727385e-6 -mercer_N 4.0107648929727385e-6 -merchandise_N 1.9251671486269147e-4 -merchant_N 2.165813042205279e-4 -merchantability_N 4.0107648929727385e-6 -merchantman_N 4.0107648929727385e-6 -mercifulness_N 4.0107648929727385e-6 -mercilessness_N 4.0107648929727385e-6 -mercury_N 1.6043059571890954e-5 -mercy_N 1.6043059571890954e-5 -mere_N 4.0107648929727385e-6 -merestone_N 4.0107648929727385e-6 -meretriciousness_N 4.0107648929727385e-6 -merganser_N 4.0107648929727385e-6 -merger_N 6.216685584107746e-4 -merging_N 4.0107648929727385e-6 -mericarp_N 4.0107648929727385e-6 -meridian_N 4.0107648929727385e-6 -meringue_N 8.021529785945477e-6 -merino_N 4.0107648929727385e-6 -merino_sheep_N 4.0107648929727385e-6 -meristem_N 4.0107648929727385e-6 -merit_N 9.2247592538373e-5 -meritocracy_N 4.0107648929727385e-6 -merlon_N 4.0107648929727385e-6 -mermaid_N 4.0107648929727385e-6 -merman_N 4.0107648929727385e-6 -meromelia_N 4.0107648929727385e-6 -meronym_N 4.0107648929727385e-6 -meronymy_N 4.0107648929727385e-6 -merozoite_N 4.0107648929727385e-6 -merriment_N 4.0107648929727385e-6 -merry_go_round_N 4.0107648929727385e-6 -merrymaker_N 4.0107648929727385e-6 -merrymaking_N 4.0107648929727385e-6 -mesa_N 4.0107648929727385e-6 -mesalliance_N 4.0107648929727385e-6 -mescal_N 4.0107648929727385e-6 -mescaline_N 4.0107648929727385e-6 -mesenchyme_N 4.0107648929727385e-6 -mesentery_N 4.0107648929727385e-6 -mesh_N 8.021529785945477e-6 -meshugaas_N 4.0107648929727385e-6 -meshuggeneh_N 4.0107648929727385e-6 -mesmerism_N 4.0107648929727385e-6 -mesmerist_N 4.0107648929727385e-6 -mesocarp_N 4.0107648929727385e-6 -mesocolon_N 4.0107648929727385e-6 -mesoderm_N 4.0107648929727385e-6 -mesohippus_N 4.0107648929727385e-6 -mesomorph_N 4.0107648929727385e-6 -meson_N 4.0107648929727385e-6 -mesophyte_N 4.0107648929727385e-6 -mesosphere_N 4.0107648929727385e-6 -mesothelioma_N 8.021529785945477e-6 -mesothelium_N 4.0107648929727385e-6 -mesquite_N 4.0107648929727385e-6 -mess_N 6.818300318053656e-5 -mess_jacket_N 4.0107648929727385e-6 -mess_up_N 4.0107648929727385e-6 -message_N 2.2059206911350063e-4 -messaging_N 4.0107648929727385e-6 -messenger_N 1.6043059571890954e-5 -messiah_N 8.021529785945477e-6 -messiahship_N 4.0107648929727385e-6 -messiness_N 4.0107648929727385e-6 -messmate_N 4.0107648929727385e-6 -messuage_N 4.0107648929727385e-6 -mestiza_N 4.0107648929727385e-6 -mestizo_N 4.0107648929727385e-6 -mestranol_N 4.0107648929727385e-6 -metabolism_N 8.021529785945477e-6 -metabolite_N 4.0107648929727385e-6 -metacarpal_N 4.0107648929727385e-6 -metacarpus_N 4.0107648929727385e-6 -metacenter_N 4.0107648929727385e-6 -metadata_N 4.0107648929727385e-6 -metagenesis_N 4.0107648929727385e-6 -metaknowledge_N 4.0107648929727385e-6 -metal_N 3.890441946183557e-4 -metalanguage_N 4.0107648929727385e-6 -metalepsis_N 4.0107648929727385e-6 -metalhead_N 4.0107648929727385e-6 -metallic_N 4.0107648929727385e-6 -metallurgist_N 4.0107648929727385e-6 -metallurgy_N 8.021529785945477e-6 -metalware_N 4.0107648929727385e-6 -metalwork_N 4.0107648929727385e-6 -metalworker_N 8.021529785945477e-6 -metalworking_N 4.0107648929727385e-6 -metamathematics_N 4.0107648929727385e-6 -metamere_N 4.0107648929727385e-6 -metamorphism_N 4.0107648929727385e-6 -metamorphopsia_N 4.0107648929727385e-6 -metamorphosis_N 8.021529785945477e-6 -metaphase_N 4.0107648929727385e-6 -metaphor_N 3.609688403675465e-5 -metaphysics_N 4.0107648929727385e-6 -metaphysis_N 4.0107648929727385e-6 -metaproterenol_N 4.0107648929727385e-6 -metarule_N 4.0107648929727385e-6 -metasequoia_N 4.0107648929727385e-6 -metastability_N 4.0107648929727385e-6 -metastasis_N 4.0107648929727385e-6 -metatarsal_N 4.0107648929727385e-6 -metatarsus_N 4.0107648929727385e-6 -metatherian_N 4.0107648929727385e-6 -metathesis_N 4.0107648929727385e-6 -metazoan_N 4.0107648929727385e-6 -metempsychosis_N 4.0107648929727385e-6 -metencephalon_N 4.0107648929727385e-6 -meteor_N 4.0107648929727385e-6 -meteorite_N 4.0107648929727385e-6 -meteoroid_N 4.0107648929727385e-6 -meteorologist_N 4.0107648929727385e-6 -meteorology_N 4.0107648929727385e-6 -meteortropism_N 4.0107648929727385e-6 -meter_N 2.8075354250809173e-5 -meterstick_N 4.0107648929727385e-6 -metformin_N 4.0107648929727385e-6 -methacholine_N 4.0107648929727385e-6 -methadone_N 4.0107648929727385e-6 -methamphetamine_N 4.0107648929727385e-6 -methane_N 1.2032294678918217e-5 -methanogen_N 4.0107648929727385e-6 -methanol_N 4.0107648929727385e-6 -methapyrilene_N 4.0107648929727385e-6 -methaqualone_N 4.0107648929727385e-6 -metharbital_N 4.0107648929727385e-6 -metheglin_N 4.0107648929727385e-6 -methenamine_N 4.0107648929727385e-6 -methicillin_N 4.0107648929727385e-6 -methionine_N 4.0107648929727385e-6 -methocarbamol_N 4.0107648929727385e-6 -method_N 1.6845212550485502e-4 -methodism_N 4.0107648929727385e-6 -methodist_N 4.0107648929727385e-6 -methodology_N 1.6043059571890954e-5 -methotrexate_N 4.0107648929727385e-6 -methyl_N 8.021529785945477e-6 -methyldopa_N 4.0107648929727385e-6 -methylenedioxymethamphetamine_N 4.0107648929727385e-6 -methylphenidate_N 4.0107648929727385e-6 -methyltestosterone_N 4.0107648929727385e-6 -metic_N 4.0107648929727385e-6 -metical_N 4.0107648929727385e-6 -meticulousness_N 4.0107648929727385e-6 -metier_N 4.0107648929727385e-6 -metonym_N 4.0107648929727385e-6 -metonymy_N 4.0107648929727385e-6 -metopion_N 4.0107648929727385e-6 -metoprolol_N 4.0107648929727385e-6 -metralgia_N 4.0107648929727385e-6 -metre_N 4.0107648929727385e-6 -metrication_N 4.0107648929727385e-6 -metrification_N 4.0107648929727385e-6 -metritis_N 4.0107648929727385e-6 -metro_N 2.0053824464863696e-5 -metrology_N 4.0107648929727385e-6 -metronidazole_N 4.0107648929727385e-6 -metronome_N 4.0107648929727385e-6 -metropolis_N 4.0107648929727385e-6 -metropolitan_N 4.0107648929727385e-6 -metroptosis_N 4.0107648929727385e-6 -metrorrhagia_N 4.0107648929727385e-6 -mettle_N 2.0053824464863696e-5 -mettlesomeness_N 4.0107648929727385e-6 -mew_N 4.0107648929727385e-6 -mews_N 4.0107648929727385e-6 -mexican_N 4.0107648929727385e-6 -mexiletine_N 4.0107648929727385e-6 -mezereon_N 4.0107648929727385e-6 -mezereum_N 4.0107648929727385e-6 -mezuzah_N 4.0107648929727385e-6 -mezzanine_N 4.0107648929727385e-6 -mezzo_soprano_N 4.0107648929727385e-6 -mezzotint_N 4.0107648929727385e-6 -mg_N 4.0107648929727385e-6 -mho_N 4.0107648929727385e-6 -mi_N 4.0107648929727385e-6 -miaou_N 4.0107648929727385e-6 -miaow_N 4.0107648929727385e-6 -miasma_N 4.0107648929727385e-6 -mica_N 4.0107648929727385e-6 -micelle_N 4.0107648929727385e-6 -michaelmas_N 4.0107648929727385e-6 -mickey_N 4.0107648929727385e-6 -mickle_N 4.0107648929727385e-6 -miconazole_N 4.0107648929727385e-6 -micro_organism_N 4.0107648929727385e-6 -microbalance_N 4.0107648929727385e-6 -microbe_N 1.6043059571890954e-5 -microbiologist_N 4.0107648929727385e-6 -microbiology_N 4.0107648929727385e-6 -microbrachia_N 4.0107648929727385e-6 -microbrewery_N 4.0107648929727385e-6 -microcephaly_N 4.0107648929727385e-6 -microcosm_N 8.021529785945477e-6 -microcyte_N 4.0107648929727385e-6 -microcytosis_N 4.0107648929727385e-6 -microdot_N 4.0107648929727385e-6 -microeconomics_N 4.0107648929727385e-6 -microeconomist_N 4.0107648929727385e-6 -microelectronics_N 1.6043059571890954e-5 -microevolution_N 4.0107648929727385e-6 -microfarad_N 4.0107648929727385e-6 -microfiche_N 4.0107648929727385e-6 -microfilm_N 8.021529785945477e-6 -microflora_N 4.0107648929727385e-6 -microfossil_N 4.0107648929727385e-6 -microgametophyte_N 4.0107648929727385e-6 -microgauss_N 4.0107648929727385e-6 -microglia_N 4.0107648929727385e-6 -microgliacyte_N 4.0107648929727385e-6 -microgram_N 4.0107648929727385e-6 -micrometeorite_N 4.0107648929727385e-6 -micrometer_N 4.0107648929727385e-6 -micrometry_N 4.0107648929727385e-6 -micron_N 4.0107648929727385e-6 -micronutrient_N 4.0107648929727385e-6 -microorganism_N 4.0107648929727385e-6 -micropaleontology_N 4.0107648929727385e-6 -micropenis_N 4.0107648929727385e-6 -microphage_N 4.0107648929727385e-6 -microphone_N 2.4064589357836434e-5 -microphoning_N 4.0107648929727385e-6 -microphotometer_N 4.0107648929727385e-6 -microprocessor_N 4.0107648929727385e-6 -micropyle_N 4.0107648929727385e-6 -microradian_N 4.0107648929727385e-6 -microscope_N 1.6043059571890954e-5 -microscopist_N 4.0107648929727385e-6 -microscopy_N 4.0107648929727385e-6 -microsecond_N 4.0107648929727385e-6 -microsome_N 4.0107648929727385e-6 -microsporangium_N 4.0107648929727385e-6 -microspore_N 4.0107648929727385e-6 -microsporidian_N 4.0107648929727385e-6 -microsporophyll_N 4.0107648929727385e-6 -microsurgery_N 4.0107648929727385e-6 -microtome_N 4.0107648929727385e-6 -microtubule_N 4.0107648929727385e-6 -microvolt_N 4.0107648929727385e-6 -microwave_N 2.4064589357836434e-5 -micturition_N 4.0107648929727385e-6 -mid_off_N 4.0107648929727385e-6 -mid_on_N 4.0107648929727385e-6 -midafternoon_N 1.2032294678918217e-5 -midair_N 4.0107648929727385e-6 -midazolam_N 4.0107648929727385e-6 -midbrain_N 4.0107648929727385e-6 -midday_N 4.812917871567287e-5 -midden_N 4.0107648929727385e-6 -middle_N 1.0026912232431847e-4 -middlebrow_N 4.0107648929727385e-6 -middlemanFem_N 4.0107648929727385e-6 -middlemanMasc_N 4.0107648929727385e-6 -middleweight_N 4.0107648929727385e-6 -middling_N 4.0107648929727385e-6 -middy_N 4.0107648929727385e-6 -midfield_N 4.0107648929727385e-6 -midge_N 4.0107648929727385e-6 -midget_N 4.0107648929727385e-6 -midgrass_N 4.0107648929727385e-6 -midinette_N 4.0107648929727385e-6 -midiron_N 4.0107648929727385e-6 -midland_N 4.0107648929727385e-6 -midnight_N 6.417223828756382e-5 -midplane_N 4.0107648929727385e-6 -midrib_N 4.0107648929727385e-6 -midriff_N 4.0107648929727385e-6 -midshipman_N 4.0107648929727385e-6 -midst_N 8.823682764540025e-5 -midstream_N 4.0107648929727385e-6 -midsummer_N 8.021529785945477e-6 -midterm_N 4.0107648929727385e-6 -midway_N 4.0107648929727385e-6 -midweek_N 4.0107648929727385e-6 -midwife_N 4.0107648929727385e-6 -midwifery_N 4.0107648929727385e-6 -midwinter_N 4.0107648929727385e-6 -mien_N 4.0107648929727385e-6 -might_N 2.8075354250809173e-5 -might_have_been_N 4.0107648929727385e-6 -mignonette_N 4.0107648929727385e-6 -migraine_N 4.0107648929727385e-6 -migrant_N 4.0107648929727385e-6 -migration_N 8.021529785945477e-6 -migrator_N 4.0107648929727385e-6 -mihrab_N 4.0107648929727385e-6 -mikado_N 4.0107648929727385e-6 -mike_N 4.0107648929727385e-6 -mikvah_N 4.0107648929727385e-6 -mil_N 4.0107648929727385e-6 -milady_N 4.0107648929727385e-6 -milage_N 4.0107648929727385e-6 -mildew_N 8.021529785945477e-6 -mildness_N 4.0107648929727385e-6 -mile_N 3.409150159026828e-4 -mileage_N 2.4064589357836434e-5 -mileometer_N 4.0107648929727385e-6 -miler_N 4.0107648929727385e-6 -milestone_N 6.016147339459108e-5 -milieu_N 4.0107648929727385e-6 -militainment_N 4.0107648929727385e-6 -militancy_N 4.0107648929727385e-6 -militant_N 4.0107648929727385e-6 -militarism_N 8.021529785945477e-6 -militarist_N 4.0107648929727385e-6 -military_N 8.021529785945478e-5 -militia_N 1.2032294678918217e-5 -militiaman_N 4.0107648929727385e-6 -milk_N 1.0427988721729121e-4 -milk_churn_N 4.0107648929727385e-6 -milk_powder_N 4.0107648929727385e-6 -milk_shake_N 4.0107648929727385e-6 -milk_tooth_N 4.0107648929727385e-6 -milkbar_N 4.0107648929727385e-6 -milkcap_N 4.0107648929727385e-6 -milking_machine_N 4.0107648929727385e-6 -milkmaid_N 4.0107648929727385e-6 -milkman_N 4.0107648929727385e-6 -milkshake_N 4.0107648929727385e-6 -milksop_N 4.0107648929727385e-6 -milkweed_N 4.0107648929727385e-6 -milkwort_N 4.0107648929727385e-6 -mill_N 1.7246289039782778e-4 -mill_dam_N 4.0107648929727385e-6 -mill_girl_N 4.0107648929727385e-6 -mill_hand_N 4.0107648929727385e-6 -millboard_N 4.0107648929727385e-6 -milldam_N 4.0107648929727385e-6 -millenarian_N 4.0107648929727385e-6 -millenarianism_N 4.0107648929727385e-6 -millenary_N 4.0107648929727385e-6 -millennium_N 4.0107648929727385e-6 -millepede_N 4.0107648929727385e-6 -miller_N 4.0107648929727385e-6 -millerite_N 4.0107648929727385e-6 -millet_N 4.0107648929727385e-6 -millettia_N 4.0107648929727385e-6 -milliammeter_N 4.0107648929727385e-6 -milliampere_N 4.0107648929727385e-6 -milliard_N 4.0107648929727385e-6 -millibar_N 4.0107648929727385e-6 -millicurie_N 4.0107648929727385e-6 -millidegree_N 4.0107648929727385e-6 -milliequivalent_N 4.0107648929727385e-6 -millifarad_N 4.0107648929727385e-6 -milligram_N 1.2032294678918217e-5 -millihenry_N 4.0107648929727385e-6 -milliliter_N 4.0107648929727385e-6 -millime_N 4.0107648929727385e-6 -millimetre_N 4.0107648929727385e-6 -milline_N 4.0107648929727385e-6 -milliner_N 4.0107648929727385e-6 -millinery_N 4.0107648929727385e-6 -milling_N 4.0107648929727385e-6 -million_N 4.0107648929727385e-6 -millionaire_N 1.6043059571890954e-5 -millionairess_N 4.0107648929727385e-6 -millionth_N 4.0107648929727385e-6 -millipede_N 4.0107648929727385e-6 -milliradian_N 4.0107648929727385e-6 -millisecond_N 4.0107648929727385e-6 -millivolt_N 4.0107648929727385e-6 -millivoltmeter_N 4.0107648929727385e-6 -milliwatt_N 4.0107648929727385e-6 -millpond_N 4.0107648929727385e-6 -millrace_N 4.0107648929727385e-6 -millstone_N 4.0107648929727385e-6 -millwheel_N 4.0107648929727385e-6 -millwork_N 4.0107648929727385e-6 -millwright_N 4.0107648929727385e-6 -milo_N 4.0107648929727385e-6 -milometer_N 4.0107648929727385e-6 -milord_N 4.0107648929727385e-6 -milt_N 4.0107648929727385e-6 -mime_N 4.0107648929727385e-6 -mimeograph_N 4.0107648929727385e-6 -mimesis_N 4.0107648929727385e-6 -mimic_N 1.2032294678918217e-5 -mimicry_N 4.0107648929727385e-6 -mimosa_N 4.0107648929727385e-6 -min_N 4.0107648929727385e-6 -minaret_N 4.0107648929727385e-6 -mince_N 4.0107648929727385e-6 -mince_pie_N 4.0107648929727385e-6 -mincemeat_N 1.2032294678918217e-5 -mincer_N 4.0107648929727385e-6 -mind_N 2.8476430740106447e-4 -mind_reader_N 4.0107648929727385e-6 -minder_N 4.0107648929727385e-6 -mindfulness_N 4.0107648929727385e-6 -mindlessness_N 4.0107648929727385e-6 -mine_N 2.3262436379241887e-4 -mine_detector_N 4.0107648929727385e-6 -mine_disposal_N 4.0107648929727385e-6 -minefield_N 8.021529785945477e-6 -minelayer_N 4.0107648929727385e-6 -minelaying_N 4.0107648929727385e-6 -miner_N 3.609688403675465e-5 -mineral_N 6.016147339459108e-5 -mineralocorticoid_N 4.0107648929727385e-6 -mineralogist_N 4.0107648929727385e-6 -mineralogy_N 4.0107648929727385e-6 -mineshaft_N 4.0107648929727385e-6 -minestrone_N 4.0107648929727385e-6 -minesweeper_N 4.0107648929727385e-6 -minesweeping_N 4.0107648929727385e-6 -mineworker_N 4.0107648929727385e-6 -minge_N 4.0107648929727385e-6 -mingling_N 4.0107648929727385e-6 -miniature_N 8.021529785945477e-6 -miniaturist_N 4.0107648929727385e-6 -miniaturization_N 4.0107648929727385e-6 -minibar_N 4.0107648929727385e-6 -minibike_N 4.0107648929727385e-6 -minibus_N 4.0107648929727385e-6 -minicab_N 4.0107648929727385e-6 -minicar_N 4.0107648929727385e-6 -minicomputer_N 4.0107648929727385e-6 -minim_N 4.0107648929727385e-6 -minimalism_N 4.0107648929727385e-6 -minimalist_N 4.0107648929727385e-6 -minimization_N 4.0107648929727385e-6 -minimum_N 2.0454900954160969e-4 -minimus_N 4.0107648929727385e-6 -mining_N 1.644413606118823e-4 -minion_N 4.0107648929727385e-6 -miniskirt_N 4.0107648929727385e-6 -minister_N 2.887750722940372e-4 -ministrant_N 4.0107648929727385e-6 -ministration_N 4.0107648929727385e-6 -ministry_N 1.7246289039782778e-4 -minisub_N 4.0107648929727385e-6 -minivan_N 4.0107648929727385e-6 -miniver_N 4.0107648929727385e-6 -mink_N 2.8075354250809173e-5 -minniebush_N 4.0107648929727385e-6 -minnow_N 4.0107648929727385e-6 -minocycline_N 4.0107648929727385e-6 -minor_N 3.208611914378191e-5 -minority_N 3.5695807547457374e-4 -minotaur_N 4.0107648929727385e-6 -minoxidil_N 4.0107648929727385e-6 -minster_N 4.0107648929727385e-6 -minstrel_N 8.021529785945477e-6 -minstrelsy_N 4.0107648929727385e-6 -mint_N 3.208611914378191e-5 -mintage_N 4.0107648929727385e-6 -mintmark_N 4.0107648929727385e-6 -minuend_N 4.0107648929727385e-6 -minuet_N 4.0107648929727385e-6 -minus_N 2.4064589357836434e-5 -minuscule_N 4.0107648929727385e-6 -minute_N 4.973348467286196e-4 -minute_book_N 4.0107648929727385e-6 -minute_gun_N 4.0107648929727385e-6 -minute_hand_N 4.0107648929727385e-6 -minuteman_N 4.0107648929727385e-6 -minuteness_N 4.0107648929727385e-6 -minutes_N 4.0107648929727385e-6 -minutia_N 4.0107648929727385e-6 -minx_N 4.0107648929727385e-6 -minyan_N 4.0107648929727385e-6 -miracle_N 2.4064589357836434e-5 -mirage_N 4.0107648929727385e-6 -mire_N 8.021529785945477e-6 -miro_N 4.0107648929727385e-6 -mirror_N 1.6043059571890954e-5 -mirth_N 4.0107648929727385e-6 -misadventure_N 1.6043059571890954e-5 -misalignment_N 4.0107648929727385e-6 -misalliance_N 4.0107648929727385e-6 -misanthrope_N 1.6043059571890954e-5 -misanthropy_N 4.0107648929727385e-6 -misapplication_N 4.0107648929727385e-6 -misapprehension_N 4.0107648929727385e-6 -misappropriation_N 4.0107648929727385e-6 -misbehavior_N 4.0107648929727385e-6 -misbehaviour_N 4.0107648929727385e-6 -miscalculation_N 1.2032294678918217e-5 -miscarriage_N 1.6043059571890954e-5 -miscegenation_N 8.021529785945477e-6 -miscellany_N 4.0107648929727385e-6 -mischance_N 4.0107648929727385e-6 -mischief_N 2.0053824464863696e-5 -mischief_maker_N 4.0107648929727385e-6 -mischief_making_N 4.0107648929727385e-6 -mischievousness_N 4.0107648929727385e-6 -misconception_N 8.021529785945477e-6 -misconduct_N 2.8075354250809173e-5 -misconstrual_N 4.0107648929727385e-6 -misconstruction_N 4.0107648929727385e-6 -miscount_N 4.0107648929727385e-6 -miscreant_N 8.021529785945477e-6 -miscue_N 4.0107648929727385e-6 -misdeal_N 4.0107648929727385e-6 -misdeed_N 2.4064589357836434e-5 -misdemeanor_N 4.0107648929727385e-6 -misdemeanour_N 4.0107648929727385e-6 -misdirection_N 4.0107648929727385e-6 -misdoing_N 4.0107648929727385e-6 -mise_en_scene_N 4.0107648929727385e-6 -miser_N 4.0107648929727385e-6 -miserliness_N 4.0107648929727385e-6 -misery_N 8.021529785945477e-6 -misfeasance_N 4.0107648929727385e-6 -misfire_N 4.0107648929727385e-6 -misfit_N 4.0107648929727385e-6 -misfortune_N 1.2032294678918217e-5 -misgiving_N 4.0107648929727385e-6 -misgovernment_N 4.0107648929727385e-6 -mishap_N 4.0107648929727385e-6 -mishmash_N 4.0107648929727385e-6 -mishpocha_N 4.0107648929727385e-6 -misinformation_N 4.0107648929727385e-6 -misinterpretation_N 4.0107648929727385e-6 -misleader_N 4.0107648929727385e-6 -mismanagement_N 2.4064589357836434e-5 -mismatch_N 4.0107648929727385e-6 -misnomer_N 4.0107648929727385e-6 -miso_N 4.0107648929727385e-6 -misocainea_N 4.0107648929727385e-6 -misogamist_N 4.0107648929727385e-6 -misogamy_N 4.0107648929727385e-6 -misogynist_N 4.0107648929727385e-6 -misogyny_N 4.0107648929727385e-6 -misology_N 4.0107648929727385e-6 -misoneism_N 4.0107648929727385e-6 -misopedia_N 4.0107648929727385e-6 -misprint_N 4.0107648929727385e-6 -mispronunciation_N 4.0107648929727385e-6 -misquotation_N 8.021529785945477e-6 -misreading_N 4.0107648929727385e-6 -misrepresentation_N 3.208611914378191e-5 -misrule_N 4.0107648929727385e-6 -miss_N 4.0107648929727385e-6 -missal_N 4.0107648929727385e-6 -missile_N 1.4037677125404587e-4 -mission_N 1.2032294678918216e-4 -missionary_N 4.0107648929727385e-6 -missis_N 4.0107648929727385e-6 -missive_N 4.0107648929727385e-6 -misspelling_N 4.0107648929727385e-6 -misstatement_N 1.2032294678918217e-5 -missus_N 4.0107648929727385e-6 -missy_N 4.0107648929727385e-6 -mist_N 1.2032294678918217e-5 -mistake_N 1.1631218189620943e-4 -mister_N 8.021529785945477e-6 -mistflower_N 4.0107648929727385e-6 -mistiness_N 4.0107648929727385e-6 -mistletoe_N 4.0107648929727385e-6 -mistral_N 4.0107648929727385e-6 -mistranslation_N 4.0107648929727385e-6 -mistreatment_N 4.0107648929727385e-6 -mistress_N 1.2032294678918217e-5 -mistrial_N 2.4064589357836434e-5 -mistrust_N 2.0053824464863696e-5 -misunderstanding_N 8.021529785945477e-6 -misuse_N 1.2032294678918217e-5 -mite_N 1.2032294678918217e-5 -miter_N 4.0107648929727385e-6 -miterwort_N 4.0107648929727385e-6 -mithramycin_N 4.0107648929727385e-6 -mitigation_N 8.021529785945477e-6 -mitochondrion_N 4.0107648929727385e-6 -mitogen_N 4.0107648929727385e-6 -mitomycin_N 4.0107648929727385e-6 -mitosis_N 4.0107648929727385e-6 -mitre_N 4.0107648929727385e-6 -mitre_joint_N 4.0107648929727385e-6 -mitt_N 4.0107648929727385e-6 -mittelschmerz_N 4.0107648929727385e-6 -mitten_N 4.0107648929727385e-6 -mitzvah_N 4.0107648929727385e-6 -mix_N 1.0026912232431847e-4 -mix_up_N 4.0107648929727385e-6 -mixer_N 8.021529785945477e-6 -mixology_N 4.0107648929727385e-6 -mixture_N 2.0053824464863696e-5 -mizen_N 4.0107648929727385e-6 -mizzen_N 4.0107648929727385e-6 -mizzen_mast_N 4.0107648929727385e-6 -mizzenmast_N 4.0107648929727385e-6 -ml_N 4.0107648929727385e-6 -mm_N 4.0107648929727385e-6 -mnemonic_N 4.0107648929727385e-6 -mnemonics_N 4.0107648929727385e-6 -mnemonist_N 4.0107648929727385e-6 -mo_N 8.021529785945477e-6 -moa_N 4.0107648929727385e-6 -moan_N 4.0107648929727385e-6 -moat_N 8.021529785945477e-6 -mob_N 2.0053824464863696e-5 -mobcap_N 4.0107648929727385e-6 -mobile_N 4.0107648929727385e-6 -mobility_N 4.0107648929727385e-6 -mobilization_N 8.021529785945477e-6 -mobocracy_N 4.0107648929727385e-6 -mobster_N 1.2032294678918217e-5 -moccasin_N 4.0107648929727385e-6 -mocha_N 4.0107648929727385e-6 -mock_N 4.0107648929727385e-6 -mock_up_N 4.0107648929727385e-6 -mocker_N 4.0107648929727385e-6 -mockernut_N 4.0107648929727385e-6 -mockery_N 8.021529785945477e-6 -mockingbird_N 4.0107648929727385e-6 -mod_N 4.0107648929727385e-6 -mod_cons_N 2.0053824464863696e-5 -modality_N 4.0107648929727385e-6 -mode_N 4.4118413822700127e-5 -model_N 4.893133169426742e-4 -modeler_N 4.0107648929727385e-6 -modeling_N 4.0107648929727385e-6 -modeller_N 4.0107648929727385e-6 -modelling_N 4.0107648929727385e-6 -modem_N 4.0107648929727385e-6 -moderate_N 3.208611914378191e-5 -moderation_N 2.4064589357836434e-5 -moderationism_N 4.0107648929727385e-6 -moderationist_N 4.0107648929727385e-6 -moderator_N 4.0107648929727385e-6 -moderatorship_N 4.0107648929727385e-6 -modern_N 8.021529785945477e-6 -modernism_N 4.0107648929727385e-6 -modernist_N 8.021529785945477e-6 -modernity_N 4.0107648929727385e-6 -modernization_N 3.208611914378191e-5 -modesty_N 4.0107648929727385e-6 -modicum_N 1.2032294678918217e-5 -modification_N 5.2139943608645604e-5 -modifier_N 4.0107648929727385e-6 -modillion_N 4.0107648929727385e-6 -modiolus_N 4.0107648929727385e-6 -modiste_N 4.0107648929727385e-6 -mods_N 4.0107648929727385e-6 -modulation_N 4.0107648929727385e-6 -module_N 4.0107648929727385e-6 -modulus_N 4.0107648929727385e-6 -modus_operandi_N 4.0107648929727385e-6 -modus_vivendi_N 4.0107648929727385e-6 -mogul_N 8.021529785945477e-6 -mohair_N 4.0107648929727385e-6 -mohammedan_N 4.0107648929727385e-6 -mohawk_N 4.0107648929727385e-6 -moiety_N 4.0107648929727385e-6 -moire_N 4.0107648929727385e-6 -moistening_N 4.0107648929727385e-6 -moisture_N 1.2032294678918217e-5 -mojarra_N 4.0107648929727385e-6 -mojo_N 4.0107648929727385e-6 -moke_N 4.0107648929727385e-6 -moksa_N 4.0107648929727385e-6 -molality_N 4.0107648929727385e-6 -molar_N 4.0107648929727385e-6 -molarity_N 4.0107648929727385e-6 -molasses_N 4.0107648929727385e-6 -mold_N 4.0107648929727385e-6 -moldboard_N 4.0107648929727385e-6 -molding_N 4.0107648929727385e-6 -mole_N 4.0107648929727385e-6 -molecule_N 2.8075354250809173e-5 -molehill_N 8.021529785945477e-6 -moleskin_N 4.0107648929727385e-6 -molestation_N 4.0107648929727385e-6 -molester_N 4.0107648929727385e-6 -molindone_N 4.0107648929727385e-6 -moll_N 4.0107648929727385e-6 -mollie_N 4.0107648929727385e-6 -mollification_N 4.0107648929727385e-6 -mollusc_N 4.0107648929727385e-6 -molluscum_N 4.0107648929727385e-6 -mollusk_N 4.0107648929727385e-6 -mollycoddle_N 4.0107648929727385e-6 -moloch_N 4.0107648929727385e-6 -molt_N 4.0107648929727385e-6 -molter_N 4.0107648929727385e-6 -molybdenite_N 4.0107648929727385e-6 -molybdenum_N 4.0107648929727385e-6 -mombin_N 4.0107648929727385e-6 -moment_N 3.1685042654484635e-4 -momentousness_N 4.0107648929727385e-6 -momentum_N 1.0026912232431847e-4 -momism_N 4.0107648929727385e-6 -monad_N 4.0107648929727385e-6 -monal_N 4.0107648929727385e-6 -monandry_N 4.0107648929727385e-6 -monarch_N 4.0107648929727385e-6 -monarchism_N 4.0107648929727385e-6 -monarchist_N 4.0107648929727385e-6 -monarchy_N 8.021529785945477e-6 -monarda_N 4.0107648929727385e-6 -monastery_N 1.6043059571890954e-5 -monasticism_N 4.0107648929727385e-6 -monazite_N 4.0107648929727385e-6 -monday_N 4.0107648929727385e-6 -monegasque_N 4.0107648929727385e-6 -moneran_N 4.0107648929727385e-6 -monetarism_N 4.0107648929727385e-6 -monetarist_N 4.0107648929727385e-6 -monetization_N 4.0107648929727385e-6 -money_N 2.7594062463652444e-3 -money_grubber_N 4.0107648929727385e-6 -money_order_N 4.0107648929727385e-6 -money_spinner_N 4.0107648929727385e-6 -moneybag_N 4.0107648929727385e-6 -moneybox_N 4.0107648929727385e-6 -moneychanger_N 4.0107648929727385e-6 -moneygrubber_N 4.0107648929727385e-6 -moneylender_N 4.0107648929727385e-6 -moneymaker_N 4.0107648929727385e-6 -moneymaking_N 4.0107648929727385e-6 -moneywort_N 4.0107648929727385e-6 -monger_N 4.0107648929727385e-6 -mongo_N 4.0107648929727385e-6 -mongol_N 4.0107648929727385e-6 -mongolian_N 4.0107648929727385e-6 -mongolism_N 4.0107648929727385e-6 -mongoloid_N 4.0107648929727385e-6 -mongoose_N 4.0107648929727385e-6 -mongrel_N 4.0107648929727385e-6 -monilia_N 4.0107648929727385e-6 -monism_N 4.0107648929727385e-6 -monition_N 4.0107648929727385e-6 -monitor_N 4.4118413822700127e-5 -monitoring_N 4.0107648929727385e-6 -monk_N 4.0107648929727385e-6 -monkey_N 1.6043059571890954e-5 -monkey_jacket_N 4.0107648929727385e-6 -monkey_nut_N 4.0107648929727385e-6 -monkey_puzzle_N 4.0107648929727385e-6 -monkey_wrench_N 4.0107648929727385e-6 -monkfish_N 4.0107648929727385e-6 -monkshood_N 4.0107648929727385e-6 -monoamine_N 4.0107648929727385e-6 -monoblast_N 4.0107648929727385e-6 -monocarp_N 4.0107648929727385e-6 -monochromacy_N 4.0107648929727385e-6 -monochromat_N 4.0107648929727385e-6 -monochrome_N 4.0107648929727385e-6 -monocle_N 4.0107648929727385e-6 -monocline_N 4.0107648929727385e-6 -monocot_N 4.0107648929727385e-6 -monoculture_N 4.0107648929727385e-6 -monocyte_N 4.0107648929727385e-6 -monocytosis_N 4.0107648929727385e-6 -monogamist_N 4.0107648929727385e-6 -monogamy_N 4.0107648929727385e-6 -monogenesis_N 4.0107648929727385e-6 -monogram_N 4.0107648929727385e-6 -monograph_N 4.0107648929727385e-6 -monogyny_N 4.0107648929727385e-6 -monohybrid_N 4.0107648929727385e-6 -monohydrate_N 4.0107648929727385e-6 -monolatry_N 4.0107648929727385e-6 -monolingual_N 4.0107648929727385e-6 -monolith_N 8.021529785945477e-6 -monologist_N 4.0107648929727385e-6 -monologue_N 1.6043059571890954e-5 -monomania_N 4.0107648929727385e-6 -monomaniac_N 4.0107648929727385e-6 -monomer_N 4.0107648929727385e-6 -mononeuropathy_N 4.0107648929727385e-6 -monophony_N 4.0107648929727385e-6 -monoplane_N 4.0107648929727385e-6 -monoplegia_N 4.0107648929727385e-6 -monopolist_N 4.0107648929727385e-6 -monopolization_N 4.0107648929727385e-6 -monopoly_N 6.818300318053656e-5 -monopsony_N 4.0107648929727385e-6 -monorail_N 4.0107648929727385e-6 -monorchism_N 4.0107648929727385e-6 -monosaccharide_N 4.0107648929727385e-6 -monosemy_N 4.0107648929727385e-6 -monosomy_N 4.0107648929727385e-6 -monosyllable_N 4.0107648929727385e-6 -monotheism_N 4.0107648929727385e-6 -monotheist_N 4.0107648929727385e-6 -monotone_N 4.0107648929727385e-6 -monotony_N 4.0107648929727385e-6 -monotreme_N 4.0107648929727385e-6 -monotype_N 4.0107648929727385e-6 -monoxide_N 4.0107648929727385e-6 -mons_N 4.0107648929727385e-6 -monsieur_N 8.021529785945477e-6 -monsignor_N 4.0107648929727385e-6 -monsoon_N 8.021529785945477e-6 -monster_N 2.8075354250809173e-5 -monstera_N 4.0107648929727385e-6 -monstrance_N 4.0107648929727385e-6 -monstrosity_N 4.0107648929727385e-6 -montage_N 4.0107648929727385e-6 -monte_N 4.0107648929727385e-6 -month_N 5.8878028628839806e-3 -monthly_N 8.021529785945477e-6 -montserratian_N 4.0107648929727385e-6 -monument_N 4.0107648929727385e-6 -moo_N 4.0107648929727385e-6 -moo_cow_N 4.0107648929727385e-6 -moocher_N 4.0107648929727385e-6 -mood_N 8.823682764540025e-5 -moodiness_N 4.0107648929727385e-6 -moon_N 3.208611914378191e-5 -moonbeam_N 4.0107648929727385e-6 -moonfish_N 4.0107648929727385e-6 -moonflower_N 4.0107648929727385e-6 -moonlight_N 4.0107648929727385e-6 -moonlighter_N 4.0107648929727385e-6 -moonseed_N 4.0107648929727385e-6 -moonshine_N 4.0107648929727385e-6 -moonstone_N 4.0107648929727385e-6 -moonwalk_N 4.0107648929727385e-6 -moonwort_N 4.0107648929727385e-6 -moor_N 4.0107648929727385e-6 -moorage_N 4.0107648929727385e-6 -moorcock_N 4.0107648929727385e-6 -moorfowl_N 4.0107648929727385e-6 -moorgame_N 4.0107648929727385e-6 -moorhen_N 4.0107648929727385e-6 -mooring_N 4.0107648929727385e-6 -mooring_mast_N 4.0107648929727385e-6 -moorland_N 4.0107648929727385e-6 -moose_N 4.0107648929727385e-6 -moosewood_N 4.0107648929727385e-6 -moot_N 4.0107648929727385e-6 -mop_N 4.0107648929727385e-6 -mope_N 4.0107648929727385e-6 -moped_N 4.0107648929727385e-6 -mopper_N 4.0107648929727385e-6 -moppet_N 4.0107648929727385e-6 -moquette_N 4.0107648929727385e-6 -moraine_N 4.0107648929727385e-6 -moral_N 8.021529785945477e-6 -morale_N 3.208611914378191e-5 -moralism_N 4.0107648929727385e-6 -moralist_N 4.0107648929727385e-6 -morality_N 2.0053824464863696e-5 -moralization_N 4.0107648929727385e-6 -moralizing_N 4.0107648929727385e-6 -morass_N 2.0053824464863696e-5 -moratorium_N 2.4064589357836434e-5 -moray_N 4.0107648929727385e-6 -morbidity_N 1.2032294678918217e-5 -morbidness_N 4.0107648929727385e-6 -morceau_N 4.0107648929727385e-6 -mordacity_N 4.0107648929727385e-6 -mordant_N 4.0107648929727385e-6 -more_N 8.021529785945477e-6 -moreen_N 4.0107648929727385e-6 -morel_N 4.0107648929727385e-6 -morello_N 4.0107648929727385e-6 -mores_N 4.0107648929727385e-6 -morganite_N 4.0107648929727385e-6 -morgen_N 4.0107648929727385e-6 -morgue_N 4.0107648929727385e-6 -morion_N 4.0107648929727385e-6 -mormon_N 4.0107648929727385e-6 -mormonism_N 4.0107648929727385e-6 -morn_N 4.0107648929727385e-6 -morning_N 5.133779063005105e-4 -morning_glory_N 4.0107648929727385e-6 -morning_room_N 4.0107648929727385e-6 -moroccan_N 4.0107648929727385e-6 -morocco_N 4.0107648929727385e-6 -moron_N 4.0107648929727385e-6 -moronity_N 4.0107648929727385e-6 -moroseness_N 4.0107648929727385e-6 -morosoph_N 4.0107648929727385e-6 -morphallaxis_N 4.0107648929727385e-6 -morphea_N 4.0107648929727385e-6 -morpheme_N 4.0107648929727385e-6 -morphia_N 4.0107648929727385e-6 -morphine_N 4.0107648929727385e-6 -morphogenesis_N 4.0107648929727385e-6 -morphology_N 4.0107648929727385e-6 -morphophoneme_N 4.0107648929727385e-6 -morphophonemics_N 4.0107648929727385e-6 -morris_dance_N 4.010764892972739e-5 -morrow_N 8.021529785945477e-6 -morse_N 4.0107648929727385e-6 -morsel_N 1.2032294678918217e-5 -mortal_N 4.0107648929727385e-6 -mortality_N 8.823682764540025e-5 -mortar_N 4.0107648929727385e-6 -mortarboard_N 4.0107648929727385e-6 -mortgage_N 8.903898062399481e-4 -mortgagee_N 4.0107648929727385e-6 -mortgagor_N 4.0107648929727385e-6 -mortice_N 4.0107648929727385e-6 -mortician_N 4.0107648929727385e-6 -mortification_N 4.0107648929727385e-6 -mortise_N 4.0107648929727385e-6 -mortmain_N 4.0107648929727385e-6 -mortuary_N 4.0107648929727385e-6 -morula_N 4.0107648929727385e-6 -mosaic_N 4.0107648929727385e-6 -mosaicism_N 4.0107648929727385e-6 -moselle_N 4.0107648929727385e-6 -moshav_N 4.0107648929727385e-6 -moslem_N 1.2032294678918217e-5 -mosque_N 4.0107648929727385e-6 -mosquito_N 4.0107648929727385e-6 -mosquito_craft_N 4.0107648929727385e-6 -mosquito_net_N 4.0107648929727385e-6 -mosquitofish_N 4.0107648929727385e-6 -moss_N 4.0107648929727385e-6 -mossback_N 4.0107648929727385e-6 -mostaccioli_N 4.0107648929727385e-6 -mote_N 4.0107648929727385e-6 -motel_N 2.0053824464863696e-5 -motet_N 4.0107648929727385e-6 -moth_N 4.0107648929727385e-6 -mothball_N 4.0107648929727385e-6 -mother_N 1.965274797556642e-4 -mother_in_law_N 4.0107648929727385e-6 -mother_of_pearl_N 4.0107648929727385e-6 -motherhood_N 4.0107648929727385e-6 -motherland_N 4.0107648929727385e-6 -motherliness_N 4.0107648929727385e-6 -motherwort_N 4.0107648929727385e-6 -motif_N 1.6043059571890954e-5 -motile_N 4.0107648929727385e-6 -motilin_N 4.0107648929727385e-6 -motility_N 4.0107648929727385e-6 -motion_N 1.2834447657512763e-4 -motionlessness_N 4.0107648929727385e-6 -motivation_N 2.0053824464863696e-5 -motive_N 5.2139943608645604e-5 -motley_N 4.0107648929727385e-6 -motmot_N 4.0107648929727385e-6 -motor_N 1.0026912232431847e-4 -motorbike_N 8.021529785945477e-6 -motorboat_N 4.0107648929727385e-6 -motorcade_N 8.021529785945477e-6 -motorcar_N 4.0107648929727385e-6 -motorcoach_N 4.0107648929727385e-6 -motorcycle_N 1.2032294678918217e-5 -motorcycling_N 4.0107648929727385e-6 -motorcyclist_N 4.0107648929727385e-6 -motoring_N 4.0107648929727385e-6 -motorist_N 3.208611914378191e-5 -motorization_N 4.0107648929727385e-6 -motorman_N 4.0107648929727385e-6 -motormouth_N 4.0107648929727385e-6 -motorway_N 4.0107648929727385e-6 -mottle_N 4.0107648929727385e-6 -mottling_N 4.0107648929727385e-6 -motto_N 4.0107648929727385e-6 -mouflon_N 4.0107648929727385e-6 -moujik_N 4.0107648929727385e-6 -mould_N 4.0107648929727385e-6 -moulding_N 4.0107648929727385e-6 -moult_N 4.0107648929727385e-6 -mound_N 2.4064589357836434e-5 -mount_N 4.0107648929727385e-6 -mountain_N 1.6043059571890957e-4 -mountaineer_N 4.0107648929727385e-6 -mountaineering_N 4.0107648929727385e-6 -mountainside_N 4.0107648929727385e-6 -mountebank_N 4.0107648929727385e-6 -mounter_N 4.0107648929727385e-6 -mountie_N 4.0107648929727385e-6 -mounting_N 4.0107648929727385e-6 -mourner_N 4.0107648929727385e-6 -mournfulness_N 4.0107648929727385e-6 -mourning_N 4.0107648929727385e-6 -mourning_band_N 4.0107648929727385e-6 -mourning_ring_N 4.0107648929727385e-6 -mouse_N 5.2139943608645604e-5 -mousepad_N 4.0107648929727385e-6 -mouser_N 4.0107648929727385e-6 -mousetrap_N 1.2032294678918217e-5 -moussaka_N 4.0107648929727385e-6 -mousse_N 8.021529785945477e-6 -moustache_N 8.021529785945477e-6 -mouth_N 3.609688403675465e-5 -mouth_organ_N 4.0107648929727385e-6 -mouthbreeder_N 4.0107648929727385e-6 -mouthful_N 4.0107648929727385e-6 -mouthpart_N 4.0107648929727385e-6 -mouthpiece_N 4.0107648929727385e-6 -mouton_N 4.0107648929727385e-6 -movability_N 4.0107648929727385e-6 -move_N 1.3034985902161402e-3 -movement_N 2.7273201272214623e-4 -mover_N 4.0107648929727385e-6 -movie_N 5.213994360864561e-4 -moviegoer_N 4.0107648929727385e-6 -moviemaking_N 4.0107648929727385e-6 -mow_N 4.0107648929727385e-6 -mower_N 4.0107648929727385e-6 -mozambican_N 4.0107648929727385e-6 -mozzarella_N 4.0107648929727385e-6 -mp_N 4.0107648929727385e-6 -mpg_N 4.0107648929727385e-6 -mph_N 2.8075354250809173e-5 -ms_N 4.0107648929727385e-6 -msasa_N 4.0107648929727385e-6 -msc_N 4.0107648929727385e-6 -mu_N 4.0107648929727385e-6 -much_N 4.0107648929727385e-6 -muchness_N 4.0107648929727385e-6 -mucilage_N 4.0107648929727385e-6 -mucin_N 4.0107648929727385e-6 -muck_N 1.6043059571890954e-5 -muck_heap_N 4.0107648929727385e-6 -muckle_N 4.0107648929727385e-6 -muckraker_N 4.0107648929727385e-6 -muckraking_N 4.0107648929727385e-6 -mucoid_N 4.0107648929727385e-6 -mucopolysaccharide_N 4.0107648929727385e-6 -mucopolysaccharidosis_N 4.0107648929727385e-6 -mucor_N 4.0107648929727385e-6 -mucuna_N 4.0107648929727385e-6 -mucus_N 4.0107648929727385e-6 -mud_N 2.0053824464863696e-5 -mud_bath_N 4.0107648929727385e-6 -mudder_N 4.0107648929727385e-6 -muddle_N 4.0107648929727385e-6 -mudguard_N 4.0107648929727385e-6 -mudhif_N 4.0107648929727385e-6 -mudra_N 4.0107648929727385e-6 -mudskipper_N 4.0107648929727385e-6 -mudslide_N 4.0107648929727385e-6 -mudslinger_N 4.0107648929727385e-6 -muesli_N 4.0107648929727385e-6 -muezzin_N 4.0107648929727385e-6 -muff_N 8.021529785945477e-6 -muffin_N 4.0107648929727385e-6 -muffin_man_N 4.0107648929727385e-6 -muffle_N 4.0107648929727385e-6 -muffler_N 8.021529785945477e-6 -mufti_N 4.0107648929727385e-6 -mug_N 4.0107648929727385e-6 -muggee_N 4.0107648929727385e-6 -mugger_N 4.0107648929727385e-6 -mugginess_N 4.0107648929727385e-6 -mugging_N 4.0107648929727385e-6 -muggins_N 4.0107648929727385e-6 -mugwort_N 4.0107648929727385e-6 -mugwump_N 4.0107648929727385e-6 -muhammadan_N 4.0107648929727385e-6 -muhammadanism_N 4.0107648929727385e-6 -muishond_N 4.0107648929727385e-6 -mujahid_N 4.0107648929727385e-6 -mujahidin_N 4.0107648929727385e-6 -mujtihad_N 4.0107648929727385e-6 -mukataa_N 4.0107648929727385e-6 -mulatto_N 4.0107648929727385e-6 -mulberry_N 4.0107648929727385e-6 -mulch_N 4.0107648929727385e-6 -mule_N 4.0107648929727385e-6 -muleteer_N 4.0107648929727385e-6 -mulishness_N 4.0107648929727385e-6 -mull_N 4.0107648929727385e-6 -mullah_N 4.0107648929727385e-6 -mullein_N 4.0107648929727385e-6 -muller_N 4.0107648929727385e-6 -mullet_N 4.0107648929727385e-6 -mulligatawny_N 4.0107648929727385e-6 -mullion_N 4.0107648929727385e-6 -mulloway_N 4.0107648929727385e-6 -multi_ethnicity_N 4.0107648929727385e-6 -multicollinearity_N 4.0107648929727385e-6 -multiculturalism_N 4.0107648929727385e-6 -multiflora_N 4.0107648929727385e-6 -multimedia_N 4.0107648929727385e-6 -multiple_N 8.021529785945478e-5 -multiplex_N 4.0107648929727385e-6 -multiplexer_N 4.0107648929727385e-6 -multiplicand_N 4.0107648929727385e-6 -multiplication_N 4.0107648929727385e-6 -multiplicity_N 4.0107648929727385e-6 -multiplier_N 4.0107648929727385e-6 -multiprocessing_N 4.0107648929727385e-6 -multiprocessor_N 4.0107648929727385e-6 -multiprogramming_N 4.0107648929727385e-6 -multistage_N 4.0107648929727385e-6 -multitude_N 1.2032294678918217e-5 -multitudinousness_N 4.0107648929727385e-6 -multiversity_N 4.0107648929727385e-6 -multivitamin_N 4.0107648929727385e-6 -multum_in_parvo_N 3.609688403675465e-5 -mum_N 4.0107648929727385e-6 -mumble_N 4.0107648929727385e-6 -mumbling_N 4.0107648929727385e-6 -mumbo_jumbo_N 4.0107648929727385e-6 -mummer_N 4.0107648929727385e-6 -mummery_N 4.0107648929727385e-6 -mummichog_N 4.0107648929727385e-6 -mummification_N 4.0107648929727385e-6 -mummy_N 8.021529785945477e-6 -mumps_N 4.0107648929727385e-6 -mumpsimus_N 4.0107648929727385e-6 -munch_N 4.0107648929727385e-6 -muncher_N 4.0107648929727385e-6 -mung_N 4.0107648929727385e-6 -municipality_N 4.812917871567287e-5 -munificence_N 4.0107648929727385e-6 -muniments_N 4.0107648929727385e-6 -munition_N 4.0107648929727385e-6 -munj_N 4.0107648929727385e-6 -muntjac_N 4.0107648929727385e-6 -muon_N 4.0107648929727385e-6 -mural_N 4.812917871567287e-5 -muralist_N 4.0107648929727385e-6 -murder_N 1.0427988721729121e-4 -murderee_N 4.0107648929727385e-6 -murderer_N 2.4064589357836434e-5 -murderess_N 4.0107648929727385e-6 -murderousness_N 4.0107648929727385e-6 -murine_N 4.0107648929727385e-6 -murk_N 4.0107648929727385e-6 -murmur_N 4.0107648929727385e-6 -murphy_N 4.0107648929727385e-6 -murrain_N 4.0107648929727385e-6 -murre_N 4.0107648929727385e-6 -muscadine_N 4.0107648929727385e-6 -muscat_N 4.0107648929727385e-6 -muscatel_N 4.0107648929727385e-6 -muscle_N 4.4118413822700127e-5 -muscleman_N 4.0107648929727385e-6 -muscovite_N 8.021529785945477e-6 -muscovy_N 4.0107648929727385e-6 -muscularity_N 4.0107648929727385e-6 -muse_N 2.0053824464863696e-5 -muser_N 4.0107648929727385e-6 -musette_N 4.0107648929727385e-6 -museum_N 6.016147339459108e-5 -mush_N 4.0107648929727385e-6 -musher_N 4.0107648929727385e-6 -mushiness_N 4.0107648929727385e-6 -mushroom_N 4.010764892972739e-5 -music_N 2.366351286853916e-4 -music_box_N 4.0107648929727385e-6 -music_hall_N 4.0107648929727385e-6 -music_stand_N 4.0107648929727385e-6 -music_stool_N 4.0107648929727385e-6 -musical_N 4.0107648929727385e-6 -musical_box_N 4.0107648929727385e-6 -musicality_N 4.0107648929727385e-6 -musicianFem_N 4.0107648929727385e-6 -musicianMasc_N 4.0107648929727385e-6 -musicianship_N 8.021529785945477e-6 -musicologist_N 4.0107648929727385e-6 -musicology_N 4.0107648929727385e-6 -musk_N 4.0107648929727385e-6 -musk_deer_N 4.0107648929727385e-6 -musk_rose_N 4.0107648929727385e-6 -muskellunge_N 4.0107648929727385e-6 -musket_N 4.0107648929727385e-6 -musketeer_N 4.0107648929727385e-6 -musketry_N 4.0107648929727385e-6 -muskiness_N 4.0107648929727385e-6 -muskmelon_N 4.0107648929727385e-6 -muskrat_N 4.0107648929727385e-6 -muskwood_N 4.0107648929727385e-6 -muslim_N 4.0107648929727385e-6 -muslin_N 4.0107648929727385e-6 -musnud_N 4.0107648929727385e-6 -musophobia_N 4.0107648929727385e-6 -musquash_N 4.0107648929727385e-6 -muss_N 4.0107648929727385e-6 -mussel_N 4.0107648929727385e-6 -must_N 4.0107648929727385e-6 -mustache_N 4.0107648929727385e-6 -mustachio_N 4.0107648929727385e-6 -mustang_N 4.0107648929727385e-6 -mustard_N 1.2032294678918217e-5 -muster_N 8.021529785945477e-6 -musth_N 4.0107648929727385e-6 -mustiness_N 4.0107648929727385e-6 -mutability_N 4.0107648929727385e-6 -mutagen_N 4.0107648929727385e-6 -mutagenesis_N 4.0107648929727385e-6 -mutant_N 4.0107648929727385e-6 -mutation_N 1.6043059571890954e-5 -mutchkin_N 4.0107648929727385e-6 -mute_N 4.0107648929727385e-6 -muteness_N 4.0107648929727385e-6 -mutilation_N 4.0107648929727385e-6 -mutilator_N 4.0107648929727385e-6 -mutineer_N 4.0107648929727385e-6 -mutiny_N 8.021529785945477e-6 -mutisia_N 4.0107648929727385e-6 -mutism_N 4.0107648929727385e-6 -muton_N 4.0107648929727385e-6 -mutt_N 8.021529785945477e-6 -mutter_N 1.2032294678918217e-5 -mutterer_N 4.0107648929727385e-6 -mutton_N 4.0107648929727385e-6 -mutton_head_N 4.0107648929727385e-6 -mutuality_N 4.0107648929727385e-6 -muzhik_N 4.0107648929727385e-6 -muzzle_N 4.0107648929727385e-6 -muzzle_velocity_N 4.0107648929727385e-6 -muzzler_N 4.0107648929727385e-6 -myalgia_N 4.0107648929727385e-6 -myasthenia_N 4.0107648929727385e-6 -mycelium_N 4.0107648929727385e-6 -mycobacteria_N 4.0107648929727385e-6 -mycologist_N 4.0107648929727385e-6 -mycology_N 4.0107648929727385e-6 -mycomycin_N 4.0107648929727385e-6 -mycophagist_N 4.0107648929727385e-6 -mycophagy_N 4.0107648929727385e-6 -mycoplasma_N 4.0107648929727385e-6 -mycotoxin_N 4.0107648929727385e-6 -mydriasis_N 4.0107648929727385e-6 -mydriatic_N 4.0107648929727385e-6 -myelatelia_N 4.0107648929727385e-6 -myelencephalon_N 4.0107648929727385e-6 -myelin_N 4.0107648929727385e-6 -myelinization_N 4.0107648929727385e-6 -myelitis_N 4.0107648929727385e-6 -myeloblast_N 4.0107648929727385e-6 -myelocyte_N 4.0107648929727385e-6 -myelofibrosis_N 4.0107648929727385e-6 -myelogram_N 4.0107648929727385e-6 -myelography_N 4.0107648929727385e-6 -myeloma_N 4.0107648929727385e-6 -myelomeningocele_N 4.0107648929727385e-6 -myiasis_N 4.0107648929727385e-6 -mylodon_N 4.0107648929727385e-6 -mylodontid_N 4.0107648929727385e-6 -myna_N 4.0107648929727385e-6 -mynah_N 4.0107648929727385e-6 -myocardium_N 4.0107648929727385e-6 -myoclonus_N 4.0107648929727385e-6 -myofibril_N 4.0107648929727385e-6 -myoglobin_N 4.0107648929727385e-6 -myoglobinuria_N 4.0107648929727385e-6 -myogram_N 4.0107648929727385e-6 -myology_N 4.0107648929727385e-6 -myoma_N 4.0107648929727385e-6 -myometritis_N 4.0107648929727385e-6 -myometrium_N 4.0107648929727385e-6 -myonecrosis_N 4.0107648929727385e-6 -myopathy_N 4.0107648929727385e-6 -myope_N 4.0107648929727385e-6 -myopia_N 4.0107648929727385e-6 -myosarcoma_N 4.0107648929727385e-6 -myosin_N 4.0107648929727385e-6 -myositis_N 4.0107648929727385e-6 -myotomy_N 4.0107648929727385e-6 -myotonia_N 4.0107648929727385e-6 -myriad_N 4.0107648929727385e-6 -myriagram_N 4.0107648929727385e-6 -myriameter_N 4.0107648929727385e-6 -myriapod_N 4.0107648929727385e-6 -myringectomy_N 4.0107648929727385e-6 -myringoplasty_N 4.0107648929727385e-6 -myringotomy_N 4.0107648929727385e-6 -myrmecophile_N 4.0107648929727385e-6 -myrmecophyte_N 4.0107648929727385e-6 -myrmidon_N 4.0107648929727385e-6 -myrrh_N 4.0107648929727385e-6 -myrtle_N 4.0107648929727385e-6 -mysophilia_N 4.0107648929727385e-6 -mysophobia_N 4.0107648929727385e-6 -mystery_N 6.417223828756382e-5 -mysticFem_N 4.0107648929727385e-6 -mysticMasc_N 4.0107648929727385e-6 -mysticism_N 4.0107648929727385e-6 -mystification_N 4.0107648929727385e-6 -mystique_N 1.6043059571890954e-5 -myth_N 1.6043059571890954e-5 -mythologist_N 4.0107648929727385e-6 -mythologization_N 4.0107648929727385e-6 -mythology_N 4.0107648929727385e-6 -myxedema_N 4.0107648929727385e-6 -myxobacteria_N 4.0107648929727385e-6 -myxoma_N 4.0107648929727385e-6 -myxomatosis_N 4.0107648929727385e-6 -myxosporidian_N 4.0107648929727385e-6 -myxovirus_N 4.0107648929727385e-6 -naafi_N 4.0107648929727385e-6 -nabob_N 4.0107648929727385e-6 -naboom_N 4.0107648929727385e-6 -nabumetone_N 4.0107648929727385e-6 -nacelle_N 4.0107648929727385e-6 -nacho_N 4.0107648929727385e-6 -nacre_N 4.0107648929727385e-6 -nadir_N 4.0107648929727385e-6 -nadolol_N 4.0107648929727385e-6 -nafcillin_N 4.0107648929727385e-6 -nag_N 8.021529785945477e-6 -nagami_N 4.0107648929727385e-6 -nagger_N 4.0107648929727385e-6 -nagi_N 4.0107648929727385e-6 -naiad_N 4.0107648929727385e-6 -naif_N 4.0107648929727385e-6 -nail_N 1.2032294678918217e-5 -nail_polish_N 4.0107648929727385e-6 -nail_varnish_N 4.0107648929727385e-6 -nailbrush_N 4.0107648929727385e-6 -nailer_N 4.0107648929727385e-6 -nailfile_N 4.0107648929727385e-6 -nailhead_N 4.0107648929727385e-6 -nainsook_N 4.0107648929727385e-6 -naira_N 4.0107648929727385e-6 -naivete_N 4.0107648929727385e-6 -naivety_N 4.0107648929727385e-6 -nakedness_N 4.0107648929727385e-6 -nakedwood_N 4.0107648929727385e-6 -nalorphine_N 4.0107648929727385e-6 -naloxone_N 4.0107648929727385e-6 -naltrexone_N 4.0107648929727385e-6 -namby_pamby_N 4.0107648929727385e-6 -name_N 7.98142213701575e-4 -name_day_N 4.0107648929727385e-6 -name_dropping_N 4.0107648929727385e-6 -name_part_N 4.0107648929727385e-6 -nameko_N 4.0107648929727385e-6 -nameplate_N 3.208611914378191e-5 -namer_N 4.0107648929727385e-6 -namesake_N 1.2032294678918217e-5 -namibianFem_N 4.0107648929727385e-6 -namibianMasc_N 4.0107648929727385e-6 -naming_N 4.0107648929727385e-6 -nan_N 4.0107648929727385e-6 -nandrolone_N 4.0107648929727385e-6 -nankeen_N 4.0107648929727385e-6 -nanny_N 4.0107648929727385e-6 -nanny_goat_N 4.0107648929727385e-6 -nanogram_N 4.0107648929727385e-6 -nanometer_N 4.0107648929727385e-6 -nanomia_N 4.0107648929727385e-6 -nanophthalmos_N 4.0107648929727385e-6 -nanosecond_N 4.0107648929727385e-6 -nanotechnology_N 4.0107648929727385e-6 -nanovolt_N 4.0107648929727385e-6 -nap_N 4.0107648929727385e-6 -napalm_N 4.0107648929727385e-6 -nape_N 4.0107648929727385e-6 -napery_N 4.0107648929727385e-6 -naphazoline_N 4.0107648929727385e-6 -naphtha_N 2.0053824464863696e-5 -naphthalene_N 4.0107648929727385e-6 -naphthol_N 4.0107648929727385e-6 -napkin_N 8.021529785945477e-6 -napkin_ring_N 4.0107648929727385e-6 -napoleon_N 4.0107648929727385e-6 -nappy_N 4.0107648929727385e-6 -naprapath_N 4.0107648929727385e-6 -naprapathy_N 4.0107648929727385e-6 -naproxen_N 4.0107648929727385e-6 -napu_N 4.0107648929727385e-6 -naranjilla_N 4.0107648929727385e-6 -narc_N 4.0107648929727385e-6 -narcissism_N 4.0107648929727385e-6 -narcissist_N 4.0107648929727385e-6 -narcissus_N 4.0107648929727385e-6 -narcolepsy_N 4.0107648929727385e-6 -narcoleptic_N 4.0107648929727385e-6 -narcosis_N 4.0107648929727385e-6 -narcoterrorism_N 4.0107648929727385e-6 -narcotic_N 2.4064589357836434e-5 -nard_N 4.0107648929727385e-6 -nardoo_N 4.0107648929727385e-6 -naris_N 4.0107648929727385e-6 -nark_N 4.0107648929727385e-6 -narration_N 4.0107648929727385e-6 -narrative_N 1.2032294678918217e-5 -narrator_N 2.4064589357836434e-5 -narrow_N 4.0107648929727385e-6 -narrow_mindedness_N 4.0107648929727385e-6 -narrowing_N 4.0107648929727385e-6 -narrowness_N 8.021529785945477e-6 -narthex_N 4.0107648929727385e-6 -narwhal_N 4.0107648929727385e-6 -nasal_N 4.0107648929727385e-6 -nasality_N 4.0107648929727385e-6 -nasalization_N 4.0107648929727385e-6 -nasion_N 4.0107648929727385e-6 -nasopharynx_N 4.0107648929727385e-6 -nastiness_N 4.0107648929727385e-6 -nasturtium_N 4.0107648929727385e-6 -nation_N 1.2633909412864128e-3 -national_N 2.8075354250809173e-5 -nationalism_N 8.021529785945477e-6 -nationalist_N 1.6043059571890954e-5 -nationality_N 4.0107648929727385e-6 -nationalization_N 1.2032294678918217e-5 -nationhood_N 4.0107648929727385e-6 -native_N 2.8075354250809173e-5 -nativeness_N 4.0107648929727385e-6 -nativism_N 4.0107648929727385e-6 -nativist_N 4.0107648929727385e-6 -nativity_N 4.0107648929727385e-6 -natriuresis_N 4.0107648929727385e-6 -natrolite_N 4.0107648929727385e-6 -natterjack_N 4.0107648929727385e-6 -natural_N 6.016147339459108e-5 -naturalism_N 4.0107648929727385e-6 -naturalist_N 8.021529785945477e-6 -naturalization_N 4.0107648929727385e-6 -naturalness_N 4.0107648929727385e-6 -nature_N 1.84495185076746e-4 -naturism_N 4.0107648929727385e-6 -naturist_N 4.0107648929727385e-6 -naturopath_N 4.0107648929727385e-6 -naturopathy_N 4.0107648929727385e-6 -naught_N 4.0107648929727385e-6 -naughtiness_N 4.0107648929727385e-6 -naumachy_N 4.0107648929727385e-6 -nauruan_N 4.0107648929727385e-6 -nausea_N 1.6043059571890954e-5 -nautch_N 4.0107648929727385e-6 -nautch_girl_N 4.0107648929727385e-6 -nautilus_N 4.0107648929727385e-6 -nave_N 4.0107648929727385e-6 -navel_N 4.0107648929727385e-6 -navigability_N 4.0107648929727385e-6 -navigation_N 8.021529785945477e-6 -navigator_N 8.021529785945477e-6 -navvy_N 4.0107648929727385e-6 -navy_N 6.016147339459108e-5 -nawab_N 4.0107648929727385e-6 -nay_N 4.0107648929727385e-6 -naysayer_N 4.0107648929727385e-6 -naysaying_N 4.0107648929727385e-6 -nazi_N 8.021529785945477e-6 -nazism_N 4.0107648929727385e-6 -nco_N 4.0107648929727385e-6 -ne'er_do_well_N 4.0107648929727385e-6 -ne_plus_ultra_N 4.0107648929727385e-6 -neap_N 4.0107648929727385e-6 -neap_tide_N 4.0107648929727385e-6 -neapolitan_N 4.0107648929727385e-6 -nearness_N 4.0107648929727385e-6 -nearside_N 4.0107648929727385e-6 -neatness_N 8.021529785945477e-6 -nebbish_N 4.0107648929727385e-6 -nebuchadnezzar_N 4.0107648929727385e-6 -nebula_N 4.0107648929727385e-6 -nebule_N 4.0107648929727385e-6 -necessary_N 4.0107648929727385e-6 -necessitarian_N 4.0107648929727385e-6 -necessity_N 6.016147339459108e-5 -neck_N 7.21937680735093e-5 -neckband_N 4.0107648929727385e-6 -neckcloth_N 4.0107648929727385e-6 -necker_N 4.0107648929727385e-6 -neckerchief_N 4.0107648929727385e-6 -necklace_N 1.2032294678918217e-5 -necklet_N 4.0107648929727385e-6 -neckline_N 4.0107648929727385e-6 -neckpiece_N 4.0107648929727385e-6 -necktie_N 1.2032294678918217e-5 -neckwear_N 4.0107648929727385e-6 -necrobiosis_N 4.0107648929727385e-6 -necrology_N 4.0107648929727385e-6 -necrolysis_N 4.0107648929727385e-6 -necromancer_N 4.0107648929727385e-6 -necromancy_N 4.0107648929727385e-6 -necrophagia_N 4.0107648929727385e-6 -necrophilia_N 4.0107648929727385e-6 -necropolis_N 4.0107648929727385e-6 -necrosis_N 4.0107648929727385e-6 -nectar_N 4.0107648929727385e-6 -nectarine_N 4.0107648929727385e-6 -nectary_N 4.0107648929727385e-6 -need_N 4.1711954886916483e-4 -neediness_N 4.0107648929727385e-6 -needle_N 1.2032294678918217e-5 -needlebush_N 4.0107648929727385e-6 -needlecraft_N 4.0107648929727385e-6 -needlefish_N 4.0107648929727385e-6 -needlepoint_N 4.0107648929727385e-6 -needlewoman_N 4.0107648929727385e-6 -needlewood_N 4.0107648929727385e-6 -needlework_N 4.0107648929727385e-6 -needleworker_N 4.0107648929727385e-6 -needy_N 4.0107648929727385e-6 -neem_N 4.0107648929727385e-6 -neencephalon_N 4.0107648929727385e-6 -nefariousness_N 4.0107648929727385e-6 -nefazodone_N 4.0107648929727385e-6 -negation_N 4.0107648929727385e-6 -negative_N 2.8075354250809173e-5 -negativist_N 4.0107648929727385e-6 -negativity_N 4.0107648929727385e-6 -neglect_N 2.4064589357836434e-5 -neglecter_N 4.0107648929727385e-6 -neglectfulness_N 4.0107648929727385e-6 -neglige_N 4.0107648929727385e-6 -negligee_N 4.0107648929727385e-6 -negligence_N 2.8075354250809173e-5 -negotiation_N 4.2113031376213756e-4 -negotiator_N 1.0427988721729121e-4 -negotiatress_N 4.0107648929727385e-6 -negress_N 4.0107648929727385e-6 -negro_N 4.0107648929727385e-6 -negroid_N 4.0107648929727385e-6 -negus_N 4.0107648929727385e-6 -neigh_N 4.0107648929727385e-6 -neighbour_N 8.021529785945477e-6 -neighbourhood_N 1.6043059571890954e-5 -neighbourliness_N 4.0107648929727385e-6 -nekton_N 4.0107648929727385e-6 -nelfinavir_N 4.0107648929727385e-6 -nelly_N 4.0107648929727385e-6 -nelson_N 4.0107648929727385e-6 -nematode_N 4.0107648929727385e-6 -nemesis_N 1.2032294678918217e-5 -nemophila_N 4.0107648929727385e-6 -neoclassicism_N 4.0107648929727385e-6 -neoclassicist_N 4.0107648929727385e-6 -neocolonialism_N 4.0107648929727385e-6 -neoconservatism_N 4.0107648929727385e-6 -neoconservative_N 4.0107648929727385e-6 -neodymium_N 4.0107648929727385e-6 -neoexpressionism_N 4.0107648929727385e-6 -neoliberal_N 4.0107648929727385e-6 -neoliberalism_N 4.0107648929727385e-6 -neolith_N 4.0107648929727385e-6 -neologism_N 4.0107648929727385e-6 -neologist_N 4.0107648929727385e-6 -neomycin_N 4.0107648929727385e-6 -neon_N 8.021529785945477e-6 -neonate_N 4.0107648929727385e-6 -neonatology_N 4.0107648929727385e-6 -neopallium_N 4.0107648929727385e-6 -neophobia_N 4.0107648929727385e-6 -neophyte_N 8.021529785945477e-6 -neoplasia_N 4.0107648929727385e-6 -neoplasm_N 4.0107648929727385e-6 -neoprene_N 4.0107648929727385e-6 -neoromanticism_N 4.0107648929727385e-6 -neostigmine_N 4.0107648929727385e-6 -neoteny_N 4.0107648929727385e-6 -neotony_N 4.0107648929727385e-6 -nepalese_N 4.0107648929727385e-6 -nepali_N 4.0107648929727385e-6 -nepheline_N 4.0107648929727385e-6 -nephelinite_N 4.0107648929727385e-6 -nephew_N 8.021529785945477e-6 -nephology_N 4.0107648929727385e-6 -nephoscope_N 4.0107648929727385e-6 -nephralgia_N 4.0107648929727385e-6 -nephrectomy_N 4.0107648929727385e-6 -nephrite_N 4.0107648929727385e-6 -nephritis_N 4.0107648929727385e-6 -nephrocalcinosis_N 4.0107648929727385e-6 -nephrolithiasis_N 4.0107648929727385e-6 -nephrology_N 4.0107648929727385e-6 -nephron_N 4.0107648929727385e-6 -nephroptosis_N 4.0107648929727385e-6 -nephrosclerosis_N 4.0107648929727385e-6 -nephrotomy_N 4.0107648929727385e-6 -nephrotoxin_N 4.0107648929727385e-6 -nephthytis_N 4.0107648929727385e-6 -nepotism_N 8.021529785945477e-6 -nepotist_N 4.0107648929727385e-6 -neptunium_N 4.0107648929727385e-6 -nerd_N 4.0107648929727385e-6 -nereid_N 4.0107648929727385e-6 -nerita_N 4.0107648929727385e-6 -neritid_N 4.0107648929727385e-6 -neritina_N 4.0107648929727385e-6 -nerve_N 6.818300318053656e-5 -nerve_cell_N 4.0107648929727385e-6 -nerve_centre_N 4.0107648929727385e-6 -nerves_N 4.0107648929727385e-6 -nervousness_N 3.609688403675465e-5 -nescience_N 4.0107648929727385e-6 -ness_N 4.0107648929727385e-6 -nest_N 2.8075354250809173e-5 -nest_egg_N 4.0107648929727385e-6 -nester_N 4.0107648929727385e-6 -nestling_N 4.0107648929727385e-6 -net_N 8.583036870961661e-4 -netball_N 4.0107648929727385e-6 -netherlander_N 4.0107648929727385e-6 -netting_N 4.0107648929727385e-6 -nettle_N 4.0107648929727385e-6 -nettlerash_N 4.0107648929727385e-6 -network_N 9.585728094204846e-4 -neuralgia_N 4.0107648929727385e-6 -neurasthenia_N 4.0107648929727385e-6 -neurasthenic_N 4.0107648929727385e-6 -neurectomy_N 4.0107648929727385e-6 -neurinoma_N 4.0107648929727385e-6 -neuritis_N 4.0107648929727385e-6 -neuroanatomy_N 4.0107648929727385e-6 -neurobiologist_N 4.0107648929727385e-6 -neurobiology_N 4.0107648929727385e-6 -neuroblast_N 4.0107648929727385e-6 -neuroblastoma_N 4.0107648929727385e-6 -neurochemical_N 4.0107648929727385e-6 -neurodermatitis_N 4.0107648929727385e-6 -neuroepithelioma_N 4.0107648929727385e-6 -neuroepithelium_N 4.0107648929727385e-6 -neuroethics_N 4.0107648929727385e-6 -neurofibroma_N 4.0107648929727385e-6 -neurofibromatosis_N 4.0107648929727385e-6 -neurogenesis_N 4.0107648929727385e-6 -neuroglia_N 4.0107648929727385e-6 -neurogliacyte_N 4.0107648929727385e-6 -neurohormone_N 4.0107648929727385e-6 -neurolemma_N 4.0107648929727385e-6 -neurolinguist_N 4.0107648929727385e-6 -neurolinguistics_N 4.0107648929727385e-6 -neurologistFem_N 4.0107648929727385e-6 -neurologistMasc_N 4.0107648929727385e-6 -neurology_N 4.0107648929727385e-6 -neuroma_N 4.0107648929727385e-6 -neuropathy_N 4.0107648929727385e-6 -neurophysiology_N 4.0107648929727385e-6 -neuropil_N 4.0107648929727385e-6 -neuroplasty_N 4.0107648929727385e-6 -neuropsychiatry_N 4.0107648929727385e-6 -neuropteron_N 4.0107648929727385e-6 -neurosarcoma_N 4.0107648929727385e-6 -neuroscience_N 4.0107648929727385e-6 -neuroscientist_N 4.0107648929727385e-6 -neurosis_N 4.0107648929727385e-6 -neurosurgeon_N 4.0107648929727385e-6 -neurosurgery_N 4.0107648929727385e-6 -neurosyphilis_N 4.0107648929727385e-6 -neurotic_N 4.0107648929727385e-6 -neurotoxin_N 4.0107648929727385e-6 -neurotransmitter_N 4.0107648929727385e-6 -neurotropism_N 4.0107648929727385e-6 -neuter_N 4.0107648929727385e-6 -neutering_N 4.0107648929727385e-6 -neutral_N 4.0107648929727385e-6 -neutralism_N 4.0107648929727385e-6 -neutralist_N 4.0107648929727385e-6 -neutrality_N 4.0107648929727385e-6 -neutralization_N 1.2032294678918217e-5 -neutrino_N 4.0107648929727385e-6 -neutron_N 4.812917871567287e-5 -neutropenia_N 4.0107648929727385e-6 -neutrophil_N 4.0107648929727385e-6 -neve_N 4.0107648929727385e-6 -nevirapine_N 4.0107648929727385e-6 -newcomer_N 5.2139943608645604e-5 -newel_N 4.0107648929727385e-6 -newlywed_N 4.0107648929727385e-6 -newmarket_N 4.0107648929727385e-6 -newness_N 4.0107648929727385e-6 -news_N 1.3034985902161402e-3 -newsagent_N 4.0107648929727385e-6 -newsboy_N 4.0107648929727385e-6 -newscast_N 2.8075354250809173e-5 -newscaster_N 4.0107648929727385e-6 -newsdealer_N 4.0107648929727385e-6 -newsflash_N 4.0107648929727385e-6 -newsletter_N 1.443875361470186e-4 -newsmonger_N 4.0107648929727385e-6 -newspaper_N 6.497439126615837e-4 -newspapering_N 4.0107648929727385e-6 -newspaperman_N 4.0107648929727385e-6 -newspeak_N 4.0107648929727385e-6 -newsprint_N 8.422606275242751e-5 -newsreader_N 4.0107648929727385e-6 -newsreel_N 4.0107648929727385e-6 -newsroom_N 1.2032294678918217e-5 -newssheet_N 4.0107648929727385e-6 -newsstand_N 2.4064589357836434e-5 -newsvendor_N 4.0107648929727385e-6 -newswoman_N 4.0107648929727385e-6 -newsworthiness_N 4.0107648929727385e-6 -newt_N 4.0107648929727385e-6 -newton_N 4.0107648929727385e-6 -newtonian_N 4.0107648929727385e-6 -next_N 4.0107648929727385e-6 -nexus_N 8.021529785945477e-6 -ngultrum_N 4.0107648929727385e-6 -ngwee_N 4.0107648929727385e-6 -nhs_N 4.0107648929727385e-6 -niacin_N 4.0107648929727385e-6 -nib_N 4.0107648929727385e-6 -nibble_N 8.021529785945477e-6 -nibbler_N 4.0107648929727385e-6 -niblick_N 4.0107648929727385e-6 -nicad_N 4.0107648929727385e-6 -nicaraguan_N 4.0107648929727385e-6 -niceness_N 4.0107648929727385e-6 -nicety_N 4.0107648929727385e-6 -niche_N 9.2247592538373e-5 -nick_N 4.0107648929727385e-6 -nickel_N 3.208611914378191e-5 -nicknack_N 4.0107648929727385e-6 -nickname_N 3.609688403675465e-5 -nicotine_N 4.0107648929727385e-6 -nidus_N 4.0107648929727385e-6 -niece_N 4.0107648929727385e-6 -nifedipine_N 4.0107648929727385e-6 -niff_N 4.0107648929727385e-6 -nigella_N 4.0107648929727385e-6 -nigerian_N 4.0107648929727385e-6 -nigerien_N 4.0107648929727385e-6 -niggard_N 4.0107648929727385e-6 -niggardliness_N 4.0107648929727385e-6 -nigger_N 4.0107648929727385e-6 -night_N 5.414532605513198e-4 -night_bell_N 4.0107648929727385e-6 -night_bird_N 4.0107648929727385e-6 -night_light_N 4.0107648929727385e-6 -night_line_N 4.0107648929727385e-6 -night_porter_N 4.0107648929727385e-6 -night_soil_N 4.0107648929727385e-6 -night_stop_N 4.0107648929727385e-6 -night_time_N 4.0107648929727385e-6 -night_watch_N 4.0107648929727385e-6 -night_watchman_N 4.0107648929727385e-6 -nightcap_N 4.0107648929727385e-6 -nightclub_N 1.6043059571890954e-5 -nightdress_N 4.0107648929727385e-6 -nightfall_N 4.0107648929727385e-6 -nightgown_N 4.0107648929727385e-6 -nighthawk_N 4.0107648929727385e-6 -nightie_N 4.0107648929727385e-6 -nightingale_N 4.0107648929727385e-6 -nightjar_N 4.0107648929727385e-6 -nightlife_N 4.0107648929727385e-6 -nightmare_N 3.609688403675465e-5 -nightshade_N 4.0107648929727385e-6 -nightshirt_N 4.0107648929727385e-6 -nightwear_N 4.0107648929727385e-6 -nightwork_N 4.0107648929727385e-6 -nihil_N 4.0107648929727385e-6 -nihilism_N 4.0107648929727385e-6 -nihilist_N 4.0107648929727385e-6 -nil_N 4.0107648929727385e-6 -nilgai_N 4.0107648929727385e-6 -nim_N 4.0107648929727385e-6 -nimbleness_N 4.0107648929727385e-6 -nimblewill_N 4.0107648929727385e-6 -nimbus_N 4.0107648929727385e-6 -nincompoop_N 4.0107648929727385e-6 -ninepence_N 4.0107648929727385e-6 -ninepin_N 4.0107648929727385e-6 -ninepins_N 4.0107648929727385e-6 -ninja_N 4.0107648929727385e-6 -ninjutsu_N 4.0107648929727385e-6 -ninny_N 4.0107648929727385e-6 -ninon_N 4.0107648929727385e-6 -ninth_N 4.0107648929727385e-6 -niobite_N 4.0107648929727385e-6 -niobium_N 4.0107648929727385e-6 -nip_N 4.0107648929727385e-6 -nipa_N 4.0107648929727385e-6 -nipper_N 4.0107648929727385e-6 -nipple_N 4.0107648929727385e-6 -niqaabi_N 4.0107648929727385e-6 -niqab_N 4.0107648929727385e-6 -nirvana_N 4.0107648929727385e-6 -nit_N 4.0107648929727385e-6 -nitpicker_N 4.0107648929727385e-6 -nitrate_N 4.0107648929727385e-6 -nitrazepam_N 4.0107648929727385e-6 -nitre_N 4.0107648929727385e-6 -nitride_N 4.0107648929727385e-6 -nitrification_N 4.0107648929727385e-6 -nitrile_N 4.0107648929727385e-6 -nitrite_N 4.0107648929727385e-6 -nitrobacterium_N 4.0107648929727385e-6 -nitrobenzene_N 4.0107648929727385e-6 -nitrocalcite_N 4.0107648929727385e-6 -nitrochalk_N 4.0107648929727385e-6 -nitrochloromethane_N 4.0107648929727385e-6 -nitrofuran_N 4.0107648929727385e-6 -nitrofurantoin_N 4.0107648929727385e-6 -nitrogen_N 1.2032294678918217e-5 -nitrogenase_N 4.0107648929727385e-6 -nitroglycerin_N 4.0107648929727385e-6 -nitroglycerine_N 4.0107648929727385e-6 -nitrosobacteria_N 4.0107648929727385e-6 -nitty_gritty_N 4.0107648929727385e-6 -nitwit_N 4.0107648929727385e-6 -nix_N 4.0107648929727385e-6 -no_ball_N 4.0107648929727385e-6 -no_man's_land_N 4.0107648929727385e-6 -nob_N 4.0107648929727385e-6 -nobelium_N 4.0107648929727385e-6 -nobility_N 8.021529785945477e-6 -noble_N 4.0107648929727385e-6 -noble_mindedness_N 4.0107648929727385e-6 -nobleman_N 8.021529785945477e-6 -noblesse_N 4.0107648929727385e-6 -noblesse_oblige_N 4.0107648929727385e-6 -noctambulist_N 4.0107648929727385e-6 -noctiluca_N 4.0107648929727385e-6 -nocturia_N 4.0107648929727385e-6 -nocturne_N 4.0107648929727385e-6 -nod_N 1.2032294678918217e-5 -noddle_N 4.0107648929727385e-6 -node_N 4.0107648929727385e-6 -nodule_N 4.0107648929727385e-6 -noel_N 4.0107648929727385e-6 -nog_N 4.0107648929727385e-6 -noggin_N 4.0107648929727385e-6 -nogging_N 4.0107648929727385e-6 -noise_N 3.208611914378191e-5 -noiselessness_N 4.0107648929727385e-6 -noisemaker_N 4.0107648929727385e-6 -noisiness_N 4.0107648929727385e-6 -nom_de_plume_N 4.0107648929727385e-6 -noma_N 4.0107648929727385e-6 -nomad_N 4.0107648929727385e-6 -nombril_N 4.0107648929727385e-6 -nomenclature_N 4.0107648929727385e-6 -nomenklatura_N 4.0107648929727385e-6 -nomia_N 4.0107648929727385e-6 -nominalism_N 4.0107648929727385e-6 -nominalist_N 4.0107648929727385e-6 -nomination_N 5.2139943608645604e-5 -nominative_N 4.0107648929727385e-6 -nominator_N 4.0107648929727385e-6 -nominee_N 5.2139943608645604e-5 -nomogram_N 4.0107648929727385e-6 -non_compliance_N 4.0107648929727385e-6 -non_interference_N 4.0107648929727385e-6 -non_sequitur_N 4.0107648929727385e-6 -nonabsorbency_N 4.0107648929727385e-6 -nonacceptance_N 4.0107648929727385e-6 -nonaccomplishment_N 4.0107648929727385e-6 -nonage_N 4.0107648929727385e-6 -nonagenarian_N 4.0107648929727385e-6 -nonaggression_N 4.0107648929727385e-6 -nonagon_N 4.0107648929727385e-6 -nonalignment_N 4.0107648929727385e-6 -nonallele_N 4.0107648929727385e-6 -nonappearance_N 4.0107648929727385e-6 -nonattendance_N 4.0107648929727385e-6 -nonbeing_N 4.0107648929727385e-6 -noncandidate_N 4.0107648929727385e-6 -nonce_N 4.0107648929727385e-6 -nonce_word_N 4.0107648929727385e-6 -nonchalance_N 4.0107648929727385e-6 -noncombatant_N 4.0107648929727385e-6 -nonconductor_N 4.0107648929727385e-6 -nonconformism_N 4.0107648929727385e-6 -nonconformist_N 8.021529785945477e-6 -nonconformity_N 4.0107648929727385e-6 -nondescript_N 4.0107648929727385e-6 -nondevelopment_N 4.0107648929727385e-6 -nondisjunction_N 4.0107648929727385e-6 -nondriver_N 4.0107648929727385e-6 -nonentity_N 8.021529785945477e-6 -nonequivalence_N 4.0107648929727385e-6 -nones_N 4.0107648929727385e-6 -nonesuch_N 4.0107648929727385e-6 -nonevent_N 8.021529785945477e-6 -nonexistence_N 4.0107648929727385e-6 -nonfeasance_N 4.0107648929727385e-6 -nonfiction_N 1.2032294678918217e-5 -nonintervention_N 8.021529785945477e-6 -nonmember_N 4.0107648929727385e-6 -nonmetal_N 4.0107648929727385e-6 -nonobservance_N 4.0107648929727385e-6 -nonoccurrence_N 4.0107648929727385e-6 -nonpareil_N 4.0107648929727385e-6 -nonparticipant_N 4.0107648929727385e-6 -nonpartisan_N 4.0107648929727385e-6 -nonpayment_N 4.0107648929727385e-6 -nonperson_N 4.0107648929727385e-6 -nonproliferation_N 4.0107648929727385e-6 -nonreader_N 4.0107648929727385e-6 -nonresident_N 4.0107648929727385e-6 -nonresistance_N 4.0107648929727385e-6 -nonsense_N 2.8075354250809173e-5 -nonsmoker_N 4.0107648929727385e-6 -nonstarter_N 4.0107648929727385e-6 -nonsteroid_N 4.0107648929727385e-6 -nonsuch_N 4.0107648929727385e-6 -nontricyclic_N 4.0107648929727385e-6 -nonuniformity_N 4.0107648929727385e-6 -nonviolence_N 4.0107648929727385e-6 -nonworker_N 4.0107648929727385e-6 -noodle_N 1.2032294678918217e-5 -nook_N 4.0107648929727385e-6 -noon_N 4.4118413822700127e-5 -noontide_N 4.0107648929727385e-6 -noose_N 4.0107648929727385e-6 -nopal_N 4.0107648929727385e-6 -nor'_east_N 4.0107648929727385e-6 -nor'_nor'_east_N 4.0107648929727385e-6 -nor'_nor'_west_N 4.0107648929727385e-6 -nor'_west_N 4.0107648929727385e-6 -noradrenaline_N 4.0107648929727385e-6 -nordic_N 4.0107648929727385e-6 -norethindrone_N 4.0107648929727385e-6 -norethynodrel_N 4.0107648929727385e-6 -norgestrel_N 4.0107648929727385e-6 -noria_N 4.0107648929727385e-6 -norm_N 3.609688403675465e-5 -normal_N 4.0107648929727385e-6 -normalcy_N 2.8075354250809173e-5 -normality_N 4.0107648929727385e-6 -normalization_N 4.0107648929727385e-6 -normalizer_N 4.0107648929727385e-6 -norman_N 4.0107648929727385e-6 -normothermia_N 4.0107648929727385e-6 -norse_N 4.0107648929727385e-6 -north_N 2.4064589357836434e-5 -north_northeast_N 4.0107648929727385e-6 -north_northwest_N 4.0107648929727385e-6 -northeast_N 3.208611914378191e-5 -northeaster_N 4.0107648929727385e-6 -northerner_N 4.0107648929727385e-6 -northernness_N 4.0107648929727385e-6 -northland_N 4.0107648929727385e-6 -northman_N 4.0107648929727385e-6 -northwest_N 8.021529785945477e-6 -northwester_N 4.0107648929727385e-6 -nortriptyline_N 4.0107648929727385e-6 -norwegian_N 4.0107648929727385e-6 -nose_N 6.417223828756382e-5 -nose_flute_N 4.0107648929727385e-6 -nose_wheel_N 4.0107648929727385e-6 -nosebag_N 4.0107648929727385e-6 -noseband_N 4.0107648929727385e-6 -nosebleed_N 4.0107648929727385e-6 -nosecone_N 4.0107648929727385e-6 -nosedive_N 8.021529785945477e-6 -nosegay_N 4.0107648929727385e-6 -nosepiece_N 4.0107648929727385e-6 -nosering_N 4.0107648929727385e-6 -nosewheel_N 4.0107648929727385e-6 -nosh_N 4.0107648929727385e-6 -nosh_up_N 4.0107648929727385e-6 -nosher_N 4.0107648929727385e-6 -nosiness_N 4.0107648929727385e-6 -nosology_N 4.0107648929727385e-6 -nostalgia_N 2.0053824464863696e-5 -nostoc_N 4.0107648929727385e-6 -nostril_N 4.0107648929727385e-6 -nostrum_N 4.0107648929727385e-6 -notability_N 4.0107648929727385e-6 -notable_N 4.0107648929727385e-6 -notary_N 4.0107648929727385e-6 -notation_N 4.0107648929727385e-6 -notch_N 1.2032294678918217e-5 -note_N 1.363660063610731e-3 -notebook_N 7.21937680735093e-5 -notecase_N 4.0107648929727385e-6 -notepad_N 4.0107648929727385e-6 -notepaper_N 4.0107648929727385e-6 -nothing_N 4.0107648929727385e-6 -nothingness_N 4.0107648929727385e-6 -nothings_N 4.0107648929727385e-6 -nothosaur_N 4.0107648929727385e-6 -notice_N 8.823682764540025e-5 -notice_board_N 4.0107648929727385e-6 -noticer_N 4.0107648929727385e-6 -notification_N 4.812917871567287e-5 -notion_N 1.243337116821549e-4 -notochord_N 4.0107648929727385e-6 -notoriety_N 1.2032294678918217e-5 -notornis_N 4.0107648929727385e-6 -nougat_N 4.0107648929727385e-6 -nought_N 4.0107648929727385e-6 -noumenon_N 4.0107648929727385e-6 -noun_N 4.0107648929727385e-6 -nourishment_N 4.0107648929727385e-6 -nous_N 4.0107648929727385e-6 -nouveau_riche_N 4.0107648929727385e-6 -nova_N 4.0107648929727385e-6 -novation_N 4.0107648929727385e-6 -novel_N 1.5240906593296408e-4 -novelette_N 4.0107648929727385e-6 -novelist_N 3.208611914378191e-5 -novelization_N 4.0107648929727385e-6 -novelty_N 1.6043059571890954e-5 -november_N 4.0107648929727385e-6 -novena_N 4.0107648929727385e-6 -novice_N 8.021529785945477e-6 -noviciate_N 4.0107648929727385e-6 -novillada_N 4.0107648929727385e-6 -novillero_N 4.0107648929727385e-6 -novitiate_N 1.2032294678918217e-5 -novobiocin_N 4.0107648929727385e-6 -now_N 4.0107648929727385e-6 -nowhere_N 4.0107648929727385e-6 -noxiousness_N 4.0107648929727385e-6 -nozzle_N 1.2032294678918217e-5 -nspcc_N 4.0107648929727385e-6 -nt_N 4.0107648929727385e-6 -nu_N 4.0107648929727385e-6 -nuance_N 2.8075354250809173e-5 -nub_N 4.0107648929727385e-6 -nubbin_N 4.0107648929727385e-6 -nucellus_N 4.0107648929727385e-6 -nuclease_N 4.0107648929727385e-6 -nucleolus_N 4.0107648929727385e-6 -nucleon_N 4.0107648929727385e-6 -nucleoplasm_N 4.0107648929727385e-6 -nucleoprotein_N 4.0107648929727385e-6 -nucleoside_N 4.0107648929727385e-6 -nucleosynthesis_N 4.0107648929727385e-6 -nucleotide_N 4.0107648929727385e-6 -nucleus_N 8.021529785945477e-6 -nude_N 4.0107648929727385e-6 -nudge_N 8.021529785945477e-6 -nudger_N 4.0107648929727385e-6 -nudism_N 4.0107648929727385e-6 -nudist_N 4.0107648929727385e-6 -nudity_N 4.0107648929727385e-6 -nudnik_N 4.0107648929727385e-6 -nugget_N 4.0107648929727385e-6 -nuisance_N 1.2032294678918217e-5 -nullah_N 4.0107648929727385e-6 -nullification_N 4.0107648929727385e-6 -nullifier_N 4.0107648929727385e-6 -nullipara_N 4.0107648929727385e-6 -nullity_N 4.0107648929727385e-6 -numbat_N 4.0107648929727385e-6 -number_N 1.8690164401252963e-3 -numberplate_N 4.0107648929727385e-6 -numbness_N 4.0107648929727385e-6 -numdah_N 4.0107648929727385e-6 -numen_N 4.0107648929727385e-6 -numeracy_N 4.0107648929727385e-6 -numeral_N 8.021529785945477e-6 -numeration_N 4.0107648929727385e-6 -numerator_N 8.021529785945477e-6 -numerologistFem_N 4.0107648929727385e-6 -numerologistMasc_N 4.0107648929727385e-6 -numerology_N 4.0107648929727385e-6 -numerousness_N 4.0107648929727385e-6 -numismatics_N 4.0107648929727385e-6 -numismatist_N 4.0107648929727385e-6 -nummulite_N 4.0107648929727385e-6 -numskull_N 4.0107648929727385e-6 -nun_N 8.021529785945477e-6 -nuncio_N 4.0107648929727385e-6 -nunnery_N 4.0107648929727385e-6 -nurse_N 4.812917871567287e-5 -nurseling_N 4.0107648929727385e-6 -nursemaid_N 4.0107648929727385e-6 -nurser_N 4.0107648929727385e-6 -nursery_N 2.4064589357836434e-5 -nurseryman_N 4.0107648929727385e-6 -nursing_N 4.0107648929727385e-6 -nursing_home_N 4.0107648929727385e-6 -nursling_N 4.0107648929727385e-6 -nurturance_N 4.0107648929727385e-6 -nurture_N 4.0107648929727385e-6 -nut_N 1.6043059571890954e-5 -nut_butter_N 4.0107648929727385e-6 -nutation_N 4.0107648929727385e-6 -nutcracker_N 4.0107648929727385e-6 -nutgrass_N 4.0107648929727385e-6 -nuthatch_N 4.0107648929727385e-6 -nuthouse_N 4.0107648929727385e-6 -nutlet_N 4.0107648929727385e-6 -nutmeg_N 4.0107648929727385e-6 -nutria_N 4.0107648929727385e-6 -nutrient_N 8.021529785945477e-6 -nutriment_N 4.0107648929727385e-6 -nutrition_N 1.6043059571890954e-5 -nutritiousness_N 4.0107648929727385e-6 -nutshell_N 8.021529785945477e-6 -nutter_N 4.0107648929727385e-6 -nyala_N 4.0107648929727385e-6 -nybble_N 4.0107648929727385e-6 -nyctalopia_N 4.0107648929727385e-6 -nyctophobia_N 4.0107648929727385e-6 -nylon_N 4.0107648929727385e-6 -nylons_N 4.0107648929727385e-6 -nymph_N 4.0107648929727385e-6 -nymphalid_N 4.0107648929727385e-6 -nymphet_N 4.0107648929727385e-6 -nympho_N 4.0107648929727385e-6 -nympholepsy_N 4.0107648929727385e-6 -nympholept_N 4.0107648929727385e-6 -nymphomania_N 4.0107648929727385e-6 -nymphomaniac_N 4.0107648929727385e-6 -nystagmus_N 4.0107648929727385e-6 -nystatin_N 4.0107648929727385e-6 -o_level_N 4.0107648929727385e-6 -oaf_N 4.0107648929727385e-6 -oak_N 2.0053824464863696e-5 -oak_apple_N 4.0107648929727385e-6 -oakum_N 4.0107648929727385e-6 -oap_N 4.0107648929727385e-6 -oar_N 4.0107648929727385e-6 -oarfish_N 4.0107648929727385e-6 -oarsman_N 4.0107648929727385e-6 -oarsmanship_N 4.0107648929727385e-6 -oarswoman_N 4.0107648929727385e-6 -oasis_N 1.6043059571890954e-5 -oast_N 4.0107648929727385e-6 -oasthouse_N 4.0107648929727385e-6 -oat_N 3.609688403675465e-5 -oatcake_N 4.0107648929727385e-6 -oath_N 1.2032294678918217e-5 -oatmeal_N 4.0107648929727385e-6 -oau_N 4.0107648929727385e-6 -obbligato_N 4.0107648929727385e-6 -obduracy_N 4.0107648929727385e-6 -obeah_N 4.0107648929727385e-6 -obeche_N 4.0107648929727385e-6 -obedience_N 8.021529785945477e-6 -obeisance_N 8.021529785945477e-6 -obelion_N 4.0107648929727385e-6 -obelisk_N 8.021529785945477e-6 -obesity_N 4.0107648929727385e-6 -obfuscation_N 4.0107648929727385e-6 -obi_N 4.0107648929727385e-6 -obiism_N 4.0107648929727385e-6 -obiter_dictum_N 8.021529785945477e-6 -obituary_N 4.0107648929727385e-6 -object_N 2.8075354250809173e-5 -objectification_N 4.0107648929727385e-6 -objection_N 7.620453296648204e-5 -objective_N 1.243337116821549e-4 -objectivity_N 2.0053824464863696e-5 -objector_N 4.0107648929727385e-6 -objurgation_N 4.0107648929727385e-6 -oblate_N 4.0107648929727385e-6 -oblateness_N 4.0107648929727385e-6 -oblation_N 4.0107648929727385e-6 -obligation_N 2.9679660207998265e-4 -obliger_N 4.0107648929727385e-6 -oblique_N 4.0107648929727385e-6 -obliqueness_N 4.0107648929727385e-6 -obliquity_N 4.0107648929727385e-6 -obliteration_N 4.0107648929727385e-6 -obliterator_N 4.0107648929727385e-6 -oblivion_N 8.021529785945477e-6 -obliviousness_N 4.0107648929727385e-6 -oblong_N 4.0107648929727385e-6 -obloquy_N 4.0107648929727385e-6 -obnoxiousness_N 4.0107648929727385e-6 -oboe_N 4.0107648929727385e-6 -oboist_N 8.021529785945477e-6 -obolus_N 4.0107648929727385e-6 -obscenity_N 8.021529785945477e-6 -obscurantism_N 4.0107648929727385e-6 -obscurantist_N 4.0107648929727385e-6 -obscureness_N 4.0107648929727385e-6 -obscurity_N 1.2032294678918217e-5 -obsequiousness_N 4.0107648929727385e-6 -observance_N 1.2032294678918217e-5 -observation_N 2.4064589357836434e-5 -observatory_N 8.021529785945477e-6 -observer_N 2.0855977443458241e-4 -obsession_N 2.0053824464863696e-5 -obsessive_N 4.0107648929727385e-6 -obsessiveness_N 4.0107648929727385e-6 -obsidian_N 4.0107648929727385e-6 -obsolescence_N 4.0107648929727385e-6 -obsoleteness_N 4.0107648929727385e-6 -obstacle_N 1.1631218189620943e-4 -obstetrician_N 4.0107648929727385e-6 -obstetrics_N 4.0107648929727385e-6 -obstinacy_N 4.0107648929727385e-6 -obstipation_N 4.0107648929727385e-6 -obstreperousness_N 4.0107648929727385e-6 -obstruction_N 1.6043059571890954e-5 -obstructionism_N 4.0107648929727385e-6 -obstructionist_N 8.021529785945477e-6 -obstruent_N 4.0107648929727385e-6 -obtainment_N 4.0107648929727385e-6 -obtrusiveness_N 4.0107648929727385e-6 -obturator_N 4.0107648929727385e-6 -obtuseness_N 4.0107648929727385e-6 -obverse_N 4.0107648929727385e-6 -obviation_N 4.0107648929727385e-6 -obviousness_N 4.0107648929727385e-6 -oca_N 4.0107648929727385e-6 -ocarina_N 4.0107648929727385e-6 -occasion_N 7.21937680735093e-5 -occasions_N 4.0107648929727385e-6 -occidental_N 4.0107648929727385e-6 -occidentalism_N 4.0107648929727385e-6 -occiput_N 4.0107648929727385e-6 -occlusion_N 4.0107648929727385e-6 -occult_N 4.0107648929727385e-6 -occultism_N 4.0107648929727385e-6 -occultist_N 4.0107648929727385e-6 -occupancy_N 2.4064589357836434e-5 -occupant_N 1.6043059571890954e-5 -occupation_N 3.609688403675465e-5 -occupier_N 4.0107648929727385e-6 -occurrence_N 1.6043059571890954e-5 -ocean_N 5.2139943608645604e-5 -oceanfront_N 4.0107648929727385e-6 -oceanographer_N 4.0107648929727385e-6 -oceanography_N 4.0107648929727385e-6 -ocelot_N 4.0107648929727385e-6 -ocher_N 4.0107648929727385e-6 -ochre_N 4.0107648929727385e-6 -ochronosis_N 4.0107648929727385e-6 -ocotillo_N 4.0107648929727385e-6 -octagon_N 4.0107648929727385e-6 -octahedron_N 4.0107648929727385e-6 -octameter_N 4.0107648929727385e-6 -octane_N 8.021529785945477e-6 -octant_N 4.0107648929727385e-6 -octave_N 8.021529785945477e-6 -octavo_N 4.0107648929727385e-6 -octet_N 4.0107648929727385e-6 -octette_N 4.0107648929727385e-6 -octillion_N 4.0107648929727385e-6 -october_N 4.0107648929727385e-6 -octogenarian_N 8.021529785945477e-6 -octopod_N 4.0107648929727385e-6 -octopus_N 4.0107648929727385e-6 -octoroon_N 4.0107648929727385e-6 -octosyllable_N 4.0107648929727385e-6 -octroi_N 4.0107648929727385e-6 -oculism_N 4.0107648929727385e-6 -oculist_N 4.0107648929727385e-6 -oculomotor_N 4.0107648929727385e-6 -odalisque_N 4.0107648929727385e-6 -oddity_N 1.6043059571890954e-5 -oddment_N 4.0107648929727385e-6 -oddness_N 4.0107648929727385e-6 -odds_N 4.0107648929727385e-6 -ode_N 4.0107648929727385e-6 -odist_N 4.0107648929727385e-6 -odium_N 4.0107648929727385e-6 -odometer_N 4.0107648929727385e-6 -odonate_N 4.0107648929727385e-6 -odontoglossum_N 4.0107648929727385e-6 -odour_N 4.0107648929727385e-6 -odynophagia_N 4.0107648929727385e-6 -odyssey_N 8.021529785945477e-6 -oecd_N 4.0107648929727385e-6 -oed_N 4.0107648929727385e-6 -oenomel_N 4.0107648929727385e-6 -oersted_N 4.0107648929727385e-6 -oesophagus_N 4.0107648929727385e-6 -oeuvre_N 4.0107648929727385e-6 -off_day_N 4.0107648929727385e-6 -off_licence_N 4.0107648929727385e-6 -offal_N 4.0107648929727385e-6 -offence_N 4.0107648929727385e-6 -offenderFem_N 4.0107648929727385e-6 -offenderMasc_N 4.0107648929727385e-6 -offense_N 4.0107648929727385e-6 -offensive_N 3.208611914378191e-5 -offensiveness_N 4.0107648929727385e-6 -offer_N 1.8088549667307052e-3 -offerer_N 4.0107648929727385e-6 -offering_N 1.1711433487480397e-3 -offertory_N 4.0107648929727385e-6 -office_N 1.8369303209815144e-3 -office_bearer_N 4.0107648929727385e-6 -office_block_N 4.0107648929727385e-6 -office_boy_N 4.0107648929727385e-6 -office_holder_N 4.0107648929727385e-6 -officeholder_N 4.0107648929727385e-6 -officer_N 1.7567150231220597e-3 -officialFem_N 4.0107648929727385e-6 -officialMasc_N 3.39711786434791e-3 -officialdom_N 8.021529785945477e-6 -officialese_N 4.0107648929727385e-6 -officiant_N 4.0107648929727385e-6 -officiation_N 4.0107648929727385e-6 -officiousness_N 4.0107648929727385e-6 -offing_N 2.0053824464863696e-5 -offprint_N 4.0107648929727385e-6 -offset_N 8.021529785945477e-6 -offshoot_N 2.0053824464863696e-5 -offside_N 4.0107648929727385e-6 -offspring_N 1.6043059571890954e-5 -ogee_N 4.0107648929727385e-6 -ogler_N 4.0107648929727385e-6 -ogre_N 4.0107648929727385e-6 -ogress_N 4.0107648929727385e-6 -ohm_N 4.0107648929727385e-6 -ohmage_N 4.0107648929727385e-6 -ohmmeter_N 4.0107648929727385e-6 -oil_N 1.6083167220820682e-3 -oil_burner_N 4.0107648929727385e-6 -oil_cake_N 4.0107648929727385e-6 -oil_painting_N 4.0107648929727385e-6 -oil_palm_N 4.0107648929727385e-6 -oil_paper_N 4.0107648929727385e-6 -oil_rig_N 4.0107648929727385e-6 -oil_silk_N 4.0107648929727385e-6 -oil_slick_N 4.0107648929727385e-6 -oil_tanker_N 4.0107648929727385e-6 -oil_well_N 4.0107648929727385e-6 -oilbird_N 4.0107648929727385e-6 -oilcan_N 4.0107648929727385e-6 -oilcloth_N 4.0107648929727385e-6 -oiler_N 8.021529785945477e-6 -oilfield_N 8.021529785945477e-6 -oilfish_N 4.0107648929727385e-6 -oiliness_N 4.0107648929727385e-6 -oilman_N 4.0107648929727385e-6 -oilpaper_N 4.0107648929727385e-6 -oilseed_N 4.0107648929727385e-6 -oilskin_N 4.0107648929727385e-6 -oilstone_N 4.0107648929727385e-6 -ointment_N 8.021529785945477e-6 -oka_N 4.0107648929727385e-6 -okapi_N 4.0107648929727385e-6 -okra_N 4.0107648929727385e-6 -ola_N 4.0107648929727385e-6 -old_N 2.4064589357836434e-5 -old_timer_N 4.0107648929727385e-6 -oldie_N 4.0107648929727385e-6 -oldness_N 4.0107648929727385e-6 -oldster_N 4.0107648929727385e-6 -oleander_N 4.0107648929727385e-6 -oleaster_N 4.0107648929727385e-6 -olecranon_N 4.0107648929727385e-6 -oleoresin_N 4.0107648929727385e-6 -oligarch_N 4.0107648929727385e-6 -oligarchy_N 4.0107648929727385e-6 -oligochaete_N 4.0107648929727385e-6 -oligodactyly_N 4.0107648929727385e-6 -oligodendrocyte_N 4.0107648929727385e-6 -oligodendroglia_N 4.0107648929727385e-6 -oligodontia_N 4.0107648929727385e-6 -oligomenorrhea_N 4.0107648929727385e-6 -oligopoly_N 4.0107648929727385e-6 -oligosaccharide_N 4.0107648929727385e-6 -oligospermia_N 4.0107648929727385e-6 -oliguria_N 4.0107648929727385e-6 -olive_N 4.0107648929727385e-6 -olive_tree_N 4.0107648929727385e-6 -olivenite_N 4.0107648929727385e-6 -olivine_N 4.0107648929727385e-6 -olm_N 4.0107648929727385e-6 -ology_N 4.0107648929727385e-6 -olympiad_N 4.0107648929727385e-6 -olympian_N 4.0107648929727385e-6 -omani_N 4.0107648929727385e-6 -ombu_N 4.0107648929727385e-6 -ombudsman_N 1.2032294678918217e-5 -omega_N 4.0107648929727385e-6 -omelet_N 4.0107648929727385e-6 -omelette_N 4.0107648929727385e-6 -omen_N 1.2032294678918217e-5 -omentum_N 4.0107648929727385e-6 -omeprazole_N 4.0107648929727385e-6 -omerta_N 4.0107648929727385e-6 -omicron_N 4.0107648929727385e-6 -omission_N 1.2032294678918217e-5 -ommastrephes_N 4.0107648929727385e-6 -ommatidium_N 4.0107648929727385e-6 -omnibus_N 2.8075354250809173e-5 -omnipotence_N 4.0107648929727385e-6 -omnirange_N 4.0107648929727385e-6 -omniscience_N 4.0107648929727385e-6 -omnivore_N 4.0107648929727385e-6 -omophagia_N 4.0107648929727385e-6 -omphaloskepsis_N 4.0107648929727385e-6 -on_licence_N 4.0107648929727385e-6 -onager_N 4.0107648929727385e-6 -onchocerciasis_N 4.0107648929727385e-6 -oncidium_N 4.0107648929727385e-6 -oncogene_N 4.0107648929727385e-6 -oncologist_N 4.0107648929727385e-6 -oncology_N 4.0107648929727385e-6 -oncoming_N 4.0107648929727385e-6 -one_step_N 4.0107648929727385e-6 -one_upmanship_N 4.0107648929727385e-6 -oneiromancer_N 4.0107648929727385e-6 -oneiromancy_N 4.0107648929727385e-6 -oneness_N 4.0107648929727385e-6 -onion_N 4.0107648929727385e-6 -onionskin_N 4.0107648929727385e-6 -onlooker_N 1.2032294678918217e-5 -onomancer_N 4.0107648929727385e-6 -onomancy_N 4.0107648929727385e-6 -onomasticon_N 4.0107648929727385e-6 -onomastics_N 4.0107648929727385e-6 -onomatomania_N 4.0107648929727385e-6 -onomatopoeia_N 4.0107648929727385e-6 -onrush_N 4.0107648929727385e-6 -onset_N 1.2032294678918217e-5 -onslaught_N 2.0053824464863696e-5 -ontology_N 4.0107648929727385e-6 -onus_N 1.2032294678918217e-5 -onycholysis_N 4.0107648929727385e-6 -onychophoran_N 4.0107648929727385e-6 -onychosis_N 4.0107648929727385e-6 -onyx_N 4.0107648929727385e-6 -oocyte_N 4.0107648929727385e-6 -oogenesis_N 4.0107648929727385e-6 -oology_N 4.0107648929727385e-6 -oolong_N 4.0107648929727385e-6 -oomph_N 8.021529785945477e-6 -oophorectomy_N 4.0107648929727385e-6 -oophoritis_N 4.0107648929727385e-6 -oophorosalpingectomy_N 4.0107648929727385e-6 -oosphere_N 4.0107648929727385e-6 -oospore_N 4.0107648929727385e-6 -ootid_N 4.0107648929727385e-6 -ooze_N 8.021529785945477e-6 -op_art_N 2.887750722940372e-4 -opacification_N 4.0107648929727385e-6 -opacity_N 4.0107648929727385e-6 -opah_N 4.0107648929727385e-6 -opal_N 4.0107648929727385e-6 -opalescence_N 4.0107648929727385e-6 -opaqueness_N 4.0107648929727385e-6 -open_N 2.4064589357836434e-5 -openbill_N 4.0107648929727385e-6 -opener_N 1.6043059571890954e-5 -opening_N 2.4064589357836432e-4 -openness_N 2.8075354250809173e-5 -openwork_N 4.0107648929727385e-6 -opepe_N 4.0107648929727385e-6 -opera_N 2.0053824464863696e-5 -opera_cloak_N 4.0107648929727385e-6 -opera_hat_N 4.0107648929727385e-6 -opera_house_N 4.0107648929727385e-6 -operagoer_N 4.0107648929727385e-6 -operand_N 4.0107648929727385e-6 -operating_table_N 4.0107648929727385e-6 -operating_theatre_N 4.0107648929727385e-6 -operation_N 2.2861359889944613e-3 -operationalism_N 4.0107648929727385e-6 -operations_N 4.0107648929727385e-6 -operative_N 1.6043059571890954e-5 -operator_N 3.8102266483241017e-4 -operculum_N 4.0107648929727385e-6 -operetta_N 4.0107648929727385e-6 -operon_N 4.0107648929727385e-6 -ophidism_N 4.0107648929727385e-6 -ophiolatry_N 4.0107648929727385e-6 -ophryon_N 4.0107648929727385e-6 -ophthalmectomy_N 4.0107648929727385e-6 -ophthalmia_N 4.0107648929727385e-6 -ophthalmologist_N 4.0107648929727385e-6 -ophthalmology_N 4.0107648929727385e-6 -ophthalmoplegia_N 4.0107648929727385e-6 -ophthalmoscope_N 4.0107648929727385e-6 -ophthalmoscopy_N 4.0107648929727385e-6 -opiate_N 4.0107648929727385e-6 -opinion_N 3.2086119143781913e-4 -opisthorchiasis_N 4.0107648929727385e-6 -opisthotonos_N 4.0107648929727385e-6 -opium_N 1.6043059571890954e-5 -opium_den_N 4.0107648929727385e-6 -opopanax_N 4.0107648929727385e-6 -opossum_N 4.0107648929727385e-6 -opponentFem_N 4.0107648929727385e-6 -opponentMasc_N 4.0107648929727385e-6 -opportuneness_N 4.0107648929727385e-6 -opportunism_N 8.021529785945477e-6 -opportunistFem_N 4.0107648929727385e-6 -opportunistMasc_N 4.0107648929727385e-6 -opportunity_N 5.133779063005105e-4 -opposite_N 2.8075354250809173e-5 -opposition_N 3.890441946183557e-4 -oppression_N 1.2032294678918217e-5 -oppressor_N 4.0107648929727385e-6 -opprobrium_N 4.0107648929727385e-6 -opsin_N 4.0107648929727385e-6 -opsonin_N 4.0107648929727385e-6 -opsonization_N 4.0107648929727385e-6 -optative_N 4.0107648929727385e-6 -optician_N 4.0107648929727385e-6 -optics_N 4.0107648929727385e-6 -optimism_N 6.016147339459108e-5 -optimistFem_N 4.0107648929727385e-6 -optimistMasc_N 4.0107648929727385e-6 -optimization_N 4.0107648929727385e-6 -optimum_N 4.0107648929727385e-6 -option_N 1.1551002891761488e-3 -optometrist_N 4.0107648929727385e-6 -optometry_N 4.0107648929727385e-6 -opulence_N 8.021529785945477e-6 -opus_N 4.0107648929727385e-6 -orach_N 4.0107648929727385e-6 -oracle_N 4.0107648929727385e-6 -oral_N 4.0107648929727385e-6 -orang_outan_N 4.0107648929727385e-6 -orang_outang_N 4.0107648929727385e-6 -orang_utan_N 4.0107648929727385e-6 -orange_1_N 2.8075354250809173e-5 -orange_2_N 4.0107648929727385e-6 -orangeade_N 4.0107648929727385e-6 -orangeman_N 4.0107648929727385e-6 -orangery_N 4.0107648929727385e-6 -orangewood_N 4.0107648929727385e-6 -orangutan_N 4.0107648929727385e-6 -oration_N 4.0107648929727385e-6 -oratorFem_N 4.0107648929727385e-6 -oratorMasc_N 4.0107648929727385e-6 -oratorio_N 4.0107648929727385e-6 -oratory_N 4.0107648929727385e-6 -orb_N 4.0107648929727385e-6 -orbit_N 2.8075354250809173e-5 -orbitale_N 4.0107648929727385e-6 -orchard_N 2.4064589357836434e-5 -orchestra_N 3.208611914378191e-5 -orchestration_N 4.0107648929727385e-6 -orchestrator_N 4.0107648929727385e-6 -orchid_N 8.021529785945477e-6 -orchidalgia_N 4.0107648929727385e-6 -orchidectomy_N 4.0107648929727385e-6 -orchil_N 4.0107648929727385e-6 -orchiopexy_N 4.0107648929727385e-6 -orchis_N 4.0107648929727385e-6 -orchitis_N 4.0107648929727385e-6 -orchotomy_N 4.0107648929727385e-6 -ordainer_N 4.0107648929727385e-6 -ordeal_N 1.6043059571890954e-5 -order_N 1.9933501518074512e-3 -order_book_N 4.0107648929727385e-6 -order_form_N 4.0107648929727385e-6 -order_paper_N 4.0107648929727385e-6 -orderer_N 4.0107648929727385e-6 -ordering_N 4.0107648929727385e-6 -orderliness_N 4.0107648929727385e-6 -orderly_N 4.0107648929727385e-6 -ordinal_N 4.0107648929727385e-6 -ordinance_N 3.609688403675465e-5 -ordinand_N 4.0107648929727385e-6 -ordinariness_N 4.0107648929727385e-6 -ordinary_N 4.0107648929727385e-6 -ordinate_N 4.0107648929727385e-6 -ordination_N 4.0107648929727385e-6 -ordnance_N 1.2032294678918217e-5 -ordure_N 4.0107648929727385e-6 -ore_N 1.2032294678918217e-5 -oregano_N 4.0107648929727385e-6 -oreo_N 4.0107648929727385e-6 -organ_N 3.208611914378191e-5 -organ_blower_N 4.0107648929727385e-6 -organ_grinder_N 4.0107648929727385e-6 -organ_loft_N 4.0107648929727385e-6 -organdie_N 4.0107648929727385e-6 -organdy_N 4.0107648929727385e-6 -organelle_N 4.0107648929727385e-6 -organic_N 4.0107648929727385e-6 -organicism_N 4.0107648929727385e-6 -organification_N 4.0107648929727385e-6 -organism_N 1.6043059571890954e-5 -organist_N 4.0107648929727385e-6 -organization_N 4.2514107865511034e-4 -organizer_N 2.0053824464863696e-5 -organon_N 4.0107648929727385e-6 -organophosphate_N 4.0107648929727385e-6 -organza_N 4.0107648929727385e-6 -orgasm_N 4.0107648929727385e-6 -orgy_N 8.021529785945477e-6 -oriel_N 4.0107648929727385e-6 -orient_N 4.0107648929727385e-6 -oriental_N 4.0107648929727385e-6 -orientalism_N 4.0107648929727385e-6 -orientalistFem_N 4.0107648929727385e-6 -orientalistMasc_N 4.0107648929727385e-6 -orientation_N 4.0107648929727385e-6 -orifice_N 4.0107648929727385e-6 -oriflamme_N 4.0107648929727385e-6 -origami_N 4.0107648929727385e-6 -origanum_N 4.0107648929727385e-6 -origin_N 1.6043059571890954e-5 -original_N 1.6043059571890954e-5 -originalism_N 4.0107648929727385e-6 -originality_N 4.0107648929727385e-6 -originatorFem_N 4.0107648929727385e-6 -originatorMasc_N 4.0107648929727385e-6 -oriole_N 4.0107648929727385e-6 -orison_N 4.0107648929727385e-6 -orlop_N 4.0107648929727385e-6 -ormer_N 4.0107648929727385e-6 -ormolu_N 4.0107648929727385e-6 -ornament_N 8.021529785945477e-6 -ornamental_N 4.0107648929727385e-6 -ornamentalism_N 4.0107648929727385e-6 -ornamentation_N 4.0107648929727385e-6 -ornateness_N 4.0107648929727385e-6 -ornithine_N 4.0107648929727385e-6 -ornithischian_N 4.0107648929727385e-6 -ornithologistFem_N 4.0107648929727385e-6 -ornithologistMasc_N 4.0107648929727385e-6 -ornithology_N 4.0107648929727385e-6 -ornithomimid_N 4.0107648929727385e-6 -ornithopod_N 4.0107648929727385e-6 -orogeny_N 4.0107648929727385e-6 -oroide_N 4.0107648929727385e-6 -orologistFem_N 4.0107648929727385e-6 -orologistMasc_N 4.0107648929727385e-6 -orology_N 4.0107648929727385e-6 -oropharynx_N 4.0107648929727385e-6 -orphan_N 1.2032294678918217e-5 -orphanage_N 4.0107648929727385e-6 -orphenadrine_N 4.0107648929727385e-6 -orphrey_N 4.0107648929727385e-6 -orpiment_N 4.0107648929727385e-6 -orpine_N 4.0107648929727385e-6 -orrery_N 4.0107648929727385e-6 -orrisroot_N 4.0107648929727385e-6 -orthicon_N 4.0107648929727385e-6 -orthochorea_N 4.0107648929727385e-6 -orthoclase_N 4.0107648929727385e-6 -orthodontics_N 4.0107648929727385e-6 -orthodontist_N 4.0107648929727385e-6 -orthodoxy_N 8.021529785945477e-6 -orthoepist_N 4.0107648929727385e-6 -orthoepy_N 4.0107648929727385e-6 -orthogonality_N 4.0107648929727385e-6 -orthography_N 4.0107648929727385e-6 -orthomyxovirus_N 4.0107648929727385e-6 -orthopaedics_N 4.0107648929727385e-6 -orthopedics_N 4.0107648929727385e-6 -orthopedist_N 4.0107648929727385e-6 -orthopnea_N 4.0107648929727385e-6 -orthopter_N 4.0107648929727385e-6 -orthoptics_N 4.0107648929727385e-6 -orthoptist_N 4.0107648929727385e-6 -orthoscope_N 4.0107648929727385e-6 -ortolan_N 4.0107648929727385e-6 -ortygan_N 4.0107648929727385e-6 -oryx_N 4.0107648929727385e-6 -orzo_N 4.0107648929727385e-6 -os_N 4.0107648929727385e-6 -oscar_N 4.0107648929727385e-6 -oscheocele_N 4.0107648929727385e-6 -oscillation_N 4.0107648929727385e-6 -oscillator_N 4.0107648929727385e-6 -oscillogram_N 4.0107648929727385e-6 -oscillograph_N 4.0107648929727385e-6 -oscilloscope_N 4.0107648929727385e-6 -oscine_N 4.0107648929727385e-6 -oscitancy_N 4.0107648929727385e-6 -osculation_N 4.0107648929727385e-6 -osier_N 4.0107648929727385e-6 -osmiridium_N 4.0107648929727385e-6 -osmium_N 4.0107648929727385e-6 -osmoreceptor_N 4.0107648929727385e-6 -osmosis_N 4.0107648929727385e-6 -osprey_N 4.0107648929727385e-6 -ossicle_N 4.0107648929727385e-6 -ossification_N 4.0107648929727385e-6 -ossuary_N 4.0107648929727385e-6 -osteitis_N 4.0107648929727385e-6 -ostentation_N 8.021529785945477e-6 -osteoarthritis_N 4.0107648929727385e-6 -osteoblast_N 4.0107648929727385e-6 -osteoblastoma_N 4.0107648929727385e-6 -osteochondroma_N 4.0107648929727385e-6 -osteoclasis_N 4.0107648929727385e-6 -osteoclast_N 4.0107648929727385e-6 -osteocyte_N 4.0107648929727385e-6 -osteodystrophy_N 4.0107648929727385e-6 -osteologist_N 4.0107648929727385e-6 -osteology_N 4.0107648929727385e-6 -osteolysis_N 4.0107648929727385e-6 -osteoma_N 4.0107648929727385e-6 -osteomalacia_N 4.0107648929727385e-6 -osteomyelitis_N 4.0107648929727385e-6 -osteopath_N 4.0107648929727385e-6 -osteopathy_N 4.0107648929727385e-6 -osteopetrosis_N 4.0107648929727385e-6 -osteophyte_N 4.0107648929727385e-6 -osteoporosis_N 4.0107648929727385e-6 -osteosarcoma_N 4.0107648929727385e-6 -osteosclerosis_N 4.0107648929727385e-6 -osteostracan_N 4.0107648929727385e-6 -osteotomy_N 4.0107648929727385e-6 -ostinato_N 4.0107648929727385e-6 -ostiole_N 4.0107648929727385e-6 -ostler_N 4.0107648929727385e-6 -ostomy_N 4.0107648929727385e-6 -ostracism_N 4.0107648929727385e-6 -ostracoderm_N 4.0107648929727385e-6 -ostrich_N 4.0107648929727385e-6 -ot_N 4.0107648929727385e-6 -other_N 1.058841931744803e-3 -otherness_N 4.0107648929727385e-6 -otherworld_N 4.0107648929727385e-6 -othonna_N 4.0107648929727385e-6 -otitis_N 4.0107648929727385e-6 -otology_N 4.0107648929727385e-6 -otoplasty_N 4.0107648929727385e-6 -otorrhea_N 4.0107648929727385e-6 -otosclerosis_N 4.0107648929727385e-6 -otoscope_N 4.0107648929727385e-6 -otter_N 4.0107648929727385e-6 -otterhound_N 4.0107648929727385e-6 -ottomanFem_N 4.0107648929727385e-6 -ottomanMasc_N 4.0107648929727385e-6 -oubliette_N 4.0107648929727385e-6 -ouguiya_N 4.0107648929727385e-6 -ouija_N 4.0107648929727385e-6 -ouija_board_N 4.0107648929727385e-6 -ounce_N 3.088288967589009e-4 -ouster_N 4.0107648929727385e-6 -out_N 4.0107648929727385e-6 -out_tray_N 4.0107648929727385e-6 -outage_N 4.0107648929727385e-6 -outback_N 8.021529785945477e-6 -outbreak_N 2.8075354250809173e-5 -outbuilding_N 4.0107648929727385e-6 -outburst_N 4.0107648929727385e-6 -outcast_N 4.0107648929727385e-6 -outcaste_N 4.0107648929727385e-6 -outcome_N 1.2834447657512763e-4 -outcrop_N 4.0107648929727385e-6 -outcry_N 6.417223828756382e-5 -outdoors_N 4.0107648929727385e-6 -outdoorsman_N 4.0107648929727385e-6 -outdoorswoman_N 4.0107648929727385e-6 -outercourse_N 4.0107648929727385e-6 -outerwear_N 4.0107648929727385e-6 -outfall_N 4.0107648929727385e-6 -outfield_N 1.2032294678918217e-5 -outfielder_N 8.021529785945477e-6 -outfit_N 2.4064589357836434e-5 -outfitter_N 4.0107648929727385e-6 -outfitting_N 4.0107648929727385e-6 -outflow_N 6.818300318053656e-5 -outgo_N 4.0107648929727385e-6 -outgrowth_N 1.2032294678918217e-5 -outhouse_N 4.0107648929727385e-6 -outing_N 8.021529785945477e-6 -outlandishness_N 4.0107648929727385e-6 -outlaw_N 4.0107648929727385e-6 -outlawry_N 4.0107648929727385e-6 -outlay_N 7.620453296648204e-5 -outlet_N 1.243337116821549e-4 -outlier_N 4.0107648929727385e-6 -outline_N 1.2032294678918217e-5 -outlook_N 2.446566584713371e-4 -outpatient_N 1.6043059571890954e-5 -outport_N 4.0107648929727385e-6 -outpost_N 2.0053824464863696e-5 -outpouring_N 4.0107648929727385e-6 -output_N 3.409150159026828e-4 -outrage_N 2.4064589357836434e-5 -outrageousness_N 4.0107648929727385e-6 -outreach_N 4.0107648929727385e-6 -outrider_N 4.0107648929727385e-6 -outrigger_N 4.0107648929727385e-6 -outset_N 3.208611914378191e-5 -outside_N 3.609688403675465e-5 -outsider_N 7.620453296648204e-5 -outsize_N 4.0107648929727385e-6 -outskirt_N 4.0107648929727385e-6 -outskirts_N 4.0107648929727385e-6 -outsole_N 4.0107648929727385e-6 -outspokenness_N 4.0107648929727385e-6 -outstation_N 4.0107648929727385e-6 -outstroke_N 4.0107648929727385e-6 -outtake_N 4.0107648929727385e-6 -outthrust_N 4.0107648929727385e-6 -outwardness_N 4.0107648929727385e-6 -outwork_N 4.0107648929727385e-6 -ouzel_N 4.0107648929727385e-6 -ouzo_N 4.0107648929727385e-6 -oval_N 4.0107648929727385e-6 -ovaritis_N 4.0107648929727385e-6 -ovary_N 4.0107648929727385e-6 -ovation_N 8.021529785945477e-6 -oven_N 1.2032294678918217e-5 -ovenbird_N 4.0107648929727385e-6 -ovenware_N 4.0107648929727385e-6 -over_N 1.6043059571890954e-5 -over_abundance_N 4.0107648929727385e-6 -overabundance_N 4.0107648929727385e-6 -overachievement_N 4.0107648929727385e-6 -overachiever_N 4.0107648929727385e-6 -overactivity_N 4.0107648929727385e-6 -overage_N 4.0107648929727385e-6 -overall_N 2.0053824464863696e-5 -overanxiety_N 4.0107648929727385e-6 -overbid_N 4.0107648929727385e-6 -overbite_N 4.0107648929727385e-6 -overburden_N 4.0107648929727385e-6 -overcapitalization_N 4.0107648929727385e-6 -overcast_N 4.0107648929727385e-6 -overcharge_N 1.6043059571890954e-5 -overcoat_N 4.0107648929727385e-6 -overcompensation_N 4.0107648929727385e-6 -overconfidence_N 4.0107648929727385e-6 -overcredulity_N 4.0107648929727385e-6 -overdraft_N 8.021529785945477e-6 -overdrive_N 4.0107648929727385e-6 -overemphasis_N 4.0107648929727385e-6 -overestimate_N 4.0107648929727385e-6 -overexertion_N 4.0107648929727385e-6 -overexploitation_N 4.0107648929727385e-6 -overexposure_N 4.0107648929727385e-6 -overfeeding_N 4.0107648929727385e-6 -overflight_N 4.0107648929727385e-6 -overflow_N 8.021529785945477e-6 -overgarment_N 4.0107648929727385e-6 -overgrowth_N 4.0107648929727385e-6 -overhang_N 2.0053824464863696e-5 -overhaul_N 6.818300318053656e-5 -overhead_N 8.021529785945477e-6 -overheating_N 4.0107648929727385e-6 -overindulgence_N 4.0107648929727385e-6 -overkill_N 4.0107648929727385e-6 -overlap_N 4.0107648929727385e-6 -overlay_N 8.021529785945477e-6 -overlip_N 4.0107648929727385e-6 -overload_N 4.0107648929727385e-6 -overlook_N 4.0107648929727385e-6 -overlord_N 4.0107648929727385e-6 -overlordship_N 4.0107648929727385e-6 -overmantel_N 4.0107648929727385e-6 -overnighter_N 4.0107648929727385e-6 -overpass_N 8.021529785945477e-6 -overpayment_N 4.0107648929727385e-6 -overplus_N 4.0107648929727385e-6 -overpopulation_N 4.0107648929727385e-6 -overpressure_N 4.0107648929727385e-6 -overprint_N 4.0107648929727385e-6 -overproduction_N 1.6043059571890954e-5 -overreaction_N 4.0107648929727385e-6 -override_N 4.0107648929727385e-6 -overseer_N 8.021529785945477e-6 -oversensitiveness_N 4.0107648929727385e-6 -overshoe_N 4.0107648929727385e-6 -overshoot_N 4.0107648929727385e-6 -oversight_N 5.2139943608645604e-5 -oversimplification_N 4.0107648929727385e-6 -overskirt_N 4.0107648929727385e-6 -overspill_N 4.0107648929727385e-6 -overstatement_N 8.021529785945477e-6 -overstrain_N 4.0107648929727385e-6 -overthrow_N 4.0107648929727385e-6 -overtime_N 3.609688403675465e-5 -overtolerance_N 4.0107648929727385e-6 -overtone_N 4.0107648929727385e-6 -overture_N 1.6043059571890954e-5 -overturn_N 4.0107648929727385e-6 -overvaluation_N 4.0107648929727385e-6 -overview_N 4.0107648929727385e-6 -overweight_N 8.021529785945477e-6 -overwork_N 4.0107648929727385e-6 -oviduct_N 4.0107648929727385e-6 -ovipositor_N 4.0107648929727385e-6 -oviraptorid_N 4.0107648929727385e-6 -ovoid_N 4.0107648929727385e-6 -ovolo_N 4.0107648929727385e-6 -ovotestis_N 4.0107648929727385e-6 -ovulation_N 4.0107648929727385e-6 -ovule_N 4.0107648929727385e-6 -ovum_N 4.0107648929727385e-6 -owl_N 1.2032294678918217e-5 -owlet_N 4.0107648929727385e-6 -owner_N 6.657869722334746e-4 -owner_driver_N 4.0107648929727385e-6 -owner_occupier_N 4.0107648929727385e-6 -ownership_N 3.2487195633079186e-4 -ox_N 8.021529785945477e-6 -oxacillin_N 4.0107648929727385e-6 -oxalacetate_N 4.0107648929727385e-6 -oxalate_N 4.0107648929727385e-6 -oxalis_N 4.0107648929727385e-6 -oxaprozin_N 4.0107648929727385e-6 -oxazepam_N 4.0107648929727385e-6 -oxbow_N 4.0107648929727385e-6 -oxcart_N 4.0107648929727385e-6 -oxeye_N 4.0107648929727385e-6 -oxford_N 4.0107648929727385e-6 -oxidant_N 4.0107648929727385e-6 -oxidase_N 4.0107648929727385e-6 -oxidation_N 4.0107648929727385e-6 -oxide_N 1.2032294678918217e-5 -oxidization_N 4.0107648929727385e-6 -oxidoreductase_N 4.0107648929727385e-6 -oxime_N 4.0107648929727385e-6 -oximeter_N 4.0107648929727385e-6 -oxlip_N 4.0107648929727385e-6 -oxonian_N 4.0107648929727385e-6 -oxtail_N 4.0107648929727385e-6 -oxtant_N 4.0107648929727385e-6 -oxtongue_N 4.0107648929727385e-6 -oxyacetylene_N 4.0107648929727385e-6 -oxyacid_N 4.0107648929727385e-6 -oxycephaly_N 4.0107648929727385e-6 -oxygen_N 2.4064589357836434e-5 -oxygenase_N 4.0107648929727385e-6 -oxygenation_N 4.0107648929727385e-6 -oxyhemoglobin_N 4.0107648929727385e-6 -oxymoron_N 4.0107648929727385e-6 -oxyopia_N 4.0107648929727385e-6 -oxyphenbutazone_N 4.0107648929727385e-6 -oxyphencyclimine_N 4.0107648929727385e-6 -oxytetracycline_N 4.0107648929727385e-6 -oxytocic_N 4.0107648929727385e-6 -oxytocin_N 4.0107648929727385e-6 -oxytone_N 4.0107648929727385e-6 -oyabun_N 4.0107648929727385e-6 -oyster_N 4.0107648929727385e-6 -oyster_bank_N 4.0107648929727385e-6 -oyster_bar_N 4.0107648929727385e-6 -oyster_bed_N 4.0107648929727385e-6 -oyster_catcher_N 4.0107648929727385e-6 -oystercatcher_N 4.0107648929727385e-6 -oz_N 4.0107648929727385e-6 -ozena_N 4.0107648929727385e-6 -ozone_N 8.823682764540025e-5 -ozonide_N 4.0107648929727385e-6 -pa_N 4.0107648929727385e-6 -paanga_N 4.0107648929727385e-6 -pabulum_N 4.0107648929727385e-6 -paca_N 4.0107648929727385e-6 -pace_N 2.5267818825728253e-4 -pacemaker_N 2.4064589357836434e-5 -pacer_N 4.0107648929727385e-6 -pacesetter_N 4.0107648929727385e-6 -pachinko_N 6.417223828756382e-5 -pachisi_N 4.0107648929727385e-6 -pachuco_N 4.0107648929727385e-6 -pachycephalosaur_N 4.0107648929727385e-6 -pachycheilia_N 4.0107648929727385e-6 -pachyderm_N 4.0107648929727385e-6 -pachysandra_N 4.0107648929727385e-6 -pachytene_N 4.0107648929727385e-6 -pacification_N 4.0107648929727385e-6 -pacifier_N 4.0107648929727385e-6 -pacifism_N 4.0107648929727385e-6 -pacifistFem_N 4.0107648929727385e-6 -pacifistMasc_N 4.0107648929727385e-6 -pacing_N 4.0107648929727385e-6 -pack_N 4.812917871567287e-5 -pack_animal_N 4.0107648929727385e-6 -pack_saddle_N 4.0107648929727385e-6 -pack_thread_N 4.0107648929727385e-6 -package_N 5.053563765145651e-4 -packaging_N 4.0107648929727385e-6 -packer_N 4.0107648929727385e-6 -packet_N 2.4064589357836434e-5 -packet_boat_N 4.0107648929727385e-6 -packhorse_N 4.0107648929727385e-6 -packing_N 4.0107648929727385e-6 -packing_case_N 4.0107648929727385e-6 -packing_needle_N 4.0107648929727385e-6 -packinghouse_N 4.0107648929727385e-6 -packrat_N 4.0107648929727385e-6 -packsaddle_N 4.0107648929727385e-6 -packthread_N 4.0107648929727385e-6 -pact_N 2.0454900954160969e-4 -pad_N 1.2032294678918217e-5 -padauk_N 4.0107648929727385e-6 -padding_N 8.021529785945477e-6 -paddle_N 8.021529785945477e-6 -paddle_box_N 4.0107648929727385e-6 -paddle_steamer_N 4.0107648929727385e-6 -paddle_wheel_N 4.0107648929727385e-6 -paddlefish_N 4.0107648929727385e-6 -paddlewheel_N 4.0107648929727385e-6 -paddock_N 4.0107648929727385e-6 -paddy_N 4.0107648929727385e-6 -paddy_field_N 4.0107648929727385e-6 -paddy_wagon_N 4.0107648929727385e-6 -pademelon_N 4.0107648929727385e-6 -padlock_N 4.0107648929727385e-6 -padre_N 4.0107648929727385e-6 -padrone_N 4.0107648929727385e-6 -paean_N 8.021529785945477e-6 -paederasty_N 4.0107648929727385e-6 -paediatrics_N 4.0107648929727385e-6 -paella_N 4.0107648929727385e-6 -paeony_N 4.0107648929727385e-6 -pagan_N 4.0107648929727385e-6 -paganism_N 4.0107648929727385e-6 -page_N 3.730011350464647e-4 -pageant_N 1.2032294678918217e-5 -pageantry_N 8.021529785945477e-6 -pageboy_N 4.0107648929727385e-6 -pagination_N 4.0107648929727385e-6 -paging_N 4.0107648929727385e-6 -pagoda_N 4.0107648929727385e-6 -pahautea_N 4.0107648929727385e-6 -pahoehoe_N 4.0107648929727385e-6 -pail_N 1.2032294678918217e-5 -pailful_N 4.0107648929727385e-6 -paillasse_N 4.0107648929727385e-6 -pailliasse_N 4.0107648929727385e-6 -pain_N 6.016147339459108e-5 -painfulness_N 4.0107648929727385e-6 -painkiller_N 4.0107648929727385e-6 -paint_N 2.4064589357836434e-5 -paintball_N 4.0107648929727385e-6 -paintbox_N 4.0107648929727385e-6 -paintbrush_N 8.021529785945477e-6 -painter_N 1.6043059571890954e-5 -painting_N 2.0454900954160969e-4 -pair_N 4.010764892972739e-5 -pairing_N 4.0107648929727385e-6 -paisa_N 4.0107648929727385e-6 -paisley_N 4.0107648929727385e-6 -pajama_N 4.0107648929727385e-6 -pakistaniFem_N 4.0107648929727385e-6 -pakistaniMasc_N 4.0107648929727385e-6 -pal_N 1.2032294678918217e-5 -palace_N 1.2032294678918217e-5 -paladin_N 4.0107648929727385e-6 -palaeontologist_N 4.0107648929727385e-6 -palaeontology_N 4.0107648929727385e-6 -palankeen_N 4.0107648929727385e-6 -palanquin_N 4.0107648929727385e-6 -palatability_N 4.0107648929727385e-6 -palatal_N 4.0107648929727385e-6 -palate_N 8.021529785945477e-6 -palatinate_N 4.0107648929727385e-6 -palatine_N 4.0107648929727385e-6 -palatopharyngoplasty_N 4.0107648929727385e-6 -palaver_N 4.0107648929727385e-6 -pale_N 8.021529785945477e-6 -paleencephalon_N 4.0107648929727385e-6 -paleface_N 4.0107648929727385e-6 -paleness_N 4.0107648929727385e-6 -paleoanthropology_N 4.0107648929727385e-6 -paleobiology_N 4.0107648929727385e-6 -paleobotany_N 4.0107648929727385e-6 -paleocerebellum_N 4.0107648929727385e-6 -paleoclimatology_N 4.0107648929727385e-6 -paleodendrology_N 4.0107648929727385e-6 -paleoecology_N 4.0107648929727385e-6 -paleoethnography_N 4.0107648929727385e-6 -paleogeography_N 4.0107648929727385e-6 -paleogeology_N 4.0107648929727385e-6 -paleographer_N 4.0107648929727385e-6 -paleography_N 4.0107648929727385e-6 -paleolith_N 4.0107648929727385e-6 -paleology_N 4.0107648929727385e-6 -paleomammalogy_N 4.0107648929727385e-6 -paleontologist_N 4.0107648929727385e-6 -paleontology_N 4.0107648929727385e-6 -paleopathology_N 4.0107648929727385e-6 -paleornithology_N 4.0107648929727385e-6 -paleozoology_N 4.0107648929727385e-6 -palestinian_N 8.021529785945477e-6 -palestra_N 4.0107648929727385e-6 -paletiology_N 4.0107648929727385e-6 -palette_N 4.0107648929727385e-6 -palette_knife_N 4.0107648929727385e-6 -palfrey_N 4.0107648929727385e-6 -palilalia_N 4.0107648929727385e-6 -palimony_N 4.0107648929727385e-6 -palimpsest_N 4.0107648929727385e-6 -palindrome_N 4.0107648929727385e-6 -paling_N 4.0107648929727385e-6 -palingenesis_N 4.0107648929727385e-6 -palisade_N 4.0107648929727385e-6 -pall_N 3.609688403675465e-5 -palladium_N 4.0107648929727385e-6 -pallasite_N 4.0107648929727385e-6 -pallbearer_N 4.0107648929727385e-6 -pallet_N 4.0107648929727385e-6 -pallette_N 4.0107648929727385e-6 -palliasse_N 4.0107648929727385e-6 -palliation_N 4.0107648929727385e-6 -palliative_N 4.0107648929727385e-6 -pallidness_N 4.0107648929727385e-6 -pallidum_N 4.0107648929727385e-6 -pallium_N 4.0107648929727385e-6 -pallone_N 4.0107648929727385e-6 -pallor_N 8.021529785945477e-6 -palm_N 2.8075354250809173e-5 -palm_oil_N 4.0107648929727385e-6 -palmature_N 4.0107648929727385e-6 -palmer_N 4.0107648929727385e-6 -palmetto_N 4.0107648929727385e-6 -palmist_N 4.0107648929727385e-6 -palmistry_N 4.0107648929727385e-6 -palmitin_N 4.0107648929727385e-6 -palmyra_N 4.0107648929727385e-6 -palometa_N 4.0107648929727385e-6 -palomino_N 4.0107648929727385e-6 -paloverde_N 4.0107648929727385e-6 -palpation_N 4.0107648929727385e-6 -palpebration_N 4.0107648929727385e-6 -palpitation_N 4.0107648929727385e-6 -palsy_N 4.0107648929727385e-6 -paltriness_N 4.0107648929727385e-6 -pampas_N 4.0107648929727385e-6 -pampas_grass_N 4.0107648929727385e-6 -pamperer_N 4.0107648929727385e-6 -pamphlet_N 1.2032294678918217e-5 -pamphleteer_N 8.021529785945477e-6 -pan_N 4.0107648929727385e-6 -panacea_N 8.021529785945477e-6 -panache_N 4.0107648929727385e-6 -panama_N 4.0107648929727385e-6 -panamanian_N 4.0107648929727385e-6 -panatela_N 4.0107648929727385e-6 -panatella_N 4.0107648929727385e-6 -pancake_N 8.021529785945477e-6 -pancarditis_N 4.0107648929727385e-6 -panchayat_N 4.0107648929727385e-6 -pancreas_N 8.021529785945477e-6 -pancreatectomy_N 4.0107648929727385e-6 -pancreatin_N 4.0107648929727385e-6 -pancreatitis_N 4.0107648929727385e-6 -pancytopenia_N 4.0107648929727385e-6 -panda_N 8.021529785945477e-6 -pandanus_N 4.0107648929727385e-6 -pandemic_N 4.0107648929727385e-6 -pandemonium_N 8.021529785945477e-6 -pander_N 4.0107648929727385e-6 -panderer_N 4.0107648929727385e-6 -pandiculation_N 4.0107648929727385e-6 -pane_N 4.0107648929727385e-6 -panegyric_N 4.0107648929727385e-6 -panel_N 3.6497960526051925e-4 -paneling_N 4.0107648929727385e-6 -panelist_N 4.0107648929727385e-6 -panelling_N 4.0107648929727385e-6 -panencephalitis_N 4.0107648929727385e-6 -panfish_N 4.0107648929727385e-6 -pang_N 8.021529785945477e-6 -panga_N 4.0107648929727385e-6 -pangolin_N 4.0107648929727385e-6 -panhandle_N 8.021529785945477e-6 -panhandler_N 4.0107648929727385e-6 -panic_N 2.2059206911350063e-4 -panicle_N 4.0107648929727385e-6 -panjandrum_N 8.021529785945477e-6 -pannier_N 4.0107648929727385e-6 -pannikin_N 4.0107648929727385e-6 -panoply_N 4.0107648929727385e-6 -panopticon_N 4.0107648929727385e-6 -panorama_N 4.0107648929727385e-6 -panpipe_N 4.0107648929727385e-6 -pansexual_N 4.0107648929727385e-6 -pansinusitis_N 4.0107648929727385e-6 -pansy_N 4.0107648929727385e-6 -pant_N 2.4064589357836434e-5 -pantaloon_N 4.0107648929727385e-6 -pantechnicon_N 4.0107648929727385e-6 -pantheism_N 4.0107648929727385e-6 -pantheist_N 4.0107648929727385e-6 -pantheon_N 4.0107648929727385e-6 -panther_N 4.0107648929727385e-6 -pantie_N 4.0107648929727385e-6 -pantile_N 4.0107648929727385e-6 -panting_N 4.0107648929727385e-6 -panto_N 4.0107648929727385e-6 -pantograph_N 4.0107648929727385e-6 -pantomime_N 4.0107648929727385e-6 -pantry_N 8.021529785945477e-6 -pantryman_N 4.0107648929727385e-6 -panty_hose_N 4.0107648929727385e-6 -pantyhose_N 4.0107648929727385e-6 -panzer_N 4.0107648929727385e-6 -pap_N 1.2032294678918217e-5 -papa_N 8.021529785945477e-6 -papacy_N 4.0107648929727385e-6 -papain_N 4.0107648929727385e-6 -paparazzo_N 4.0107648929727385e-6 -papaverine_N 4.0107648929727385e-6 -papaw_N 4.0107648929727385e-6 -papaya_N 4.0107648929727385e-6 -paper_N 1.123014170032367e-3 -paper_chase_N 4.0107648929727385e-6 -paperback_N 8.021529785945477e-6 -paperboard_N 4.0107648929727385e-6 -paperboy_N 4.0107648929727385e-6 -paperclip_N 8.021529785945477e-6 -paperhanger_N 4.0107648929727385e-6 -papering_N 4.0107648929727385e-6 -paperknife_N 4.0107648929727385e-6 -papermaking_N 4.0107648929727385e-6 -papermill_N 4.0107648929727385e-6 -paperweight_N 4.0107648929727385e-6 -paperwork_N 8.021529785945477e-6 -papier_mache_N 4.0107648929727385e-6 -papilla_N 4.0107648929727385e-6 -papilledema_N 4.0107648929727385e-6 -papilloma_N 4.0107648929727385e-6 -papillon_N 4.0107648929727385e-6 -papist_N 4.0107648929727385e-6 -papoose_N 4.0107648929727385e-6 -papovavirus_N 4.0107648929727385e-6 -pappus_N 4.0107648929727385e-6 -paprika_N 4.0107648929727385e-6 -papuan_N 4.0107648929727385e-6 -papule_N 4.0107648929727385e-6 -papulovesicle_N 4.0107648929727385e-6 -papyrus_N 4.0107648929727385e-6 -par_N 2.446566584713371e-4 -para_N 4.0107648929727385e-6 -parable_N 4.0107648929727385e-6 -parabola_N 4.0107648929727385e-6 -paraboloid_N 4.0107648929727385e-6 -parachute_N 1.2032294678918217e-5 -parachutist_N 4.0107648929727385e-6 -paracosm_N 4.0107648929727385e-6 -parade_N 3.208611914378191e-5 -parade_ground_N 4.0107648929727385e-6 -paradiddle_N 4.0107648929727385e-6 -paradigm_N 4.0107648929727385e-6 -paradise_N 8.021529785945477e-6 -paradox_N 2.0053824464863696e-5 -paraffin_N 4.0107648929727385e-6 -parafovea_N 4.0107648929727385e-6 -paragon_N 4.0107648929727385e-6 -paragonite_N 4.0107648929727385e-6 -paragraph_N 2.0053824464863696e-5 -paragrapher_N 4.0107648929727385e-6 -paraguayan_N 4.0107648929727385e-6 -parakeet_N 1.6043059571890954e-5 -paralanguage_N 4.0107648929727385e-6 -paraldehyde_N 4.0107648929727385e-6 -paralegal_N 4.0107648929727385e-6 -paralepsis_N 4.0107648929727385e-6 -parallax_N 4.0107648929727385e-6 -parallel_N 4.010764892972739e-5 -parallelepiped_N 4.0107648929727385e-6 -parallelism_N 4.0107648929727385e-6 -parallelogram_N 4.0107648929727385e-6 -paralogism_N 4.0107648929727385e-6 -paralysis_N 1.2032294678918217e-5 -paralytic_N 4.0107648929727385e-6 -paramagnet_N 4.0107648929727385e-6 -paramagnetism_N 4.0107648929727385e-6 -paramecium_N 4.0107648929727385e-6 -paramedic_N 4.0107648929727385e-6 -parameter_N 8.021529785945477e-6 -parametritis_N 4.0107648929727385e-6 -paramilitary_N 4.0107648929727385e-6 -paramnesia_N 4.0107648929727385e-6 -paramountcy_N 4.0107648929727385e-6 -paramour_N 4.0107648929727385e-6 -paramyxovirus_N 4.0107648929727385e-6 -parang_N 4.0107648929727385e-6 -paranoia_N 8.021529785945477e-6 -paranoiac_N 4.0107648929727385e-6 -paranoid_N 4.0107648929727385e-6 -paraparesis_N 4.0107648929727385e-6 -parapet_N 4.0107648929727385e-6 -paraph_N 4.0107648929727385e-6 -paraphernalia_N 4.0107648929727385e-6 -paraphilia_N 4.0107648929727385e-6 -paraphrase_N 4.0107648929727385e-6 -paraphysis_N 4.0107648929727385e-6 -paraplegia_N 4.0107648929727385e-6 -paraplegic_N 4.0107648929727385e-6 -parapodium_N 4.0107648929727385e-6 -paraprofessional_N 4.0107648929727385e-6 -parapsychologist_N 4.0107648929727385e-6 -paraquat_N 4.0107648929727385e-6 -parasail_N 4.0107648929727385e-6 -parasailing_N 4.0107648929727385e-6 -parasite_N 8.021529785945477e-6 -parasitemia_N 4.0107648929727385e-6 -parasitism_N 4.0107648929727385e-6 -parasol_N 4.0107648929727385e-6 -parathion_N 4.0107648929727385e-6 -paratrooper_N 4.0107648929727385e-6 -paratroops_N 4.0107648929727385e-6 -paratyphoid_N 4.0107648929727385e-6 -parcel_N 2.8075354250809173e-5 -parcellation_N 4.0107648929727385e-6 -parchment_N 4.0107648929727385e-6 -pardon_N 8.021529785945477e-6 -pardoner_N 4.0107648929727385e-6 -paregmenon_N 4.0107648929727385e-6 -paregoric_N 4.0107648929727385e-6 -parenchyma_N 4.0107648929727385e-6 -parent_N 9.345082200626481e-4 -parentage_N 4.0107648929727385e-6 -parenthesis_N 4.0107648929727385e-6 -parenthood_N 4.0107648929727385e-6 -parer_N 4.0107648929727385e-6 -paresis_N 4.0107648929727385e-6 -paresthesia_N 4.0107648929727385e-6 -paretic_N 4.0107648929727385e-6 -parfait_N 4.0107648929727385e-6 -parget_N 4.0107648929727385e-6 -pargeting_N 4.0107648929727385e-6 -parhelion_N 4.0107648929727385e-6 -pari_mutuel_N 4.0107648929727385e-6 -pariah_N 8.021529785945477e-6 -pariah_dog_N 4.0107648929727385e-6 -parimutuel_N 4.0107648929727385e-6 -paring_N 4.0107648929727385e-6 -parish_N 8.021529785945477e-6 -parishioner_N 8.021529785945477e-6 -parisian_N 4.0107648929727385e-6 -parisology_N 4.0107648929727385e-6 -parity_N 4.812917871567287e-5 -park_N 1.3636600636107311e-4 -parka_N 4.0107648929727385e-6 -parking_N 7.620453296648204e-5 -parlance_N 1.6043059571890954e-5 -parlay_N 4.0107648929727385e-6 -parley_N 8.021529785945477e-6 -parliament_N 4.812917871567287e-5 -parliamentarian_N 8.021529785945477e-6 -parlor_N 2.8075354250809173e-5 -parlormaid_N 4.0107648929727385e-6 -parlour_N 4.0107648929727385e-6 -parlour_car_N 4.0107648929727385e-6 -parmesan_N 4.0107648929727385e-6 -parnassia_N 4.0107648929727385e-6 -parochialism_N 4.0107648929727385e-6 -parodist_N 4.0107648929727385e-6 -parody_N 2.0053824464863696e-5 -parole_N 4.0107648929727385e-6 -paronychia_N 4.0107648929727385e-6 -paroquet_N 4.0107648929727385e-6 -parotitis_N 4.0107648929727385e-6 -paroxetime_N 4.0107648929727385e-6 -paroxysm_N 4.0107648929727385e-6 -paroxytone_N 4.0107648929727385e-6 -parquet_N 4.0107648929727385e-6 -parquetry_N 4.0107648929727385e-6 -parr_N 4.0107648929727385e-6 -parricide_N 4.0107648929727385e-6 -parrot_N 4.0107648929727385e-6 -parrotfish_N 4.0107648929727385e-6 -parry_N 4.0107648929727385e-6 -parsec_N 4.0107648929727385e-6 -parsee_N 4.0107648929727385e-6 -parser_N 4.0107648929727385e-6 -parsimony_N 4.0107648929727385e-6 -parsley_N 4.0107648929727385e-6 -parsnip_N 4.0107648929727385e-6 -parson_N 4.0107648929727385e-6 -parsonage_N 4.0107648929727385e-6 -part_N 2.0855977443458241e-4 -part_owner_N 4.0107648929727385e-6 -part_singing_N 4.0107648929727385e-6 -part_song_N 4.0107648929727385e-6 -part_timer_N 4.0107648929727385e-6 -partaker_N 4.0107648929727385e-6 -parterre_N 4.0107648929727385e-6 -parthenocarpy_N 4.0107648929727385e-6 -parthenogenesis_N 4.0107648929727385e-6 -parthenote_N 4.0107648929727385e-6 -partiality_N 4.0107648929727385e-6 -partialness_N 4.0107648929727385e-6 -participant_N 2.4064589357836432e-4 -participation_N 1.323552414681004e-4 -participle_N 4.0107648929727385e-6 -particle_N 8.021529785945477e-6 -particular_N 2.4064589357836434e-5 -particularism_N 4.0107648929727385e-6 -particularity_N 4.0107648929727385e-6 -particularization_N 4.0107648929727385e-6 -particulate_N 4.0107648929727385e-6 -parting_N 8.021529785945477e-6 -partisan_N 1.6043059571890954e-5 -partisanship_N 4.0107648929727385e-6 -partita_N 4.0107648929727385e-6 -partition_N 4.0107648929727385e-6 -partitionist_N 4.0107648929727385e-6 -partitive_N 4.0107648929727385e-6 -partner_N 7.901206839156296e-4 -partnership_N 4.0107648929727386e-4 -partridge_N 4.0107648929727385e-6 -partridgeberry_N 4.0107648929727385e-6 -parts_N 4.0107648929727385e-6 -partsong_N 4.0107648929727385e-6 -parturiency_N 4.0107648929727385e-6 -parturition_N 4.0107648929727385e-6 -party_N 7.901206839156296e-4 -party_spirit_N 4.0107648929727385e-6 -party_wall_N 4.0107648929727385e-6 -partygoer_N 4.0107648929727385e-6 -parvenu_N 4.0107648929727385e-6 -parvis_N 4.0107648929727385e-6 -parvovirus_N 4.0107648929727385e-6 -pas_N 4.0107648929727385e-6 -pascal_N 4.0107648929727385e-6 -pasha_N 8.021529785945477e-6 -pashto_N 4.0107648929727385e-6 -pasqueflower_N 4.0107648929727385e-6 -pass_N 2.0053824464863696e-5 -passage_N 7.620453296648204e-5 -passageway_N 4.0107648929727385e-6 -passbook_N 1.2032294678918217e-5 -passenger_N 1.9251671486269147e-4 -passepartout_N 4.0107648929727385e-6 -passer_N 4.0107648929727385e-6 -passer_by_N 4.0107648929727385e-6 -passerby_N 4.0107648929727385e-6 -passerine_N 4.0107648929727385e-6 -passing_N 1.2032294678918217e-5 -passion_N 4.812917871567287e-5 -passion_flower_N 4.0107648929727385e-6 -passionflower_N 4.0107648929727385e-6 -passive_N 8.021529785945477e-6 -passiveness_N 4.0107648929727385e-6 -passivity_N 8.021529785945477e-6 -passkey_N 4.0107648929727385e-6 -passover_N 4.0107648929727385e-6 -passport_N 2.4064589357836434e-5 -password_N 2.4064589357836434e-5 -past_N 4.2915184354808307e-4 -pasta_N 4.010764892972739e-5 -paste_N 4.0107648929727385e-6 -paste_up_N 4.0107648929727385e-6 -pasteboard_N 4.0107648929727385e-6 -pastel_N 4.0107648929727385e-6 -paster_N 4.0107648929727385e-6 -pastern_N 4.0107648929727385e-6 -pasteurization_N 4.0107648929727385e-6 -pastiche_N 4.0107648929727385e-6 -pastille_N 4.0107648929727385e-6 -pastime_N 1.2032294678918217e-5 -pasting_N 4.0107648929727385e-6 -pastis_N 4.0107648929727385e-6 -pastness_N 4.0107648929727385e-6 -pastor_N 1.2032294678918217e-5 -pastoral_N 4.0107648929727385e-6 -pastorale_N 4.0107648929727385e-6 -pastorate_N 4.0107648929727385e-6 -pastorship_N 4.0107648929727385e-6 -pastrami_N 4.0107648929727385e-6 -pastry_N 2.0053824464863696e-5 -pastry_cook_N 4.0107648929727385e-6 -pasturage_N 4.0107648929727385e-6 -pasture_N 1.2032294678918217e-5 -pasty_N 4.0107648929727385e-6 -pat_N 8.021529785945477e-6 -pataca_N 4.0107648929727385e-6 -patas_N 4.0107648929727385e-6 -patch_N 2.4064589357836434e-5 -patch_pocket_N 4.0107648929727385e-6 -patchcord_N 4.0107648929727385e-6 -patchiness_N 4.0107648929727385e-6 -patching_N 4.0107648929727385e-6 -patchouli_N 4.0107648929727385e-6 -patchwork_N 8.021529785945477e-6 -pate_1_N 4.0107648929727385e-6 -pate_2_N 4.0107648929727385e-6 -pate_N 4.0107648929727385e-6 -pate_de_foie_gras_N 4.0107648929727385e-6 -patella_N 4.0107648929727385e-6 -patency_N 4.0107648929727385e-6 -patent_N 3.0080736697295544e-4 -patentee_N 4.0107648929727385e-6 -pater_N 4.0107648929727385e-6 -paterfamilias_N 4.0107648929727385e-6 -paternalism_N 4.0107648929727385e-6 -paternity_N 4.0107648929727385e-6 -paternoster_N 4.0107648929727385e-6 -path_N 1.0829065211026395e-4 -path_finder_N 4.0107648929727385e-6 -pathogen_N 4.0107648929727385e-6 -pathogenesis_N 4.0107648929727385e-6 -pathologist_N 4.0107648929727385e-6 -pathology_N 4.0107648929727385e-6 -pathos_N 4.0107648929727385e-6 -pathway_N 4.0107648929727385e-6 -patience_N 2.8075354250809173e-5 -patient_N 2.5267818825728253e-4 -patina_N 4.0107648929727385e-6 -patio_N 4.0107648929727385e-6 -patisserie_N 4.0107648929727385e-6 -patka_N 4.0107648929727385e-6 -patois_N 4.0107648929727385e-6 -patrial_N 4.0107648929727385e-6 -patriarch_N 1.2032294678918217e-5 -patriarchate_N 8.021529785945477e-6 -patriarchy_N 8.021529785945477e-6 -patrician_N 8.021529785945477e-6 -patricide_N 4.0107648929727385e-6 -patrilineage_N 4.0107648929727385e-6 -patrimony_N 4.0107648929727385e-6 -patriot_N 8.021529785945477e-6 -patriotism_N 8.021529785945477e-6 -patristics_N 4.0107648929727385e-6 -patrol_N 3.609688403675465e-5 -patroller_N 4.0107648929727385e-6 -patrolman_N 4.0107648929727385e-6 -patron_N 3.609688403675465e-5 -patronage_N 1.2032294678918217e-5 -patroness_N 4.0107648929727385e-6 -patronymic_N 4.0107648929727385e-6 -patten_N 4.0107648929727385e-6 -patter_N 8.021529785945477e-6 -pattern_N 1.9251671486269147e-4 -patternmaker_N 4.0107648929727385e-6 -patty_N 4.0107648929727385e-6 -patty_pan_N 4.0107648929727385e-6 -patzer_N 4.0107648929727385e-6 -paucity_N 4.0107648929727385e-6 -paunch_N 4.0107648929727385e-6 -paunchiness_N 4.0107648929727385e-6 -pauper_N 8.021529785945477e-6 -pauperism_N 4.0107648929727385e-6 -pauperization_N 4.0107648929727385e-6 -pause_N 2.0053824464863696e-5 -pavage_N 4.0107648929727385e-6 -pavane_N 4.0107648929727385e-6 -pave_N 4.0107648929727385e-6 -pavement_N 4.0107648929727385e-6 -pavilion_N 4.0107648929727385e-6 -paving_N 4.0107648929727385e-6 -paving_stone_N 4.0107648929727385e-6 -pavior_N 4.0107648929727385e-6 -pavis_N 4.0107648929727385e-6 -pavlova_N 4.0107648929727385e-6 -pavonia_N 4.0107648929727385e-6 -paw_N 4.0107648929727385e-6 -pawer_N 4.0107648929727385e-6 -pawl_N 4.0107648929727385e-6 -pawn_N 4.010764892972739e-5 -pawn_ticket_N 4.0107648929727385e-6 -pawnbroker_N 4.0107648929727385e-6 -pawnshop_N 4.0107648929727385e-6 -pawpaw_N 4.0107648929727385e-6 -pax_N 4.0107648929727385e-6 -pax_romana_N 4.0107648929727385e-6 -pay_N 2.647104829362008e-4 -pay_as_you_earn_N 4.0107648929727385e-6 -pay_claim_N 4.0107648929727385e-6 -pay_packet_N 4.0107648929727385e-6 -pay_station_N 4.0107648929727385e-6 -payable_N 4.0107648929727385e-6 -payback_N 4.0107648929727385e-6 -paycheck_N 4.0107648929727385e-6 -payday_N 4.0107648929727385e-6 -paydirt_N 4.0107648929727385e-6 -payee_N 4.0107648929727385e-6 -payer_N 2.4064589357836434e-5 -payload_N 4.0107648929727385e-6 -paymaster_N 4.0107648929727385e-6 -payment_N 1.1069711104604758e-3 -paynim_N 4.0107648929727385e-6 -payoff_N 1.6043059571890954e-5 -payola_N 4.0107648929727385e-6 -payphone_N 4.0107648929727385e-6 -payroll_N 9.2247592538373e-5 -paysheet_N 4.0107648929727385e-6 -payslip_N 4.0107648929727385e-6 -pdsa_N 4.0107648929727385e-6 -pe_N 4.0107648929727385e-6 -pea_N 1.2032294678918217e-5 -pea_chick_N 4.0107648929727385e-6 -pea_flour_N 4.0107648929727385e-6 -pea_green_N 4.0107648929727385e-6 -pea_jacket_N 4.0107648929727385e-6 -pea_soup_N 4.0107648929727385e-6 -peace_N 1.443875361470186e-4 -peace_offering_N 4.0107648929727385e-6 -peaceableness_N 4.0107648929727385e-6 -peacefulness_N 4.0107648929727385e-6 -peacekeeper_N 4.0107648929727385e-6 -peacekeeping_N 4.0107648929727385e-6 -peacemaker_N 1.2032294678918217e-5 -peacetime_N 1.2032294678918217e-5 -peach_N 8.021529785945477e-6 -peachick_N 4.0107648929727385e-6 -peacock_N 4.0107648929727385e-6 -peacock_blue_N 4.0107648929727385e-6 -peafowl_N 4.0107648929727385e-6 -peahen_N 4.0107648929727385e-6 -peak_N 1.443875361470186e-4 -peal_N 2.0053824464863696e-5 -peanut_N 2.4064589357836434e-5 -peanuts_N 4.0107648929727385e-6 -pear_N 8.021529785945477e-6 -pearl_N 8.021529785945477e-6 -pearl_barley_N 4.0107648929727385e-6 -pearl_diver_N 4.0107648929727385e-6 -pearl_fishery_N 4.0107648929727385e-6 -pearl_oyster_N 4.0107648929727385e-6 -pearl_sago_N 4.0107648929727385e-6 -pearlfish_N 4.0107648929727385e-6 -pearlite_N 4.0107648929727385e-6 -pearlwort_N 4.0107648929727385e-6 -pearmain_N 4.0107648929727385e-6 -peasantFem_N 4.0107648929727385e-6 -peasantMasc_N 4.0107648929727385e-6 -peasanthood_N 4.0107648929727385e-6 -peasantry_N 4.0107648929727385e-6 -pease_N 4.0107648929727385e-6 -pease_pudding_N 4.0107648929727385e-6 -peashooter_N 4.0107648929727385e-6 -peasouper_N 4.0107648929727385e-6 -peat_N 4.0107648929727385e-6 -peavey_N 4.0107648929727385e-6 -peba_N 4.0107648929727385e-6 -pebble_N 4.0107648929727385e-6 -pebibit_N 4.0107648929727385e-6 -pecan_N 4.0107648929727385e-6 -peccadillo_N 4.0107648929727385e-6 -peccary_N 4.0107648929727385e-6 -peck_N 8.021529785945477e-6 -pecker_N 4.0107648929727385e-6 -pecopteris_N 4.0107648929727385e-6 -pectin_N 4.0107648929727385e-6 -pectoral_N 4.0107648929727385e-6 -peculation_N 4.0107648929727385e-6 -peculiarity_N 1.2032294678918217e-5 -pedagogueFem_N 4.0107648929727385e-6 -pedagogueMasc_N 4.0107648929727385e-6 -pedagogy_N 4.0107648929727385e-6 -pedal_N 4.0107648929727385e-6 -pedaler_N 4.0107648929727385e-6 -pedant_N 4.0107648929727385e-6 -pedantry_N 4.0107648929727385e-6 -peddler_N 8.021529785945477e-6 -pederast_N 4.0107648929727385e-6 -pederasty_N 4.0107648929727385e-6 -pedestal_N 4.0107648929727385e-6 -pedestrian_N 1.6043059571890954e-5 -pediatrician_N 1.2032294678918217e-5 -pediatrics_N 4.0107648929727385e-6 -pedicab_N 4.0107648929727385e-6 -pedicel_N 4.0107648929727385e-6 -pediculicide_N 4.0107648929727385e-6 -pediculosis_N 4.0107648929727385e-6 -pedicure_N 4.0107648929727385e-6 -pedigree_N 8.021529785945477e-6 -pediment_N 4.0107648929727385e-6 -pedlar_N 4.0107648929727385e-6 -pedodontist_N 4.0107648929727385e-6 -pedometer_N 4.0107648929727385e-6 -pedophile_N 4.0107648929727385e-6 -pedophilia_N 4.0107648929727385e-6 -peduncle_N 4.0107648929727385e-6 -pee_N 4.0107648929727385e-6 -peeing_N 4.0107648929727385e-6 -peek_N 8.021529785945477e-6 -peek_a_boo_N 4.0107648929727385e-6 -peekaboo_N 4.0107648929727385e-6 -peel_N 4.0107648929727385e-6 -peeler_N 4.0107648929727385e-6 -peen_N 4.0107648929727385e-6 -peep_N 8.021529785945477e-6 -peeper_N 4.0107648929727385e-6 -peephole_N 4.0107648929727385e-6 -peepshow_N 4.0107648929727385e-6 -peepul_N 4.0107648929727385e-6 -peer_N 2.0053824464863696e-5 -peerage_N 4.0107648929727385e-6 -peeress_N 4.0107648929727385e-6 -peeve_N 4.0107648929727385e-6 -peevishness_N 4.0107648929727385e-6 -peewit_N 4.0107648929727385e-6 -peg_N 4.0107648929727385e-6 -pegboard_N 4.0107648929727385e-6 -pegmatite_N 4.0107648929727385e-6 -peignoir_N 4.0107648929727385e-6 -peke_N 4.0107648929727385e-6 -pekinese_N 4.0107648929727385e-6 -pekoe_N 4.0107648929727385e-6 -pelf_N 4.0107648929727385e-6 -pelican_N 4.0107648929727385e-6 -pelisse_N 4.0107648929727385e-6 -pellagra_N 4.0107648929727385e-6 -pellet_N 4.0107648929727385e-6 -pellicle_N 4.0107648929727385e-6 -pellitory_N 4.0107648929727385e-6 -pellucidness_N 4.0107648929727385e-6 -pelmet_N 4.0107648929727385e-6 -pelota_N 4.0107648929727385e-6 -pelt_N 4.0107648929727385e-6 -pelter_N 4.0107648929727385e-6 -peludo_N 4.0107648929727385e-6 -pelvimeter_N 4.0107648929727385e-6 -pelvimetry_N 4.0107648929727385e-6 -pelvis_N 4.0107648929727385e-6 -pelycosaur_N 4.0107648929727385e-6 -pemmican_N 4.0107648929727385e-6 -pemphigus_N 4.0107648929727385e-6 -pen_N 2.4064589357836434e-5 -pen_and_ink_N 4.0107648929727385e-6 -pen_friend_N 4.0107648929727385e-6 -pen_name_N 4.0107648929727385e-6 -pen_pusher_N 4.0107648929727385e-6 -penalization_N 4.0107648929727385e-6 -penalty_N 2.486674233643098e-4 -penance_N 4.0107648929727385e-6 -penchant_N 2.0053824464863696e-5 -pencil_N 7.21937680735093e-5 -pendant_N 4.0107648929727385e-6 -pendragon_N 4.0107648929727385e-6 -pendulum_N 1.2032294678918217e-5 -peneplain_N 4.0107648929727385e-6 -penetrability_N 4.0107648929727385e-6 -penetralia_N 4.0107648929727385e-6 -penetration_N 8.021529785945477e-6 -penetrator_N 4.0107648929727385e-6 -pengo_N 4.0107648929727385e-6 -penguin_N 4.0107648929727385e-6 -penicillamine_N 4.0107648929727385e-6 -penicillin_N 4.0107648929727385e-6 -penicillinase_N 4.0107648929727385e-6 -peninsula_N 1.6043059571890954e-5 -penis_N 8.021529785945477e-6 -penitence_N 4.0107648929727385e-6 -penitent_N 4.0107648929727385e-6 -penitentiary_N 4.0107648929727385e-6 -penknife_N 4.0107648929727385e-6 -penlight_N 4.0107648929727385e-6 -penmanship_N 4.0107648929727385e-6 -penn'orth_N 4.0107648929727385e-6 -pennant_N 2.0053824464863696e-5 -penne_N 4.0107648929727385e-6 -penni_N 4.0107648929727385e-6 -pennon_N 4.0107648929727385e-6 -pennoncel_N 4.0107648929727385e-6 -penny_N 1.8850594996971872e-4 -pennycress_N 4.0107648929727385e-6 -pennyroyal_N 4.0107648929727385e-6 -pennyweight_N 4.0107648929727385e-6 -pennywhistle_N 4.0107648929727385e-6 -pennyworth_N 4.0107648929727385e-6 -penologist_N 4.0107648929727385e-6 -penology_N 4.0107648929727385e-6 -penpusher_N 4.0107648929727385e-6 -pension_N 3.8503342972538295e-4 -pensioner_N 4.0107648929727385e-6 -pensiveness_N 4.0107648929727385e-6 -penstock_N 4.0107648929727385e-6 -pentacle_N 4.0107648929727385e-6 -pentaerythritol_N 4.0107648929727385e-6 -pentagon_N 4.0107648929727385e-6 -pentahedron_N 4.0107648929727385e-6 -pentail_N 4.0107648929727385e-6 -pentameter_N 8.021529785945477e-6 -pentateuch_N 4.0107648929727385e-6 -pentathlete_N 4.0107648929727385e-6 -pentathlon_N 4.0107648929727385e-6 -pentazocine_N 4.0107648929727385e-6 -pentecost_N 4.0107648929727385e-6 -pentecostalism_N 4.0107648929727385e-6 -penthouse_N 1.2032294678918217e-5 -pentimento_N 4.0107648929727385e-6 -pentlandite_N 4.0107648929727385e-6 -pentode_N 4.0107648929727385e-6 -pentose_N 4.0107648929727385e-6 -pentoxide_N 4.0107648929727385e-6 -pentoxifylline_N 4.0107648929727385e-6 -pentylenetetrazol_N 4.0107648929727385e-6 -penuche_N 4.0107648929727385e-6 -penult_N 4.0107648929727385e-6 -penultimate_N 4.0107648929727385e-6 -penumbra_N 4.0107648929727385e-6 -penuriousness_N 4.0107648929727385e-6 -penury_N 4.0107648929727385e-6 -peon_N 4.0107648929727385e-6 -peonage_N 4.0107648929727385e-6 -peony_N 4.0107648929727385e-6 -people_N 5.213994360864561e-4 -peoples_N 4.0107648929727385e-6 -pep_N 1.2032294678918217e-5 -peperomia_N 4.0107648929727385e-6 -peplos_N 4.0107648929727385e-6 -peplum_N 4.0107648929727385e-6 -pepper_N 8.021529785945477e-6 -pepper_and_salt_N 4.0107648929727385e-6 -pepper_mill_N 4.0107648929727385e-6 -pepper_pot_N 4.0107648929727385e-6 -peppercorn_N 4.0107648929727385e-6 -peppermint_N 4.0107648929727385e-6 -pepperoni_N 4.0107648929727385e-6 -pepsin_N 4.0107648929727385e-6 -pepsinogen_N 4.0107648929727385e-6 -peptide_N 4.0107648929727385e-6 -peptization_N 4.0107648929727385e-6 -peptone_N 4.0107648929727385e-6 -peradventure_N 4.0107648929727385e-6 -perambulation_N 4.0107648929727385e-6 -perambulator_N 4.0107648929727385e-6 -percale_N 4.0107648929727385e-6 -perceiver_N 4.0107648929727385e-6 -percent_N 9.2247592538373e-5 -percentage_N 6.778192669123929e-4 -percentile_N 4.0107648929727385e-6 -percept_N 4.0107648929727385e-6 -perceptibility_N 4.0107648929727385e-6 -perception_N 1.243337116821549e-4 -perceptiveness_N 4.0107648929727385e-6 -perch_N 1.2032294678918217e-5 -percher_N 4.0107648929727385e-6 -perchlorate_N 4.0107648929727385e-6 -perchloride_N 4.0107648929727385e-6 -percolate_N 4.0107648929727385e-6 -percolation_N 4.0107648929727385e-6 -percolator_N 4.0107648929727385e-6 -percussion_N 4.0107648929727385e-6 -percussionist_N 4.0107648929727385e-6 -perdition_N 4.0107648929727385e-6 -perdurability_N 4.0107648929727385e-6 -peregrination_N 4.0107648929727385e-6 -peregrine_N 4.0107648929727385e-6 -perennation_N 4.0107648929727385e-6 -perennial_N 4.0107648929727385e-6 -perestroika_N 4.0107648929727385e-6 -perfecter_N 4.0107648929727385e-6 -perfectibility_N 4.0107648929727385e-6 -perfection_N 2.0053824464863696e-5 -perfectionism_N 4.0107648929727385e-6 -perfectionist_N 4.0107648929727385e-6 -perfective_N 4.0107648929727385e-6 -perfidiousness_N 4.0107648929727385e-6 -perfidy_N 4.0107648929727385e-6 -perfluorocarbon_N 4.0107648929727385e-6 -perforation_N 4.0107648929727385e-6 -performance_N 7.540237998788749e-4 -performer_N 6.417223828756382e-5 -perfume_N 2.4064589357836434e-5 -perfumerFem_N 4.0107648929727385e-6 -perfumerMasc_N 4.0107648929727385e-6 -perfumery_N 4.0107648929727385e-6 -perfusion_N 4.0107648929727385e-6 -pergola_N 4.0107648929727385e-6 -peri_N 4.0107648929727385e-6 -perianth_N 4.0107648929727385e-6 -periapsis_N 4.0107648929727385e-6 -periarteritis_N 4.0107648929727385e-6 -pericarditis_N 4.0107648929727385e-6 -pericardium_N 4.0107648929727385e-6 -pericarp_N 4.0107648929727385e-6 -pericementoclasia_N 4.0107648929727385e-6 -periclase_N 4.0107648929727385e-6 -peridinian_N 4.0107648929727385e-6 -peridium_N 4.0107648929727385e-6 -peridot_N 4.0107648929727385e-6 -peridotite_N 4.0107648929727385e-6 -perigee_N 4.0107648929727385e-6 -perigon_N 4.0107648929727385e-6 -perihelion_N 4.0107648929727385e-6 -perijove_N 4.0107648929727385e-6 -peril_N 2.0053824464863696e-5 -perilymph_N 4.0107648929727385e-6 -perimeter_N 8.021529785945477e-6 -perimysium_N 4.0107648929727385e-6 -perinatologist_N 4.0107648929727385e-6 -perinatology_N 4.0107648929727385e-6 -perineotomy_N 4.0107648929727385e-6 -perineum_N 4.0107648929727385e-6 -perineurium_N 4.0107648929727385e-6 -period_N 1.55216601358045e-3 -periodical_N 1.2032294678918217e-5 -periodontics_N 4.0107648929727385e-6 -periodontist_N 4.0107648929727385e-6 -periosteum_N 4.0107648929727385e-6 -peripatetic_N 4.0107648929727385e-6 -peripeteia_N 4.0107648929727385e-6 -peripheral_N 4.0107648929727385e-6 -periphery_N 1.2032294678918217e-5 -periphrasis_N 4.0107648929727385e-6 -periscope_N 4.0107648929727385e-6 -periselene_N 4.0107648929727385e-6 -perishability_N 4.0107648929727385e-6 -perishable_N 4.0107648929727385e-6 -perisher_N 4.0107648929727385e-6 -perisperm_N 4.0107648929727385e-6 -peristalsis_N 4.0107648929727385e-6 -peristome_N 4.0107648929727385e-6 -peristyle_N 4.0107648929727385e-6 -perithecium_N 4.0107648929727385e-6 -perithelium_N 4.0107648929727385e-6 -peritoneum_N 4.0107648929727385e-6 -peritonitis_N 4.0107648929727385e-6 -periwig_N 4.0107648929727385e-6 -periwinkle_N 4.0107648929727385e-6 -perjurer_N 4.0107648929727385e-6 -perjury_N 3.208611914378191e-5 -perk_N 1.6043059571890954e-5 -perkiness_N 4.0107648929727385e-6 -perm_N 4.0107648929727385e-6 -permafrost_N 4.0107648929727385e-6 -permanence_N 8.021529785945477e-6 -permanency_N 4.0107648929727385e-6 -permanganate_N 4.0107648929727385e-6 -permeability_N 4.0107648929727385e-6 -permeation_N 4.0107648929727385e-6 -permissibility_N 4.0107648929727385e-6 -permission_N 1.323552414681004e-4 -permissiveness_N 4.0107648929727385e-6 -permit_N 5.2139943608645604e-5 -permutability_N 4.0107648929727385e-6 -permutation_N 4.0107648929727385e-6 -perniciousness_N 4.0107648929727385e-6 -peroneus_N 4.0107648929727385e-6 -peroration_N 4.0107648929727385e-6 -peroxidase_N 4.0107648929727385e-6 -peroxide_N 4.0107648929727385e-6 -perpendicular_N 4.0107648929727385e-6 -perpendicularity_N 4.0107648929727385e-6 -perpetration_N 4.0107648929727385e-6 -perpetrator_N 4.0107648929727385e-6 -perpetuation_N 4.0107648929727385e-6 -perpetuity_N 4.0107648929727385e-6 -perphenazine_N 4.0107648929727385e-6 -perplexity_N 4.0107648929727385e-6 -perquisite_N 4.0107648929727385e-6 -perry_N 4.0107648929727385e-6 -persecution_N 8.021529785945477e-6 -persecutor_N 4.0107648929727385e-6 -perseverance_N 4.0107648929727385e-6 -perseveration_N 4.0107648929727385e-6 -persianFem_N 4.0107648929727385e-6 -persianMasc_N 4.0107648929727385e-6 -persiflage_N 4.0107648929727385e-6 -persimmon_N 4.0107648929727385e-6 -persistence_N 1.2032294678918217e-5 -person_N 3.5695807547457374e-4 -persona_N 4.0107648929727385e-6 -persona_grata_N 4.0107648929727385e-6 -persona_non_grata_N 1.6043059571890954e-5 -personableness_N 4.0107648929727385e-6 -personage_N 4.0107648929727385e-6 -personal_N 7.620453296648204e-5 -personality_N 4.812917871567287e-5 -personalty_N 4.0107648929727385e-6 -personation_N 4.0107648929727385e-6 -personhood_N 4.0107648929727385e-6 -personification_N 8.021529785945477e-6 -personnel_N 8.021529785945477e-6 -perspective_N 6.016147339459108e-5 -perspex_N 4.0107648929727385e-6 -perspicacity_N 4.0107648929727385e-6 -perspicuity_N 4.0107648929727385e-6 -perspicuousness_N 4.0107648929727385e-6 -perspiration_N 4.0107648929727385e-6 -perspirer_N 4.0107648929727385e-6 -persuader_N 4.0107648929727385e-6 -persuasion_N 8.021529785945477e-6 -persuasiveness_N 8.021529785945477e-6 -pertainym_N 4.0107648929727385e-6 -pertinacity_N 4.0107648929727385e-6 -pertinence_N 4.0107648929727385e-6 -pertness_N 4.0107648929727385e-6 -perturbation_N 4.0107648929727385e-6 -peruke_N 4.0107648929727385e-6 -perusal_N 4.0107648929727385e-6 -peruvian_N 4.0107648929727385e-6 -pervaporation_N 4.0107648929727385e-6 -pervasion_N 4.0107648929727385e-6 -pervasiveness_N 4.0107648929727385e-6 -perverseness_N 4.0107648929727385e-6 -perversion_N 8.021529785945477e-6 -perversity_N 8.021529785945477e-6 -pervert_N 8.021529785945477e-6 -pesantran_N 4.0107648929727385e-6 -peseta_N 2.8075354250809173e-5 -pesewa_N 4.0107648929727385e-6 -peshmerga_N 4.0107648929727385e-6 -peso_N 1.2032294678918217e-5 -pessary_N 4.0107648929727385e-6 -pessimism_N 1.6043059571890954e-5 -pessimistFem_N 4.0107648929727385e-6 -pessimistMasc_N 4.0107648929727385e-6 -pest_N 4.0107648929727385e-6 -pesthole_N 4.0107648929727385e-6 -pesticide_N 8.021529785945478e-5 -pestilence_N 4.0107648929727385e-6 -pestle_N 4.0107648929727385e-6 -pesto_N 4.0107648929727385e-6 -pet_N 4.010764892972739e-5 -petabit_N 4.0107648929727385e-6 -petabyte_N 4.0107648929727385e-6 -petal_N 4.0107648929727385e-6 -petard_N 4.0107648929727385e-6 -petcock_N 4.0107648929727385e-6 -petechia_N 4.0107648929727385e-6 -petfood_N 4.0107648929727385e-6 -petiole_N 4.0107648929727385e-6 -petiolule_N 4.0107648929727385e-6 -petit_bourgeois_N 4.0107648929727385e-6 -petite_N 4.0107648929727385e-6 -petition_N 6.417223828756382e-5 -petitioner_N 4.0107648929727385e-6 -petrel_N 4.0107648929727385e-6 -petrifaction_N 4.0107648929727385e-6 -petrissage_N 4.0107648929727385e-6 -petro_chemical_N 4.0107648929727385e-6 -petrochemical_N 4.0107648929727385e-6 -petroglyph_N 4.0107648929727385e-6 -petrol_N 4.0107648929727385e-6 -petrolatum_N 4.0107648929727385e-6 -petroleum_N 1.1631218189620943e-4 -petrology_N 4.0107648929727385e-6 -petter_N 4.0107648929727385e-6 -petticoat_N 4.0107648929727385e-6 -pettiness_N 8.021529785945477e-6 -pettishness_N 4.0107648929727385e-6 -petulance_N 4.0107648929727385e-6 -petunia_N 4.0107648929727385e-6 -pew_N 4.0107648929727385e-6 -pew_opener_N 4.0107648929727385e-6 -pewee_N 4.0107648929727385e-6 -pewit_N 4.0107648929727385e-6 -pewter_N 4.0107648929727385e-6 -peyote_N 4.0107648929727385e-6 -pfannkuchen_N 4.0107648929727385e-6 -pfennig_N 4.0107648929727385e-6 -ph_N 4.0107648929727385e-6 -phacoemulsification_N 4.0107648929727385e-6 -phaeton_N 4.0107648929727385e-6 -phagocyte_N 4.0107648929727385e-6 -phagocytosis_N 4.0107648929727385e-6 -phaius_N 4.0107648929727385e-6 -phalanger_N 4.0107648929727385e-6 -phalangitis_N 4.0107648929727385e-6 -phalanx_N 8.021529785945477e-6 -phalarope_N 4.0107648929727385e-6 -phalloplasty_N 4.0107648929727385e-6 -phallus_N 4.0107648929727385e-6 -phalsa_N 4.0107648929727385e-6 -phaneromania_N 4.0107648929727385e-6 -phantasm_N 4.0107648929727385e-6 -phantasmagoria_N 4.0107648929727385e-6 -phantasy_N 4.0107648929727385e-6 -phantom_N 4.0107648929727385e-6 -pharaoh_N 8.021529785945477e-6 -pharisee_N 4.0107648929727385e-6 -pharmaceutical_N 4.0107648929727385e-6 -pharmacist_N 8.021529785945477e-6 -pharmacogenetics_N 4.0107648929727385e-6 -pharmacokinetics_N 4.0107648929727385e-6 -pharmacologist_N 4.0107648929727385e-6 -pharmacology_N 4.0107648929727385e-6 -pharmacopoeia_N 4.0107648929727385e-6 -pharmacy_N 1.2032294678918217e-5 -pharos_N 4.0107648929727385e-6 -pharyngitis_N 4.0107648929727385e-6 -pharynx_N 4.0107648929727385e-6 -phase_N 9.625835743134574e-5 -phasianid_N 4.0107648929727385e-6 -phasmid_N 4.0107648929727385e-6 -phd_N 4.0107648929727385e-6 -pheasant_N 4.0107648929727385e-6 -phellem_N 4.0107648929727385e-6 -phenacomys_N 4.0107648929727385e-6 -phenazopyridine_N 4.0107648929727385e-6 -phencyclidine_N 4.0107648929727385e-6 -phenelzine_N 4.0107648929727385e-6 -pheniramine_N 4.0107648929727385e-6 -phenobarbitone_N 4.0107648929727385e-6 -phenol_N 4.0107648929727385e-6 -phenolphthalein_N 4.0107648929727385e-6 -phenomenology_N 4.0107648929727385e-6 -phenomenon_N 7.620453296648204e-5 -phenothiazine_N 4.0107648929727385e-6 -phenotype_N 4.0107648929727385e-6 -phensuximide_N 4.0107648929727385e-6 -phentolamine_N 4.0107648929727385e-6 -phenylalanine_N 4.0107648929727385e-6 -phenylbutazone_N 4.0107648929727385e-6 -phenylephrine_N 4.0107648929727385e-6 -phenylketonuria_N 4.0107648929727385e-6 -phenylpropanolamine_N 4.0107648929727385e-6 -phenyltoloxamine_N 4.0107648929727385e-6 -pheochromocytoma_N 4.0107648929727385e-6 -pheromone_N 4.0107648929727385e-6 -phi_N 4.0107648929727385e-6 -phial_N 4.0107648929727385e-6 -philadelphus_N 4.0107648929727385e-6 -philanderer_N 4.0107648929727385e-6 -philanthropist_N 8.021529785945477e-6 -philanthropy_N 4.0107648929727385e-6 -philatelist_N 4.0107648929727385e-6 -philately_N 4.0107648929727385e-6 -philhellene_N 4.0107648929727385e-6 -philhellenism_N 4.0107648929727385e-6 -philippine_N 4.0107648929727385e-6 -philistine_N 4.0107648929727385e-6 -philistinism_N 4.0107648929727385e-6 -phillipsite_N 4.0107648929727385e-6 -philodendron_N 4.0107648929727385e-6 -philogyny_N 4.0107648929727385e-6 -philologist_N 4.0107648929727385e-6 -philology_N 4.0107648929727385e-6 -philomath_N 4.0107648929727385e-6 -philosopher_N 1.6043059571890954e-5 -philosophizer_N 4.0107648929727385e-6 -philosophizing_N 4.0107648929727385e-6 -philosophy_N 8.021529785945478e-5 -philter_N 4.0107648929727385e-6 -philtre_N 4.0107648929727385e-6 -phimosis_N 4.0107648929727385e-6 -phlebectomy_N 4.0107648929727385e-6 -phlebitis_N 4.0107648929727385e-6 -phlebothrombosis_N 4.0107648929727385e-6 -phlebotomist_N 4.0107648929727385e-6 -phlegm_N 4.0107648929727385e-6 -phloem_N 4.0107648929727385e-6 -phlogiston_N 4.0107648929727385e-6 -phlogopite_N 4.0107648929727385e-6 -phlomis_N 4.0107648929727385e-6 -phlox_N 4.0107648929727385e-6 -phobia_N 8.021529785945477e-6 -phobophobia_N 4.0107648929727385e-6 -phocomelia_N 4.0107648929727385e-6 -phoebe_N 4.0107648929727385e-6 -phoenicophorium_N 4.0107648929727385e-6 -phoenix_N 4.0107648929727385e-6 -phon_N 4.0107648929727385e-6 -phone_N 4.1711954886916483e-4 -phone_in_N 4.0107648929727385e-6 -phonebook_N 4.0107648929727385e-6 -phonebooth_N 4.0107648929727385e-6 -phonecall_N 4.0107648929727385e-6 -phoneme_N 4.0107648929727385e-6 -phonemics_N 4.0107648929727385e-6 -phonetician_N 4.0107648929727385e-6 -phonetics_N 4.0107648929727385e-6 -phoney_N 4.0107648929727385e-6 -phonics_N 4.0107648929727385e-6 -phonogram_N 4.0107648929727385e-6 -phonograph_N 4.0107648929727385e-6 -phonologist_N 4.0107648929727385e-6 -phonology_N 4.0107648929727385e-6 -phonophobia_N 4.0107648929727385e-6 -phony_N 8.021529785945477e-6 -phoronid_N 4.0107648929727385e-6 -phosgene_N 4.0107648929727385e-6 -phosphatase_N 4.0107648929727385e-6 -phosphate_N 4.0107648929727385e-6 -phosphine_N 4.0107648929727385e-6 -phosphocreatine_N 4.0107648929727385e-6 -phospholipid_N 4.0107648929727385e-6 -phosphoprotein_N 4.0107648929727385e-6 -phosphor_N 4.0107648929727385e-6 -phosphorescence_N 4.0107648929727385e-6 -phosphorus_N 4.0107648929727385e-6 -phot_N 4.0107648929727385e-6 -photalgia_N 4.0107648929727385e-6 -photo_N 8.823682764540025e-5 -photocathode_N 4.0107648929727385e-6 -photochemistry_N 4.0107648929727385e-6 -photocoagulation_N 4.0107648929727385e-6 -photocoagulator_N 4.0107648929727385e-6 -photoconductivity_N 4.0107648929727385e-6 -photocopier_N 8.021529785945477e-6 -photocopy_N 4.0107648929727385e-6 -photoelectricity_N 4.0107648929727385e-6 -photoelectron_N 4.0107648929727385e-6 -photoemission_N 4.0107648929727385e-6 -photoflash_N 4.0107648929727385e-6 -photograph_N 5.6150708501618345e-5 -photographer_N 2.0053824464863696e-5 -photography_N 4.812917871567287e-5 -photogravure_N 4.0107648929727385e-6 -photojournalism_N 4.0107648929727385e-6 -photojournalist_N 4.0107648929727385e-6 -photolithograph_N 4.0107648929727385e-6 -photolithography_N 4.0107648929727385e-6 -photomechanics_N 4.0107648929727385e-6 -photometer_N 4.0107648929727385e-6 -photometrist_N 4.0107648929727385e-6 -photometry_N 4.0107648929727385e-6 -photomicrograph_N 4.0107648929727385e-6 -photomontage_N 4.0107648929727385e-6 -photon_N 4.0107648929727385e-6 -photophobia_N 4.0107648929727385e-6 -photopigment_N 4.0107648929727385e-6 -photoretinitis_N 4.0107648929727385e-6 -photosensitivity_N 4.0107648929727385e-6 -photosphere_N 4.0107648929727385e-6 -photostat_N 4.0107648929727385e-6 -photosynthesis_N 8.021529785945477e-6 -phototherapy_N 4.0107648929727385e-6 -phototropism_N 4.0107648929727385e-6 -phragmocone_N 4.0107648929727385e-6 -phrase_N 5.2139943608645604e-5 -phrase_book_N 4.0107648929727385e-6 -phraseology_N 4.0107648929727385e-6 -phrasing_N 4.0107648929727385e-6 -phrenologist_N 4.0107648929727385e-6 -phrenology_N 4.0107648929727385e-6 -phrontistery_N 4.0107648929727385e-6 -phthisis_N 4.0107648929727385e-6 -phycobilin_N 4.0107648929727385e-6 -phycocyanin_N 4.0107648929727385e-6 -phycoerythrin_N 4.0107648929727385e-6 -phycology_N 4.0107648929727385e-6 -phycomycosis_N 4.0107648929727385e-6 -phylactery_N 4.0107648929727385e-6 -phyle_N 4.0107648929727385e-6 -phyllo_N 4.0107648929727385e-6 -phyllode_N 4.0107648929727385e-6 -phylum_N 4.0107648929727385e-6 -physa_N 4.0107648929727385e-6 -physic_N 4.0107648929727385e-6 -physician_N 7.620453296648204e-5 -physicist_N 2.0053824464863696e-5 -physics_N 2.4064589357836434e-5 -physiognomy_N 4.0107648929727385e-6 -physiologist_N 4.0107648929727385e-6 -physiology_N 4.0107648929727385e-6 -physiotherapist_N 4.0107648929727385e-6 -physiotherapy_N 4.0107648929727385e-6 -physique_N 4.0107648929727385e-6 -physostegia_N 4.0107648929727385e-6 -physostigmine_N 4.0107648929727385e-6 -phytelephas_N 4.0107648929727385e-6 -phytochemical_N 4.0107648929727385e-6 -phytochemist_N 4.0107648929727385e-6 -phytochemistry_N 4.0107648929727385e-6 -phytohormone_N 4.0107648929727385e-6 -phytoplankton_N 4.0107648929727385e-6 -phytotherapy_N 4.0107648929727385e-6 -pi_N 8.021529785945477e-6 -pia_N 4.0107648929727385e-6 -piaffe_N 4.0107648929727385e-6 -pianism_N 4.0107648929727385e-6 -pianistFem_N 4.0107648929727385e-6 -pianistMasc_N 4.0107648929727385e-6 -piano_N 4.4118413822700127e-5 -pianoforte_N 4.0107648929727385e-6 -pianola_N 4.0107648929727385e-6 -piaster_N 4.0107648929727385e-6 -piastre_N 4.0107648929727385e-6 -piazza_N 4.0107648929727385e-6 -pibroch_N 4.0107648929727385e-6 -pica_N 4.0107648929727385e-6 -picador_N 4.0107648929727385e-6 -piccalilli_N 4.0107648929727385e-6 -piccaninny_N 4.0107648929727385e-6 -piccolo_N 4.0107648929727385e-6 -pichi_N 4.0107648929727385e-6 -pichiciago_N 4.0107648929727385e-6 -pick_N 4.010764892972739e-5 -pick_me_up_N 4.0107648929727385e-6 -pick_up_N 4.0107648929727385e-6 -pickaninny_N 4.0107648929727385e-6 -pickaxe_N 4.0107648929727385e-6 -pickelhaube_N 4.0107648929727385e-6 -picker_N 4.010764892972739e-5 -pickerel_N 4.0107648929727385e-6 -pickerelweed_N 4.0107648929727385e-6 -picket_N 2.8075354250809173e-5 -picking_N 2.0053824464863696e-5 -pickings_N 4.0107648929727385e-6 -pickle_N 8.021529785945477e-6 -pickpocket_N 4.0107648929727385e-6 -pickup_N 4.0107648929727385e-6 -picnic_N 1.2032294678918217e-5 -picnicker_N 4.0107648929727385e-6 -picofarad_N 4.0107648929727385e-6 -picometer_N 4.0107648929727385e-6 -picornavirus_N 4.0107648929727385e-6 -picosecond_N 4.0107648929727385e-6 -picot_N 4.0107648929727385e-6 -picovolt_N 4.0107648929727385e-6 -pictograph_N 4.0107648929727385e-6 -pictorial_N 4.0107648929727385e-6 -picture_N 3.088288967589009e-4 -picture_book_N 4.0107648929727385e-6 -picture_card_N 4.0107648929727385e-6 -picture_gallery_N 4.0107648929727385e-6 -picturesqueness_N 4.0107648929727385e-6 -picturing_N 4.0107648929727385e-6 -picul_N 4.0107648929727385e-6 -piculet_N 4.0107648929727385e-6 -piddle_N 4.0107648929727385e-6 -piddock_N 4.0107648929727385e-6 -pidgin_N 4.0107648929727385e-6 -pie_N 4.010764892972739e-5 -pie_crust_N 4.0107648929727385e-6 -piece_N 3.52947310581601e-4 -piecework_N 4.0107648929727385e-6 -pied_a_terre_N 4.0107648929727385e-6 -piedmont_N 4.0107648929727385e-6 -pieplant_N 4.0107648929727385e-6 -pier_N 2.0053824464863696e-5 -pier_glass_N 4.0107648929727385e-6 -pierid_N 4.0107648929727385e-6 -pierrot_N 4.0107648929727385e-6 -pieta_N 4.0107648929727385e-6 -piety_N 4.0107648929727385e-6 -piezoelectricity_N 4.0107648929727385e-6 -piezometer_N 4.0107648929727385e-6 -piffle_N 4.0107648929727385e-6 -pig_N 5.2139943608645604e-5 -pig_headedness_N 4.0107648929727385e-6 -pig_iron_N 4.0107648929727385e-6 -pig_sticking_N 4.0107648929727385e-6 -pigboat_N 4.0107648929727385e-6 -pigeon_N 4.0107648929727385e-6 -pigeonhole_N 4.0107648929727385e-6 -pigfish_N 4.0107648929727385e-6 -piggery_N 4.0107648929727385e-6 -piggishness_N 4.0107648929727385e-6 -piggy_N 4.0107648929727385e-6 -piggyback_N 4.0107648929727385e-6 -piglet_N 1.2032294678918217e-5 -pigment_N 2.4064589357836434e-5 -pigmentation_N 4.0107648929727385e-6 -pigmy_N 4.0107648929727385e-6 -pignut_N 4.0107648929727385e-6 -pigskin_N 4.0107648929727385e-6 -pigsticking_N 4.0107648929727385e-6 -pigsty_N 8.021529785945477e-6 -pigswill_N 4.0107648929727385e-6 -pigtail_N 4.0107648929727385e-6 -pigwash_N 4.0107648929727385e-6 -pigweed_N 4.0107648929727385e-6 -pika_N 4.0107648929727385e-6 -pike_N 4.0107648929727385e-6 -pikeblenny_N 4.0107648929727385e-6 -pikestaff_N 4.0107648929727385e-6 -pilaf_N 4.0107648929727385e-6 -pilaff_N 4.0107648929727385e-6 -pilaster_N 4.0107648929727385e-6 -pilau_N 4.0107648929727385e-6 -pilchard_N 4.0107648929727385e-6 -pile_N 2.4064589357836434e-5 -pile_driver_N 4.0107648929727385e-6 -pile_dwelling_N 4.0107648929727385e-6 -pile_up_N 4.0107648929727385e-6 -piles_N 2.0053824464863696e-5 -pileup_N 4.0107648929727385e-6 -pilferage_N 8.021529785945477e-6 -pilferer_N 4.0107648929727385e-6 -pilgrim_N 4.0107648929727385e-6 -pilgrimage_N 8.021529785945477e-6 -pill_N 1.8048442018377323e-4 -pillage_N 4.0107648929727385e-6 -pillager_N 4.0107648929727385e-6 -pillar_N 3.609688403675465e-5 -pillar_box_N 4.0107648929727385e-6 -pillbox_N 4.0107648929727385e-6 -pillion_N 4.0107648929727385e-6 -pillory_N 4.0107648929727385e-6 -pillow_N 1.6043059571890954e-5 -pillow_fight_N 4.0107648929727385e-6 -pillowcase_N 8.021529785945477e-6 -pillowslip_N 4.0107648929727385e-6 -pillwort_N 4.0107648929727385e-6 -pilocarpine_N 4.0107648929727385e-6 -pilot_N 6.176577935178018e-4 -pilot_boat_N 4.0107648929727385e-6 -pilot_burner_N 4.0107648929727385e-6 -pilot_cloth_N 4.0107648929727385e-6 -pilot_engine_N 4.0107648929727385e-6 -pilot_fish_N 4.0107648929727385e-6 -pilot_light_N 4.0107648929727385e-6 -pilotfish_N 4.0107648929727385e-6 -pilothouse_N 4.0107648929727385e-6 -piloting_N 4.0107648929727385e-6 -pilus_N 4.0107648929727385e-6 -pimento_N 4.0107648929727385e-6 -pimozide_N 4.0107648929727385e-6 -pimp_N 1.6043059571890954e-5 -pimpernel_N 4.0107648929727385e-6 -pimple_N 4.0107648929727385e-6 -pin_N 2.4064589357836434e-5 -pin_money_N 4.0107648929727385e-6 -pin_table_N 4.0107648929727385e-6 -pin_up_N 4.0107648929727385e-6 -pinafore_N 4.0107648929727385e-6 -pinata_N 4.0107648929727385e-6 -pinball_N 1.6043059571890954e-5 -pince_nez_N 4.0107648929727385e-6 -pincer_N 4.0107648929727385e-6 -pinch_N 1.2032294678918217e-5 -pinchbeck_N 4.0107648929727385e-6 -pinche_N 4.0107648929727385e-6 -pinchgut_N 4.0107648929727385e-6 -pincushion_N 4.0107648929727385e-6 -pindolol_N 4.0107648929727385e-6 -pine_N 4.0107648929727385e-6 -pinealoma_N 4.0107648929727385e-6 -pineapple_N 1.2032294678918217e-5 -pinecone_N 4.0107648929727385e-6 -pinesap_N 4.0107648929727385e-6 -pinetum_N 4.0107648929727385e-6 -pinfish_N 4.0107648929727385e-6 -pinfold_N 4.0107648929727385e-6 -ping_N 8.021529785945477e-6 -pinger_N 4.0107648929727385e-6 -pingpong_N 4.0107648929727385e-6 -pinguecula_N 4.0107648929727385e-6 -pinhead_N 4.0107648929727385e-6 -pinhole_N 4.0107648929727385e-6 -pining_N 4.0107648929727385e-6 -pinion_N 4.0107648929727385e-6 -pinite_N 4.0107648929727385e-6 -pink_N 4.0107648929727385e-6 -pinkness_N 4.0107648929727385e-6 -pinko_N 4.0107648929727385e-6 -pinkroot_N 4.0107648929727385e-6 -pinna_N 4.0107648929727385e-6 -pinnace_N 4.0107648929727385e-6 -pinnacle_N 4.0107648929727385e-6 -pinner_N 4.0107648929727385e-6 -pinning_N 4.0107648929727385e-6 -pinny_N 4.0107648929727385e-6 -pinochle_N 4.0107648929727385e-6 -pinocytosis_N 4.0107648929727385e-6 -pinole_N 4.0107648929727385e-6 -pinon_N 4.0107648929727385e-6 -pinpoint_N 4.0107648929727385e-6 -pinprick_N 4.0107648929727385e-6 -pinscher_N 4.0107648929727385e-6 -pinstripe_N 4.0107648929727385e-6 -pint_N 8.021529785945477e-6 -pintail_N 4.0107648929727385e-6 -pintle_N 4.0107648929727385e-6 -pinto_N 4.0107648929727385e-6 -pinwheel_N 4.0107648929727385e-6 -pinworm_N 4.0107648929727385e-6 -pion_N 4.0107648929727385e-6 -pioneer_N 4.010764892972739e-5 -pip_N 4.0107648929727385e-6 -pipage_N 4.0107648929727385e-6 -pipal_N 4.0107648929727385e-6 -pipe_N 6.016147339459108e-5 -pipe_organ_N 4.0107648929727385e-6 -pipe_rack_N 4.0107648929727385e-6 -pipeclay_N 4.0107648929727385e-6 -pipedream_N 4.0107648929727385e-6 -pipefish_N 4.0107648929727385e-6 -pipefitting_N 4.0107648929727385e-6 -pipeful_N 4.0107648929727385e-6 -pipeline_N 2.165813042205279e-4 -piper_N 4.0107648929727385e-6 -piperacillin_N 4.0107648929727385e-6 -piperazine_N 4.0107648929727385e-6 -piperin_N 4.0107648929727385e-6 -piperocaine_N 4.0107648929727385e-6 -pipet_N 4.0107648929727385e-6 -pipette_N 4.0107648929727385e-6 -pipework_N 4.0107648929727385e-6 -pipewort_N 4.0107648929727385e-6 -piping_N 8.021529785945477e-6 -pipistrelle_N 4.0107648929727385e-6 -pipit_N 4.0107648929727385e-6 -pippin_N 4.0107648929727385e-6 -pipsissewa_N 4.0107648929727385e-6 -pipsqueak_N 8.021529785945477e-6 -piquancy_N 4.0107648929727385e-6 -pique_N 4.0107648929727385e-6 -piquet_N 4.0107648929727385e-6 -piracy_N 8.021529785945477e-6 -piranha_N 8.021529785945477e-6 -pirate_N 1.2032294678918217e-5 -pirogi_N 4.0107648929727385e-6 -piroplasm_N 4.0107648929727385e-6 -pirouette_N 4.0107648929727385e-6 -piroxicam_N 4.0107648929727385e-6 -pis_aller_N 4.0107648929727385e-6 -pisanosaur_N 4.0107648929727385e-6 -pisiform_N 4.0107648929727385e-6 -piss_N 4.0107648929727385e-6 -pisser_N 4.0107648929727385e-6 -pistachio_N 4.0107648929727385e-6 -piste_N 4.0107648929727385e-6 -pistia_N 4.0107648929727385e-6 -pistil_N 8.021529785945477e-6 -pistillode_N 4.0107648929727385e-6 -pistol_N 2.4064589357836434e-5 -pistoleer_N 4.0107648929727385e-6 -piston_N 2.0053824464863696e-5 -pit_N 1.0829065211026395e-4 -pit_prop_N 4.0107648929727385e-6 -pita_N 4.0107648929727385e-6 -pitahaya_N 4.0107648929727385e-6 -pitch_N 8.823682764540025e-5 -pitchblende_N 4.0107648929727385e-6 -pitcher_N 4.010764892972739e-5 -pitchfork_N 4.0107648929727385e-6 -pitching_N 4.0107648929727385e-6 -pitchman_N 4.0107648929727385e-6 -pitchstone_N 4.0107648929727385e-6 -pitfall_N 2.4064589357836434e-5 -pith_N 4.0107648929727385e-6 -pithead_N 4.0107648929727385e-6 -pitilessness_N 4.0107648929727385e-6 -pitman_N 4.0107648929727385e-6 -piton_N 4.0107648929727385e-6 -pitprop_N 4.0107648929727385e-6 -pitsaw_N 4.0107648929727385e-6 -pitta_N 4.0107648929727385e-6 -pittance_N 1.2032294678918217e-5 -pitter_patter_N 4.0107648929727385e-6 -pitting_N 4.0107648929727385e-6 -pituitary_N 4.0107648929727385e-6 -pity_N 8.021529785945477e-6 -pityriasis_N 4.0107648929727385e-6 -pivot_N 4.0107648929727385e-6 -pixel_N 4.0107648929727385e-6 -pixie_N 4.0107648929727385e-6 -pixy_N 4.0107648929727385e-6 -pizza_N 2.8075354250809173e-5 -pizzeria_N 4.0107648929727385e-6 -pizzicato_N 4.0107648929727385e-6 -placard_N 4.0107648929727385e-6 -placation_N 4.0107648929727385e-6 -place_N 8.061637434875205e-4 -place_bet_N 4.0107648929727385e-6 -place_name_N 4.0107648929727385e-6 -placebo_N 8.021529785945477e-6 -placeholder_N 4.0107648929727385e-6 -placeman_N 4.0107648929727385e-6 -placement_N 7.21937680735093e-5 -placenta_N 4.0107648929727385e-6 -placental_N 4.0107648929727385e-6 -placentation_N 4.0107648929727385e-6 -placer_N 4.0107648929727385e-6 -placeseeker_N 4.0107648929727385e-6 -placidity_N 4.0107648929727385e-6 -placing_N 8.021529785945477e-6 -placket_N 4.0107648929727385e-6 -placoderm_N 4.0107648929727385e-6 -plage_N 4.0107648929727385e-6 -plagiarism_N 8.021529785945477e-6 -plagiarist_N 4.0107648929727385e-6 -plagiocephaly_N 4.0107648929727385e-6 -plagioclase_N 4.0107648929727385e-6 -plague_N 4.0107648929727385e-6 -plague_spot_N 4.0107648929727385e-6 -plaice_N 4.0107648929727385e-6 -plaid_N 1.6043059571890954e-5 -plain_N 2.4064589357836434e-5 -plainclothesman_N 4.0107648929727385e-6 -plainness_N 4.0107648929727385e-6 -plainsman_N 4.0107648929727385e-6 -plainsong_N 4.0107648929727385e-6 -plaint_N 4.0107648929727385e-6 -plaintiff_N 1.323552414681004e-4 -plaintiveness_N 4.0107648929727385e-6 -plait_N 4.0107648929727385e-6 -plaiter_N 4.0107648929727385e-6 -plan_N 3.132407381411709e-3 -planarian_N 4.0107648929727385e-6 -planation_N 4.0107648929727385e-6 -planchet_N 4.0107648929727385e-6 -planchette_N 4.0107648929727385e-6 -plane_N 2.5668895315025526e-4 -plane_tree_N 4.0107648929727385e-6 -planet_N 5.6150708501618345e-5 -planetarium_N 4.0107648929727385e-6 -planetesimal_N 4.0107648929727385e-6 -plangency_N 4.0107648929727385e-6 -plank_N 8.021529785945477e-6 -plank_bed_N 4.0107648929727385e-6 -planking_N 4.0107648929727385e-6 -plankton_N 4.0107648929727385e-6 -planner_N 2.2460283400647338e-4 -planning_N 4.0107648929727385e-6 -plant_N 1.736661198657196e-3 -plant_louse_N 4.0107648929727385e-6 -plantain_N 4.0107648929727385e-6 -plantation_N 1.2032294678918217e-5 -planter_N 8.021529785945477e-6 -planting_N 8.021529785945477e-6 -plantlet_N 4.0107648929727385e-6 -planula_N 4.0107648929727385e-6 -plaque_N 8.021529785945477e-6 -plash_N 4.0107648929727385e-6 -plasm_N 4.0107648929727385e-6 -plasma_N 8.021529785945477e-6 -plasmablast_N 4.0107648929727385e-6 -plasmacytoma_N 4.0107648929727385e-6 -plasmapheresis_N 4.0107648929727385e-6 -plasmid_N 4.0107648929727385e-6 -plasmin_N 4.0107648929727385e-6 -plasminogen_N 4.0107648929727385e-6 -plasmodium_N 4.0107648929727385e-6 -plaster_N 2.4064589357836434e-5 -plasterboard_N 4.0107648929727385e-6 -plasterer_N 4.0107648929727385e-6 -plastering_N 4.0107648929727385e-6 -plastic_N 1.0026912232431847e-4 -plastic_bomb_N 4.0107648929727385e-6 -plasticine_N 4.0107648929727385e-6 -plasticity_N 4.0107648929727385e-6 -plasticizer_N 4.0107648929727385e-6 -plastics_N 1.5240906593296408e-4 -plastid_N 4.0107648929727385e-6 -plastination_N 4.0107648929727385e-6 -plastron_N 4.0107648929727385e-6 -plat_N 4.0107648929727385e-6 -plate_N 6.417223828756382e-5 -plate_glass_N 4.0107648929727385e-6 -plate_powder_N 4.0107648929727385e-6 -plate_rack_N 4.0107648929727385e-6 -plateau_N 2.0053824464863696e-5 -plateful_N 4.0107648929727385e-6 -platelayer_N 4.0107648929727385e-6 -platelet_N 4.0107648929727385e-6 -plateletpheresis_N 4.0107648929727385e-6 -platen_N 4.0107648929727385e-6 -plater_N 4.0107648929727385e-6 -platform_N 6.016147339459108e-5 -plating_N 4.0107648929727385e-6 -platinum_N 7.21937680735093e-5 -platitude_N 1.2032294678918217e-5 -platitudinarian_N 4.0107648929727385e-6 -platoon_N 8.021529785945477e-6 -platter_N 4.0107648929727385e-6 -platy_N 4.0107648929727385e-6 -platyctenean_N 4.0107648929727385e-6 -platypus_N 4.0107648929727385e-6 -platysma_N 4.0107648929727385e-6 -plaudit_N 8.021529785945477e-6 -plausibility_N 4.0107648929727385e-6 -play_N 1.6845212550485502e-4 -play_acting_N 4.0107648929727385e-6 -play_actor_N 4.0107648929727385e-6 -play_box_N 4.0107648929727385e-6 -play_off_N 4.0107648929727385e-6 -play_reading_N 4.0107648929727385e-6 -playback_N 4.0107648929727385e-6 -playbill_N 4.0107648929727385e-6 -playbook_N 4.0107648929727385e-6 -playbox_N 4.0107648929727385e-6 -playboy_N 4.0107648929727385e-6 -player_N 4.6524872758483773e-4 -player_piano_N 4.0107648929727385e-6 -playfellow_N 4.0107648929727385e-6 -playfulness_N 8.021529785945477e-6 -playgoer_N 4.0107648929727385e-6 -playground_N 2.0053824464863696e-5 -playgroup_N 4.0107648929727385e-6 -playhouse_N 4.0107648929727385e-6 -playing_N 5.6150708501618345e-5 -playing_card_N 4.0107648929727385e-6 -playing_field_N 4.0107648929727385e-6 -playlet_N 4.0107648929727385e-6 -playlist_N 4.0107648929727385e-6 -playmaker_N 4.0107648929727385e-6 -playmate_N 4.0107648929727385e-6 -playoff_N 4.0107648929727385e-6 -playpen_N 4.0107648929727385e-6 -playroom_N 4.0107648929727385e-6 -playschool_N 4.0107648929727385e-6 -playsuit_N 4.0107648929727385e-6 -plaything_N 4.0107648929727385e-6 -playtime_N 4.0107648929727385e-6 -playwright_N 3.609688403675465e-5 -plaza_N 8.021529785945477e-6 -plea_N 1.243337116821549e-4 -pleading_N 4.0107648929727385e-6 -pleasance_N 4.0107648929727385e-6 -pleasantness_N 4.0107648929727385e-6 -pleasantry_N 1.6043059571890954e-5 -pleaser_N 4.0107648929727385e-6 -pleasing_N 4.0107648929727385e-6 -pleasingness_N 4.0107648929727385e-6 -pleasure_N 4.4118413822700127e-5 -pleasure_boat_N 4.0107648929727385e-6 -pleasure_craft_N 4.0107648929727385e-6 -pleasure_ground_N 4.0107648929727385e-6 -pleat_N 4.0107648929727385e-6 -pleb_N 4.0107648929727385e-6 -plebeian_N 4.0107648929727385e-6 -plebiscite_N 4.0107648929727385e-6 -plectognath_N 4.0107648929727385e-6 -plectranthus_N 4.0107648929727385e-6 -plectrum_N 4.0107648929727385e-6 -pledge_N 5.2139943608645604e-5 -pledgee_N 4.0107648929727385e-6 -pledger_N 4.0107648929727385e-6 -plenipotentiary_N 4.0107648929727385e-6 -plenitude_N 4.0107648929727385e-6 -plenty_N 9.2247592538373e-5 -plenum_N 4.0107648929727385e-6 -pleochroism_N 4.0107648929727385e-6 -pleomorphism_N 4.0107648929727385e-6 -pleonasm_N 4.0107648929727385e-6 -plesiosaur_N 4.0107648929727385e-6 -plethora_N 8.021529785945477e-6 -plethysmograph_N 4.0107648929727385e-6 -pleura_N 4.0107648929727385e-6 -pleurisy_N 4.0107648929727385e-6 -pleurocarp_N 4.0107648929727385e-6 -pleurodont_N 4.0107648929727385e-6 -pleurodynia_N 4.0107648929727385e-6 -pleuropneumonia_N 4.0107648929727385e-6 -pleurothallis_N 4.0107648929727385e-6 -pleximeter_N 4.0107648929727385e-6 -plexor_N 4.0107648929727385e-6 -plexus_N 4.0107648929727385e-6 -pliability_N 4.0107648929727385e-6 -pliancy_N 4.0107648929727385e-6 -plication_N 4.0107648929727385e-6 -plier_N 4.0107648929727385e-6 -pliers_N 4.0107648929727385e-6 -plight_N 4.4118413822700127e-5 -plimsoll_N 4.0107648929727385e-6 -plinth_N 4.0107648929727385e-6 -ploce_N 4.0107648929727385e-6 -plodder_N 4.0107648929727385e-6 -plodding_N 4.0107648929727385e-6 -plonk_N 4.0107648929727385e-6 -plop_N 4.0107648929727385e-6 -plosion_N 4.0107648929727385e-6 -plosive_N 4.0107648929727385e-6 -plot_N 6.818300318053656e-5 -plotter_N 1.2032294678918217e-5 -plough_N 4.0107648929727385e-6 -ploughboy_N 4.0107648929727385e-6 -ploughman_N 4.0107648929727385e-6 -ploughshare_N 4.0107648929727385e-6 -plover_N 4.0107648929727385e-6 -plow_N 4.0107648929727385e-6 -plowboy_N 4.0107648929727385e-6 -plowing_N 4.0107648929727385e-6 -plowman_N 4.0107648929727385e-6 -plowshare_N 4.0107648929727385e-6 -plowwright_N 4.0107648929727385e-6 -ploy_N 3.208611914378191e-5 -pluck_N 4.0107648929727385e-6 -plug_N 2.4064589357836434e-5 -plughole_N 4.0107648929727385e-6 -plum_N 4.0107648929727385e-6 -plum_pudding_N 4.0107648929727385e-6 -plumage_N 4.0107648929727385e-6 -plumb_N 4.0107648929727385e-6 -plumbago_N 4.0107648929727385e-6 -plumber_N 4.0107648929727385e-6 -plumbing_N 3.208611914378191e-5 -plumcot_N 4.0107648929727385e-6 -plume_N 8.021529785945477e-6 -plummet_N 8.021529785945477e-6 -plump_N 4.0107648929727385e-6 -plumpness_N 4.0107648929727385e-6 -plumule_N 4.0107648929727385e-6 -plunder_N 4.0107648929727385e-6 -plunderage_N 4.0107648929727385e-6 -plunderer_N 4.0107648929727385e-6 -plundering_N 4.0107648929727385e-6 -plunge_N 5.775501445880744e-4 -plunger_N 4.0107648929727385e-6 -plunk_N 4.0107648929727385e-6 -pluperfect_N 4.0107648929727385e-6 -plural_N 4.0107648929727385e-6 -pluralism_N 8.021529785945477e-6 -pluralist_N 4.0107648929727385e-6 -plurality_N 1.2032294678918217e-5 -pluralization_N 4.0107648929727385e-6 -plus_N 4.4118413822700127e-5 -plush_N 4.0107648929727385e-6 -plutocracy_N 4.0107648929727385e-6 -plutocrat_N 4.0107648929727385e-6 -plutonium_N 1.6043059571890954e-5 -ply_N 4.0107648929727385e-6 -plywood_N 1.6043059571890954e-5 -pneumatics_N 4.0107648929727385e-6 -pneumatophore_N 4.0107648929727385e-6 -pneumococcus_N 4.0107648929727385e-6 -pneumoconiosis_N 4.0107648929727385e-6 -pneumocytosis_N 4.0107648929727385e-6 -pneumonectomy_N 4.0107648929727385e-6 -pneumonia_N 1.6043059571890954e-5 -pneumonitis_N 4.0107648929727385e-6 -pneumothorax_N 4.0107648929727385e-6 -po_N 4.0107648929727385e-6 -poacher_N 8.021529785945477e-6 -poaching_N 4.0107648929727385e-6 -pochard_N 4.0107648929727385e-6 -pock_N 4.0107648929727385e-6 -pocket_N 7.21937680735093e-5 -pocket_book_N 4.0107648929727385e-6 -pocket_handkerchief_N 4.0107648929727385e-6 -pocket_knife_N 4.0107648929727385e-6 -pocket_money_N 4.0107648929727385e-6 -pocketbook_N 4.0107648929727385e-6 -pocketcomb_N 4.0107648929727385e-6 -pocketful_N 4.0107648929727385e-6 -pocketknife_N 4.0107648929727385e-6 -pockmark_N 4.0107648929727385e-6 -pod_N 8.021529785945477e-6 -podalgia_N 4.0107648929727385e-6 -podetium_N 4.0107648929727385e-6 -podiatry_N 4.0107648929727385e-6 -podium_N 1.6043059571890954e-5 -podocarp_N 4.0107648929727385e-6 -podzol_N 4.0107648929727385e-6 -poem_N 4.0107648929727385e-6 -poesy_N 4.0107648929727385e-6 -poet_N 2.0053824464863696e-5 -poetess_N 4.0107648929727385e-6 -poetics_N 4.0107648929727385e-6 -poetry_N 1.2032294678918217e-5 -pogge_N 4.0107648929727385e-6 -pogonia_N 4.0107648929727385e-6 -pogonion_N 4.0107648929727385e-6 -pogrom_N 4.0107648929727385e-6 -poi_N 4.0107648929727385e-6 -poignance_N 4.0107648929727385e-6 -poignancy_N 4.0107648929727385e-6 -poikilotherm_N 4.0107648929727385e-6 -poilu_N 4.0107648929727385e-6 -poinsettia_N 4.0107648929727385e-6 -point_N 2.65111559425498e-3 -point_duty_N 4.0107648929727385e-6 -pointedness_N 4.0107648929727385e-6 -pointer_N 8.021529785945477e-6 -pointillism_N 4.0107648929727385e-6 -pointillist_N 4.0107648929727385e-6 -pointsman_N 4.0107648929727385e-6 -poise_N 4.0107648929727385e-6 -poison_N 1.323552414681004e-4 -poison_gas_N 4.0107648929727385e-6 -poison_ivy_N 4.0107648929727385e-6 -poisoner_N 4.0107648929727385e-6 -poisoning_N 4.0107648929727385e-6 -poke_N 4.0107648929727385e-6 -poke_bonnet_N 4.0107648929727385e-6 -poker_N 2.0053824464863696e-5 -poker_face_N 4.0107648929727385e-6 -pokeweed_N 4.0107648929727385e-6 -polack_N 4.0107648929727385e-6 -polarimeter_N 4.0107648929727385e-6 -polaris_N 4.0107648929727385e-6 -polarity_N 4.0107648929727385e-6 -polarization_N 4.0107648929727385e-6 -polarography_N 4.0107648929727385e-6 -polaroid_N 4.0107648929727385e-6 -polder_N 4.0107648929727385e-6 -pole_N 2.0053824464863696e-5 -pole_jumping_N 4.0107648929727385e-6 -pole_star_N 4.0107648929727385e-6 -pole_vault_N 4.0107648929727385e-6 -poleax_N 4.0107648929727385e-6 -poleaxe_N 4.0107648929727385e-6 -polecat_N 4.0107648929727385e-6 -polemic_N 4.0107648929727385e-6 -polemicist_N 4.0107648929727385e-6 -polemics_N 4.0107648929727385e-6 -polemonium_N 4.0107648929727385e-6 -polenta_N 4.0107648929727385e-6 -police_N 1.2032294678918217e-5 -police_office_N 4.0107648929727385e-6 -police_officer_N 8.021529785945477e-6 -police_station_N 4.0107648929727385e-6 -policeman_N 1.6043059571890954e-5 -policewoman_N 1.6043059571890954e-5 -policy_N 1.5601875433663955e-3 -policyholder_N 4.0107648929727385e-6 -polio_N 4.0107648929727385e-6 -poliomyelitis_N 4.0107648929727385e-6 -poliosis_N 4.0107648929727385e-6 -poliovirus_N 4.0107648929727385e-6 -polishFem_N 4.0107648929727385e-6 -polishMasc_N 4.0107648929727385e-6 -polish_N 8.021529785945477e-6 -polisher_N 4.0107648929727385e-6 -politburo_N 4.0107648929727385e-6 -politeness_N 4.0107648929727385e-6 -politician_N 2.286135988994461e-4 -politics_N 2.0454900954160969e-4 -polity_N 4.0107648929727385e-6 -polka_N 4.0107648929727385e-6 -poll_N 2.2460283400647338e-4 -poll_tax_N 4.0107648929727385e-6 -pollack_N 4.0107648929727385e-6 -pollard_N 4.0107648929727385e-6 -pollen_N 2.4064589357836434e-5 -pollination_N 1.2032294678918217e-5 -pollinator_N 4.0107648929727385e-6 -polling_booth_N 4.0107648929727385e-6 -polling_day_N 4.0107648929727385e-6 -polling_station_N 4.0107648929727385e-6 -pollinium_N 4.0107648929727385e-6 -polls_N 4.0107648929727385e-6 -pollster_N 2.0053824464863696e-5 -pollucite_N 4.0107648929727385e-6 -pollutant_N 2.4064589357836434e-5 -polluter_N 4.0107648929727385e-6 -pollution_N 1.4037677125404587e-4 -polo_N 4.0107648929727385e-6 -polonaise_N 4.0107648929727385e-6 -polonium_N 4.0107648929727385e-6 -polony_N 4.0107648929727385e-6 -poltergeist_N 1.2032294678918217e-5 -poltroon_N 4.0107648929727385e-6 -poltroonery_N 4.0107648929727385e-6 -poly_N 4.0107648929727385e-6 -polyamide_N 4.0107648929727385e-6 -polyandrist_N 4.0107648929727385e-6 -polyandry_N 4.0107648929727385e-6 -polyanthus_N 4.0107648929727385e-6 -polyarteritis_N 4.0107648929727385e-6 -polybutylene_N 4.0107648929727385e-6 -polychaete_N 4.0107648929727385e-6 -polychrome_N 4.0107648929727385e-6 -polycythemia_N 4.0107648929727385e-6 -polydactyly_N 4.0107648929727385e-6 -polydipsia_N 4.0107648929727385e-6 -polyelectrolyte_N 4.0107648929727385e-6 -polyester_N 4.0107648929727385e-6 -polyethylene_N 1.2032294678918217e-5 -polyfoam_N 4.0107648929727385e-6 -polygamist_N 4.0107648929727385e-6 -polygamy_N 4.0107648929727385e-6 -polygene_N 4.0107648929727385e-6 -polyglotFem_N 4.0107648929727385e-6 -polyglotMasc_N 4.0107648929727385e-6 -polygon_N 4.0107648929727385e-6 -polygraph_N 4.0107648929727385e-6 -polygynist_N 4.0107648929727385e-6 -polygyny_N 4.0107648929727385e-6 -polyhedron_N 4.0107648929727385e-6 -polymastigote_N 4.0107648929727385e-6 -polymath_N 4.0107648929727385e-6 -polymer_N 4.0107648929727385e-6 -polymerase_N 4.0107648929727385e-6 -polymerization_N 4.0107648929727385e-6 -polymorph_N 4.0107648929727385e-6 -polymorphism_N 4.0107648929727385e-6 -polymyositis_N 4.0107648929727385e-6 -polymyxin_N 4.0107648929727385e-6 -polyneuritis_N 4.0107648929727385e-6 -polynomial_N 4.0107648929727385e-6 -polynya_N 4.0107648929727385e-6 -polyoma_N 4.0107648929727385e-6 -polyp_N 2.4064589357836434e-5 -polypectomy_N 4.0107648929727385e-6 -polypeptide_N 4.0107648929727385e-6 -polyphone_N 4.0107648929727385e-6 -polyphony_N 4.0107648929727385e-6 -polyphosphate_N 4.0107648929727385e-6 -polyploid_N 4.0107648929727385e-6 -polyploidy_N 4.0107648929727385e-6 -polypody_N 4.0107648929727385e-6 -polypore_N 4.0107648929727385e-6 -polypropenonitrile_N 4.0107648929727385e-6 -polypropylene_N 4.0107648929727385e-6 -polyptoton_N 4.0107648929727385e-6 -polypus_N 4.0107648929727385e-6 -polysaccharide_N 4.0107648929727385e-6 -polysemant_N 4.0107648929727385e-6 -polysemy_N 4.0107648929727385e-6 -polysomy_N 4.0107648929727385e-6 -polystyrene_N 4.0107648929727385e-6 -polysyllable_N 4.0107648929727385e-6 -polysyndeton_N 4.0107648929727385e-6 -polytechnic_N 4.0107648929727385e-6 -polytheism_N 4.0107648929727385e-6 -polytheist_N 4.0107648929727385e-6 -polythene_N 4.0107648929727385e-6 -polytonality_N 4.0107648929727385e-6 -polyurethane_N 4.0107648929727385e-6 -polyuria_N 4.0107648929727385e-6 -polyvalence_N 4.0107648929727385e-6 -pom_N 4.0107648929727385e-6 -pomade_N 4.0107648929727385e-6 -pome_N 4.0107648929727385e-6 -pomegranate_N 4.0107648929727385e-6 -pomelo_N 4.0107648929727385e-6 -pomfret_N 4.0107648929727385e-6 -pommel_N 4.0107648929727385e-6 -pommy_N 4.0107648929727385e-6 -pomologist_N 4.0107648929727385e-6 -pomology_N 4.0107648929727385e-6 -pomp_N 4.0107648929727385e-6 -pompadour_N 4.0107648929727385e-6 -pompano_N 4.0107648929727385e-6 -pompon_N 4.0107648929727385e-6 -pomposity_N 4.0107648929727385e-6 -ponce_N 4.0107648929727385e-6 -poncho_N 4.0107648929727385e-6 -pond_N 1.6043059571890954e-5 -ponderosa_N 4.0107648929727385e-6 -ponderousness_N 4.0107648929727385e-6 -pondweed_N 4.0107648929727385e-6 -pone_N 4.0107648929727385e-6 -pongee_N 4.0107648929727385e-6 -poniard_N 4.0107648929727385e-6 -pons_N 4.0107648929727385e-6 -pontifex_N 4.0107648929727385e-6 -pontiff_N 4.0107648929727385e-6 -pontifical_N 4.0107648929727385e-6 -pontificate_N 4.0107648929727385e-6 -pontoon_N 4.0107648929727385e-6 -pony_N 4.0107648929727385e-6 -pony_trekking_N 4.0107648929727385e-6 -ponytail_N 4.0107648929727385e-6 -pooch_N 4.0107648929727385e-6 -pood_N 4.0107648929727385e-6 -poodle_N 4.0107648929727385e-6 -poof_N 8.021529785945477e-6 -pool_N 1.564198308259368e-4 -pooler_N 4.0107648929727385e-6 -poolroom_N 4.0107648929727385e-6 -poon_N 4.0107648929727385e-6 -poop_N 4.0107648929727385e-6 -poor_box_N 4.0107648929727385e-6 -poor_rate_N 4.0107648929727385e-6 -poorhouse_N 4.0107648929727385e-6 -poorness_N 4.0107648929727385e-6 -poorwill_N 4.0107648929727385e-6 -pop_N 4.010764892972739e-5 -popcorn_N 4.0107648929727385e-6 -pope_N 8.021529785945477e-6 -popery_N 4.0107648929727385e-6 -popgun_N 4.0107648929727385e-6 -popinjay_N 4.0107648929727385e-6 -poplar_N 4.0107648929727385e-6 -poplin_N 4.0107648929727385e-6 -popover_N 4.0107648929727385e-6 -poppa_N 4.0107648929727385e-6 -popper_N 4.0107648929727385e-6 -poppet_N 4.0107648929727385e-6 -poppy_N 4.0107648929727385e-6 -poppycock_N 4.0107648929727385e-6 -populace_N 8.021529785945477e-6 -popularism_N 4.0107648929727385e-6 -popularity_N 7.620453296648204e-5 -popularization_N 4.0107648929727385e-6 -popularizer_N 4.0107648929727385e-6 -population_N 2.0053824464863693e-4 -populism_N 8.021529785945477e-6 -populist_N 8.021529785945477e-6 -porbeagle_N 4.0107648929727385e-6 -porcelain_N 2.4064589357836434e-5 -porch_N 1.6043059571890954e-5 -porcupine_N 4.0107648929727385e-6 -porcupinefish_N 4.0107648929727385e-6 -pore_N 4.0107648929727385e-6 -porgy_N 4.0107648929727385e-6 -pork_N 6.818300318053656e-5 -pork_barrel_N 4.0107648929727385e-6 -pork_butcher_N 4.0107648929727385e-6 -porkchop_N 4.0107648929727385e-6 -porker_N 4.0107648929727385e-6 -porkfish_N 4.0107648929727385e-6 -porkholt_N 4.0107648929727385e-6 -porkpie_N 4.0107648929727385e-6 -porn_N 4.0107648929727385e-6 -pornographer_N 4.0107648929727385e-6 -pornography_N 8.021529785945477e-6 -porosity_N 4.0107648929727385e-6 -porousness_N 4.0107648929727385e-6 -porphyria_N 4.0107648929727385e-6 -porphyrin_N 4.0107648929727385e-6 -porphyry_N 4.0107648929727385e-6 -porpoise_N 4.0107648929727385e-6 -porridge_N 8.021529785945477e-6 -porringer_N 4.0107648929727385e-6 -port_N 6.818300318053656e-5 -portability_N 4.0107648929727385e-6 -portable_N 4.0107648929727385e-6 -portage_N 4.0107648929727385e-6 -portal_N 4.0107648929727385e-6 -portcullis_N 4.0107648929727385e-6 -porte_cochere_N 4.0107648929727385e-6 -portent_N 4.0107648929727385e-6 -porter_N 4.0107648929727385e-6 -porterage_N 4.0107648929727385e-6 -porterhouse_N 4.0107648929727385e-6 -portfolio_N 8.823682764540025e-4 -porthole_N 4.0107648929727385e-6 -portico_N 8.021529785945477e-6 -portiere_N 4.0107648929727385e-6 -portion_N 3.2487195633079186e-4 -portmanteau_N 4.0107648929727385e-6 -portrait_N 6.016147339459108e-5 -portraitist_N 4.0107648929727385e-6 -portraiture_N 4.0107648929727385e-6 -portrayal_N 4.010764892972739e-5 -portuguese_N 4.0107648929727385e-6 -portulaca_N 4.0107648929727385e-6 -portwatcher_N 4.0107648929727385e-6 -pose_N 4.0107648929727385e-6 -poser_N 4.0107648929727385e-6 -poseur_N 4.0107648929727385e-6 -poseuse_N 4.0107648929727385e-6 -position_N 1.2834447657512765e-3 -positive_N 8.021529785945477e-6 -positiveness_N 4.0107648929727385e-6 -positivism_N 4.0107648929727385e-6 -positivist_N 4.0107648929727385e-6 -positivity_N 4.0107648929727385e-6 -positron_N 4.0107648929727385e-6 -posology_N 4.0107648929727385e-6 -posse_N 4.0107648929727385e-6 -posseman_N 4.0107648929727385e-6 -possession_N 2.4064589357836434e-5 -possessiveness_N 4.0107648929727385e-6 -possessor_N 4.0107648929727385e-6 -posset_N 4.0107648929727385e-6 -possibility_N 2.687212478291735e-4 -possible_N 4.0107648929727385e-6 -possum_N 4.0107648929727385e-6 -post_N 3.6096884036754647e-4 -post_chaise_N 4.0107648929727385e-6 -post_horse_N 4.0107648929727385e-6 -post_mortem_N 4.0107648929727385e-6 -postage_N 8.021529785945477e-6 -postage_stamp_N 4.0107648929727385e-6 -postbag_N 4.0107648929727385e-6 -postbox_N 4.0107648929727385e-6 -postcard_N 1.2032294678918217e-5 -postcode_N 4.0107648929727385e-6 -postdiluvian_N 4.0107648929727385e-6 -postdoc_N 4.0107648929727385e-6 -postdoctoral_N 4.0107648929727385e-6 -poste_restante_N 4.0107648929727385e-6 -poster_N 4.010764892972739e-5 -posterior_N 4.0107648929727385e-6 -posteriority_N 4.0107648929727385e-6 -posterity_N 4.0107648929727385e-6 -postern_N 4.0107648929727385e-6 -postgraduate_N 4.0107648929727385e-6 -posthitis_N 4.0107648929727385e-6 -posthole_N 4.0107648929727385e-6 -posthouse_N 4.0107648929727385e-6 -postilion_N 4.0107648929727385e-6 -postillion_N 4.0107648929727385e-6 -posting_N 4.0107648929727385e-6 -postlude_N 4.0107648929727385e-6 -postman_N 4.0107648929727385e-6 -postmark_N 1.2032294678918217e-5 -postmaster_N 1.2032294678918217e-5 -postmistress_N 4.0107648929727385e-6 -postmodernism_N 4.0107648929727385e-6 -postmortem_N 4.0107648929727385e-6 -postponement_N 1.6043059571890954e-5 -postposition_N 4.0107648929727385e-6 -postscript_N 4.0107648929727385e-6 -postulant_N 4.0107648929727385e-6 -postulate_N 4.0107648929727385e-6 -postulation_N 4.0107648929727385e-6 -postulator_N 4.0107648929727385e-6 -posture_N 2.8075354250809173e-5 -posturer_N 4.0107648929727385e-6 -posturing_N 1.6043059571890954e-5 -posy_N 4.0107648929727385e-6 -pot_N 3.208611914378191e-5 -pot_shot_N 4.0107648929727385e-6 -potage_N 4.0107648929727385e-6 -potash_N 4.0107648929727385e-6 -potassium_N 4.0107648929727385e-6 -potation_N 4.0107648929727385e-6 -potato_N 7.21937680735093e-5 -potbelly_N 4.0107648929727385e-6 -potboiler_N 4.0107648929727385e-6 -potboy_N 4.0107648929727385e-6 -poteen_N 4.0107648929727385e-6 -potency_N 4.0107648929727385e-6 -potentate_N 8.021529785945477e-6 -potential_N 1.443875361470186e-4 -potentiality_N 8.021529785945477e-6 -potentiation_N 4.0107648929727385e-6 -potentiometer_N 4.0107648929727385e-6 -pothead_N 4.0107648929727385e-6 -pother_N 4.0107648929727385e-6 -potherb_N 4.0107648929727385e-6 -potholder_N 4.0107648929727385e-6 -pothole_N 1.2032294678918217e-5 -potholer_N 4.0107648929727385e-6 -pothook_N 4.0107648929727385e-6 -pothos_N 4.0107648929727385e-6 -pothouse_N 4.0107648929727385e-6 -pothunter_N 4.0107648929727385e-6 -potion_N 4.0107648929727385e-6 -potlatch_N 4.0107648929727385e-6 -potluck_N 4.0107648929727385e-6 -potman_N 4.0107648929727385e-6 -potoroo_N 4.0107648929727385e-6 -potpie_N 4.0107648929727385e-6 -potpourri_N 1.2032294678918217e-5 -potsherd_N 4.0107648929727385e-6 -potshot_N 4.0107648929727385e-6 -pottage_N 8.021529785945477e-6 -potter_N 4.0107648929727385e-6 -potterer_N 4.0107648929727385e-6 -pottery_N 1.2032294678918217e-5 -pottle_N 4.0107648929727385e-6 -potto_N 4.0107648929727385e-6 -potty_N 4.0107648929727385e-6 -pouch_N 8.021529785945477e-6 -pouf_N 4.0107648929727385e-6 -pouffe_N 4.0107648929727385e-6 -poulette_N 4.0107648929727385e-6 -poulterer_N 4.0107648929727385e-6 -poultice_N 4.0107648929727385e-6 -poultry_N 8.021529785945477e-6 -poultryman_N 4.0107648929727385e-6 -pounce_N 4.0107648929727385e-6 -pound_N 5.815609094810472e-4 -poundage_N 4.0107648929727385e-6 -poundal_N 4.0107648929727385e-6 -pounder_N 4.0107648929727385e-6 -pounding_N 4.0107648929727385e-6 -pout_N 4.0107648929727385e-6 -poverty_N 1.243337116821549e-4 -pow_N 4.0107648929727385e-6 -powder_N 2.0053824464863696e-5 -powder_flask_N 4.0107648929727385e-6 -powder_horn_N 4.0107648929727385e-6 -powder_magazine_N 4.0107648929727385e-6 -powder_puff_N 4.0107648929727385e-6 -powder_room_N 4.0107648929727385e-6 -powderer_N 4.0107648929727385e-6 -powderpuff_N 4.0107648929727385e-6 -power_N 1.2353155870356036e-3 -power_dive_N 4.0107648929727385e-6 -power_point_N 4.0107648929727385e-6 -power_station_N 4.0107648929727385e-6 -powerboat_N 8.021529785945477e-6 -powerhouse_N 4.4118413822700127e-5 -powerlessness_N 4.0107648929727385e-6 -powwow_N 8.021529785945477e-6 -pox_N 4.0107648929727385e-6 -poxvirus_N 4.0107648929727385e-6 -pp_N 8.021529785945477e-6 -pr_N 4.0107648929727385e-6 -practicability_N 4.0107648929727385e-6 -practicality_N 4.0107648929727385e-6 -practice_N 5.735393796951016e-4 -practician_N 4.0107648929727385e-6 -practitioner_N 4.4118413822700127e-5 -praenomen_N 4.0107648929727385e-6 -praesidium_N 4.0107648929727385e-6 -praetor_N 4.0107648929727385e-6 -praetorium_N 4.0107648929727385e-6 -praetorship_N 4.0107648929727385e-6 -pragmatics_N 4.0107648929727385e-6 -pragmatism_N 1.6043059571890954e-5 -pragmatist_N 1.6043059571890954e-5 -prairie_N 8.021529785945477e-6 -praise_N 2.4064589357836434e-5 -praiseworthiness_N 4.0107648929727385e-6 -praisworthiness_N 4.0107648929727385e-6 -praline_N 4.0107648929727385e-6 -pram_N 4.0107648929727385e-6 -prance_N 4.0107648929727385e-6 -prancer_N 4.0107648929727385e-6 -prang_N 4.0107648929727385e-6 -prank_N 4.0107648929727385e-6 -prankishness_N 4.0107648929727385e-6 -prankster_N 4.0107648929727385e-6 -praseodymium_N 4.0107648929727385e-6 -prate_N 4.0107648929727385e-6 -pratfall_N 4.0107648929727385e-6 -pratincole_N 4.0107648929727385e-6 -prattle_N 8.021529785945477e-6 -prattler_N 4.0107648929727385e-6 -pravastatin_N 4.0107648929727385e-6 -prawn_N 4.0107648929727385e-6 -praya_N 4.0107648929727385e-6 -prayer_N 2.0053824464863696e-5 -prayer_book_N 4.0107648929727385e-6 -prayer_mat_N 4.0107648929727385e-6 -prayer_meeting_N 4.0107648929727385e-6 -prayer_rug_N 4.0107648929727385e-6 -prayer_wheel_N 4.0107648929727385e-6 -prazosin_N 4.0107648929727385e-6 -pre_eminence_N 4.0107648929727385e-6 -pre_emption_N 4.0107648929727385e-6 -pre_existence_N 4.0107648929727385e-6 -pre_raphaelite_N 4.0107648929727385e-6 -preacher_N 4.0107648929727385e-6 -preachification_N 4.0107648929727385e-6 -preamble_N 3.609688403675465e-5 -prearrangement_N 4.0107648929727385e-6 -prebend_N 4.0107648929727385e-6 -prebendary_N 4.0107648929727385e-6 -precariousness_N 4.0107648929727385e-6 -precaution_N 2.8075354250809173e-5 -precedence_N 4.0107648929727385e-6 -precedent_N 5.2139943608645604e-5 -precentor_N 4.0107648929727385e-6 -precentorship_N 4.0107648929727385e-6 -precept_N 4.0107648929727385e-6 -preceptor_N 4.0107648929727385e-6 -preceptorship_N 4.0107648929727385e-6 -precession_N 4.0107648929727385e-6 -prechlorination_N 4.0107648929727385e-6 -precinct_N 8.021529785945477e-6 -preciosity_N 4.0107648929727385e-6 -preciousness_N 4.0107648929727385e-6 -precipice_N 8.021529785945477e-6 -precipitant_N 4.0107648929727385e-6 -precipitate_N 4.0107648929727385e-6 -precipitation_N 4.0107648929727385e-6 -precipitator_N 4.0107648929727385e-6 -precipitin_N 4.0107648929727385e-6 -precis_N 4.0107648929727385e-6 -preciseness_N 4.0107648929727385e-6 -precision_N 3.208611914378191e-5 -preclusion_N 4.0107648929727385e-6 -precociousness_N 4.0107648929727385e-6 -precocity_N 4.0107648929727385e-6 -precognition_N 4.0107648929727385e-6 -preconception_N 4.0107648929727385e-6 -precondition_N 8.021529785945477e-6 -precordium_N 4.0107648929727385e-6 -precursor_N 8.021529785945477e-6 -predation_N 4.0107648929727385e-6 -predator_N 1.6043059571890954e-5 -predecessor_N 6.818300318053656e-5 -predestinarianism_N 4.0107648929727385e-6 -predestination_N 4.0107648929727385e-6 -predetermination_N 4.0107648929727385e-6 -predicament_N 1.2032294678918217e-5 -predicate_N 4.0107648929727385e-6 -predicator_N 4.0107648929727385e-6 -predictability_N 1.2032294678918217e-5 -prediction_N 8.823682764540025e-5 -predictor_N 8.021529785945477e-6 -predilection_N 8.021529785945477e-6 -predisposition_N 4.0107648929727385e-6 -prednisolone_N 4.0107648929727385e-6 -prednisone_N 4.0107648929727385e-6 -predominance_N 4.0107648929727385e-6 -predomination_N 4.0107648929727385e-6 -preeclampsia_N 4.0107648929727385e-6 -preemption_N 4.0107648929727385e-6 -preemptor_N 4.0107648929727385e-6 -preexistence_N 4.0107648929727385e-6 -prefab_N 4.0107648929727385e-6 -prefabrication_N 4.0107648929727385e-6 -preface_N 8.021529785945477e-6 -prefect_N 4.0107648929727385e-6 -prefecture_N 2.0053824464863696e-5 -preference_N 1.0829065211026395e-4 -preferment_N 4.0107648929727385e-6 -prefiguration_N 4.0107648929727385e-6 -prefix_N 4.0107648929727385e-6 -prefixation_N 4.0107648929727385e-6 -preformation_N 4.0107648929727385e-6 -pregnancy_N 6.016147339459108e-5 -pregnanediol_N 4.0107648929727385e-6 -prehensor_N 4.0107648929727385e-6 -prehistory_N 4.0107648929727385e-6 -prejudgement_N 4.0107648929727385e-6 -prejudgment_N 4.0107648929727385e-6 -prejudice_N 2.0053824464863696e-5 -prelacy_N 4.0107648929727385e-6 -prelate_N 4.0107648929727385e-6 -prelim_N 4.0107648929727385e-6 -preliminary_N 4.0107648929727385e-6 -prelude_N 4.4118413822700127e-5 -prematureness_N 4.0107648929727385e-6 -premeditation_N 4.0107648929727385e-6 -premier_N 2.8075354250809173e-5 -premiere_N 4.0107648929727385e-6 -premiership_N 4.0107648929727385e-6 -premise_N 3.609688403675465e-5 -premises_N 4.0107648929727385e-6 -premiss_N 4.0107648929727385e-6 -premium_N 4.933240818356468e-4 -premolar_N 4.0107648929727385e-6 -premonition_N 4.0107648929727385e-6 -prentice_N 4.0107648929727385e-6 -preoccupancy_N 4.0107648929727385e-6 -preoccupation_N 2.0053824464863696e-5 -prep_N 4.0107648929727385e-6 -preparation_N 6.417223828756382e-5 -preparedness_N 1.6043059571890954e-5 -prepayment_N 4.0107648929727385e-6 -preponderance_N 4.0107648929727385e-6 -preposition_N 4.0107648929727385e-6 -prepossession_N 4.0107648929727385e-6 -prepuberty_N 4.0107648929727385e-6 -prepuce_N 4.0107648929727385e-6 -prerequisite_N 8.021529785945477e-6 -prerogative_N 3.609688403675465e-5 -pres_N 4.0107648929727385e-6 -presage_N 4.0107648929727385e-6 -presbyope_N 4.0107648929727385e-6 -presbyopia_N 4.0107648929727385e-6 -presbyter_N 4.0107648929727385e-6 -presbyterian_N 4.0107648929727385e-6 -presbyterianism_N 4.0107648929727385e-6 -presbytery_N 4.0107648929727385e-6 -preschool_N 4.0107648929727385e-6 -preschooler_N 4.0107648929727385e-6 -prescience_N 4.0107648929727385e-6 -prescript_N 4.0107648929727385e-6 -prescription_N 8.021529785945478e-5 -prescriptivism_N 4.0107648929727385e-6 -preseason_N 4.0107648929727385e-6 -presence_N 1.8850594996971872e-4 -present_N 3.609688403675465e-5 -presentation_N 5.6150708501618345e-5 -presenter_N 4.0107648929727385e-6 -presentiment_N 4.0107648929727385e-6 -presentism_N 4.0107648929727385e-6 -presentist_N 4.0107648929727385e-6 -presentment_N 4.0107648929727385e-6 -presentness_N 4.0107648929727385e-6 -preservation_N 8.021529785945477e-6 -preservationist_N 4.0107648929727385e-6 -preservative_N 4.0107648929727385e-6 -preserve_N 4.0107648929727385e-6 -preserver_N 4.0107648929727385e-6 -presidency_N 6.818300318053656e-5 -presidentFem_N 8.021529785945477e-6 -presidentMasc_N 4.580293507774867e-3 -presidio_N 4.0107648929727385e-6 -presidium_N 4.0107648929727385e-6 -press_N 3.6497960526051925e-4 -press_agency_N 4.0107648929727385e-6 -press_agent_N 4.0107648929727385e-6 -press_box_N 4.0107648929727385e-6 -press_clipping_N 4.0107648929727385e-6 -press_cutting_N 4.0107648929727385e-6 -press_gallery_N 4.0107648929727385e-6 -press_gang_N 4.0107648929727385e-6 -press_lord_N 4.0107648929727385e-6 -press_photographer_N 4.0107648929727385e-6 -press_stud_N 4.0107648929727385e-6 -press_up_N 4.0107648929727385e-6 -pressing_N 4.0107648929727385e-6 -pressman_N 8.021529785945477e-6 -pressmark_N 4.0107648929727385e-6 -pressure_N 7.299592105210385e-4 -pressure_cooker_N 4.0107648929727385e-6 -pressure_gauge_N 4.0107648929727385e-6 -prestidigitation_N 4.0107648929727385e-6 -prestidigitator_N 4.0107648929727385e-6 -prestige_N 3.208611914378191e-5 -presumption_N 2.0053824464863696e-5 -presupposition_N 4.0107648929727385e-6 -preteen_N 4.0107648929727385e-6 -pretence_N 4.0107648929727385e-6 -pretender_N 4.0107648929727385e-6 -pretense_N 4.0107648929727385e-6 -pretension_N 8.021529785945477e-6 -pretentiousness_N 4.0107648929727385e-6 -preterist_N 4.0107648929727385e-6 -preterit_N 4.0107648929727385e-6 -preterite_N 4.0107648929727385e-6 -pretermission_N 4.0107648929727385e-6 -pretext_N 2.0053824464863696e-5 -pretor_N 4.0107648929727385e-6 -pretrial_N 4.0107648929727385e-6 -prettiness_N 4.0107648929727385e-6 -pretty_N 4.0107648929727385e-6 -pretzel_N 4.0107648929727385e-6 -prevalence_N 4.0107648929727385e-6 -prevarication_N 4.0107648929727385e-6 -preventative_N 4.0107648929727385e-6 -prevention_N 2.8075354250809173e-5 -preventive_N 4.0107648929727385e-6 -preview_N 2.0053824464863696e-5 -prevision_N 4.0107648929727385e-6 -prey_N 1.2032294678918217e-5 -priapism_N 4.0107648929727385e-6 -price_N 7.55628105836064e-3 -price_control_N 4.0107648929727385e-6 -pricelist_N 4.0107648929727385e-6 -pricing_N 4.0107648929727385e-6 -prick_N 4.0107648929727385e-6 -pricker_N 4.0107648929727385e-6 -pricket_N 4.0107648929727385e-6 -pricking_N 4.0107648929727385e-6 -prickle_N 4.0107648929727385e-6 -prickleback_N 4.0107648929727385e-6 -prickliness_N 4.0107648929727385e-6 -prickling_N 4.0107648929727385e-6 -pride_N 6.417223828756382e-5 -prie_dieu_N 4.0107648929727385e-6 -priest_N 1.2032294678918217e-5 -priestcraft_N 4.0107648929727385e-6 -priestess_N 4.0107648929727385e-6 -priesthood_N 4.0107648929727385e-6 -prig_N 4.0107648929727385e-6 -priggishness_N 4.0107648929727385e-6 -prima_ballerina_N 4.0107648929727385e-6 -prima_donna_N 4.0107648929727385e-6 -primacy_N 4.0107648929727385e-6 -primality_N 4.0107648929727385e-6 -primaquine_N 4.0107648929727385e-6 -primary_N 3.208611914378191e-5 -primate_N 4.0107648929727385e-6 -primateship_N 4.0107648929727385e-6 -primatology_N 4.0107648929727385e-6 -prime_N 4.010764892972739e-5 -primer_N 4.0107648929727385e-6 -primidone_N 4.0107648929727385e-6 -primigravida_N 4.0107648929727385e-6 -priming_N 4.0107648929727385e-6 -primipara_N 4.0107648929727385e-6 -primitive_N 4.0107648929727385e-6 -primitiveness_N 4.0107648929727385e-6 -primitivism_N 4.0107648929727385e-6 -primness_N 4.0107648929727385e-6 -primo_N 4.0107648929727385e-6 -primogeniture_N 4.0107648929727385e-6 -primordium_N 4.0107648929727385e-6 -primping_N 4.0107648929727385e-6 -primrose_N 4.0107648929727385e-6 -primula_N 4.0107648929727385e-6 -primus_N 4.0107648929727385e-6 -prince_N 1.6043059571890954e-5 -princedom_N 4.0107648929727385e-6 -princeling_N 4.0107648929727385e-6 -princess_N 4.0107648929727385e-6 -princewood_N 4.0107648929727385e-6 -principal_N 1.965274797556642e-4 -principality_N 4.0107648929727385e-6 -principalship_N 4.0107648929727385e-6 -principle_N 1.965274797556642e-4 -print_N 9.2247592538373e-5 -print_seller_N 4.0107648929727385e-6 -print_shop_N 4.0107648929727385e-6 -printer_N 9.2247592538373e-5 -printing_N 1.0829065211026395e-4 -printing_ink_N 4.0107648929727385e-6 -printing_press_N 4.0107648929727385e-6 -printmaker_N 4.0107648929727385e-6 -printmaking_N 4.0107648929727385e-6 -printout_N 8.021529785945477e-6 -prion_N 4.0107648929727385e-6 -prior_N 4.0107648929727385e-6 -prioress_N 4.0107648929727385e-6 -priority_N 2.0855977443458241e-4 -priorship_N 4.0107648929727385e-6 -priory_N 4.0107648929727385e-6 -prism_N 4.0107648929727385e-6 -prismatoid_N 4.0107648929727385e-6 -prismoid_N 4.0107648929727385e-6 -prison_N 2.0855977443458241e-4 -prison_breaking_N 4.0107648929727385e-6 -prisoner_N 4.812917871567287e-5 -privacy_N 3.609688403675465e-5 -private_N 2.4064589357836434e-5 -privateer_N 4.0107648929727385e-6 -privation_N 4.0107648929727385e-6 -privatization_N 8.021529785945477e-6 -privet_N 4.0107648929727385e-6 -privilege_N 9.625835743134574e-5 -privy_N 4.0107648929727385e-6 -prize_N 6.417223828756382e-5 -prize_fight_N 4.0107648929727385e-6 -prize_money_N 4.0107648929727385e-6 -prize_ring_N 4.0107648929727385e-6 -prizefight_N 4.0107648929727385e-6 -prizefighter_N 4.0107648929727385e-6 -pro_N 9.2247592538373e-5 -proaccelerin_N 4.0107648929727385e-6 -probabilism_N 4.0107648929727385e-6 -probability_N 3.208611914378191e-5 -probable_N 4.0107648929727385e-6 -probate_N 8.021529785945477e-6 -probation_N 2.0053824464863696e-5 -probationer_N 4.0107648929727385e-6 -probe_N 1.2834447657512763e-4 -probenecid_N 4.0107648929727385e-6 -probiotic_N 4.0107648929727385e-6 -probity_N 8.021529785945477e-6 -problem_N 2.498706528322016e-3 -proboscidean_N 4.0107648929727385e-6 -proboscis_N 4.0107648929727385e-6 -procaine_N 4.0107648929727385e-6 -procarbazine_N 4.0107648929727385e-6 -procedure_N 2.1257053932755517e-4 -proceeding_N 2.4064589357836432e-4 -process_N 6.377116179826655e-4 -process_server_N 4.0107648929727385e-6 -processing_N 4.0107648929727385e-6 -procession_N 8.021529785945477e-6 -processional_N 4.0107648929727385e-6 -processor_N 9.2247592538373e-5 -prochlorperazine_N 4.0107648929727385e-6 -proclamation_N 2.0053824464863696e-5 -proclivity_N 4.0107648929727385e-6 -proconsul_N 4.0107648929727385e-6 -proconsulate_N 4.0107648929727385e-6 -proconsulship_N 4.0107648929727385e-6 -proconvertin_N 4.0107648929727385e-6 -procrastination_N 1.2032294678918217e-5 -procrastinator_N 4.0107648929727385e-6 -procreation_N 8.021529785945477e-6 -proctalgia_N 4.0107648929727385e-6 -proctitis_N 4.0107648929727385e-6 -proctologist_N 4.0107648929727385e-6 -proctology_N 4.0107648929727385e-6 -proctoplasty_N 4.0107648929727385e-6 -proctor_N 4.0107648929727385e-6 -proctorship_N 4.0107648929727385e-6 -proctoscope_N 4.0107648929727385e-6 -proctoscopy_N 4.0107648929727385e-6 -procurator_N 4.0107648929727385e-6 -procurement_N 2.8075354250809173e-5 -procurer_N 4.0107648929727385e-6 -procuress_N 4.0107648929727385e-6 -procyclidine_N 4.0107648929727385e-6 -procyonid_N 4.0107648929727385e-6 -prod_N 4.0107648929727385e-6 -prodigal_N 4.0107648929727385e-6 -prodigality_N 4.0107648929727385e-6 -prodigy_N 8.021529785945477e-6 -prodrome_N 4.0107648929727385e-6 -produce_N 1.6043059571890954e-5 -producer_N 9.706051040994027e-4 -product_N 3.2808056824517005e-3 -production_N 1.3877246529685676e-3 -productiveness_N 4.0107648929727385e-6 -productivity_N 1.2032294678918216e-4 -proenzyme_N 4.0107648929727385e-6 -profanation_N 4.0107648929727385e-6 -profaneness_N 4.0107648929727385e-6 -profanity_N 4.0107648929727385e-6 -profession_N 5.6150708501618345e-5 -professional_N 1.323552414681004e-4 -professionalism_N 1.2032294678918217e-5 -professionalization_N 4.0107648929727385e-6 -professor_N 2.446566584713371e-4 -professorship_N 4.0107648929727385e-6 -proffer_N 4.0107648929727385e-6 -proficiency_N 8.021529785945477e-6 -profile_N 5.2139943608645604e-5 -profiling_N 4.0107648929727385e-6 -profit_N 3.0160951995154995e-3 -profit_margin_N 4.0107648929727385e-6 -profit_sharing_N 4.0107648929727385e-6 -profitableness_N 4.0107648929727385e-6 -profiteer_N 1.2032294678918217e-5 -profiterole_N 4.0107648929727385e-6 -profligacy_N 4.0107648929727385e-6 -profligate_N 4.0107648929727385e-6 -profoundness_N 4.0107648929727385e-6 -profundity_N 4.0107648929727385e-6 -profuseness_N 4.0107648929727385e-6 -profusion_N 4.0107648929727385e-6 -progenitor_N 8.021529785945477e-6 -progeria_N 4.0107648929727385e-6 -progesterone_N 4.0107648929727385e-6 -progestin_N 4.0107648929727385e-6 -prognathism_N 4.0107648929727385e-6 -prognosis_N 8.021529785945477e-6 -prognostic_N 4.0107648929727385e-6 -prognostication_N 4.0107648929727385e-6 -program_N 3.593645344103574e-3 -programma_N 4.0107648929727385e-6 -programme_N 4.0107648929727385e-6 -programmerFem_N 4.0107648929727385e-6 -programmerMasc_N 4.0107648929727385e-6 -programming_N 4.0107648929727385e-6 -progress_N 1.644413606118823e-4 -progression_N 8.021529785945477e-6 -progressive_N 4.0107648929727385e-6 -progressiveness_N 4.0107648929727385e-6 -progressivism_N 4.0107648929727385e-6 -progymnosperm_N 4.0107648929727385e-6 -prohibition_N 4.010764892972739e-5 -prohibitionist_N 4.0107648929727385e-6 -project_N 1.058841931744803e-3 -projectile_N 4.0107648929727385e-6 -projection_N 1.9251671486269147e-4 -projectionist_N 4.0107648929727385e-6 -projector_N 8.021529785945477e-6 -prokaryote_N 4.0107648929727385e-6 -prolactin_N 4.0107648929727385e-6 -prolamine_N 4.0107648929727385e-6 -prolapse_N 4.0107648929727385e-6 -prole_N 4.0107648929727385e-6 -prolegomenon_N 4.0107648929727385e-6 -prolepsis_N 4.0107648929727385e-6 -proletarian_N 4.0107648929727385e-6 -proletariat_N 4.0107648929727385e-6 -proliferation_N 3.609688403675465e-5 -proline_N 4.0107648929727385e-6 -prolixity_N 4.0107648929727385e-6 -prologue_N 4.0107648929727385e-6 -prolongation_N 4.0107648929727385e-6 -prolonge_N 4.0107648929727385e-6 -prom_N 4.0107648929727385e-6 -promenade_N 4.0107648929727385e-6 -promethazine_N 4.0107648929727385e-6 -promethium_N 4.0107648929727385e-6 -prominence_N 1.6043059571890954e-5 -promiscuity_N 4.0107648929727385e-6 -promise_N 2.0454900954160969e-4 -promisee_N 4.0107648929727385e-6 -promiser_N 4.0107648929727385e-6 -promontory_N 4.0107648929727385e-6 -promoter_N 4.010764892972739e-5 -promotion_N 2.4064589357836432e-4 -prompt_N 4.0107648929727385e-6 -prompt_box_N 4.0107648929727385e-6 -prompt_copy_N 4.0107648929727385e-6 -promptbook_N 4.0107648929727385e-6 -prompter_N 4.0107648929727385e-6 -prompting_N 4.0107648929727385e-6 -promptitude_N 4.0107648929727385e-6 -promptness_N 4.0107648929727385e-6 -promulgation_N 4.0107648929727385e-6 -promulgator_N 4.0107648929727385e-6 -promycelium_N 4.0107648929727385e-6 -pronation_N 4.0107648929727385e-6 -pronator_N 4.0107648929727385e-6 -proneness_N 4.0107648929727385e-6 -prong_N 8.021529785945477e-6 -pronghorn_N 4.0107648929727385e-6 -pronoun_N 4.0107648929727385e-6 -pronouncement_N 8.021529785945477e-6 -pronucleus_N 4.0107648929727385e-6 -pronunciamento_N 4.0107648929727385e-6 -pronunciation_N 8.021529785945477e-6 -proof_N 6.016147339459108e-5 -proofreader_N 4.0107648929727385e-6 -prop_N 1.2032294678918217e-5 -propaedeutic_N 4.0107648929727385e-6 -propaganda_N 3.208611914378191e-5 -propagandist_N 1.2032294678918217e-5 -propagation_N 4.0107648929727385e-6 -propagator_N 4.0107648929727385e-6 -propanal_N 4.0107648929727385e-6 -propane_N 3.609688403675465e-5 -propanol_N 4.0107648929727385e-6 -propanolol_N 4.0107648929727385e-6 -proparoxytone_N 4.0107648929727385e-6 -propellant_N 8.021529785945477e-6 -propellent_N 4.0107648929727385e-6 -propeller_N 4.0107648929727385e-6 -propenal_N 4.0107648929727385e-6 -propenoate_N 4.0107648929727385e-6 -propenonitrile_N 4.0107648929727385e-6 -propensity_N 1.2032294678918217e-5 -property_N 8.984113360258935e-4 -property_man_N 4.0107648929727385e-6 -property_master_N 4.0107648929727385e-6 -prophase_N 4.0107648929727385e-6 -prophecy_N 8.021529785945477e-6 -prophet_N 4.0107648929727385e-6 -prophetess_N 4.0107648929727385e-6 -prophylactic_N 4.0107648929727385e-6 -prophylaxis_N 4.0107648929727385e-6 -prophyll_N 4.0107648929727385e-6 -propinquity_N 4.0107648929727385e-6 -propitiation_N 4.0107648929727385e-6 -propjet_N 4.0107648929727385e-6 -proponent_N 8.422606275242751e-5 -proportion_N 8.021529785945478e-5 -proportional_N 4.0107648929727385e-6 -proportionality_N 4.0107648929727385e-6 -proposal_N 1.2714124710723582e-3 -proposer_N 4.0107648929727385e-6 -proposition_N 4.010764892972739e-5 -propositus_N 4.0107648929727385e-6 -propoxyphene_N 4.0107648929727385e-6 -proprietor_N 2.0053824464863696e-5 -proprietorship_N 4.0107648929727385e-6 -proprietress_N 4.0107648929727385e-6 -propriety_N 1.2032294678918217e-5 -proprioception_N 4.0107648929727385e-6 -proprioceptor_N 4.0107648929727385e-6 -proprionamide_N 4.0107648929727385e-6 -props_N 4.0107648929727385e-6 -propulsion_N 2.4064589357836434e-5 -propyl_N 4.0107648929727385e-6 -propylene_N 4.0107648929727385e-6 -propylthiouracil_N 4.0107648929727385e-6 -proration_N 8.021529785945477e-6 -prorogation_N 4.0107648929727385e-6 -proscenium_N 4.0107648929727385e-6 -prosciutto_N 4.0107648929727385e-6 -proscription_N 4.0107648929727385e-6 -prose_N 2.4064589357836434e-5 -prosecution_N 1.243337116821549e-4 -prosecutorFem_N 4.0107648929727385e-6 -prosecutorMasc_N 4.0107648929727385e-6 -proselyte_N 4.0107648929727385e-6 -proselytism_N 4.0107648929727385e-6 -prosimian_N 4.0107648929727385e-6 -prosiness_N 4.0107648929727385e-6 -prosody_N 4.0107648929727385e-6 -prospect_N 3.52947310581601e-4 -prospector_N 4.0107648929727385e-6 -prospectus_N 6.016147339459108e-5 -prosperity_N 4.010764892972739e-5 -prostaglandin_N 4.0107648929727385e-6 -prostate_N 8.021529785945477e-6 -prostatectomy_N 4.0107648929727385e-6 -prostatitis_N 4.0107648929727385e-6 -prosthesis_N 4.0107648929727385e-6 -prosthetics_N 4.0107648929727385e-6 -prosthetist_N 4.0107648929727385e-6 -prosthion_N 4.0107648929727385e-6 -prosthodontics_N 4.0107648929727385e-6 -prosthodontist_N 4.0107648929727385e-6 -prostitute_N 3.208611914378191e-5 -prostitution_N 2.4064589357836434e-5 -prostration_N 4.0107648929727385e-6 -protactinium_N 4.0107648929727385e-6 -protagonist_N 1.2032294678918217e-5 -protamine_N 4.0107648929727385e-6 -protanopia_N 4.0107648929727385e-6 -protea_N 4.0107648929727385e-6 -protease_N 4.0107648929727385e-6 -protection_N 4.4920566801294676e-4 -protectionism_N 2.4064589357836434e-5 -protectionistFem_N 4.0107648929727385e-6 -protectionistMasc_N 4.0107648929727385e-6 -protectiveness_N 4.0107648929727385e-6 -protector_N 1.6043059571890954e-5 -protectorate_N 4.0107648929727385e-6 -protectorship_N 4.0107648929727385e-6 -protege_N 4.0107648929727385e-6 -protegee_N 4.0107648929727385e-6 -protein_N 9.2247592538373e-5 -proteolysis_N 4.0107648929727385e-6 -proteome_N 4.0107648929727385e-6 -proteomics_N 4.0107648929727385e-6 -protest_N 1.564198308259368e-4 -protestant_N 4.0107648929727385e-6 -protestantism_N 4.0107648929727385e-6 -protestation_N 4.0107648929727385e-6 -protester_N 8.021529785945478e-5 -prothalamion_N 4.0107648929727385e-6 -prothorax_N 4.0107648929727385e-6 -prothrombin_N 4.0107648929727385e-6 -prothrombinase_N 4.0107648929727385e-6 -protist_N 4.0107648929727385e-6 -protoarcheology_N 4.0107648929727385e-6 -protoavis_N 4.0107648929727385e-6 -protoceratops_N 4.0107648929727385e-6 -protocol_N 2.4064589357836434e-5 -protoctist_N 4.0107648929727385e-6 -protohippus_N 4.0107648929727385e-6 -protohistory_N 4.0107648929727385e-6 -protology_N 4.0107648929727385e-6 -proton_N 4.0107648929727385e-6 -protoplasm_N 4.0107648929727385e-6 -prototherian_N 4.0107648929727385e-6 -prototype_N 3.609688403675465e-5 -protozoan_N 4.0107648929727385e-6 -protozoologist_N 4.0107648929727385e-6 -protozoology_N 4.0107648929727385e-6 -protraction_N 4.0107648929727385e-6 -protractor_N 4.0107648929727385e-6 -protriptyline_N 4.0107648929727385e-6 -protrusion_N 4.0107648929727385e-6 -protuberance_N 4.0107648929727385e-6 -proturan_N 4.0107648929727385e-6 -provenance_N 8.021529785945477e-6 -provender_N 4.0107648929727385e-6 -proverb_N 8.021529785945477e-6 -providence_N 4.0107648929727385e-6 -provider_N 9.2247592538373e-5 -province_N 8.021529785945478e-5 -provincial_N 4.0107648929727385e-6 -provincialism_N 4.0107648929727385e-6 -provirus_N 4.0107648929727385e-6 -provision_N 8.262175679523842e-4 -proviso_N 1.6043059571890954e-5 -provitamin_N 4.0107648929727385e-6 -provocation_N 1.2032294678918217e-5 -provost_N 8.021529785945477e-6 -prow_N 4.0107648929727385e-6 -prowess_N 2.0053824464863696e-5 -prowl_N 1.2032294678918217e-5 -prowler_N 4.0107648929727385e-6 -proxemics_N 4.0107648929727385e-6 -proximity_N 4.0107648929727385e-6 -proxy_N 4.010764892972739e-5 -prude_N 8.021529785945477e-6 -prudence_N 8.021529785945477e-6 -prudery_N 4.0107648929727385e-6 -prune_N 4.0107648929727385e-6 -pruner_N 4.0107648929727385e-6 -pruning_N 8.021529785945477e-6 -pruning_hook_N 4.0107648929727385e-6 -pruning_knife_N 4.0107648929727385e-6 -pruning_saw_N 4.0107648929727385e-6 -pruno_N 4.0107648929727385e-6 -prurience_N 4.0107648929727385e-6 -pruriency_N 4.0107648929727385e-6 -prurigo_N 4.0107648929727385e-6 -pruritus_N 4.0107648929727385e-6 -prussian_N 4.0107648929727385e-6 -psalm_N 4.0107648929727385e-6 -psalmist_N 4.0107648929727385e-6 -psalmody_N 4.0107648929727385e-6 -psalter_N 4.0107648929727385e-6 -psalterium_N 4.0107648929727385e-6 -psaltery_N 4.0107648929727385e-6 -psammoma_N 4.0107648929727385e-6 -psephologist_N 4.0107648929727385e-6 -psephology_N 4.0107648929727385e-6 -pseud_N 4.0107648929727385e-6 -pseudo_N 8.021529785945477e-6 -pseudobulb_N 4.0107648929727385e-6 -pseudoephedrine_N 4.0107648929727385e-6 -pseudohallucination_N 4.0107648929727385e-6 -pseudohermaphrodite_N 4.0107648929727385e-6 -pseudohermaphroditism_N 4.0107648929727385e-6 -pseudomonad_N 4.0107648929727385e-6 -pseudonym_N 4.0107648929727385e-6 -pseudophloem_N 4.0107648929727385e-6 -pseudopod_N 4.0107648929727385e-6 -pseudoscience_N 4.0107648929727385e-6 -psi_N 4.0107648929727385e-6 -psilocybin_N 4.0107648929727385e-6 -psilomelane_N 4.0107648929727385e-6 -psilophyte_N 4.0107648929727385e-6 -psilophyton_N 4.0107648929727385e-6 -psilosis_N 4.0107648929727385e-6 -psittacosaur_N 4.0107648929727385e-6 -psittacosis_N 4.0107648929727385e-6 -psoas_N 4.0107648929727385e-6 -psocid_N 4.0107648929727385e-6 -psoriasis_N 4.0107648929727385e-6 -psyche_N 8.021529785945477e-6 -psychedelia_N 4.0107648929727385e-6 -psychiatrist_N 1.2032294678918217e-5 -psychiatry_N 8.021529785945477e-6 -psychic_N 8.021529785945477e-6 -psychoanalysis_N 4.0107648929727385e-6 -psychoanalyst_N 1.6043059571890954e-5 -psychobabble_N 4.0107648929727385e-6 -psychodid_N 4.0107648929727385e-6 -psychodynamics_N 4.0107648929727385e-6 -psychogenesis_N 4.0107648929727385e-6 -psycholinguist_N 4.0107648929727385e-6 -psycholinguistics_N 4.0107648929727385e-6 -psychologist_N 3.208611914378191e-5 -psychology_N 8.422606275242751e-5 -psychometry_N 4.0107648929727385e-6 -psychopath_N 4.0107648929727385e-6 -psychopharmacology_N 4.0107648929727385e-6 -psychophysicist_N 4.0107648929727385e-6 -psychophysics_N 4.0107648929727385e-6 -psychopomp_N 4.0107648929727385e-6 -psychosexuality_N 4.0107648929727385e-6 -psychosis_N 4.0107648929727385e-6 -psychosurgery_N 4.0107648929727385e-6 -psychotherapist_N 4.0107648929727385e-6 -psychotherapy_N 4.0107648929727385e-6 -psychotic_N 4.0107648929727385e-6 -psychrometer_N 4.0107648929727385e-6 -pt_N 4.0107648929727385e-6 -pta_N 4.0107648929727385e-6 -ptarmigan_N 4.0107648929727385e-6 -pteridologist_N 4.0107648929727385e-6 -pteridology_N 4.0107648929727385e-6 -pteridophyte_N 4.0107648929727385e-6 -pterion_N 4.0107648929727385e-6 -pterodactyl_N 4.0107648929727385e-6 -pteropogon_N 4.0107648929727385e-6 -pterosaur_N 4.0107648929727385e-6 -pterygium_N 4.0107648929727385e-6 -ptomaine_N 4.0107648929727385e-6 -ptosis_N 4.0107648929727385e-6 -ptyalin_N 4.0107648929727385e-6 -ptyalism_N 4.0107648929727385e-6 -ptyalith_N 4.0107648929727385e-6 -pub_N 2.0053824464863696e-5 -pub_crawl_N 4.0107648929727385e-6 -puberty_N 4.0107648929727385e-6 -pubes_N 4.0107648929727385e-6 -pubis_N 4.0107648929727385e-6 -public_N 4.131087839761921e-4 -publican_N 4.0107648929727385e-6 -publication_N 1.644413606118823e-4 -publicist_N 2.4064589357836434e-5 -publicity_N 8.422606275242751e-5 -publisher_N 2.7674277761511896e-4 -puccoon_N 4.0107648929727385e-6 -puce_N 4.0107648929727385e-6 -puck_N 4.0107648929727385e-6 -pucker_N 4.0107648929727385e-6 -pud_N 4.0107648929727385e-6 -pudden_N 4.0107648929727385e-6 -pudden_head_N 4.0107648929727385e-6 -pudding_N 8.021529785945477e-6 -pudding_face_N 4.0107648929727385e-6 -puddingwife_N 4.0107648929727385e-6 -puddle_N 4.0107648929727385e-6 -puddler_N 4.0107648929727385e-6 -pudendum_N 4.0107648929727385e-6 -pudge_N 4.0107648929727385e-6 -pueblo_N 4.0107648929727385e-6 -puerility_N 4.0107648929727385e-6 -puerpera_N 4.0107648929727385e-6 -puerperium_N 4.0107648929727385e-6 -puff_N 8.021529785945477e-6 -puffball_N 4.0107648929727385e-6 -puffbird_N 4.0107648929727385e-6 -puffer_N 4.0107648929727385e-6 -puffery_N 4.0107648929727385e-6 -puffin_N 4.0107648929727385e-6 -puffiness_N 4.0107648929727385e-6 -puffing_N 4.0107648929727385e-6 -pug_N 4.0107648929727385e-6 -pug_dog_N 4.0107648929727385e-6 -pug_nose_N 4.0107648929727385e-6 -pugilism_N 4.0107648929727385e-6 -pugilist_N 4.0107648929727385e-6 -pugnacity_N 4.0107648929727385e-6 -puissance_N 4.0107648929727385e-6 -puka_N 4.0107648929727385e-6 -puke_N 4.0107648929727385e-6 -puku_N 4.0107648929727385e-6 -pul_N 4.0107648929727385e-6 -pula_N 4.0107648929727385e-6 -pulasan_N 4.0107648929727385e-6 -pulchritude_N 8.021529785945477e-6 -pull_N 1.6043059571890954e-5 -pull_in_N 4.0107648929727385e-6 -pull_off_N 4.0107648929727385e-6 -pull_out_N 4.0107648929727385e-6 -pull_through_N 4.0107648929727385e-6 -pull_up_N 4.0107648929727385e-6 -pullback_N 4.0107648929727385e-6 -puller_N 4.0107648929727385e-6 -pullet_N 4.0107648929727385e-6 -pulley_N 4.0107648929727385e-6 -pulley_block_N 4.0107648929727385e-6 -pullman_N 4.0107648929727385e-6 -pullover_N 4.0107648929727385e-6 -pullulation_N 4.0107648929727385e-6 -pulp_N 1.4037677125404587e-4 -pulpit_N 8.021529785945477e-6 -pulpwood_N 4.0107648929727385e-6 -pulque_N 4.0107648929727385e-6 -pulsar_N 4.0107648929727385e-6 -pulsation_N 4.0107648929727385e-6 -pulse_N 1.2032294678918217e-5 -pulverization_N 4.0107648929727385e-6 -puma_N 4.0107648929727385e-6 -pumice_N 4.0107648929727385e-6 -pumice_stone_N 4.0107648929727385e-6 -pump_N 2.8075354250809173e-5 -pump_room_N 4.0107648929727385e-6 -pumpernickel_N 4.0107648929727385e-6 -pumpkin_N 4.0107648929727385e-6 -pumpkinseed_N 4.0107648929727385e-6 -pun_N 1.2032294678918217e-5 -punch_N 1.2032294678918217e-5 -punch_up_N 4.0107648929727385e-6 -punchball_N 4.0107648929727385e-6 -punchboard_N 4.0107648929727385e-6 -punchbowl_N 4.0107648929727385e-6 -puncher_N 4.0107648929727385e-6 -punching_ball_N 4.0107648929727385e-6 -punctilio_N 4.0107648929727385e-6 -punctiliousness_N 4.0107648929727385e-6 -punctuality_N 4.0107648929727385e-6 -punctuation_N 4.0107648929727385e-6 -punctum_N 4.0107648929727385e-6 -puncture_N 4.0107648929727385e-6 -pundit_N 8.021529785945477e-6 -pung_N 4.0107648929727385e-6 -pungapung_N 4.0107648929727385e-6 -pungency_N 4.0107648929727385e-6 -puniness_N 4.0107648929727385e-6 -punishment_N 5.2139943608645604e-5 -punk_N 1.2032294678918217e-5 -punkah_N 4.0107648929727385e-6 -punkie_N 4.0107648929727385e-6 -punks_N 4.0107648929727385e-6 -punnet_N 4.0107648929727385e-6 -punster_N 4.0107648929727385e-6 -punt_N 4.4118413822700127e-5 -punter_N 4.0107648929727385e-6 -pup_N 4.0107648929727385e-6 -pupa_N 4.0107648929727385e-6 -pupil_N 1.2032294678918217e-5 -puppet_N 1.2032294678918217e-5 -puppeteer_N 4.0107648929727385e-6 -puppetry_N 4.0107648929727385e-6 -puppy_N 8.021529785945477e-6 -purchase_N 1.0949388157815577e-3 -purchaser_N 5.6150708501618345e-5 -purdah_N 4.0107648929727385e-6 -puree_N 4.0107648929727385e-6 -pureness_N 4.0107648929727385e-6 -purgation_N 4.0107648929727385e-6 -purgative_N 4.0107648929727385e-6 -purgatory_N 4.0107648929727385e-6 -purge_N 4.0107648929727385e-6 -purification_N 8.021529785945477e-6 -purifier_N 4.0107648929727385e-6 -purine_N 4.0107648929727385e-6 -purism_N 4.0107648929727385e-6 -purist_N 1.2032294678918217e-5 -puritan_N 4.0107648929727385e-6 -puritanism_N 4.0107648929727385e-6 -purity_N 4.0107648929727385e-6 -purl_N 4.0107648929727385e-6 -purloo_N 4.0107648929727385e-6 -purple_N 4.0107648929727385e-6 -purport_N 4.0107648929727385e-6 -purpose_N 3.0080736697295544e-4 -purposefulness_N 4.0107648929727385e-6 -purposelessness_N 4.0107648929727385e-6 -purpura_N 4.0107648929727385e-6 -purr_N 4.0107648929727385e-6 -purse_N 4.010764892972739e-5 -purser_N 4.0107648929727385e-6 -purslane_N 4.0107648929727385e-6 -pursuance_N 4.0107648929727385e-6 -pursued_N 4.0107648929727385e-6 -pursuer_N 8.021529785945477e-6 -pursuit_N 8.422606275242751e-5 -purulence_N 4.0107648929727385e-6 -purveyance_N 4.0107648929727385e-6 -purveyor_N 4.0107648929727385e-6 -purview_N 4.0107648929727385e-6 -pus_N 4.0107648929727385e-6 -push_N 8.422606275242751e-5 -push_bike_N 4.0107648929727385e-6 -pushball_N 4.0107648929727385e-6 -pushcart_N 4.0107648929727385e-6 -pushchair_N 4.0107648929727385e-6 -pusher_N 1.2032294678918217e-5 -pushover_N 8.021529785945477e-6 -pushup_N 4.0107648929727385e-6 -pusillanimity_N 8.021529785945477e-6 -puss_N 4.0107648929727385e-6 -pussy_N 8.021529785945477e-6 -pussycat_N 4.0107648929727385e-6 -pustule_N 4.0107648929727385e-6 -put_N 1.323552414681004e-4 -put_down_N 4.0107648929727385e-6 -put_on_N 4.0107648929727385e-6 -putamen_N 4.0107648929727385e-6 -putoff_N 4.0107648929727385e-6 -putout_N 4.0107648929727385e-6 -putrefaction_N 4.0107648929727385e-6 -putrescence_N 4.0107648929727385e-6 -putrescine_N 4.0107648929727385e-6 -putridity_N 4.0107648929727385e-6 -putsch_N 4.0107648929727385e-6 -putt_N 4.0107648929727385e-6 -puttee_N 4.0107648929727385e-6 -putter_N 4.0107648929727385e-6 -putterer_N 4.0107648929727385e-6 -putting_green_N 4.0107648929727385e-6 -putting_iron_N 4.0107648929727385e-6 -putty_N 8.021529785945477e-6 -puttyroot_N 4.0107648929727385e-6 -putz_N 4.0107648929727385e-6 -puzzle_N 2.0053824464863696e-5 -puzzlement_N 8.021529785945477e-6 -puzzler_N 4.0107648929727385e-6 -pya_N 4.0107648929727385e-6 -pycnidium_N 4.0107648929727385e-6 -pycnodysostosis_N 4.0107648929727385e-6 -pycnosis_N 4.0107648929727385e-6 -pyelitis_N 4.0107648929727385e-6 -pyelogram_N 4.0107648929727385e-6 -pyelography_N 4.0107648929727385e-6 -pyelonephritis_N 4.0107648929727385e-6 -pyemia_N 4.0107648929727385e-6 -pygmy_N 4.0107648929727385e-6 -pyinma_N 4.0107648929727385e-6 -pylon_N 4.0107648929727385e-6 -pylorus_N 4.0107648929727385e-6 -pyocyanase_N 4.0107648929727385e-6 -pyocyanin_N 4.0107648929727385e-6 -pyorrhea_N 4.0107648929727385e-6 -pyorrhoea_N 4.0107648929727385e-6 -pyralid_N 4.0107648929727385e-6 -pyramid_N 2.0053824464863696e-5 -pyramiding_N 4.0107648929727385e-6 -pyre_N 4.0107648929727385e-6 -pyrene_N 4.0107648929727385e-6 -pyrethrum_N 4.0107648929727385e-6 -pyridine_N 4.0107648929727385e-6 -pyrilamine_N 4.0107648929727385e-6 -pyrimidine_N 4.0107648929727385e-6 -pyrite_N 4.0107648929727385e-6 -pyrites_N 4.0107648929727385e-6 -pyrocellulose_N 4.0107648929727385e-6 -pyroelectricity_N 4.0107648929727385e-6 -pyrogallol_N 4.0107648929727385e-6 -pyrogen_N 4.0107648929727385e-6 -pyrograph_N 4.0107648929727385e-6 -pyrographer_N 4.0107648929727385e-6 -pyrography_N 4.0107648929727385e-6 -pyrolatry_N 4.0107648929727385e-6 -pyrolusite_N 4.0107648929727385e-6 -pyrolysis_N 4.0107648929727385e-6 -pyromancer_N 4.0107648929727385e-6 -pyromancy_N 4.0107648929727385e-6 -pyromania_N 4.0107648929727385e-6 -pyromaniac_N 4.0107648929727385e-6 -pyrometer_N 4.0107648929727385e-6 -pyromorphite_N 4.0107648929727385e-6 -pyrope_N 4.0107648929727385e-6 -pyrophobia_N 4.0107648929727385e-6 -pyrophosphate_N 4.0107648929727385e-6 -pyrophyllite_N 4.0107648929727385e-6 -pyrostat_N 4.0107648929727385e-6 -pyrotechnics_N 4.0107648929727385e-6 -pyroxene_N 4.0107648929727385e-6 -pyroxylin_N 4.0107648929727385e-6 -pyrrhic_N 4.0107648929727385e-6 -pyrrhotite_N 4.0107648929727385e-6 -pyrrhuloxia_N 4.0107648929727385e-6 -pythium_N 4.0107648929727385e-6 -python_N 4.0107648929727385e-6 -pythoness_N 4.0107648929727385e-6 -pyuria_N 4.0107648929727385e-6 -pyx_N 4.0107648929727385e-6 -pyxidium_N 4.0107648929727385e-6 -pyxie_N 4.0107648929727385e-6 -pyxis_N 4.0107648929727385e-6 -qadi_N 4.0107648929727385e-6 -qatari_N 4.0107648929727385e-6 -qc_N 4.0107648929727385e-6 -qepiq_N 4.0107648929727385e-6 -qi_N 4.0107648929727385e-6 -qibla_N 4.0107648929727385e-6 -qindarka_N 4.0107648929727385e-6 -qoph_N 4.0107648929727385e-6 -qt_N 4.0107648929727385e-6 -quack_N 1.2032294678918217e-5 -quack_quack_N 4.0107648929727385e-6 -quackery_N 4.0107648929727385e-6 -quad_N 4.0107648929727385e-6 -quadrangle_N 4.0107648929727385e-6 -quadrant_N 4.0107648929727385e-6 -quadrantanopia_N 4.0107648929727385e-6 -quadraphony_N 4.0107648929727385e-6 -quadrate_N 4.0107648929727385e-6 -quadratic_N 4.0107648929727385e-6 -quadratics_N 4.0107648929727385e-6 -quadrature_N 4.0107648929727385e-6 -quadrennium_N 4.0107648929727385e-6 -quadric_N 4.0107648929727385e-6 -quadriceps_N 4.0107648929727385e-6 -quadrilateral_N 4.0107648929727385e-6 -quadrille_N 4.0107648929727385e-6 -quadrillion_N 4.0107648929727385e-6 -quadripara_N 4.0107648929727385e-6 -quadriplegia_N 4.0107648929727385e-6 -quadriplegic_N 4.0107648929727385e-6 -quadrivium_N 4.0107648929727385e-6 -quadroon_N 4.0107648929727385e-6 -quadrophony_N 4.0107648929727385e-6 -quadrumvirate_N 4.0107648929727385e-6 -quadruped_N 8.021529785945477e-6 -quadruple_N 4.0107648929727385e-6 -quadruplet_N 4.0107648929727385e-6 -quadruplicate_N 4.0107648929727385e-6 -quadrupling_N 4.0107648929727385e-6 -quaestor_N 4.0107648929727385e-6 -quaff_N 4.0107648929727385e-6 -quaffer_N 4.0107648929727385e-6 -quagga_N 4.0107648929727385e-6 -quagmire_N 4.0107648929727385e-6 -quahaug_N 4.0107648929727385e-6 -quahog_N 4.0107648929727385e-6 -quai_d'orsay_N 4.0107648929727385e-6 -quail_N 4.0107648929727385e-6 -quaintness_N 4.0107648929727385e-6 -quake_N 4.2915184354808307e-4 -quaker_N 4.0107648929727385e-6 -qualification_N 1.6043059571890954e-5 -qualifier_N 4.0107648929727385e-6 -quality_N 4.4519490311997403e-4 -qualm_N 8.021529785945477e-6 -quandary_N 8.021529785945477e-6 -quandong_N 4.0107648929727385e-6 -quango_N 4.0107648929727385e-6 -quantic_N 4.0107648929727385e-6 -quantifiability_N 4.0107648929727385e-6 -quantification_N 4.0107648929727385e-6 -quantifier_N 4.0107648929727385e-6 -quantity_N 1.1631218189620943e-4 -quantization_N 4.0107648929727385e-6 -quantum_N 8.021529785945477e-6 -quarantine_N 4.0107648929727385e-6 -quark_N 4.0107648929727385e-6 -quarrel_N 4.0107648929727385e-6 -quarreler_N 4.0107648929727385e-6 -quarrelsomeness_N 4.0107648929727385e-6 -quarry_N 1.2032294678918217e-5 -quarrying_N 4.0107648929727385e-6 -quarryman_N 4.0107648929727385e-6 -quart_N 4.0107648929727385e-6 -quartan_N 4.0107648929727385e-6 -quarter_N 4.074937131260303e-3 -quarter_day_N 4.0107648929727385e-6 -quarter_deck_N 4.0107648929727385e-6 -quarter_plate_N 4.0107648929727385e-6 -quarterback_N 4.0107648929727385e-6 -quarterdeck_N 4.0107648929727385e-6 -quarterfinal_N 4.0107648929727385e-6 -quartering_N 4.0107648929727385e-6 -quarterlight_N 4.0107648929727385e-6 -quarterly_N 3.208611914378191e-5 -quartermaster_N 4.0107648929727385e-6 -quartermaster_general_N 4.0107648929727385e-6 -quarterstaff_N 4.0107648929727385e-6 -quartet_N 1.6043059571890954e-5 -quartile_N 4.0107648929727385e-6 -quarto_N 4.0107648929727385e-6 -quartz_N 4.0107648929727385e-6 -quartzite_N 4.0107648929727385e-6 -quasar_N 4.0107648929727385e-6 -quasiparticle_N 4.0107648929727385e-6 -quassia_N 4.0107648929727385e-6 -quatercentenary_N 4.0107648929727385e-6 -quatercentennial_N 4.0107648929727385e-6 -quatrain_N 4.0107648929727385e-6 -quattrocento_N 4.0107648929727385e-6 -quaver_N 4.0107648929727385e-6 -quay_N 4.0107648929727385e-6 -queasiness_N 4.0107648929727385e-6 -queen_N 2.4064589357836434e-5 -queer_N 8.021529785945477e-6 -queerness_N 4.0107648929727385e-6 -quellung_N 4.0107648929727385e-6 -quercitron_N 4.0107648929727385e-6 -quern_N 4.0107648929727385e-6 -querulousness_N 4.0107648929727385e-6 -query_N 1.2032294678918217e-5 -quesadilla_N 4.0107648929727385e-6 -quest_N 1.6043059571890954e-5 -question_N 9.866481636712937e-4 -question_mark_N 4.0107648929727385e-6 -question_master_N 4.0107648929727385e-6 -questioner_N 4.0107648929727385e-6 -questioning_N 4.0107648929727385e-6 -questionnaire_N 2.4064589357836434e-5 -quetzal_N 4.0107648929727385e-6 -queue_N 1.2032294678918217e-5 -qui_vive_N 4.0107648929727385e-6 -quibble_N 4.0107648929727385e-6 -quibbler_N 4.0107648929727385e-6 -quiche_N 4.0107648929727385e-6 -quick_N 4.0107648929727385e-6 -quickener_N 4.0107648929727385e-6 -quickening_N 4.0107648929727385e-6 -quickie_N 4.0107648929727385e-6 -quicklime_N 4.0107648929727385e-6 -quickness_N 4.0107648929727385e-6 -quicksand_N 8.021529785945477e-6 -quickset_N 4.0107648929727385e-6 -quicksilver_N 4.0107648929727385e-6 -quickstep_N 4.0107648929727385e-6 -quid_N 8.021529785945477e-6 -quid_pro_quo_N 4.0107648929727385e-6 -quiddity_N 4.0107648929727385e-6 -quiescence_N 4.0107648929727385e-6 -quiet_N 1.2032294678918217e-5 -quietism_N 4.0107648929727385e-6 -quietist_N 4.0107648929727385e-6 -quietness_N 4.0107648929727385e-6 -quietude_N 4.0107648929727385e-6 -quietus_N 4.0107648929727385e-6 -quiff_N 4.0107648929727385e-6 -quill_N 4.0107648929727385e-6 -quill_feather_N 4.0107648929727385e-6 -quillwort_N 4.0107648929727385e-6 -quilt_N 8.021529785945477e-6 -quilting_N 4.0107648929727385e-6 -quin_N 4.0107648929727385e-6 -quinacrine_N 4.0107648929727385e-6 -quince_N 4.0107648929727385e-6 -quincentenary_N 4.0107648929727385e-6 -quincentennial_N 4.0107648929727385e-6 -quinidine_N 4.0107648929727385e-6 -quinine_N 4.0107648929727385e-6 -quinone_N 4.0107648929727385e-6 -quinquagesima_N 4.0107648929727385e-6 -quinquennium_N 4.0107648929727385e-6 -quinsy_N 4.0107648929727385e-6 -quintal_N 4.0107648929727385e-6 -quintessence_N 4.0107648929727385e-6 -quintet_N 4.0107648929727385e-6 -quintillion_N 4.0107648929727385e-6 -quintipara_N 4.0107648929727385e-6 -quintuplet_N 4.0107648929727385e-6 -quintupling_N 4.0107648929727385e-6 -quip_N 8.021529785945477e-6 -quipu_N 4.0107648929727385e-6 -quira_N 4.0107648929727385e-6 -quire_N 4.0107648929727385e-6 -quirk_N 8.021529785945477e-6 -quirt_N 4.0107648929727385e-6 -quisling_N 8.021529785945477e-6 -quitclaim_N 4.0107648929727385e-6 -quittance_N 4.0107648929727385e-6 -quitter_N 4.0107648929727385e-6 -quiver_N 8.021529785945477e-6 -quiz_N 1.2032294678918217e-5 -quizmaster_N 4.0107648929727385e-6 -quodlibet_N 4.0107648929727385e-6 -quoin_N 4.0107648929727385e-6 -quoit_N 4.0107648929727385e-6 -quoits_N 4.0107648929727385e-6 -quonset_N 4.0107648929727385e-6 -quorum_N 4.0107648929727385e-6 -quota_N 2.0855977443458241e-4 -quotability_N 4.0107648929727385e-6 -quotation_N 1.243337116821549e-4 -quote_N 6.417223828756382e-5 -quoter_N 4.0107648929727385e-6 -quotient_N 8.021529785945477e-6 -qurush_N 4.0107648929727385e-6 -ra_N 4.0107648929727385e-6 -rabato_N 4.0107648929727385e-6 -rabbet_N 4.0107648929727385e-6 -rabbi_N 4.0107648929727385e-6 -rabbinate_N 4.0107648929727385e-6 -rabbit_N 8.021529785945477e-6 -rabbit_burrow_N 4.0107648929727385e-6 -rabbit_hole_N 4.0107648929727385e-6 -rabbit_hutch_N 4.0107648929727385e-6 -rabbit_punch_N 4.0107648929727385e-6 -rabbit_warren_N 4.0107648929727385e-6 -rabbitfish_N 4.0107648929727385e-6 -rabbitweed_N 4.0107648929727385e-6 -rabbitwood_N 4.0107648929727385e-6 -rabble_N 4.0107648929727385e-6 -rabies_N 4.0107648929727385e-6 -raccoon_N 4.0107648929727385e-6 -race_N 2.0454900954160969e-4 -race_meeting_N 4.0107648929727385e-6 -raceabout_N 4.0107648929727385e-6 -racecard_N 4.0107648929727385e-6 -racecourse_N 4.0107648929727385e-6 -racehorse_N 3.208611914378191e-5 -raceme_N 4.0107648929727385e-6 -racer_N 4.0107648929727385e-6 -racerunner_N 4.0107648929727385e-6 -racetrack_N 4.0107648929727385e-6 -raceway_N 4.0107648929727385e-6 -rachis_N 4.0107648929727385e-6 -rachitis_N 4.0107648929727385e-6 -racialism_N 4.0107648929727385e-6 -racialist_N 4.0107648929727385e-6 -raciness_N 4.0107648929727385e-6 -racing_N 1.6043059571890954e-5 -racism_N 2.4064589357836434e-5 -racistFem_N 4.0107648929727385e-6 -racistMasc_N 4.0107648929727385e-6 -rack_N 1.2032294678918217e-5 -rack_railway_N 4.0107648929727385e-6 -rack_rent_N 4.0107648929727385e-6 -racker_N 4.0107648929727385e-6 -racket_N 1.6043059571890954e-5 -racketeer_N 4.0107648929727385e-6 -racketeering_N 9.2247592538373e-5 -raconteur_N 4.0107648929727385e-6 -racoon_N 4.0107648929727385e-6 -racquet_N 4.0107648929727385e-6 -racquetball_N 4.0107648929727385e-6 -rad_N 4.0107648929727385e-6 -radar_N 5.6150708501618345e-5 -radial_N 4.0107648929727385e-6 -radian_N 4.0107648929727385e-6 -radiance_N 4.0107648929727385e-6 -radiation_N 6.417223828756382e-5 -radiator_N 4.0107648929727385e-6 -radical_N 1.6043059571890954e-5 -radicalism_N 4.0107648929727385e-6 -radicchio_N 4.0107648929727385e-6 -radicle_N 4.0107648929727385e-6 -radiculitis_N 4.0107648929727385e-6 -radio_N 2.446566584713371e-4 -radio_gramophone_N 4.0107648929727385e-6 -radio_location_N 4.0107648929727385e-6 -radio_set_N 4.0107648929727385e-6 -radio_telescope_N 4.0107648929727385e-6 -radioactivity_N 8.021529785945477e-6 -radiobiologist_N 4.0107648929727385e-6 -radiobiology_N 4.0107648929727385e-6 -radiocarbon_N 4.0107648929727385e-6 -radiochemistry_N 4.0107648929727385e-6 -radiochlorine_N 4.0107648929727385e-6 -radiogram_N 4.0107648929727385e-6 -radiograph_N 4.0107648929727385e-6 -radiographer_N 4.0107648929727385e-6 -radiography_N 4.0107648929727385e-6 -radioimmunoassay_N 4.0107648929727385e-6 -radioisotope_N 4.0107648929727385e-6 -radiolarian_N 4.0107648929727385e-6 -radiologist_N 4.0107648929727385e-6 -radiology_N 4.0107648929727385e-6 -radiolysis_N 4.0107648929727385e-6 -radiometer_N 4.0107648929727385e-6 -radiomicrometer_N 4.0107648929727385e-6 -radiopacity_N 4.0107648929727385e-6 -radiopharmaceutical_N 4.0107648929727385e-6 -radiophotograph_N 4.0107648929727385e-6 -radiophotography_N 4.0107648929727385e-6 -radioprotection_N 4.0107648929727385e-6 -radioscopy_N 4.0107648929727385e-6 -radiotelegraph_N 4.0107648929727385e-6 -radiotelephone_N 4.0107648929727385e-6 -radiotherapist_N 4.0107648929727385e-6 -radiotherapy_N 4.0107648929727385e-6 -radish_N 4.0107648929727385e-6 -radium_N 4.0107648929727385e-6 -radius_N 4.0107648929727385e-6 -radome_N 4.0107648929727385e-6 -radon_N 4.0107648929727385e-6 -raf_N 4.0107648929727385e-6 -raffia_N 4.0107648929727385e-6 -raffinose_N 4.0107648929727385e-6 -raffle_N 4.0107648929727385e-6 -raft_N 1.2032294678918217e-5 -rafter_N 8.021529785945477e-6 -raftsman_N 4.0107648929727385e-6 -rag_N 1.2032294678918217e-5 -rag_day_N 4.0107648929727385e-6 -ragamuffin_N 4.0107648929727385e-6 -ragbag_N 4.0107648929727385e-6 -rage_N 4.4118413822700127e-5 -raggedness_N 4.0107648929727385e-6 -raglan_N 4.0107648929727385e-6 -ragout_N 4.0107648929727385e-6 -ragpicker_N 4.0107648929727385e-6 -ragsorter_N 4.0107648929727385e-6 -ragtag_N 4.0107648929727385e-6 -ragtime_N 8.021529785945477e-6 -ragweed_N 4.0107648929727385e-6 -ragwort_N 4.0107648929727385e-6 -raid_N 1.6043059571890954e-5 -raider_N 1.1230141700323669e-4 -rail_N 7.620453296648204e-5 -railbird_N 4.0107648929727385e-6 -railcar_N 2.4064589357836434e-5 -railhead_N 4.0107648929727385e-6 -railing_N 3.208611914378191e-5 -raillery_N 4.0107648929727385e-6 -railroad_N 1.1230141700323669e-4 -railway_N 2.4064589357836434e-5 -railwayman_N 4.0107648929727385e-6 -raiment_N 4.0107648929727385e-6 -rain_N 9.625835743134574e-5 -rain_gauge_N 4.0107648929727385e-6 -rainbow_N 8.021529785945477e-6 -raincoat_N 4.0107648929727385e-6 -raindrop_N 4.0107648929727385e-6 -rainfall_N 4.0107648929727385e-6 -rainmaker_N 4.0107648929727385e-6 -rainmaking_N 4.0107648929727385e-6 -rainstorm_N 4.0107648929727385e-6 -rainwater_N 4.0107648929727385e-6 -raise_N 6.417223828756382e-5 -raiser_N 3.609688403675465e-5 -raisin_N 4.0107648929727385e-6 -raising_N 4.0107648929727385e-6 -raison_d'etre_N 4.0107648929727385e-6 -raita_N 4.0107648929727385e-6 -raj_N 4.0107648929727385e-6 -raja_N 4.0107648929727385e-6 -rajah_N 4.0107648929727385e-6 -rajanya_N 4.0107648929727385e-6 -rake_N 4.010764892972739e-5 -rake_off_N 4.0107648929727385e-6 -rakishness_N 4.0107648929727385e-6 -rally_N 4.8530255204970137e-4 -rallying_N 4.0107648929727385e-6 -ram_N 4.0107648929727385e-6 -ramadan_N 4.0107648929727385e-6 -ramble_N 4.0107648929727385e-6 -rambler_N 4.0107648929727385e-6 -rambutan_N 4.0107648929727385e-6 -ramekin_N 4.0107648929727385e-6 -ramie_N 4.0107648929727385e-6 -ramification_N 1.6043059571890954e-5 -ramipril_N 4.0107648929727385e-6 -ramjet_N 4.0107648929727385e-6 -rammer_N 4.0107648929727385e-6 -ramp_N 2.4064589357836434e-5 -rampage_N 8.021529785945477e-6 -rampart_N 1.2032294678918217e-5 -rampion_N 4.0107648929727385e-6 -ramrod_N 4.0107648929727385e-6 -ramus_N 4.0107648929727385e-6 -ranch_N 4.4118413822700127e-5 -rancher_N 1.2032294678918217e-5 -ranching_N 4.0107648929727385e-6 -rancidity_N 4.0107648929727385e-6 -rancidness_N 4.0107648929727385e-6 -rancour_N 8.021529785945477e-6 -rand_N 1.2032294678918217e-5 -random_N 4.0107648929727385e-6 -randomization_N 4.0107648929727385e-6 -randomness_N 8.021529785945477e-6 -ranee_N 4.0107648929727385e-6 -range_N 5.254102009794288e-4 -rangefinder_N 4.0107648929727385e-6 -rangeland_N 4.0107648929727385e-6 -ranger_N 2.0053824464863696e-5 -rangpur_N 4.0107648929727385e-6 -rani_N 4.0107648929727385e-6 -ranitidine_N 4.0107648929727385e-6 -rank_N 7.21937680735093e-5 -ranker_N 4.0107648929727385e-6 -ranking_N 1.6043059571890954e-5 -rankness_N 4.0107648929727385e-6 -ransacking_N 4.0107648929727385e-6 -ransom_N 8.021529785945477e-6 -rant_N 4.0107648929727385e-6 -ranter_N 4.0107648929727385e-6 -ranula_N 4.0107648929727385e-6 -rap_N 1.2032294678918217e-5 -rapacity_N 4.0107648929727385e-6 -rape_N 1.323552414681004e-4 -raper_N 4.0107648929727385e-6 -rapeseed_N 4.0107648929727385e-6 -raphe_N 4.0107648929727385e-6 -rapid_N 4.0107648929727385e-6 -rapidity_N 8.021529785945477e-6 -rapier_N 8.021529785945477e-6 -rapier_thrust_N 4.0107648929727385e-6 -rapine_N 4.0107648929727385e-6 -rapist_N 1.2032294678918217e-5 -rappee_N 4.0107648929727385e-6 -rappel_N 4.0107648929727385e-6 -rapper_N 4.0107648929727385e-6 -rapport_N 1.2032294678918217e-5 -rapporteur_N 4.0107648929727385e-6 -rapprochement_N 8.021529785945477e-6 -rapscallion_N 4.0107648929727385e-6 -rapture_N 4.0107648929727385e-6 -rarebit_N 4.0107648929727385e-6 -rarefaction_N 4.0107648929727385e-6 -rareness_N 4.0107648929727385e-6 -rariora_N 4.0107648929727385e-6 -rarity_N 4.0107648929727385e-6 -rascal_N 8.021529785945477e-6 -rascality_N 4.0107648929727385e-6 -rash_N 3.208611914378191e-5 -rasher_N 4.0107648929727385e-6 -rashness_N 4.0107648929727385e-6 -rasp_N 4.0107648929727385e-6 -raspberry_N 8.021529785945477e-6 -raster_N 4.0107648929727385e-6 -rat_N 2.8075354250809173e-5 -rat_a_tat_tat_N 4.0107648929727385e-6 -rat_tat_N 4.0107648929727385e-6 -ratability_N 4.0107648929727385e-6 -ratables_N 4.0107648929727385e-6 -ratafia_N 4.0107648929727385e-6 -ratan_N 4.0107648929727385e-6 -ratatouille_N 4.0107648929727385e-6 -ratch_N 4.0107648929727385e-6 -ratchet_N 4.0107648929727385e-6 -rate_N 5.001423821537006e-3 -rateability_N 4.0107648929727385e-6 -ratel_N 4.0107648929727385e-6 -ratepayer_N 8.021529785945477e-6 -rates_N 4.0107648929727385e-6 -rathole_N 4.0107648929727385e-6 -rathskeller_N 4.0107648929727385e-6 -ratification_N 2.0053824464863696e-5 -rating_N 6.256793233037472e-4 -ratio_N 2.165813042205279e-4 -ratiocination_N 4.0107648929727385e-6 -ration_N 4.0107648929727385e-6 -rationale_N 4.010764892972739e-5 -rationalism_N 4.0107648929727385e-6 -rationalistFem_N 4.0107648929727385e-6 -rationalistMasc_N 4.0107648929727385e-6 -rationality_N 8.021529785945477e-6 -rationalization_N 1.6043059571890954e-5 -rationing_N 4.0107648929727385e-6 -ratite_N 4.0107648929727385e-6 -ratlin_N 4.0107648929727385e-6 -ratline_N 4.0107648929727385e-6 -rattan_N 4.0107648929727385e-6 -ratter_N 4.0107648929727385e-6 -rattle_N 4.0107648929727385e-6 -rattler_N 4.0107648929727385e-6 -rattlesnake_N 4.0107648929727385e-6 -rattrap_N 4.0107648929727385e-6 -rauwolfia_N 4.0107648929727385e-6 -ravage_N 1.6043059571890954e-5 -ravaging_N 4.0107648929727385e-6 -rave_N 4.0107648929727385e-6 -rave_up_N 4.0107648929727385e-6 -ravehook_N 4.0107648929727385e-6 -raveling_N 4.0107648929727385e-6 -raven_N 4.0107648929727385e-6 -raver_N 4.0107648929727385e-6 -ravigote_N 4.0107648929727385e-6 -ravine_N 4.0107648929727385e-6 -raving_N 4.0107648929727385e-6 -ravioli_N 4.0107648929727385e-6 -ravishment_N 4.0107648929727385e-6 -raw_N 2.0053824464863696e-5 -rawhide_N 4.0107648929727385e-6 -rawness_N 4.0107648929727385e-6 -ray_N 3.609688403675465e-5 -rayon_N 8.021529785945477e-6 -razbliuto_N 4.0107648929727385e-6 -razing_N 4.0107648929727385e-6 -razor_N 1.2032294678918217e-5 -razor_edge_N 4.0107648929727385e-6 -razorback_N 4.0107648929727385e-6 -razorbill_N 4.0107648929727385e-6 -razorblade_N 4.0107648929727385e-6 -razzle_N 4.0107648929727385e-6 -razzle_dazzle_N 4.0107648929727385e-6 -re_N 9.2247592538373e-5 -re_afforestation_N 4.0107648929727385e-6 -re_count_N 4.0107648929727385e-6 -re_echo_N 4.0107648929727385e-6 -re_entry_N 4.0107648929727385e-6 -re_formation_N 4.0107648929727385e-6 -reach_N 4.812917871567287e-5 -reactance_N 4.0107648929727385e-6 -reactant_N 4.0107648929727385e-6 -reaction_N 2.927858371870099e-4 -reactionary_N 4.0107648929727385e-6 -reactionism_N 4.0107648929727385e-6 -reactivity_N 4.0107648929727385e-6 -reactor_N 3.609688403675465e-5 -read_N 8.021529785945477e-6 -readability_N 4.0107648929727385e-6 -reader_N 2.0454900954160969e-4 -readership_N 1.6043059571890954e-5 -readiness_N 1.6043059571890954e-5 -reading_N 1.243337116821549e-4 -reading_lamp_N 4.0107648929727385e-6 -reading_room_N 4.0107648929727385e-6 -readjustment_N 8.021529785945477e-6 -readmission_N 4.0107648929727385e-6 -readout_N 4.0107648929727385e-6 -ready_N 4.0107648929727385e-6 -reaffiliation_N 4.0107648929727385e-6 -reagent_N 4.0107648929727385e-6 -reagin_N 4.0107648929727385e-6 -real_N 3.930549595113284e-4 -realgar_N 4.0107648929727385e-6 -realism_N 2.4064589357836434e-5 -realist_N 1.6043059571890954e-5 -reality_N 1.3636600636107311e-4 -realization_N 2.4064589357836434e-5 -reallocation_N 4.0107648929727385e-6 -reallotment_N 4.0107648929727385e-6 -realm_N 2.0053824464863696e-5 -realpolitik_N 4.0107648929727385e-6 -realtor_N 4.0107648929727385e-6 -realty_N 2.4064589357836434e-5 -ream_N 8.021529785945477e-6 -reamer_N 4.0107648929727385e-6 -reaper_N 4.0107648929727385e-6 -reaping_hook_N 4.0107648929727385e-6 -reappearance_N 2.0053824464863696e-5 -reappraisal_N 1.2032294678918217e-5 -rear_N 2.4064589357836434e-5 -rear_admiral_N 4.0107648929727385e-6 -rearguard_N 4.0107648929727385e-6 -rearmament_N 4.0107648929727385e-6 -rearrangement_N 8.021529785945477e-6 -rearward_N 4.0107648929727385e-6 -reason_N 8.663252168821116e-4 -reasonableness_N 4.0107648929727385e-6 -reasoner_N 4.0107648929727385e-6 -reasoning_N 2.4064589357836434e-5 -reassembly_N 4.0107648929727385e-6 -reassertion_N 4.0107648929727385e-6 -reassessment_N 2.4064589357836434e-5 -reassignment_N 4.0107648929727385e-6 -reassurance_N 1.6043059571890954e-5 -rebate_N 7.620453296648204e-5 -rebel_N 1.4037677125404587e-4 -rebellion_N 2.4064589357836434e-5 -rebelliousness_N 4.0107648929727385e-6 -rebirth_N 8.021529785945477e-6 -rebound_N 1.4037677125404587e-4 -reboxetine_N 4.0107648929727385e-6 -rebozo_N 4.0107648929727385e-6 -rebroadcast_N 4.0107648929727385e-6 -rebuff_N 1.2032294678918217e-5 -rebuilding_N 4.0107648929727385e-6 -rebuke_N 4.0107648929727385e-6 -reburying_N 4.0107648929727385e-6 -rebus_N 4.0107648929727385e-6 -rebuttal_N 4.0107648929727385e-6 -rebutter_N 4.0107648929727385e-6 -recalcitrance_N 4.0107648929727385e-6 -recalcitrancy_N 4.0107648929727385e-6 -recalculation_N 4.0107648929727385e-6 -recall_N 4.010764892972739e-5 -recantation_N 8.021529785945477e-6 -recap_N 4.0107648929727385e-6 -recapitulation_N 8.021529785945477e-6 -recapture_N 4.0107648929727385e-6 -recce_N 4.0107648929727385e-6 -receding_N 4.0107648929727385e-6 -receipt_N 1.243337116821549e-4 -receivable_N 4.0107648929727385e-6 -receiver_N 4.4118413822700127e-5 -receivership_N 1.2032294678918217e-5 -receiving_set_N 4.0107648929727385e-6 -recency_N 4.0107648929727385e-6 -receptacle_N 4.0107648929727385e-6 -reception_N 3.609688403675465e-5 -reception_desk_N 4.0107648929727385e-6 -receptionist_N 1.6043059571890954e-5 -receptiveness_N 4.0107648929727385e-6 -receptivity_N 8.021529785945477e-6 -receptor_N 4.0107648929727385e-6 -recess_N 1.6043059571890954e-5 -recession_N 5.414532605513198e-4 -recessional_N 4.0107648929727385e-6 -rechauffe_N 4.0107648929727385e-6 -recidivism_N 4.0107648929727385e-6 -recidivist_N 4.0107648929727385e-6 -recipe_N 4.010764892972739e-5 -recipient_N 3.208611914378191e-5 -reciprocal_N 4.0107648929727385e-6 -reciprocality_N 4.0107648929727385e-6 -reciprocation_N 4.0107648929727385e-6 -reciprocity_N 8.021529785945477e-6 -recirculation_N 4.0107648929727385e-6 -recission_N 4.0107648929727385e-6 -recital_N 2.8075354250809173e-5 -recitalist_N 4.0107648929727385e-6 -recitation_N 4.0107648929727385e-6 -recitative_N 4.0107648929727385e-6 -reciter_N 4.0107648929727385e-6 -recklessness_N 8.021529785945477e-6 -reckoner_N 4.0107648929727385e-6 -reckoning_N 1.2032294678918217e-5 -reclamation_N 4.0107648929727385e-6 -reclassification_N 4.0107648929727385e-6 -recliner_N 4.0107648929727385e-6 -reclining_N 4.0107648929727385e-6 -recluse_N 4.0107648929727385e-6 -reclusiveness_N 4.0107648929727385e-6 -recoding_N 4.0107648929727385e-6 -recognition_N 8.823682764540025e-5 -recognizance_N 4.0107648929727385e-6 -recoil_N 4.0107648929727385e-6 -recollection_N 8.021529785945477e-6 -recombinant_N 4.0107648929727385e-6 -recombination_N 4.0107648929727385e-6 -recommendation_N 1.564198308259368e-4 -recompense_N 4.0107648929727385e-6 -reconciliation_N 5.2139943608645604e-5 -reconditeness_N 4.0107648929727385e-6 -reconfiguration_N 4.0107648929727385e-6 -reconnaissance_N 4.0107648929727385e-6 -reconsideration_N 4.0107648929727385e-6 -reconstruction_N 8.021529785945477e-6 -record_N 1.0107127530291301e-3 -record_player_N 4.0107648929727385e-6 -recorder_N 7.620453296648204e-5 -recording_N 7.620453296648204e-5 -recount_N 4.0107648929727385e-6 -recourse_N 1.6043059571890954e-5 -recovery_N 3.088288967589009e-4 -recreant_N 4.0107648929727385e-6 -recreation_N 3.208611914378191e-5 -recrimination_N 4.0107648929727385e-6 -recrudescence_N 4.0107648929727385e-6 -recruit_N 1.6043059571890954e-5 -recruiter_N 4.0107648929727385e-6 -recruitment_N 1.6043059571890954e-5 -rectangle_N 1.2032294678918217e-5 -rectangularity_N 4.0107648929727385e-6 -rectification_N 8.021529785945477e-6 -rectifier_N 4.0107648929727385e-6 -rectitude_N 4.0107648929727385e-6 -recto_N 4.0107648929727385e-6 -rectocele_N 4.0107648929727385e-6 -rector_N 4.0107648929727385e-6 -rectorship_N 4.0107648929727385e-6 -rectory_N 4.0107648929727385e-6 -rectum_N 4.0107648929727385e-6 -rectus_N 4.0107648929727385e-6 -recuperation_N 8.021529785945477e-6 -recurrence_N 1.2032294678918217e-5 -recursion_N 4.0107648929727385e-6 -recusancy_N 4.0107648929727385e-6 -recusant_N 4.0107648929727385e-6 -recusation_N 4.0107648929727385e-6 -recycling_N 4.0107648929727385e-6 -red_N 6.417223828756382e-5 -redact_N 4.0107648929727385e-6 -redaction_N 4.0107648929727385e-6 -redberry_N 4.0107648929727385e-6 -redbone_N 4.0107648929727385e-6 -redbreast_N 4.0107648929727385e-6 -redbud_N 4.0107648929727385e-6 -redcap_N 4.0107648929727385e-6 -redcoat_N 4.0107648929727385e-6 -rededication_N 4.0107648929727385e-6 -redeemer_N 4.0107648929727385e-6 -redefinition_N 4.0107648929727385e-6 -redemption_N 1.5240906593296408e-4 -redeployment_N 8.021529785945477e-6 -redeposition_N 4.0107648929727385e-6 -redetermination_N 4.0107648929727385e-6 -redevelopment_N 1.2032294678918217e-5 -redeye_N 4.0107648929727385e-6 -redfish_N 4.0107648929727385e-6 -redhead_N 4.0107648929727385e-6 -redhorse_N 4.0107648929727385e-6 -rediffusion_N 4.0107648929727385e-6 -rediscovery_N 4.0107648929727385e-6 -redisposition_N 4.0107648929727385e-6 -redistribution_N 1.2032294678918217e-5 -redneck_N 4.0107648929727385e-6 -redness_N 4.0107648929727385e-6 -redolence_N 4.0107648929727385e-6 -redoubt_N 8.021529785945477e-6 -redpoll_N 4.0107648929727385e-6 -redraft_N 4.0107648929727385e-6 -redress_N 4.0107648929727385e-6 -redshank_N 4.0107648929727385e-6 -redskin_N 4.0107648929727385e-6 -redstart_N 4.0107648929727385e-6 -redtail_N 4.0107648929727385e-6 -reducer_N 4.0107648929727385e-6 -reducing_N 4.0107648929727385e-6 -reductase_N 4.0107648929727385e-6 -reductio_ad_absurdum_N 4.0107648929727385e-6 -reduction_N 5.735393796951016e-4 -reductionism_N 4.0107648929727385e-6 -redundance_N 4.0107648929727385e-6 -redundancy_N 4.0107648929727385e-6 -reduplication_N 4.0107648929727385e-6 -redwing_N 4.0107648929727385e-6 -redwood_N 4.0107648929727385e-6 -reed_N 4.0107648929727385e-6 -reef_N 1.6043059571890954e-5 -reef_knot_N 4.0107648929727385e-6 -reefer_N 4.0107648929727385e-6 -reek_N 4.0107648929727385e-6 -reel_N 4.0107648929727385e-6 -reelection_N 4.0107648929727385e-6 -reeler_N 4.0107648929727385e-6 -reenactment_N 4.0107648929727385e-6 -reenactor_N 4.0107648929727385e-6 -reenlistment_N 4.0107648929727385e-6 -reentry_N 4.0107648929727385e-6 -reevaluation_N 4.0107648929727385e-6 -reeve_N 4.0107648929727385e-6 -ref_N 4.0107648929727385e-6 -refashion_N 4.0107648929727385e-6 -refection_N 4.0107648929727385e-6 -refectory_N 4.0107648929727385e-6 -referee_N 8.021529785945477e-6 -reference_N 7.21937680735093e-5 -referendum_N 2.4064589357836434e-5 -referent_N 4.0107648929727385e-6 -referral_N 4.0107648929727385e-6 -refill_N 4.0107648929727385e-6 -refilling_N 4.0107648929727385e-6 -refinement_N 4.0107648929727385e-6 -refiner_N 4.4118413822700127e-5 -refinery_N 1.443875361470186e-4 -refining_N 4.0107648929727385e-6 -refinisher_N 4.0107648929727385e-6 -refit_N 4.0107648929727385e-6 -reflation_N 4.0107648929727385e-6 -reflection_N 4.010764892972739e-5 -reflectiveness_N 4.0107648929727385e-6 -reflectometer_N 4.0107648929727385e-6 -reflector_N 4.0107648929727385e-6 -reflex_N 4.0107648929727385e-6 -reflexion_N 4.0107648929727385e-6 -reflexive_N 4.0107648929727385e-6 -reflexivity_N 4.0107648929727385e-6 -reflexology_N 4.0107648929727385e-6 -reflux_N 4.0107648929727385e-6 -refocusing_N 4.0107648929727385e-6 -reforestation_N 8.021529785945477e-6 -reform_N 4.131087839761921e-4 -reformation_N 4.0107648929727385e-6 -reformatory_N 4.0107648929727385e-6 -reformer_N 5.2139943608645604e-5 -reformism_N 4.0107648929727385e-6 -refraction_N 4.0107648929727385e-6 -refractivity_N 4.0107648929727385e-6 -refractometer_N 4.0107648929727385e-6 -refractoriness_N 4.0107648929727385e-6 -refrain_N 8.021529785945477e-6 -refresher_N 4.0107648929727385e-6 -refreshment_N 4.0107648929727385e-6 -refrigerant_N 4.0107648929727385e-6 -refrigeration_N 2.4064589357836434e-5 -refrigerator_N 4.4118413822700127e-5 -refuge_N 3.609688403675465e-5 -refugee_N 7.620453296648204e-5 -refulgence_N 4.0107648929727385e-6 -refund_N 1.243337116821549e-4 -refusal_N 5.2139943608645604e-5 -refuse_N 8.021529785945477e-6 -refuse_collector_N 4.0107648929727385e-6 -refutation_N 4.0107648929727385e-6 -regalia_N 4.0107648929727385e-6 -regard_N 3.609688403675465e-5 -regatta_N 4.0107648929727385e-6 -regency_N 4.0107648929727385e-6 -regeneration_N 4.0107648929727385e-6 -regent_N 4.0107648929727385e-6 -reggae_N 4.0107648929727385e-6 -regicide_N 4.0107648929727385e-6 -regime_1_N 1.4037677125404587e-4 -regime_2_N 4.0107648929727385e-6 -regimen_N 8.021529785945477e-6 -regiment_N 4.0107648929727385e-6 -regimentals_N 4.0107648929727385e-6 -regimentation_N 8.021529785945477e-6 -region_N 3.68990370153492e-4 -regionalism_N 4.0107648929727385e-6 -register_N 1.2032294678918217e-5 -registrant_N 4.0107648929727385e-6 -registrar_N 4.0107648929727385e-6 -registration_N 9.2247592538373e-5 -registry_N 4.0107648929727385e-6 -regnellidium_N 4.0107648929727385e-6 -regosol_N 4.0107648929727385e-6 -regress_N 4.0107648929727385e-6 -regression_N 4.0107648929727385e-6 -regret_N 3.208611914378191e-5 -regular_N 4.0107648929727385e-6 -regularity_N 8.021529785945477e-6 -regularization_N 4.0107648929727385e-6 -regulation_N 3.52947310581601e-4 -regulator_N 6.457331477686109e-4 -regur_N 4.0107648929727385e-6 -regurgitation_N 4.0107648929727385e-6 -rehabilitation_N 2.4064589357836434e-5 -reharmonization_N 4.0107648929727385e-6 -rehash_N 8.021529785945477e-6 -rehearing_N 1.6043059571890954e-5 -rehearsal_N 4.0107648929727385e-6 -reich_N 4.0107648929727385e-6 -reign_N 1.2032294678918217e-5 -reimbursement_N 3.208611914378191e-5 -reimposition_N 4.0107648929727385e-6 -rein_N 3.208611914378191e-5 -reincarnation_N 4.0107648929727385e-6 -reincarnationism_N 4.0107648929727385e-6 -reindeer_N 4.0107648929727385e-6 -reinforcement_N 4.812917871567287e-5 -reinstatement_N 2.4064589357836434e-5 -reinsurance_N 1.3636600636107311e-4 -reintegration_N 4.0107648929727385e-6 -reinterpretation_N 8.021529785945477e-6 -reintroduction_N 4.0107648929727385e-6 -reissue_N 4.0107648929727385e-6 -reiteration_N 4.0107648929727385e-6 -reject_N 4.0107648929727385e-6 -rejection_N 9.625835743134574e-5 -rejoicing_N 4.0107648929727385e-6 -rejoinder_N 4.0107648929727385e-6 -rejuvenation_N 1.2032294678918217e-5 -relapse_N 4.0107648929727385e-6 -relatedness_N 4.0107648929727385e-6 -relation_N 2.9679660207998265e-4 -relationship_N 3.128396616518736e-4 -relative_N 5.6150708501618345e-5 -relativism_N 4.0107648929727385e-6 -relativity_N 4.0107648929727385e-6 -relatum_N 4.0107648929727385e-6 -relaxant_N 4.0107648929727385e-6 -relaxation_N 2.4064589357836434e-5 -relaxer_N 4.0107648929727385e-6 -relaxin_N 4.0107648929727385e-6 -relay_N 4.0107648929727385e-6 -release_N 2.446566584713371e-4 -relegation_N 4.0107648929727385e-6 -relentlessness_N 4.0107648929727385e-6 -relevance_N 1.2032294678918217e-5 -relevancy_N 1.2032294678918217e-5 -reliability_N 4.0107648929727385e-6 -reliance_N 4.4118413822700127e-5 -relic_N 8.021529785945477e-6 -relict_N 4.0107648929727385e-6 -relief_N 2.687212478291735e-4 -reliever_N 4.0107648929727385e-6 -religion_N 2.8075354250809173e-5 -religionism_N 4.0107648929727385e-6 -religionist_N 4.0107648929727385e-6 -religiosity_N 4.0107648929727385e-6 -religious_N 4.0107648929727385e-6 -religiousness_N 4.0107648929727385e-6 -relinquishment_N 4.0107648929727385e-6 -reliquary_N 4.0107648929727385e-6 -relish_N 1.2032294678918217e-5 -relistening_N 4.0107648929727385e-6 -reliving_N 4.0107648929727385e-6 -relocation_N 4.010764892972739e-5 -reluctance_N 6.417223828756382e-5 -reluctivity_N 4.0107648929727385e-6 -remainder_N 8.021529785945478e-5 -remains_N 4.0107648929727385e-6 -remake_N 4.0107648929727385e-6 -remand_N 4.0107648929727385e-6 -remark_N 1.6043059571890957e-4 -remarriage_N 4.0107648929727385e-6 -remedy_N 2.8075354250809173e-5 -remembrance_N 8.021529785945477e-6 -remilitarization_N 4.0107648929727385e-6 -reminder_N 4.4118413822700127e-5 -reminiscence_N 4.0107648929727385e-6 -remise_N 4.0107648929727385e-6 -remission_N 4.0107648929727385e-6 -remissness_N 4.0107648929727385e-6 -remit_N 4.0107648929727385e-6 -remittance_N 8.021529785945477e-6 -remnant_N 8.021529785945477e-6 -remonstrance_N 4.0107648929727385e-6 -remora_N 4.0107648929727385e-6 -remorse_N 1.6043059571890954e-5 -remoteness_N 4.0107648929727385e-6 -remount_N 4.0107648929727385e-6 -removal_N 4.812917871567287e-5 -remove_N 4.0107648929727385e-6 -remover_N 4.0107648929727385e-6 -remuda_N 4.0107648929727385e-6 -remuneration_N 4.0107648929727385e-6 -renaissance_N 1.6043059571890954e-5 -renascence_N 4.0107648929727385e-6 -render_N 4.0107648929727385e-6 -rendering_N 1.6043059571890954e-5 -rendezvous_N 8.021529785945477e-6 -rendition_N 1.6043059571890954e-5 -renegadeFem_N 4.0107648929727385e-6 -renegadeMasc_N 4.0107648929727385e-6 -renewal_N 3.609688403675465e-5 -renin_N 4.0107648929727385e-6 -rennet_N 4.0107648929727385e-6 -rennin_N 4.0107648929727385e-6 -renovation_N 1.6043059571890954e-5 -renovator_N 4.0107648929727385e-6 -renown_N 8.021529785945477e-6 -rensselaerite_N 4.0107648929727385e-6 -rent_N 1.243337116821549e-4 -rent_collector_N 4.0107648929727385e-6 -rent_rebate_N 4.0107648929727385e-6 -rent_roll_N 4.0107648929727385e-6 -rental_N 3.208611914378191e-5 -renter_N 4.0107648929727385e-6 -rentier_N 4.0107648929727385e-6 -renunciation_N 8.021529785945477e-6 -reorder_N 4.0107648929727385e-6 -reordering_N 4.0107648929727385e-6 -reorganization_N 3.2086119143781913e-4 -reorientation_N 4.0107648929727385e-6 -reovirus_N 4.0107648929727385e-6 -rep_N 1.6043059571890954e-5 -repair_N 1.564198308259368e-4 -repairer_N 4.0107648929727385e-6 -repairman_N 4.0107648929727385e-6 -reparation_N 2.0053824464863696e-5 -repartee_N 4.0107648929727385e-6 -repast_N 4.0107648929727385e-6 -repatriate_N 4.0107648929727385e-6 -repatriation_N 8.021529785945477e-6 -repayment_N 6.417223828756382e-5 -repeal_N 5.6150708501618345e-5 -repeat_N 4.812917871567287e-5 -repeater_N 8.021529785945477e-6 -repechage_N 4.0107648929727385e-6 -repellent_N 4.0107648929727385e-6 -repentance_N 4.0107648929727385e-6 -repercussion_N 2.0053824464863696e-5 -repertoire_N 1.2032294678918217e-5 -repertory_N 4.0107648929727385e-6 -repetition_N 8.021529785945477e-6 -repetitiveness_N 4.0107648929727385e-6 -replaceability_N 4.0107648929727385e-6 -replacement_N 1.1631218189620943e-4 -replay_N 2.8075354250809173e-5 -replenishment_N 4.0107648929727385e-6 -repletion_N 4.0107648929727385e-6 -replica_N 8.021529785945477e-6 -replication_N 4.0107648929727385e-6 -reply_N 2.0053824464863696e-5 -report_N 1.7246289039782776e-3 -reportage_N 4.0107648929727385e-6 -reporterFem_N 4.0107648929727385e-6 -reporterMasc_N 4.0107648929727385e-6 -repose_N 4.0107648929727385e-6 -repositing_N 4.0107648929727385e-6 -repositioning_N 4.0107648929727385e-6 -repository_N 8.021529785945477e-6 -repossession_N 4.0107648929727385e-6 -repp_N 4.0107648929727385e-6 -reprehensibility_N 4.0107648929727385e-6 -representation_N 4.812917871567287e-5 -representativeFem_N 4.0107648929727385e-6 -representativeMasc_N 2.9679660207998265e-4 -repression_N 3.609688403675465e-5 -repressor_N 4.0107648929727385e-6 -reprieve_N 1.2032294678918217e-5 -reprimand_N 4.0107648929727385e-6 -reprint_N 4.0107648929727385e-6 -reprisal_N 8.021529785945477e-6 -reproach_N 4.0107648929727385e-6 -reprobate_N 4.0107648929727385e-6 -reprobation_N 4.0107648929727385e-6 -reproducer_N 4.0107648929727385e-6 -reproducibility_N 4.0107648929727385e-6 -reproduction_N 8.021529785945477e-6 -reproof_N 4.0107648929727385e-6 -reps_N 4.0107648929727385e-6 -reptile_N 4.0107648929727385e-6 -reptilian_N 4.0107648929727385e-6 -republic_N 5.6150708501618345e-5 -republican_N 7.21937680735093e-5 -republicanism_N 4.0107648929727385e-6 -republication_N 4.0107648929727385e-6 -repudiation_N 8.021529785945477e-6 -repugnance_N 4.0107648929727385e-6 -repulse_N 4.0107648929727385e-6 -repulsion_N 4.0107648929727385e-6 -reputation_N 1.764736552908005e-4 -repute_N 4.0107648929727385e-6 -request_N 3.6497960526051925e-4 -requiem_N 4.0107648929727385e-6 -requiescat_N 4.0107648929727385e-6 -requirement_N 3.8503342972538295e-4 -requisite_N 4.0107648929727385e-6 -requisiteness_N 4.0107648929727385e-6 -requisition_N 8.021529785945477e-6 -requital_N 4.0107648929727385e-6 -rerebrace_N 4.0107648929727385e-6 -reredos_N 4.0107648929727385e-6 -rerun_N 5.2139943608645604e-5 -res_N 4.0107648929727385e-6 -resale_N 4.0107648929727385e-6 -rescript_N 4.0107648929727385e-6 -rescue_N 9.2247592538373e-5 -rescuerFem_N 4.0107648929727385e-6 -rescuerMasc_N 4.0107648929727385e-6 -research_N 1.0788957562096668e-3 -researcherFem_N 4.0107648929727385e-6 -researcherMasc_N 4.1711954886916483e-4 -reseau_N 4.0107648929727385e-6 -resection_N 4.0107648929727385e-6 -reseda_N 4.0107648929727385e-6 -resemblance_N 3.208611914378191e-5 -resentment_N 2.8075354250809173e-5 -reserpine_N 4.0107648929727385e-6 -reservation_N 6.016147339459108e-5 -reserve_N 7.901206839156296e-4 -reservist_N 4.0107648929727385e-6 -reservoir_N 2.0053824464863696e-5 -reset_N 4.0107648929727385e-6 -resettlement_N 4.0107648929727385e-6 -resh_N 4.0107648929727385e-6 -reshipment_N 4.0107648929727385e-6 -reshuffle_N 8.021529785945477e-6 -residence_N 4.4118413822700127e-5 -residency_N 4.0107648929727385e-6 -resident_N 2.647104829362008e-4 -residual_N 4.0107648929727385e-6 -residue_N 1.2032294678918217e-5 -resignation_N 2.446566584713371e-4 -resilience_N 2.8075354250809173e-5 -resiliency_N 2.4064589357836434e-5 -resin_N 2.8075354250809173e-5 -resinoid_N 4.0107648929727385e-6 -resistance_N 1.764736552908005e-4 -resister_N 4.0107648929727385e-6 -resistivity_N 4.0107648929727385e-6 -resistor_N 4.0107648929727385e-6 -resoluteness_N 4.0107648929727385e-6 -resolution_N 1.6043059571890957e-4 -resolve_N 2.0053824464863696e-5 -resonance_N 1.6043059571890954e-5 -resonator_N 4.0107648929727385e-6 -resorcinol_N 4.0107648929727385e-6 -resorption_N 4.0107648929727385e-6 -resort_N 1.764736552908005e-4 -resource_N 2.647104829362008e-4 -resourcefulness_N 4.0107648929727385e-6 -respect_N 6.818300318053656e-5 -respectability_N 2.8075354250809173e-5 -respecter_N 4.0107648929727385e-6 -respects_N 4.0107648929727385e-6 -respiration_N 4.0107648929727385e-6 -respirator_N 4.0107648929727385e-6 -respite_N 8.021529785945477e-6 -resplendence_N 4.0107648929727385e-6 -resplendency_N 4.0107648929727385e-6 -respondent_N 1.0427988721729121e-4 -response_N 4.933240818356468e-4 -responsibility_N 2.927858371870099e-4 -responsiveness_N 4.0107648929727385e-6 -rest_N 4.4519490311997403e-4 -rest_cure_N 4.0107648929727385e-6 -rest_day_N 4.0107648929727385e-6 -rest_home_N 4.0107648929727385e-6 -rest_house_N 4.0107648929727385e-6 -restatement_N 2.0053824464863696e-5 -restaurant_N 3.2086119143781913e-4 -restauranteur_N 4.0107648929727385e-6 -restaurateur_N 4.0107648929727385e-6 -rester_N 4.0107648929727385e-6 -restfulness_N 4.0107648929727385e-6 -restharrow_N 4.0107648929727385e-6 -restitution_N 2.8075354250809173e-5 -restiveness_N 4.0107648929727385e-6 -restlessness_N 4.0107648929727385e-6 -restoration_N 3.609688403675465e-5 -restorative_N 4.0107648929727385e-6 -restorer_N 8.021529785945477e-6 -restrainer_N 4.0107648929727385e-6 -restraint_N 8.823682764540025e-5 -restriction_N 3.68990370153492e-4 -restrictiveness_N 4.0107648929727385e-6 -result_N 2.334265167710134e-3 -resultant_N 4.0107648929727385e-6 -resume_N 8.021529785945477e-6 -resumption_N 2.0053824464863696e-5 -resurgence_N 2.0053824464863696e-5 -resurrection_N 8.021529785945477e-6 -resurvey_N 4.0107648929727385e-6 -resuscitation_N 4.0107648929727385e-6 -resuscitator_N 4.0107648929727385e-6 -resuspension_N 4.0107648929727385e-6 -retail_N 8.823682764540025e-5 -retailer_N 3.9706572440430113e-4 -retailing_N 4.0107648929727385e-6 -retainer_N 1.2032294678918217e-5 -retake_N 4.0107648929727385e-6 -retaliation_N 2.8075354250809173e-5 -retardant_N 4.0107648929727385e-6 -retardation_N 8.021529785945477e-6 -retem_N 4.0107648929727385e-6 -retention_N 1.2032294678918217e-5 -retentiveness_N 4.0107648929727385e-6 -rethink_N 8.021529785945477e-6 -reticence_N 8.021529785945477e-6 -reticle_N 4.0107648929727385e-6 -reticulation_N 4.0107648929727385e-6 -reticule_N 4.0107648929727385e-6 -reticulocyte_N 4.0107648929727385e-6 -reticulum_N 4.0107648929727385e-6 -retina_N 4.0107648929727385e-6 -retinene_N 4.0107648929727385e-6 -retinitis_N 4.0107648929727385e-6 -retinoblastoma_N 4.0107648929727385e-6 -retinopathy_N 4.0107648929727385e-6 -retinue_N 4.0107648929727385e-6 -retire_N 4.0107648929727385e-6 -retiree_N 4.0107648929727385e-6 -retirement_N 2.9679660207998265e-4 -retort_N 8.021529785945477e-6 -retraction_N 4.0107648929727385e-6 -retractor_N 4.0107648929727385e-6 -retraining_N 4.0107648929727385e-6 -retread_N 4.0107648929727385e-6 -retreat_N 5.2139943608645604e-5 -retreatant_N 4.0107648929727385e-6 -retreated_N 4.0107648929727385e-6 -retrenchment_N 1.6043059571890954e-5 -retrial_N 1.2032294678918217e-5 -retribution_N 1.6043059571890954e-5 -retrieval_N 1.2032294678918217e-5 -retriever_N 4.0107648929727385e-6 -retro_N 4.0107648929727385e-6 -retrofit_N 4.0107648929727385e-6 -retroflection_N 4.0107648929727385e-6 -retrogression_N 4.0107648929727385e-6 -retronym_N 4.0107648929727385e-6 -retrorocket_N 4.0107648929727385e-6 -retrospect_N 8.021529785945477e-6 -retrospection_N 4.0107648929727385e-6 -retrospective_N 4.0107648929727385e-6 -retroversion_N 4.0107648929727385e-6 -retrovirus_N 4.0107648929727385e-6 -retrovision_N 4.0107648929727385e-6 -retsina_N 4.0107648929727385e-6 -return_N 1.1310356998183123e-3 -reunification_N 4.812917871567287e-5 -reunion_N 1.6043059571890954e-5 -reuptake_N 4.0107648929727385e-6 -rev_N 4.0107648929727385e-6 -revaluation_N 4.0107648929727385e-6 -reveille_N 4.0107648929727385e-6 -revel_N 8.021529785945477e-6 -revelation_N 2.0053824464863696e-5 -reveler_N 4.0107648929727385e-6 -reveller_N 4.0107648929727385e-6 -revelry_N 4.0107648929727385e-6 -revenant_N 4.0107648929727385e-6 -revenge_N 1.2032294678918217e-5 -revenue_N 2.3583297570679705e-3 -revenuer_N 4.0107648929727385e-6 -reverberation_N 8.021529785945477e-6 -reverence_N 8.021529785945477e-6 -reverend_N 4.0107648929727385e-6 -reverie_N 4.0107648929727385e-6 -revers_N 4.0107648929727385e-6 -reversal_N 6.417223828756382e-5 -reverse_N 2.4064589357836434e-5 -reversibility_N 4.0107648929727385e-6 -reversible_N 4.0107648929727385e-6 -reversion_N 4.0107648929727385e-6 -reversioner_N 4.0107648929727385e-6 -revetment_N 4.0107648929727385e-6 -review_N 2.486674233643098e-4 -reviewer_N 4.0107648929727385e-6 -revise_N 4.0107648929727385e-6 -reviser_N 4.0107648929727385e-6 -revision_N 8.021529785945478e-5 -revisionism_N 4.0107648929727385e-6 -revisionistFem_N 4.0107648929727385e-6 -revisionistMasc_N 4.0107648929727385e-6 -revitalization_N 4.0107648929727385e-6 -revival_N 6.818300318053656e-5 -revivalism_N 4.0107648929727385e-6 -revivalist_N 4.0107648929727385e-6 -revocation_N 4.0107648929727385e-6 -revoke_N 4.0107648929727385e-6 -revolt_N 1.6043059571890954e-5 -revolution_N 8.422606275242751e-5 -revolutionary_N 1.2032294678918217e-5 -revolutionism_N 4.0107648929727385e-6 -revolutionist_N 4.0107648929727385e-6 -revolver_N 4.0107648929727385e-6 -revue_N 4.0107648929727385e-6 -revulsion_N 4.0107648929727385e-6 -reward_N 8.021529785945478e-5 -rewording_N 4.0107648929727385e-6 -rewrite_N 4.0107648929727385e-6 -rewriting_N 4.0107648929727385e-6 -rhabdomyoma_N 4.0107648929727385e-6 -rhabdomyosarcoma_N 4.0107648929727385e-6 -rhabdovirus_N 4.0107648929727385e-6 -rhagades_N 4.0107648929727385e-6 -rhapsody_N 8.021529785945477e-6 -rhea_N 4.0107648929727385e-6 -rhenium_N 4.0107648929727385e-6 -rheology_N 4.0107648929727385e-6 -rheometer_N 4.0107648929727385e-6 -rheostat_N 4.0107648929727385e-6 -rhesus_N 4.0107648929727385e-6 -rhetoric_N 5.6150708501618345e-5 -rhetorician_N 4.0107648929727385e-6 -rheum_N 4.0107648929727385e-6 -rheumatic_N 4.0107648929727385e-6 -rheumatism_N 4.0107648929727385e-6 -rheumatologist_N 4.0107648929727385e-6 -rheumatology_N 4.0107648929727385e-6 -rhinencephalon_N 4.0107648929727385e-6 -rhinestone_N 4.0107648929727385e-6 -rhinion_N 4.0107648929727385e-6 -rhinitis_N 4.0107648929727385e-6 -rhino_N 8.021529785945477e-6 -rhinoceros_N 4.0107648929727385e-6 -rhinolaryngology_N 4.0107648929727385e-6 -rhinopathy_N 4.0107648929727385e-6 -rhinophyma_N 4.0107648929727385e-6 -rhinorrhea_N 4.0107648929727385e-6 -rhinoscope_N 4.0107648929727385e-6 -rhinoscopy_N 4.0107648929727385e-6 -rhinosporidiosis_N 4.0107648929727385e-6 -rhinostenosis_N 4.0107648929727385e-6 -rhinotomy_N 4.0107648929727385e-6 -rhinotracheitis_N 4.0107648929727385e-6 -rhinovirus_N 4.0107648929727385e-6 -rhizoctinia_N 4.0107648929727385e-6 -rhizoid_N 4.0107648929727385e-6 -rhizome_N 4.0107648929727385e-6 -rhizomorph_N 4.0107648929727385e-6 -rhizopod_N 4.0107648929727385e-6 -rhizopus_N 4.0107648929727385e-6 -rhizotomy_N 4.0107648929727385e-6 -rho_N 4.0107648929727385e-6 -rhodium_N 4.0107648929727385e-6 -rhodochrosite_N 4.0107648929727385e-6 -rhododendron_N 8.021529785945477e-6 -rhodolite_N 4.0107648929727385e-6 -rhodonite_N 4.0107648929727385e-6 -rhomb_N 4.0107648929727385e-6 -rhombohedron_N 4.0107648929727385e-6 -rhomboid_N 4.0107648929727385e-6 -rhombus_N 4.0107648929727385e-6 -rhonchus_N 4.0107648929727385e-6 -rhubarb_N 4.0107648929727385e-6 -rhyme_N 4.0107648929727385e-6 -rhymer_N 4.0107648929727385e-6 -rhymester_N 4.0107648929727385e-6 -rhyolite_N 4.0107648929727385e-6 -rhythm_N 2.4064589357836434e-5 -rhythmicity_N 4.0107648929727385e-6 -rib_N 1.6043059571890954e-5 -ribald_N 4.0107648929727385e-6 -ribaldry_N 4.0107648929727385e-6 -riband_N 4.0107648929727385e-6 -ribavirin_N 4.0107648929727385e-6 -ribbing_N 4.0107648929727385e-6 -ribbon_N 2.4064589357836434e-5 -ribbonfish_N 4.0107648929727385e-6 -ribier_N 4.0107648929727385e-6 -riboflavin_N 4.0107648929727385e-6 -ribonuclease_N 4.0107648929727385e-6 -ribose_N 4.0107648929727385e-6 -ribosome_N 4.0107648929727385e-6 -rice_N 6.016147339459108e-5 -rice_paper_N 4.0107648929727385e-6 -ricegrass_N 4.0107648929727385e-6 -ricer_N 4.0107648929727385e-6 -richness_N 8.021529785945477e-6 -richweed_N 4.0107648929727385e-6 -ricin_N 4.0107648929727385e-6 -rick_N 4.0107648929727385e-6 -rickets_N 4.0107648929727385e-6 -rickettsia_N 4.0107648929727385e-6 -rickettsialpox_N 4.0107648929727385e-6 -rickey_N 4.0107648929727385e-6 -rickrack_N 4.0107648929727385e-6 -rickshaw_N 4.0107648929727385e-6 -ricochet_N 4.0107648929727385e-6 -ricotta_N 4.0107648929727385e-6 -rictus_N 4.0107648929727385e-6 -riddance_N 4.0107648929727385e-6 -riddle_N 4.0107648929727385e-6 -ride_N 8.422606275242751e-5 -riderFem_N 4.0107648929727385e-6 -riderMasc_N 4.0107648929727385e-6 -ridge_N 8.021529785945477e-6 -ridge_tile_N 4.0107648929727385e-6 -ridgeling_N 4.0107648929727385e-6 -ridgepole_N 4.0107648929727385e-6 -ridicule_N 1.2032294678918217e-5 -riding_N 1.2032294678918217e-5 -riding_habit_N 4.0107648929727385e-6 -riding_lamp_N 4.0107648929727385e-6 -riding_light_N 4.0107648929727385e-6 -riding_master_N 4.0107648929727385e-6 -riding_school_N 4.0107648929727385e-6 -ridley_N 4.0107648929727385e-6 -riel_N 4.0107648929727385e-6 -riesling_N 4.0107648929727385e-6 -rifampin_N 4.0107648929727385e-6 -riff_N 8.021529785945477e-6 -riff_raff_N 4.0107648929727385e-6 -riffle_N 4.0107648929727385e-6 -rifle_N 1.6043059571890954e-5 -rifle_range_N 4.0107648929727385e-6 -rifle_shot_N 4.0107648929727385e-6 -riflebird_N 4.0107648929727385e-6 -rifleman_N 4.0107648929727385e-6 -rift_N 2.8075354250809173e-5 -rift_valley_N 4.0107648929727385e-6 -rig_N 5.2139943608645604e-5 -rigatoni_N 4.0107648929727385e-6 -rigger_N 4.0107648929727385e-6 -rigging_N 4.0107648929727385e-6 -right_N 1.4398645965772133e-3 -right_hander_N 4.0107648929727385e-6 -right_turn_N 4.0107648929727385e-6 -right_wing_N 4.0107648929727385e-6 -right_winger_N 4.0107648929727385e-6 -righteousness_N 8.021529785945477e-6 -rightfulness_N 4.0107648929727385e-6 -rightism_N 4.0107648929727385e-6 -rightist_N 4.0107648929727385e-6 -rightness_N 4.0107648929727385e-6 -rigidity_N 1.2032294678918217e-5 -rigmarole_N 4.0107648929727385e-6 -rigor_mortis_N 2.0053824464863696e-5 -rigour_N 4.0107648929727385e-6 -rigout_N 4.0107648929727385e-6 -rijsttaffel_N 4.0107648929727385e-6 -rill_N 8.021529785945477e-6 -rim_N 1.2032294678918217e-5 -rima_N 4.0107648929727385e-6 -rime_N 4.0107648929727385e-6 -rimu_N 4.0107648929727385e-6 -rind_N 4.0107648929727385e-6 -rinderpest_N 4.0107648929727385e-6 -ring_N 4.4118413822700127e-5 -ring_armour_N 4.0107648929727385e-6 -ring_finger_N 4.0107648929727385e-6 -ring_mail_N 4.0107648929727385e-6 -ring_road_N 4.0107648929727385e-6 -ringdove_N 4.0107648929727385e-6 -ringer_N 1.2032294678918216e-4 -ringgit_N 4.0107648929727385e-6 -ringhals_N 4.0107648929727385e-6 -ringing_N 4.0107648929727385e-6 -ringleader_N 4.0107648929727385e-6 -ringlet_N 4.0107648929727385e-6 -ringmaster_N 4.0107648929727385e-6 -rings_N 4.0107648929727385e-6 -ringside_N 4.0107648929727385e-6 -ringtail_N 4.0107648929727385e-6 -ringworm_N 4.0107648929727385e-6 -rink_N 4.0107648929727385e-6 -rinse_N 4.0107648929727385e-6 -riot_N 2.0053824464863696e-5 -rioter_N 4.0107648929727385e-6 -rioting_N 4.0107648929727385e-6 -rip_N 4.0107648929727385e-6 -rip_off_N 4.0107648929727385e-6 -ripcord_N 4.0107648929727385e-6 -ripeness_N 4.0107648929727385e-6 -ripening_N 4.0107648929727385e-6 -riposte_N 4.0107648929727385e-6 -ripper_N 4.0107648929727385e-6 -ripple_N 1.2032294678918217e-5 -ripsaw_N 4.0107648929727385e-6 -riptide_N 4.0107648929727385e-6 -rise_N 6.337008530896927e-4 -riser_N 4.0107648929727385e-6 -risibility_N 4.0107648929727385e-6 -rising_N 4.0107648929727385e-6 -risk_N 9.505512796345392e-4 -riskiness_N 1.2032294678918217e-5 -risklessness_N 4.0107648929727385e-6 -risotto_N 4.0107648929727385e-6 -rissole_N 4.0107648929727385e-6 -rite_N 1.2032294678918217e-5 -ritonavir_N 4.0107648929727385e-6 -ritual_N 1.2032294678918217e-5 -ritualism_N 4.0107648929727385e-6 -ritualist_N 4.0107648929727385e-6 -ritz_N 4.0107648929727385e-6 -rival_N 2.366351286853916e-4 -rivalry_N 2.0053824464863696e-5 -river_N 6.818300318053656e-5 -river_basin_N 4.0107648929727385e-6 -river_bed_N 4.0107648929727385e-6 -riverbank_N 4.0107648929727385e-6 -riverbed_N 4.0107648929727385e-6 -riverside_N 8.021529785945477e-6 -rivet_N 8.021529785945477e-6 -riveter_N 4.0107648929727385e-6 -rivulet_N 4.0107648929727385e-6 -rivulus_N 4.0107648929727385e-6 -rly_N 4.0107648929727385e-6 -rm_N 4.0107648929727385e-6 -rn_N 4.0107648929727385e-6 -roach_N 4.0107648929727385e-6 -road_N 2.8075354250809174e-4 -road_book_N 4.0107648929727385e-6 -road_hog_N 4.0107648929727385e-6 -road_metal_N 4.0107648929727385e-6 -road_sense_N 4.0107648929727385e-6 -roadbed_N 1.2032294678918217e-5 -roadblock_N 2.4064589357836434e-5 -roadbook_N 4.0107648929727385e-6 -roadhouse_N 4.0107648929727385e-6 -roadkill_N 4.0107648929727385e-6 -roadman_N 4.0107648929727385e-6 -roadmender_N 4.0107648929727385e-6 -roadrunner_N 4.0107648929727385e-6 -roads_N 4.0107648929727385e-6 -roadside_N 4.0107648929727385e-6 -roadstead_N 4.0107648929727385e-6 -roadster_N 4.0107648929727385e-6 -roadway_N 6.016147339459108e-5 -roadworthiness_N 4.0107648929727385e-6 -roan_N 4.0107648929727385e-6 -roar_N 1.2032294678918217e-5 -roarer_N 4.0107648929727385e-6 -roast_N 1.2032294678918217e-5 -roaster_N 4.0107648929727385e-6 -roasting_N 4.0107648929727385e-6 -robalo_N 4.0107648929727385e-6 -robber_N 2.4064589357836434e-5 -robbery_N 4.010764892972739e-5 -robe_N 1.6043059571890954e-5 -robin_N 4.0107648929727385e-6 -roble_N 4.0107648929727385e-6 -robot_N 5.6150708501618345e-5 -robotics_N 4.0107648929727385e-6 -robustness_N 4.0107648929727385e-6 -roc_N 4.0107648929727385e-6 -roccella_N 4.0107648929727385e-6 -rock_'n_roll_N 4.0107648929727385e-6 -rock_N 8.823682764540025e-5 -rock_bottom_N 4.0107648929727385e-6 -rock_cake_N 4.0107648929727385e-6 -rock_climbing_N 4.0107648929727385e-6 -rock_crystal_N 4.0107648929727385e-6 -rock_garden_N 4.0107648929727385e-6 -rock_plant_N 4.0107648929727385e-6 -rock_salmon_N 4.0107648929727385e-6 -rock_salt_N 4.0107648929727385e-6 -rockabilly_N 4.0107648929727385e-6 -rocker_N 8.021529785945477e-6 -rockers_N 4.0107648929727385e-6 -rockery_N 4.0107648929727385e-6 -rocket_N 4.010764892972739e-5 -rocket_base_N 4.0107648929727385e-6 -rocket_range_N 4.0107648929727385e-6 -rocketry_N 4.0107648929727385e-6 -rockfish_N 4.0107648929727385e-6 -rockiness_N 4.0107648929727385e-6 -rocking_chair_N 4.0107648929727385e-6 -rocking_horse_N 4.0107648929727385e-6 -rockrose_N 4.0107648929727385e-6 -rockslide_N 4.0107648929727385e-6 -rockweed_N 4.0107648929727385e-6 -rococo_N 4.0107648929727385e-6 -rod_N 4.4118413822700127e-5 -rodent_N 8.021529785945477e-6 -rodeo_N 8.021529785945477e-6 -rodomontade_N 4.0107648929727385e-6 -roe_N 4.0107648929727385e-6 -roebuck_N 4.0107648929727385e-6 -roentgen_N 4.0107648929727385e-6 -roentgenium_N 4.0107648929727385e-6 -roentgenogram_N 4.0107648929727385e-6 -roentgenography_N 4.0107648929727385e-6 -rofecoxib_N 4.0107648929727385e-6 -rogation_N 4.0107648929727385e-6 -rogue_N 8.021529785945477e-6 -rogue_elephant_N 4.0107648929727385e-6 -roguery_N 4.0107648929727385e-6 -roguishness_N 4.0107648929727385e-6 -roisterer_N 4.0107648929727385e-6 -role_1_N 6.537546775545564e-4 -role_2_N 4.0107648929727385e-6 -role_N 4.0107648929727385e-6 -roleplaying_N 4.0107648929727385e-6 -roll_N 1.3636600636107311e-4 -roll_call_N 4.0107648929727385e-6 -roll_on_N 4.0107648929727385e-6 -rollback_N 4.0107648929727385e-6 -roller_N 8.422606275242751e-5 -roller_skate_N 4.0107648929727385e-6 -rollerblader_N 4.0107648929727385e-6 -rollerblading_N 4.0107648929727385e-6 -rolling_N 1.6043059571890954e-5 -rolling_mill_N 4.0107648929727385e-6 -rolling_pin_N 4.0107648929727385e-6 -rolling_stock_N 4.0107648929727385e-6 -rollmops_N 4.0107648929727385e-6 -rollover_N 4.0107648929727385e-6 -roly_poly_N 4.0107648929727385e-6 -romaic_N 4.0107648929727385e-6 -roman_N 4.0107648929727385e-6 -romance_N 2.8075354250809173e-5 -romanesque_N 4.0107648929727385e-6 -romanian_N 4.0107648929727385e-6 -romantic_N 4.0107648929727385e-6 -romanticism_N 4.0107648929727385e-6 -romanticist_N 4.0107648929727385e-6 -romany_N 4.0107648929727385e-6 -romp_N 8.021529785945477e-6 -romper_N 4.0107648929727385e-6 -rondeau_N 4.0107648929727385e-6 -rondel_N 4.0107648929727385e-6 -rondelet_N 4.0107648929727385e-6 -rondo_N 4.0107648929727385e-6 -roneo_N 4.0107648929727385e-6 -rontgen_N 4.0107648929727385e-6 -rood_N 4.0107648929727385e-6 -rood_tree_N 4.0107648929727385e-6 -roof_N 4.010764892972739e-5 -roof_garden_N 4.0107648929727385e-6 -roof_tree_N 4.0107648929727385e-6 -roofer_N 4.0107648929727385e-6 -roofing_N 1.6043059571890954e-5 -rooftop_N 8.021529785945477e-6 -rooibos_N 4.0107648929727385e-6 -rook_N 8.021529785945477e-6 -rookery_N 4.0107648929727385e-6 -rookie_N 2.0053824464863696e-5 -room_N 5.534855552302379e-4 -room_mate_N 4.0107648929727385e-6 -roomer_N 4.0107648929727385e-6 -roomette_N 4.0107648929727385e-6 -roomful_N 8.021529785945477e-6 -roommate_N 4.0107648929727385e-6 -roost_N 4.0107648929727385e-6 -rooster_N 8.021529785945477e-6 -root_N 6.417223828756382e-5 -rootage_N 4.0107648929727385e-6 -rooting_N 4.0107648929727385e-6 -rootlet_N 4.0107648929727385e-6 -roots_N 4.0107648929727385e-6 -rootstock_N 4.0107648929727385e-6 -rope_N 4.010764892972739e-5 -rope_dancer_N 4.0107648929727385e-6 -rope_ladder_N 4.0107648929727385e-6 -rope_yard_N 4.0107648929727385e-6 -rope_yarn_N 4.0107648929727385e-6 -ropemaker_N 4.0107648929727385e-6 -roper_N 4.0107648929727385e-6 -ropewalk_N 4.0107648929727385e-6 -ropewalker_N 4.0107648929727385e-6 -ropeway_N 4.0107648929727385e-6 -roping_N 4.0107648929727385e-6 -roquefort_N 4.0107648929727385e-6 -roridula_N 4.0107648929727385e-6 -rorqual_N 4.0107648929727385e-6 -rosary_N 4.0107648929727385e-6 -rose_N 2.0053824464863696e-5 -rose_bed_N 4.0107648929727385e-6 -rose_leaf_N 4.0107648929727385e-6 -rose_water_N 4.0107648929727385e-6 -rosebay_N 4.0107648929727385e-6 -rosebud_N 4.0107648929727385e-6 -rosefish_N 4.0107648929727385e-6 -roselle_N 4.0107648929727385e-6 -rosemaling_N 4.0107648929727385e-6 -rosemary_N 4.0107648929727385e-6 -rosette_N 4.0107648929727385e-6 -rosewood_N 4.0107648929727385e-6 -rosilla_N 4.0107648929727385e-6 -rosin_N 4.0107648929727385e-6 -rosinweed_N 4.0107648929727385e-6 -rosita_N 4.0107648929727385e-6 -roster_N 1.2032294678918217e-5 -rostrum_N 4.0107648929727385e-6 -rot_N 8.021529785945477e-6 -rota_N 4.0107648929727385e-6 -rotarian_N 4.0107648929727385e-6 -rotary_N 4.0107648929727385e-6 -rotation_N 1.2032294678918217e-5 -rotavirus_N 4.0107648929727385e-6 -rote_N 4.0107648929727385e-6 -rotenone_N 4.0107648929727385e-6 -rotgut_N 4.0107648929727385e-6 -rotifer_N 4.0107648929727385e-6 -rotisserie_N 4.0107648929727385e-6 -rotl_N 4.0107648929727385e-6 -rotogravure_N 4.0107648929727385e-6 -rotor_N 4.0107648929727385e-6 -rottenness_N 4.0107648929727385e-6 -rottenstone_N 4.0107648929727385e-6 -rotter_N 4.0107648929727385e-6 -rotunda_N 4.0107648929727385e-6 -rotundity_N 4.0107648929727385e-6 -rouble_N 4.0107648929727385e-6 -roue_N 4.0107648929727385e-6 -rouge_N 4.0107648929727385e-6 -rough_N 4.0107648929727385e-6 -rough_and_tumble_N 4.0107648929727385e-6 -roughage_N 4.0107648929727385e-6 -roughcast_N 4.0107648929727385e-6 -roughneck_N 1.2032294678918217e-5 -roughness_N 4.0107648929727385e-6 -roughrider_N 4.0107648929727385e-6 -roulade_N 4.0107648929727385e-6 -rouleau_N 4.0107648929727385e-6 -roulette_N 8.021529785945477e-6 -round_N 1.443875361470186e-4 -round_hand_N 4.0107648929727385e-6 -round_shot_N 4.0107648929727385e-6 -roundabout_N 4.0107648929727385e-6 -roundedness_N 4.0107648929727385e-6 -roundel_N 4.0107648929727385e-6 -roundelay_N 4.0107648929727385e-6 -rounder_N 4.0107648929727385e-6 -rounders_N 4.0107648929727385e-6 -roundhead_N 4.0107648929727385e-6 -roundhouse_N 4.0107648929727385e-6 -rounding_N 4.0107648929727385e-6 -roundness_N 4.0107648929727385e-6 -roundsman_N 4.0107648929727385e-6 -roundup_N 4.0107648929727385e-6 -rout_N 7.620453296648204e-5 -route_N 1.4037677125404587e-4 -routemarch_N 4.0107648929727385e-6 -router_N 4.0107648929727385e-6 -routine_N 2.0053824464863696e-5 -roux_N 4.0107648929727385e-6 -rover_N 4.0107648929727385e-6 -row_N 1.243337116821549e-4 -rowan_N 4.0107648929727385e-6 -rowan_berry_N 4.0107648929727385e-6 -rowan_tree_N 4.0107648929727385e-6 -rowanberry_N 4.0107648929727385e-6 -rowboat_N 4.0107648929727385e-6 -rowdiness_N 4.0107648929727385e-6 -rowdy_N 4.0107648929727385e-6 -rowdyism_N 4.0107648929727385e-6 -rowel_N 4.0107648929727385e-6 -rower_N 4.0107648929727385e-6 -rowing_N 1.2032294678918217e-5 -rowing_boat_N 4.0107648929727385e-6 -rowing_club_N 4.0107648929727385e-6 -rowlock_N 4.0107648929727385e-6 -royal_N 4.0107648929727385e-6 -royalism_N 4.0107648929727385e-6 -royalist_N 4.0107648929727385e-6 -royalty_N 7.620453296648204e-5 -rpm_N 4.0107648929727385e-6 -rspca_N 4.0107648929727385e-6 -rub_N 1.6043059571890954e-5 -rub_a_dub_N 4.0107648929727385e-6 -rub_down_N 4.0107648929727385e-6 -rub_up_N 4.0107648929727385e-6 -rubato_N 4.0107648929727385e-6 -rubber_N 3.609688403675465e-5 -rubberneck_N 4.0107648929727385e-6 -rubbing_N 4.0107648929727385e-6 -rubbish_N 8.021529785945477e-6 -rubbishing_N 4.0107648929727385e-6 -rubble_N 4.812917871567287e-5 -rubdown_N 4.0107648929727385e-6 -rubefacient_N 4.0107648929727385e-6 -rubel_N 4.0107648929727385e-6 -rubicelle_N 4.0107648929727385e-6 -rubicon_N 4.0107648929727385e-6 -rubidium_N 4.0107648929727385e-6 -ruble_N 8.021529785945477e-6 -rubric_N 8.021529785945477e-6 -ruby_N 4.0107648929727385e-6 -ruck_N 4.0107648929727385e-6 -rucksack_N 4.0107648929727385e-6 -ruckus_N 4.0107648929727385e-6 -rudapithecus_N 4.0107648929727385e-6 -rudd_N 4.0107648929727385e-6 -rudder_N 8.021529785945477e-6 -rudderfish_N 4.0107648929727385e-6 -rudderpost_N 4.0107648929727385e-6 -ruddiness_N 4.0107648929727385e-6 -ruddle_N 4.0107648929727385e-6 -rudeness_N 4.0107648929727385e-6 -rudiment_N 4.0107648929727385e-6 -rue_N 4.0107648929727385e-6 -ruff_N 4.0107648929727385e-6 -ruffian_N 4.0107648929727385e-6 -ruffianism_N 4.0107648929727385e-6 -ruffle_N 4.0107648929727385e-6 -rug_N 1.2032294678918217e-5 -ruga_N 4.0107648929727385e-6 -rugby_N 4.0107648929727385e-6 -ruggedization_N 4.0107648929727385e-6 -ruggedness_N 4.0107648929727385e-6 -rugger_N 4.0107648929727385e-6 -rugulah_N 4.0107648929727385e-6 -ruin_N 8.021529785945477e-6 -ruination_N 4.0107648929727385e-6 -rule_N 9.304974551696755e-4 -ruler_N 2.0053824464863696e-5 -rulership_N 4.0107648929727385e-6 -ruling_N 3.68990370153492e-4 -rum_N 1.6043059571890954e-5 -rum_runner_N 4.0107648929727385e-6 -rumba_N 4.0107648929727385e-6 -rumble_N 4.0107648929727385e-6 -rumbling_N 1.2032294678918217e-5 -rumen_N 4.0107648929727385e-6 -ruminant_N 4.0107648929727385e-6 -rumination_N 4.0107648929727385e-6 -rummage_N 4.0107648929727385e-6 -rummer_N 4.0107648929727385e-6 -rummy_N 4.0107648929727385e-6 -rumour_N 2.8075354250809173e-5 -rumour_monger_N 4.0107648929727385e-6 -rump_N 4.0107648929727385e-6 -rump_steak_N 4.0107648929727385e-6 -rumpus_N 4.0107648929727385e-6 -rumrunner_N 4.0107648929727385e-6 -run_N 2.165813042205279e-4 -run_off_N 4.0107648929727385e-6 -run_through_N 4.0107648929727385e-6 -run_up_N 8.021529785945477e-6 -runaway_N 4.0107648929727385e-6 -rundle_N 4.0107648929727385e-6 -rundown_N 8.021529785945477e-6 -rune_N 4.0107648929727385e-6 -rung_N 4.0107648929727385e-6 -runnel_N 4.0107648929727385e-6 -runner_N 2.8075354250809173e-5 -runner_up_N 4.0107648929727385e-6 -running_N 2.4064589357836434e-5 -running_board_N 4.0107648929727385e-6 -runoff_N 4.0107648929727385e-6 -runt_N 4.0107648929727385e-6 -runup_N 4.0107648929727385e-6 -runway_N 3.208611914378191e-5 -rupee_N 4.0107648929727385e-6 -rupiah_N 4.0107648929727385e-6 -rupture_N 8.021529785945477e-6 -rupturewort_N 4.0107648929727385e-6 -ruralism_N 4.0107648929727385e-6 -ruralist_N 4.0107648929727385e-6 -rurality_N 4.0107648929727385e-6 -ruse_N 4.0107648929727385e-6 -rush_N 6.016147339459108e-5 -rusher_N 4.0107648929727385e-6 -rushlight_N 4.0107648929727385e-6 -rusk_N 4.0107648929727385e-6 -russet_N 4.0107648929727385e-6 -russian_N 1.6043059571890954e-5 -rust_N 4.0107648929727385e-6 -rustic_N 4.0107648929727385e-6 -rustication_N 4.0107648929727385e-6 -rusticity_N 4.0107648929727385e-6 -rustiness_N 4.0107648929727385e-6 -rustle_N 4.0107648929727385e-6 -rustler_N 8.021529785945477e-6 -rustling_N 1.2032294678918217e-5 -rut_N 4.0107648929727385e-6 -rutabaga_N 4.0107648929727385e-6 -ruthenium_N 4.0107648929727385e-6 -rutherford_N 4.0107648929727385e-6 -rutherfordium_N 4.0107648929727385e-6 -ruthlessness_N 4.0107648929727385e-6 -rutile_N 4.0107648929727385e-6 -rwandan_N 4.0107648929727385e-6 -rya_N 4.0107648929727385e-6 -rydberg_N 4.0107648929727385e-6 -rye_N 1.6043059571890954e-5 -rye_bread_N 4.0107648929727385e-6 -sabahan_N 4.0107648929727385e-6 -sabbat_N 4.0107648929727385e-6 -sabbatarian_N 4.0107648929727385e-6 -sabbath_N 4.0107648929727385e-6 -sabbatia_N 4.0107648929727385e-6 -sabbatical_N 4.0107648929727385e-6 -saber_N 4.0107648929727385e-6 -sabicu_N 4.0107648929727385e-6 -sabin_N 4.0107648929727385e-6 -sable_N 4.0107648929727385e-6 -sabot_N 4.0107648929727385e-6 -sabotage_N 2.4064589357836434e-5 -saboteurFem_N 4.0107648929727385e-6 -saboteurMasc_N 4.0107648929727385e-6 -sabra_N 4.0107648929727385e-6 -sabre_N 4.0107648929727385e-6 -sabre_rattling_N 4.0107648929727385e-6 -sac_N 8.021529785945477e-6 -saccade_N 4.0107648929727385e-6 -saccharin_N 4.0107648929727385e-6 -saccharinity_N 4.0107648929727385e-6 -saccule_N 4.0107648929727385e-6 -sacerdotalism_N 4.0107648929727385e-6 -sachem_N 4.0107648929727385e-6 -sachet_N 4.0107648929727385e-6 -sack_N 2.8075354250809173e-5 -sack_race_N 4.0107648929727385e-6 -sackbut_N 4.0107648929727385e-6 -sackcloth_N 4.0107648929727385e-6 -sacking_N 8.021529785945477e-6 -sacrament_N 4.0107648929727385e-6 -sacredness_N 4.0107648929727385e-6 -sacrifice_N 2.4064589357836434e-5 -sacrificer_N 4.0107648929727385e-6 -sacrilege_N 4.0107648929727385e-6 -sacrilegiousness_N 4.0107648929727385e-6 -sacristan_N 4.0107648929727385e-6 -sacristy_N 4.0107648929727385e-6 -sacrum_N 4.0107648929727385e-6 -saddle_N 4.0107648929727385e-6 -saddleback_N 4.0107648929727385e-6 -saddlebag_N 4.0107648929727385e-6 -saddlebill_N 4.0107648929727385e-6 -saddler_N 4.0107648929727385e-6 -saddlery_N 4.0107648929727385e-6 -sadhe_N 4.0107648929727385e-6 -sadhu_N 4.0107648929727385e-6 -sadism_N 4.0107648929727385e-6 -sadist_N 4.0107648929727385e-6 -sadness_N 4.0107648929727385e-6 -sadomasochism_N 4.0107648929727385e-6 -sadomasochistFem_N 4.0107648929727385e-6 -sadomasochistMasc_N 4.0107648929727385e-6 -sae_N 4.0107648929727385e-6 -safari_N 4.0107648929727385e-6 -safe_N 8.021529785945477e-6 -safe_conduct_N 4.0107648929727385e-6 -safe_deposit_N 4.0107648929727385e-6 -safebreaker_N 4.0107648929727385e-6 -safecracker_N 4.0107648929727385e-6 -safeguard_N 2.8075354250809173e-5 -safehold_N 4.0107648929727385e-6 -safekeeping_N 8.021529785945477e-6 -safeness_N 4.0107648929727385e-6 -safety_N 3.1685042654484635e-4 -safety_belt_N 4.0107648929727385e-6 -safety_bolt_N 4.0107648929727385e-6 -safety_catch_N 4.0107648929727385e-6 -safety_curtain_N 4.0107648929727385e-6 -safety_factor_N 4.0107648929727385e-6 -safety_lamp_N 4.0107648929727385e-6 -safety_lock_N 4.0107648929727385e-6 -safety_match_N 4.0107648929727385e-6 -safety_pin_N 4.0107648929727385e-6 -safety_razor_N 4.0107648929727385e-6 -safety_valve_N 4.0107648929727385e-6 -safflower_N 4.0107648929727385e-6 -saffron_N 4.0107648929727385e-6 -safranine_N 4.0107648929727385e-6 -sag_N 4.0107648929727385e-6 -saga_N 1.6043059571890954e-5 -sagacity_N 4.0107648929727385e-6 -sage_N 1.2032294678918217e-5 -sage_green_N 4.0107648929727385e-6 -sagebrush_N 4.0107648929727385e-6 -sagitta_N 4.0107648929727385e-6 -sago_N 4.0107648929727385e-6 -saguaro_N 4.0107648929727385e-6 -sahib_N 4.0107648929727385e-6 -saiga_N 4.0107648929727385e-6 -sail_N 1.2032294678918217e-5 -sailboat_N 4.0107648929727385e-6 -sailcloth_N 4.0107648929727385e-6 -sailfish_N 4.0107648929727385e-6 -sailing_N 2.0053824464863696e-5 -sailing_boat_N 4.0107648929727385e-6 -sailing_master_N 4.0107648929727385e-6 -sailing_ship_N 4.0107648929727385e-6 -sailing_vessel_N 4.0107648929727385e-6 -sailmaker_N 4.0107648929727385e-6 -sailor_N 1.6043059571890954e-5 -sainfoin_N 4.0107648929727385e-6 -saint's_day_N 4.0107648929727385e-6 -saint_N 8.021529785945477e-6 -sainthood_N 8.021529785945477e-6 -saintliness_N 4.0107648929727385e-6 -sake_1_N 4.0107648929727385e-6 -sake_2_N 4.0107648929727385e-6 -sake_N 4.0107648929727385e-6 -saki_N 4.0107648929727385e-6 -sal_volatile_N 4.0107648929727385e-6 -salaam_N 4.0107648929727385e-6 -salability_N 4.0107648929727385e-6 -salaciousness_N 4.0107648929727385e-6 -salacity_N 4.0107648929727385e-6 -salad_N 1.2032294678918217e-5 -salad_dressing_N 4.0107648929727385e-6 -salad_oil_N 4.0107648929727385e-6 -salai_N 4.0107648929727385e-6 -salal_N 4.0107648929727385e-6 -salamander_N 4.0107648929727385e-6 -salami_N 4.0107648929727385e-6 -salary_N 1.7246289039782778e-4 -salat_N 4.0107648929727385e-6 -sale_N 7.223387572243903e-3 -saleroom_N 4.0107648929727385e-6 -salesclerk_N 4.0107648929727385e-6 -salesgirl_N 4.0107648929727385e-6 -salesman_N 1.2834447657512763e-4 -salesmanship_N 4.0107648929727385e-6 -salesperson_N 4.0107648929727385e-6 -saleswoman_N 4.0107648929727385e-6 -salicylate_N 4.0107648929727385e-6 -salience_N 4.0107648929727385e-6 -salient_N 4.0107648929727385e-6 -saline_N 4.0107648929727385e-6 -salinity_N 4.0107648929727385e-6 -salinometer_N 4.0107648929727385e-6 -saliva_N 4.0107648929727385e-6 -salivation_N 4.0107648929727385e-6 -sallet_N 4.0107648929727385e-6 -sallow_N 4.0107648929727385e-6 -sallowness_N 4.0107648929727385e-6 -sally_N 4.0107648929727385e-6 -salmagundi_N 4.0107648929727385e-6 -salmi_N 4.0107648929727385e-6 -salmon_N 2.4064589357836434e-5 -salmonberry_N 4.0107648929727385e-6 -salmonella_N 4.0107648929727385e-6 -salmonellosis_N 4.0107648929727385e-6 -salmonid_N 4.0107648929727385e-6 -salol_N 4.0107648929727385e-6 -salon_N 1.6043059571890954e-5 -saloon_N 4.0107648929727385e-6 -salp_N 4.0107648929727385e-6 -salpiglossis_N 4.0107648929727385e-6 -salpingectomy_N 4.0107648929727385e-6 -salpingitis_N 4.0107648929727385e-6 -salpinx_N 4.0107648929727385e-6 -salsa_N 4.0107648929727385e-6 -salsify_N 4.0107648929727385e-6 -salsilla_N 4.0107648929727385e-6 -salt_N 2.4064589357836434e-5 -salt_cellar_N 4.0107648929727385e-6 -salt_lick_N 4.0107648929727385e-6 -saltation_N 4.0107648929727385e-6 -saltbox_N 4.0107648929727385e-6 -saltbush_N 4.0107648929727385e-6 -saltcellar_N 4.0107648929727385e-6 -salter_N 4.0107648929727385e-6 -saltine_N 4.0107648929727385e-6 -saltiness_N 4.0107648929727385e-6 -salting_N 4.0107648929727385e-6 -saltpan_N 4.0107648929727385e-6 -saltpetre_N 4.0107648929727385e-6 -saltshaker_N 4.0107648929727385e-6 -saltwater_N 8.021529785945477e-6 -saltworks_N 4.0107648929727385e-6 -saltwort_N 4.0107648929727385e-6 -salubrity_N 4.0107648929727385e-6 -salutation_N 4.0107648929727385e-6 -salutatorian_N 4.0107648929727385e-6 -salute_N 4.0107648929727385e-6 -salvadorean_N 4.0107648929727385e-6 -salvage_N 1.6043059571890954e-5 -salvager_N 4.0107648929727385e-6 -salvation_N 8.021529785945477e-6 -salve_N 4.0107648929727385e-6 -salver_N 4.0107648929727385e-6 -salvia_N 4.0107648929727385e-6 -salvinorin_N 4.0107648929727385e-6 -salvo_N 1.2032294678918217e-5 -salwar_N 4.0107648929727385e-6 -samara_N 4.0107648929727385e-6 -samaritan_N 8.021529785945477e-6 -samarium_N 4.0107648929727385e-6 -samarskite_N 4.0107648929727385e-6 -samba_N 4.0107648929727385e-6 -sambar_N 4.0107648929727385e-6 -sambuca_N 4.0107648929727385e-6 -samekh_N 4.0107648929727385e-6 -sameness_N 4.0107648929727385e-6 -samisen_N 4.0107648929727385e-6 -samite_N 4.0107648929727385e-6 -samizdat_N 4.0107648929727385e-6 -samoan_N 4.0107648929727385e-6 -samosa_N 4.0107648929727385e-6 -samovar_N 8.021529785945477e-6 -sampan_N 4.0107648929727385e-6 -sample_N 8.422606275242751e-5 -sampler_N 4.0107648929727385e-6 -sampling_N 4.0107648929727385e-6 -samsara_N 4.0107648929727385e-6 -samurai_N 8.021529785945477e-6 -san_marinese_N 8.021529785945477e-6 -sanatorium_N 4.0107648929727385e-6 -sanctification_N 4.0107648929727385e-6 -sanctimoniousness_N 4.0107648929727385e-6 -sanction_N 1.0829065211026395e-4 -sanctity_N 8.021529785945477e-6 -sanctuary_N 8.021529785945477e-6 -sanctum_N 4.0107648929727385e-6 -sand_N 1.0427988721729121e-4 -sand_bar_N 4.0107648929727385e-6 -sandal_N 4.0107648929727385e-6 -sandalwood_N 4.0107648929727385e-6 -sandarac_N 4.0107648929727385e-6 -sandbag_N 4.0107648929727385e-6 -sandbagger_N 4.0107648929727385e-6 -sandbank_N 4.0107648929727385e-6 -sandbar_N 4.0107648929727385e-6 -sandblast_N 4.0107648929727385e-6 -sandblaster_N 4.0107648929727385e-6 -sandbox_N 4.0107648929727385e-6 -sandboy_N 4.0107648929727385e-6 -sandbur_N 4.0107648929727385e-6 -sanderling_N 4.0107648929727385e-6 -sandfish_N 4.0107648929727385e-6 -sandfly_N 4.0107648929727385e-6 -sandglass_N 4.0107648929727385e-6 -sandgrouse_N 4.0107648929727385e-6 -sandhi_N 4.0107648929727385e-6 -sandiness_N 4.0107648929727385e-6 -sandlot_N 4.0107648929727385e-6 -sandman_N 4.0107648929727385e-6 -sandpaper_N 8.021529785945477e-6 -sandpiper_N 4.0107648929727385e-6 -sandpit_N 4.0107648929727385e-6 -sandstone_N 4.0107648929727385e-6 -sandstorm_N 4.0107648929727385e-6 -sandwich_N 4.812917871567287e-5 -sandwich_board_N 4.0107648929727385e-6 -sandwichman_N 4.0107648929727385e-6 -sandwort_N 4.0107648929727385e-6 -sang_froid_N 4.0107648929727385e-6 -sangapenum_N 4.0107648929727385e-6 -sangaree_N 4.0107648929727385e-6 -sango_N 4.0107648929727385e-6 -sangoma_N 4.0107648929727385e-6 -sanguine_N 4.0107648929727385e-6 -sanguinity_N 4.0107648929727385e-6 -sanicle_N 4.0107648929727385e-6 -sanitariness_N 4.0107648929727385e-6 -sanitation_N 1.6043059571890954e-5 -sanity_N 4.0107648929727385e-6 -sannup_N 4.0107648929727385e-6 -sannyasi_N 4.0107648929727385e-6 -sansevieria_N 4.0107648929727385e-6 -sanskrit_N 4.0107648929727385e-6 -santa_claus_N 1.6043059571890954e-5 -santims_N 4.0107648929727385e-6 -sap_N 4.0107648929727385e-6 -saphead_N 4.0107648929727385e-6 -sapidity_N 4.0107648929727385e-6 -sapience_N 4.0107648929727385e-6 -sapling_N 4.0107648929727385e-6 -sapodilla_N 4.0107648929727385e-6 -saponification_N 4.0107648929727385e-6 -saponin_N 4.0107648929727385e-6 -sapote_N 4.0107648929727385e-6 -sapper_N 4.0107648929727385e-6 -sapphire_N 4.0107648929727385e-6 -sapphirine_N 4.0107648929727385e-6 -sapremia_N 4.0107648929727385e-6 -saprobe_N 4.0107648929727385e-6 -saprolite_N 4.0107648929727385e-6 -sapropel_N 4.0107648929727385e-6 -saprophyte_N 4.0107648929727385e-6 -sapsago_N 4.0107648929727385e-6 -sapsucker_N 4.0107648929727385e-6 -sapwood_N 4.0107648929727385e-6 -saquinavir_N 4.0107648929727385e-6 -saraband_N 4.0107648929727385e-6 -saracen_N 4.0107648929727385e-6 -saran_N 4.0107648929727385e-6 -sarawakian_N 4.0107648929727385e-6 -sarcasm_N 4.0107648929727385e-6 -sarcenet_N 4.0107648929727385e-6 -sarcodinian_N 4.0107648929727385e-6 -sarcoidosis_N 4.0107648929727385e-6 -sarcolemma_N 4.0107648929727385e-6 -sarcoma_N 4.0107648929727385e-6 -sarcomere_N 4.0107648929727385e-6 -sarcophagus_N 4.0107648929727385e-6 -sarcoplasm_N 4.0107648929727385e-6 -sarcosine_N 4.0107648929727385e-6 -sarcosome_N 4.0107648929727385e-6 -sarcosporidian_N 4.0107648929727385e-6 -sard_N 4.0107648929727385e-6 -sardine_N 4.0107648929727385e-6 -sardonyx_N 4.0107648929727385e-6 -sari_N 4.0107648929727385e-6 -sarin_N 4.0107648929727385e-6 -sarong_N 4.0107648929727385e-6 -sarsaparilla_N 8.021529785945477e-6 -sartorius_N 4.0107648929727385e-6 -sash_N 4.0107648929727385e-6 -sash_cord_N 4.0107648929727385e-6 -sash_line_N 4.0107648929727385e-6 -sashay_N 4.0107648929727385e-6 -sashimi_N 4.0107648929727385e-6 -saskatoon_N 4.0107648929727385e-6 -sass_N 4.0107648929727385e-6 -sassaby_N 4.0107648929727385e-6 -sassafras_N 4.0107648929727385e-6 -sassenach_N 4.0107648929727385e-6 -satan_N 4.0107648929727385e-6 -satang_N 4.0107648929727385e-6 -satanophobia_N 4.0107648929727385e-6 -satchel_N 4.0107648929727385e-6 -sateen_N 4.0107648929727385e-6 -satellite_N 6.818300318053656e-5 -satiation_N 4.0107648929727385e-6 -satiety_N 4.0107648929727385e-6 -satin_N 4.0107648929727385e-6 -satinet_N 4.0107648929727385e-6 -satinleaf_N 4.0107648929727385e-6 -satinwood_N 4.0107648929727385e-6 -satire_N 2.4064589357836434e-5 -satirist_N 4.0107648929727385e-6 -satisfaction_N 8.021529785945478e-5 -satisfactoriness_N 4.0107648929727385e-6 -satisfier_N 4.0107648929727385e-6 -satori_N 4.0107648929727385e-6 -satrap_N 4.0107648929727385e-6 -satsuma_N 4.0107648929727385e-6 -saturation_N 4.0107648929727385e-6 -saturday_N 4.0107648929727385e-6 -saturnalia_N 4.0107648929727385e-6 -saturniid_N 4.0107648929727385e-6 -satyr_N 4.0107648929727385e-6 -satyriasis_N 4.0107648929727385e-6 -sauce_N 2.0053824464863696e-5 -sauce_boat_N 4.0107648929727385e-6 -saucepan_N 4.0107648929727385e-6 -saucepot_N 4.0107648929727385e-6 -saucer_N 8.021529785945477e-6 -sauciness_N 4.0107648929727385e-6 -saudi_arabian_N 4.0107648929727385e-6 -sauerbraten_N 4.0107648929727385e-6 -sauerkraut_N 8.021529785945477e-6 -sauna_N 1.2032294678918217e-5 -saunter_N 4.0107648929727385e-6 -saunterer_N 4.0107648929727385e-6 -saurian_N 4.0107648929727385e-6 -saurischian_N 4.0107648929727385e-6 -sauropod_N 4.0107648929727385e-6 -saury_N 4.0107648929727385e-6 -sausage_N 8.021529785945477e-6 -sausage_dog_N 4.0107648929727385e-6 -sausage_meat_N 4.0107648929727385e-6 -sausage_roll_N 4.0107648929727385e-6 -saute_N 4.0107648929727385e-6 -savage_N 4.0107648929727385e-6 -savageness_N 4.0107648929727385e-6 -savagery_N 4.0107648929727385e-6 -savanna_N 4.0107648929727385e-6 -savannah_N 4.0107648929727385e-6 -savant_N 4.0107648929727385e-6 -savarin_N 4.0107648929727385e-6 -save_N 4.0107648929727385e-6 -saveloy_N 4.0107648929727385e-6 -saver_N 8.021529785945477e-6 -saving_N 3.2086119143781913e-4 -savings_N 4.0107648929727385e-6 -savings_bank_N 4.0107648929727385e-6 -savior_N 4.0107648929727385e-6 -saviour_N 4.0107648929727385e-6 -savoir_faire_N 4.0107648929727385e-6 -savory_N 4.0107648929727385e-6 -savour_N 4.0107648929727385e-6 -savoury_N 4.0107648929727385e-6 -savoy_N 4.0107648929727385e-6 -savvy_N 8.021529785945477e-6 -saw_N 2.0053824464863696e-5 -saw_pit_N 4.0107648929727385e-6 -sawdust_N 4.0107648929727385e-6 -sawfish_N 4.0107648929727385e-6 -sawfly_N 4.0107648929727385e-6 -sawhorse_N 4.0107648929727385e-6 -sawm_N 4.0107648929727385e-6 -sawmill_N 4.0107648929727385e-6 -sawpit_N 4.0107648929727385e-6 -sawtooth_N 4.0107648929727385e-6 -sawwort_N 4.0107648929727385e-6 -sawyer_N 4.0107648929727385e-6 -sax_N 4.0107648929727385e-6 -saxhorn_N 4.0107648929727385e-6 -saxifrage_N 4.0107648929727385e-6 -saxitoxin_N 4.0107648929727385e-6 -saxon_N 4.0107648929727385e-6 -saxophone_N 4.0107648929727385e-6 -saxophonist_N 4.0107648929727385e-6 -say_N 1.6043059571890954e-5 -saying_N 1.6043059571890954e-5 -scab_N 8.021529785945477e-6 -scabbard_N 4.0107648929727385e-6 -scabicide_N 4.0107648929727385e-6 -scabies_N 4.0107648929727385e-6 -scabious_N 4.0107648929727385e-6 -scablands_N 4.0107648929727385e-6 -scad_N 4.0107648929727385e-6 -scaffold_N 4.0107648929727385e-6 -scaffolding_N 4.0107648929727385e-6 -scalability_N 4.0107648929727385e-6 -scalage_N 4.0107648929727385e-6 -scalar_N 4.0107648929727385e-6 -scalawag_N 8.021529785945477e-6 -scald_N 4.0107648929727385e-6 -scale_N 1.3636600636107311e-4 -scalenus_N 4.0107648929727385e-6 -scaler_N 4.0107648929727385e-6 -scaliness_N 4.0107648929727385e-6 -scaling_N 4.0107648929727385e-6 -scaling_ladder_N 4.0107648929727385e-6 -scallop_N 4.0107648929727385e-6 -scallop_shell_N 4.0107648929727385e-6 -scallopine_N 4.0107648929727385e-6 -scallywag_N 4.0107648929727385e-6 -scalp_N 1.2032294678918217e-5 -scalpel_N 4.0107648929727385e-6 -scalper_N 4.0107648929727385e-6 -scam_N 8.021529785945477e-6 -scammony_N 4.0107648929727385e-6 -scamp_N 4.0107648929727385e-6 -scamper_N 4.0107648929727385e-6 -scampi_N 4.0107648929727385e-6 -scan_N 8.021529785945477e-6 -scandal_N 2.887750722940372e-4 -scandalization_N 4.0107648929727385e-6 -scandalmonger_N 4.0107648929727385e-6 -scandalmongering_N 4.0107648929727385e-6 -scandalousness_N 4.0107648929727385e-6 -scandinavian_N 4.0107648929727385e-6 -scandium_N 4.0107648929727385e-6 -scanner_N 1.6043059571890954e-5 -scanning_N 4.0107648929727385e-6 -scansion_N 4.0107648929727385e-6 -scantiness_N 4.0107648929727385e-6 -scantling_N 4.0107648929727385e-6 -scape_N 4.0107648929727385e-6 -scapegoat_N 1.2032294678918217e-5 -scapegrace_N 4.0107648929727385e-6 -scaphocephaly_N 4.0107648929727385e-6 -scaphopod_N 4.0107648929727385e-6 -scapula_N 4.0107648929727385e-6 -scapular_N 4.0107648929727385e-6 -scar_N 1.2032294678918217e-5 -scarab_N 4.0107648929727385e-6 -scarcity_N 8.021529785945477e-6 -scare_N 2.0053824464863696e-5 -scarecrow_N 4.0107648929727385e-6 -scaremonger_N 4.0107648929727385e-6 -scarf_N 4.0107648929727385e-6 -scarf_pin_N 4.0107648929727385e-6 -scarlet_N 4.0107648929727385e-6 -scarp_N 4.0107648929727385e-6 -scat_N 4.0107648929727385e-6 -scatology_N 4.0107648929727385e-6 -scatophagy_N 4.0107648929727385e-6 -scatter_N 4.0107648929727385e-6 -scatterbrain_N 4.0107648929727385e-6 -scattering_N 4.0107648929727385e-6 -scaup_N 4.0107648929727385e-6 -scauper_N 4.0107648929727385e-6 -scavenger_N 1.6043059571890954e-5 -scenario_N 1.6043059571890957e-4 -scenarist_N 4.0107648929727385e-6 -scene_N 1.6043059571890957e-4 -scene_painter_N 4.0107648929727385e-6 -scene_shifter_N 4.0107648929727385e-6 -scenery_N 1.2032294678918217e-5 -sceneshifter_N 4.0107648929727385e-6 -scent_N 8.021529785945477e-6 -scepter_N 4.0107648929727385e-6 -sceptic_N 4.0107648929727385e-6 -scepticism_N 4.0107648929727385e-6 -sceptre_N 4.0107648929727385e-6 -schedule_N 1.8850594996971872e-4 -scheduler_N 4.0107648929727385e-6 -scheduling_N 4.0107648929727385e-6 -scheelite_N 4.0107648929727385e-6 -schema_N 4.0107648929727385e-6 -schematic_N 4.0107648929727385e-6 -schematization_N 4.0107648929727385e-6 -scheme_N 1.443875361470186e-4 -schemer_N 8.021529785945477e-6 -schemozzle_N 4.0107648929727385e-6 -scherzo_N 4.0107648929727385e-6 -schilling_N 4.0107648929727385e-6 -schipperke_N 4.0107648929727385e-6 -schism_N 4.0107648929727385e-6 -schist_N 4.0107648929727385e-6 -schistosome_N 4.0107648929727385e-6 -schistosomiasis_N 4.0107648929727385e-6 -schizocarp_N 4.0107648929727385e-6 -schizogony_N 4.0107648929727385e-6 -schizopetalon_N 4.0107648929727385e-6 -schizophrenia_N 1.2032294678918217e-5 -schizophrenic_N 4.0107648929727385e-6 -schizothymia_N 4.0107648929727385e-6 -schlemiel_N 4.0107648929727385e-6 -schlep_N 4.0107648929727385e-6 -schlepper_N 4.0107648929727385e-6 -schlimazel_N 4.0107648929727385e-6 -schlock_N 4.0107648929727385e-6 -schlockmeister_N 4.0107648929727385e-6 -schmaltz_N 4.0107648929727385e-6 -schmalz_N 4.0107648929727385e-6 -schmeer_N 4.0107648929727385e-6 -schmuck_N 4.0107648929727385e-6 -schnapps_N 4.0107648929727385e-6 -schnauzer_N 4.0107648929727385e-6 -schnitzel_N 4.0107648929727385e-6 -schnook_N 4.0107648929727385e-6 -schnorkel_N 4.0107648929727385e-6 -schnorrer_N 4.0107648929727385e-6 -scholar_N 8.021529785945478e-5 -scholarship_N 3.208611914378191e-5 -scholasticism_N 4.0107648929727385e-6 -scholiast_N 4.0107648929727385e-6 -scholium_N 4.0107648929727385e-6 -school_N 7.419915051999566e-4 -school_board_N 4.0107648929727385e-6 -schoolbag_N 4.0107648929727385e-6 -schoolbook_N 4.0107648929727385e-6 -schoolboy_N 8.021529785945477e-6 -schoolchild_N 8.021529785945477e-6 -schooldays_N 4.0107648929727385e-6 -schoolfellow_N 4.0107648929727385e-6 -schoolfriend_N 4.0107648929727385e-6 -schoolgirl_N 4.0107648929727385e-6 -schoolhouse_N 4.0107648929727385e-6 -schooling_N 1.2032294678918217e-5 -schoolman_N 4.0107648929727385e-6 -schoolmarm_N 4.0107648929727385e-6 -schoolmaster_N 4.0107648929727385e-6 -schoolmate_N 8.021529785945477e-6 -schoolmistress_N 4.0107648929727385e-6 -schoolroom_N 4.0107648929727385e-6 -schoolteacher_N 2.4064589357836434e-5 -schooltime_N 4.0107648929727385e-6 -schoolyard_N 4.0107648929727385e-6 -schooner_N 4.0107648929727385e-6 -schorl_N 4.0107648929727385e-6 -schottische_N 4.0107648929727385e-6 -schrod_N 4.0107648929727385e-6 -schwa_N 4.0107648929727385e-6 -sci_fi_N 4.0107648929727385e-6 -sciatica_N 4.0107648929727385e-6 -science_N 1.243337116821549e-4 -scientist_N 3.5695807547457374e-4 -scilla_N 4.0107648929727385e-6 -scimitar_N 4.0107648929727385e-6 -scintilla_N 4.0107648929727385e-6 -scintillation_N 4.0107648929727385e-6 -sciolism_N 4.0107648929727385e-6 -scion_N 4.0107648929727385e-6 -scission_N 4.0107648929727385e-6 -scissors_N 4.0107648929727385e-6 -scissortail_N 4.0107648929727385e-6 -sclaff_N 4.0107648929727385e-6 -sclera_N 4.0107648929727385e-6 -scleredema_N 4.0107648929727385e-6 -sclerite_N 4.0107648929727385e-6 -scleritis_N 4.0107648929727385e-6 -scleroderma_N 4.0107648929727385e-6 -sclerometer_N 4.0107648929727385e-6 -scleroprotein_N 4.0107648929727385e-6 -sclerosis_N 8.021529785945477e-6 -sclerotinia_N 4.0107648929727385e-6 -sclerotium_N 4.0107648929727385e-6 -sclerotomy_N 4.0107648929727385e-6 -scoff_N 4.0107648929727385e-6 -scoffer_N 4.0107648929727385e-6 -scofflaw_N 4.0107648929727385e-6 -scold_N 4.0107648929727385e-6 -scolding_N 4.0107648929727385e-6 -scolion_N 4.0107648929727385e-6 -scoliosis_N 4.0107648929727385e-6 -scollop_N 4.0107648929727385e-6 -scolopendrium_N 4.0107648929727385e-6 -scombroid_N 4.0107648929727385e-6 -sconce_N 4.0107648929727385e-6 -scone_N 4.0107648929727385e-6 -scoop_N 1.2032294678918217e-5 -scoopful_N 4.0107648929727385e-6 -scooter_N 8.021529785945477e-6 -scope_N 4.4118413822700127e-5 -scopolamine_N 4.0107648929727385e-6 -scorch_N 4.0107648929727385e-6 -scorcher_N 4.0107648929727385e-6 -score_N 1.764736552908005e-4 -scoreboard_N 4.0107648929727385e-6 -scorebook_N 4.0107648929727385e-6 -scorecard_N 1.6043059571890954e-5 -scorekeeper_N 4.0107648929727385e-6 -scorer_N 4.0107648929727385e-6 -scorn_N 1.2032294678918217e-5 -scorpaenid_N 4.0107648929727385e-6 -scorpaenoid_N 4.0107648929727385e-6 -scorpion_N 4.0107648929727385e-6 -scorpionfish_N 4.0107648929727385e-6 -scorpionweed_N 4.0107648929727385e-6 -scorzonera_N 4.0107648929727385e-6 -scot_N 4.0107648929727385e-6 -scotch_N 2.4064589357836434e-5 -scotchman_N 4.0107648929727385e-6 -scotchwoman_N 4.0107648929727385e-6 -scoter_N 4.0107648929727385e-6 -scotoma_N 4.0107648929727385e-6 -scotsman_N 4.0107648929727385e-6 -scotswoman_N 4.0107648929727385e-6 -scoundrel_N 4.0107648929727385e-6 -scour_N 4.0107648929727385e-6 -scourer_N 4.0107648929727385e-6 -scourge_N 1.6043059571890954e-5 -scouring_N 4.0107648929727385e-6 -scours_N 4.0107648929727385e-6 -scout_N 8.021529785945477e-6 -scouting_N 4.0107648929727385e-6 -scoutmaster_N 4.0107648929727385e-6 -scow_N 4.0107648929727385e-6 -scowl_N 4.0107648929727385e-6 -scrabble_N 4.0107648929727385e-6 -scrag_N 4.0107648929727385e-6 -scrag_end_N 4.0107648929727385e-6 -scramble_N 2.4064589357836434e-5 -scrambler_N 4.0107648929727385e-6 -scrap_N 2.8075354250809173e-5 -scrap_iron_N 4.0107648929727385e-6 -scrapbook_N 4.0107648929727385e-6 -scrape_N 8.021529785945477e-6 -scraper_N 4.0107648929727385e-6 -scrapheap_N 4.0107648929727385e-6 -scrapie_N 4.0107648929727385e-6 -scraping_N 4.0107648929727385e-6 -scrappiness_N 4.0107648929727385e-6 -scrapple_N 4.0107648929727385e-6 -scratch_N 2.0053824464863696e-5 -scratch_pad_N 4.0107648929727385e-6 -scratch_race_N 4.0107648929727385e-6 -scratcher_N 4.0107648929727385e-6 -scratchpad_N 4.0107648929727385e-6 -scrawl_N 4.0107648929727385e-6 -scrawler_N 4.0107648929727385e-6 -scrawniness_N 4.0107648929727385e-6 -scream_N 1.2032294678918217e-5 -screamer_N 4.0107648929727385e-6 -scree_N 4.0107648929727385e-6 -screech_N 4.0107648929727385e-6 -screech_owl_N 4.0107648929727385e-6 -screed_N 8.021529785945477e-6 -screen_N 2.1257053932755517e-4 -screener_N 4.0107648929727385e-6 -screening_N 4.0107648929727385e-6 -screenplay_N 4.0107648929727385e-6 -screenwriter_N 4.0107648929727385e-6 -screw_N 1.2032294678918217e-5 -screwball_N 8.021529785945477e-6 -screwballer_N 4.0107648929727385e-6 -screwdriver_N 4.0107648929727385e-6 -screwtop_N 4.0107648929727385e-6 -screwup_N 4.0107648929727385e-6 -scribble_N 4.0107648929727385e-6 -scribbler_N 8.021529785945477e-6 -scribbling_block_N 4.0107648929727385e-6 -scribe_N 1.2032294678918217e-5 -scriber_N 4.0107648929727385e-6 -scrim_N 4.0107648929727385e-6 -scrimmage_N 8.021529785945477e-6 -scrimshanker_N 4.0107648929727385e-6 -scrimshaw_N 4.0107648929727385e-6 -scrip_N 4.0107648929727385e-6 -script_N 8.021529785945478e-5 -scriptorium_N 4.0107648929727385e-6 -scripture_N 4.0107648929727385e-6 -scriptwriter_N 1.2032294678918217e-5 -scrivener_N 4.0107648929727385e-6 -scrod_N 4.0107648929727385e-6 -scrofula_N 4.0107648929727385e-6 -scroll_N 4.0107648929727385e-6 -scrooge_N 4.0107648929727385e-6 -scrotum_N 4.0107648929727385e-6 -scrounger_N 4.0107648929727385e-6 -scrub_N 8.021529785945477e-6 -scrubber_N 4.0107648929727385e-6 -scrubbing_brush_N 4.0107648929727385e-6 -scrubbird_N 4.0107648929727385e-6 -scrubland_N 4.0107648929727385e-6 -scruff_N 8.021529785945477e-6 -scrum_N 4.0107648929727385e-6 -scrummage_N 4.0107648929727385e-6 -scrumpy_N 4.0107648929727385e-6 -scrunch_N 4.0107648929727385e-6 -scruple_N 4.0107648929727385e-6 -scrupulousness_N 4.0107648929727385e-6 -scrutineer_N 4.0107648929727385e-6 -scrutinizer_N 4.0107648929727385e-6 -scrutiny_N 6.417223828756382e-5 -scud_N 4.0107648929727385e-6 -scuff_N 4.0107648929727385e-6 -scuffer_N 4.0107648929727385e-6 -scuffle_N 4.0107648929727385e-6 -scull_N 4.0107648929727385e-6 -sculler_N 4.0107648929727385e-6 -scullery_N 4.0107648929727385e-6 -sculling_N 4.0107648929727385e-6 -scullion_N 4.0107648929727385e-6 -sculpin_N 4.0107648929727385e-6 -sculptor_N 4.0107648929727385e-6 -sculptress_N 4.0107648929727385e-6 -sculpture_N 2.0053824464863696e-5 -scum_N 4.0107648929727385e-6 -scumble_N 4.0107648929727385e-6 -scunner_N 4.0107648929727385e-6 -scup_N 4.0107648929727385e-6 -scupper_N 4.0107648929727385e-6 -scuppernong_N 4.0107648929727385e-6 -scurf_N 4.0107648929727385e-6 -scurrility_N 4.0107648929727385e-6 -scurry_N 8.021529785945477e-6 -scurvy_N 4.0107648929727385e-6 -scut_N 4.0107648929727385e-6 -scutcheon_N 4.0107648929727385e-6 -scute_N 4.0107648929727385e-6 -scuttle_N 4.0107648929727385e-6 -scylla_N 4.0107648929727385e-6 -scyphozoan_N 4.0107648929727385e-6 -scyphus_N 4.0107648929727385e-6 -scythe_N 4.0107648929727385e-6 -sea_N 7.21937680735093e-5 -sea_anemone_N 4.0107648929727385e-6 -sea_animal_N 4.0107648929727385e-6 -sea_bathing_N 4.0107648929727385e-6 -sea_boat_N 4.0107648929727385e-6 -sea_bream_N 4.0107648929727385e-6 -sea_breeze_N 4.0107648929727385e-6 -sea_coal_N 4.0107648929727385e-6 -sea_cow_N 4.0107648929727385e-6 -sea_dog_N 4.0107648929727385e-6 -sea_fish_N 4.0107648929727385e-6 -sea_god_N 4.0107648929727385e-6 -sea_green_N 4.0107648929727385e-6 -sea_horse_N 4.0107648929727385e-6 -sea_level_N 4.0107648929727385e-6 -sea_lion_N 4.0107648929727385e-6 -sea_power_N 4.0107648929727385e-6 -sea_rover_N 4.0107648929727385e-6 -sea_snake_N 4.0107648929727385e-6 -sea_urchin_N 4.0107648929727385e-6 -sea_wall_N 4.0107648929727385e-6 -sea_water_N 4.0107648929727385e-6 -seabag_N 4.0107648929727385e-6 -seabed_N 4.0107648929727385e-6 -seabird_N 4.0107648929727385e-6 -seaboard_N 8.021529785945477e-6 -seaborgium_N 4.0107648929727385e-6 -seafarer_N 4.0107648929727385e-6 -seafaring_N 4.0107648929727385e-6 -seafood_N 1.6043059571890954e-5 -seafront_N 4.0107648929727385e-6 -seagrass_N 4.0107648929727385e-6 -seagull_N 4.0107648929727385e-6 -seahorse_N 4.0107648929727385e-6 -seakale_N 4.0107648929727385e-6 -seal_N 2.4064589357836434e-5 -seal_ring_N 4.0107648929727385e-6 -sealant_N 4.0107648929727385e-6 -sealer_N 4.0107648929727385e-6 -sealing_wax_N 4.0107648929727385e-6 -sealskin_N 4.0107648929727385e-6 -sealyham_N 4.0107648929727385e-6 -seam_N 4.0107648929727385e-6 -seaman_N 4.0107648929727385e-6 -seamanship_N 4.0107648929727385e-6 -seamount_N 4.0107648929727385e-6 -seamstress_N 4.0107648929727385e-6 -seance_N 4.0107648929727385e-6 -seaplane_N 4.0107648929727385e-6 -seaport_N 8.021529785945477e-6 -seaquake_N 4.0107648929727385e-6 -search_N 1.443875361470186e-4 -search_party_N 4.0107648929727385e-6 -search_warrant_N 4.0107648929727385e-6 -searcher_N 4.0107648929727385e-6 -searchlight_N 4.0107648929727385e-6 -searing_iron_N 4.0107648929727385e-6 -seascape_N 4.0107648929727385e-6 -seashell_N 4.0107648929727385e-6 -seashore_N 8.021529785945477e-6 -seasickness_N 4.0107648929727385e-6 -seaside_N 4.0107648929727385e-6 -seasnail_N 4.0107648929727385e-6 -season_N 3.489365456886283e-4 -season_ticket_N 4.0107648929727385e-6 -seasonableness_N 4.0107648929727385e-6 -seasoner_N 4.0107648929727385e-6 -seasoning_N 8.021529785945477e-6 -seat_N 4.131087839761921e-4 -seat_belt_N 4.0107648929727385e-6 -seating_N 4.0107648929727385e-6 -seating_room_N 4.0107648929727385e-6 -seaward_N 4.0107648929727385e-6 -seawater_N 4.0107648929727385e-6 -seaway_N 4.0107648929727385e-6 -seaweed_N 4.0107648929727385e-6 -seaworthiness_N 4.0107648929727385e-6 -seborrhea_N 4.0107648929727385e-6 -sebum_N 4.0107648929727385e-6 -sec_N 4.0107648929727385e-6 -secant_N 4.0107648929727385e-6 -secateurs_N 4.0107648929727385e-6 -secession_N 4.0107648929727385e-6 -secessionism_N 4.0107648929727385e-6 -secessionist_N 4.0107648929727385e-6 -seckel_N 4.0107648929727385e-6 -seclusion_N 8.021529785945477e-6 -second_N 1.6043059571890957e-4 -second_best_N 4.0107648929727385e-6 -second_class_N 4.0107648929727385e-6 -second_hand_N 4.0107648929727385e-6 -second_rater_N 4.0107648929727385e-6 -secondary_N 4.0107648929727385e-6 -seconder_N 4.0107648929727385e-6 -secondment_N 4.0107648929727385e-6 -secondo_N 4.0107648929727385e-6 -secrecy_N 2.0053824464863696e-5 -secret_N 7.620453296648204e-5 -secretariat_N 4.0107648929727385e-6 -secretary_N 3.8503342972538295e-4 -secretary_general_N 4.0107648929727385e-6 -secretaryship_N 4.0107648929727385e-6 -secretase_N 4.0107648929727385e-6 -secretin_N 4.0107648929727385e-6 -secretion_N 4.0107648929727385e-6 -secretiveness_N 4.0107648929727385e-6 -sect_N 4.0107648929727385e-6 -sectarian_N 4.0107648929727385e-6 -sectarianism_N 4.0107648929727385e-6 -section_N 3.890441946183557e-4 -sectional_N 4.0107648929727385e-6 -sectionalism_N 4.0107648929727385e-6 -sector_N 5.775501445880744e-4 -secularism_N 4.0107648929727385e-6 -secularist_N 4.0107648929727385e-6 -secularization_N 4.0107648929727385e-6 -secundigravida_N 4.0107648929727385e-6 -secureness_N 4.0107648929727385e-6 -security_N 2.594964885753362e-3 -sedan_N 6.016147339459108e-5 -sedan_chair_N 4.0107648929727385e-6 -sedateness_N 4.0107648929727385e-6 -sedation_N 4.0107648929727385e-6 -sedative_N 8.021529785945477e-6 -sedge_N 4.0107648929727385e-6 -sediment_N 4.0107648929727385e-6 -sedition_N 4.0107648929727385e-6 -seducer_N 4.0107648929727385e-6 -seduction_N 4.0107648929727385e-6 -seductress_N 4.0107648929727385e-6 -sedulity_N 4.0107648929727385e-6 -sedum_N 4.0107648929727385e-6 -see_N 4.0107648929727385e-6 -seed_N 1.0427988721729121e-4 -seed_corn_N 4.0107648929727385e-6 -seedbed_N 4.0107648929727385e-6 -seedcake_N 4.0107648929727385e-6 -seeder_N 4.0107648929727385e-6 -seediness_N 4.0107648929727385e-6 -seedling_N 4.0107648929727385e-6 -seedsman_N 4.0107648929727385e-6 -seedtime_N 4.0107648929727385e-6 -seek_N 4.0107648929727385e-6 -seeker_N 8.021529785945477e-6 -seeking_N 4.0107648929727385e-6 -seemliness_N 4.0107648929727385e-6 -seepage_N 4.0107648929727385e-6 -seer_N 8.021529785945477e-6 -seersucker_N 4.0107648929727385e-6 -seesaw_N 8.021529785945477e-6 -segment_N 4.0107648929727386e-4 -segmentation_N 1.2032294678918217e-5 -segno_N 4.0107648929727385e-6 -segregate_N 4.0107648929727385e-6 -segregation_N 1.6043059571890954e-5 -segregationism_N 4.0107648929727385e-6 -segregator_N 4.0107648929727385e-6 -segue_N 4.0107648929727385e-6 -seiche_N 4.0107648929727385e-6 -seidel_N 4.0107648929727385e-6 -seigneury_N 4.0107648929727385e-6 -seignior_N 4.0107648929727385e-6 -seigniorage_N 4.0107648929727385e-6 -seigniory_N 4.0107648929727385e-6 -seine_N 4.0107648929727385e-6 -seismogram_N 4.0107648929727385e-6 -seismograph_N 4.0107648929727385e-6 -seismography_N 4.0107648929727385e-6 -seismologist_N 4.0107648929727385e-6 -seismology_N 4.0107648929727385e-6 -seizing_N 4.0107648929727385e-6 -seizure_N 5.2139943608645604e-5 -selection_N 7.620453296648204e-5 -selectivity_N 4.0107648929727385e-6 -selectman_N 4.0107648929727385e-6 -selector_N 4.0107648929727385e-6 -selectwoman_N 4.0107648929727385e-6 -selenium_N 4.0107648929727385e-6 -selenology_N 4.0107648929727385e-6 -self_N 8.823682764540025e-5 -self_abasement_N 4.0107648929727385e-6 -self_abnegation_N 4.0107648929727385e-6 -self_assertion_N 4.0107648929727385e-6 -self_assurance_N 4.0107648929727385e-6 -self_command_N 4.0107648929727385e-6 -self_communion_N 4.0107648929727385e-6 -self_complacency_N 4.0107648929727385e-6 -self_confidence_N 4.0107648929727385e-6 -self_consciousness_N 4.0107648929727385e-6 -self_control_N 4.0107648929727385e-6 -self_defence_N 4.0107648929727385e-6 -self_denial_N 4.0107648929727385e-6 -self_determination_N 4.0107648929727385e-6 -self_esteem_N 4.0107648929727385e-6 -self_examination_N 4.0107648929727385e-6 -self_help_N 4.0107648929727385e-6 -self_importance_N 4.0107648929727385e-6 -self_indulgence_N 4.0107648929727385e-6 -self_interest_N 4.0107648929727385e-6 -self_pity_N 4.0107648929727385e-6 -self_possession_N 4.0107648929727385e-6 -self_preservation_N 4.0107648929727385e-6 -self_reliance_N 4.0107648929727385e-6 -self_respect_N 4.0107648929727385e-6 -self_rule_N 4.0107648929727385e-6 -self_sacrifice_N 4.0107648929727385e-6 -self_seeker_N 4.0107648929727385e-6 -self_seeking_N 4.0107648929727385e-6 -self_service_N 4.0107648929727385e-6 -self_starter_N 8.021529785945477e-6 -self_sufficiency_N 4.0107648929727385e-6 -self_will_N 4.0107648929727385e-6 -selfishness_N 4.0107648929727385e-6 -selflessness_N 4.0107648929727385e-6 -selfsameness_N 4.0107648929727385e-6 -sell_N 1.7246289039782778e-4 -sellerFem_N 4.0107648929727385e-6 -sellerMasc_N 4.0107648929727385e-6 -selling_N 5.294209658724015e-4 -selloff_N 4.0107648929727385e-6 -sellout_N 4.0107648929727385e-6 -selsyn_N 4.0107648929727385e-6 -seltzer_N 4.0107648929727385e-6 -selvage_N 4.0107648929727385e-6 -selvedge_N 4.0107648929727385e-6 -semanticist_N 4.0107648929727385e-6 -semantics_N 8.021529785945477e-6 -semaphore_N 4.0107648929727385e-6 -semblance_N 1.6043059571890954e-5 -semen_N 4.0107648929727385e-6 -semester_N 1.2032294678918217e-5 -semibreve_N 4.0107648929727385e-6 -semicentennial_N 4.0107648929727385e-6 -semicircle_N 4.0107648929727385e-6 -semicolon_N 4.0107648929727385e-6 -semicoma_N 4.0107648929727385e-6 -semiconductor_N 1.764736552908005e-4 -semidarkness_N 4.0107648929727385e-6 -semidesert_N 4.0107648929727385e-6 -semidiameter_N 4.0107648929727385e-6 -semifinal_N 4.0107648929727385e-6 -semifinalist_N 4.0107648929727385e-6 -semifluidity_N 4.0107648929727385e-6 -semigloss_N 4.0107648929727385e-6 -semimonthly_N 4.0107648929727385e-6 -seminar_N 3.609688403675465e-5 -seminarian_N 4.0107648929727385e-6 -seminarist_N 4.0107648929727385e-6 -seminary_N 4.0107648929727385e-6 -seminoma_N 4.0107648929727385e-6 -semiotics_N 4.0107648929727385e-6 -semiprofessional_N 4.0107648929727385e-6 -semiquaver_N 4.0107648929727385e-6 -semite_N 4.0107648929727385e-6 -semitone_N 4.0107648929727385e-6 -semitrailer_N 4.0107648929727385e-6 -semitrance_N 4.0107648929727385e-6 -semivowel_N 4.0107648929727385e-6 -semiweekly_N 4.0107648929727385e-6 -semolina_N 4.0107648929727385e-6 -sempstress_N 4.0107648929727385e-6 -sen_N 4.0107648929727385e-6 -senate_N 1.6043059571890954e-5 -senator_N 2.7273201272214623e-4 -senatorship_N 4.0107648929727385e-6 -send_up_N 4.0107648929727385e-6 -sendee_N 4.0107648929727385e-6 -sender_N 1.2032294678918217e-5 -sending_N 4.0107648929727385e-6 -sendoff_N 4.0107648929727385e-6 -sene_N 4.0107648929727385e-6 -senega_N 4.0107648929727385e-6 -senegalese_N 4.0107648929727385e-6 -senescence_N 4.0107648929727385e-6 -seneschal_N 4.0107648929727385e-6 -senility_N 4.0107648929727385e-6 -senior_N 3.208611914378191e-5 -seniority_N 4.4118413822700127e-5 -seniti_N 4.0107648929727385e-6 -senna_N 4.0107648929727385e-6 -sennit_N 4.0107648929727385e-6 -senor_N 4.0107648929727385e-6 -senora_N 4.0107648929727385e-6 -senorita_N 4.0107648929727385e-6 -sensation_N 1.6043059571890954e-5 -sensationalism_N 1.2032294678918217e-5 -sensationalist_N 4.0107648929727385e-6 -sense_N 4.2514107865511034e-4 -sense_organ_N 4.0107648929727385e-6 -senselessness_N 4.0107648929727385e-6 -sensibility_N 1.6043059571890954e-5 -sensibleness_N 4.0107648929727385e-6 -sensing_N 4.0107648929727385e-6 -sensitivity_N 2.0053824464863696e-5 -sensitization_N 4.0107648929727385e-6 -sensitizer_N 4.0107648929727385e-6 -sensitizing_N 4.0107648929727385e-6 -sensitometer_N 4.0107648929727385e-6 -sensorium_N 4.0107648929727385e-6 -sensualism_N 4.0107648929727385e-6 -sensualist_N 4.0107648929727385e-6 -sensuality_N 8.021529785945477e-6 -sensuousness_N 4.0107648929727385e-6 -sent_N 4.0107648929727385e-6 -sente_N 4.0107648929727385e-6 -sentence_N 1.243337116821549e-4 -sentience_N 4.0107648929727385e-6 -sentiment_N 1.2032294678918216e-4 -sentimentalism_N 4.0107648929727385e-6 -sentimentalist_N 4.0107648929727385e-6 -sentimentality_N 8.021529785945477e-6 -sentimentalization_N 4.0107648929727385e-6 -sentinel_N 4.0107648929727385e-6 -sentry_N 4.0107648929727385e-6 -sentry_box_N 4.0107648929727385e-6 -sentry_go_N 4.0107648929727385e-6 -sepal_N 4.0107648929727385e-6 -separability_N 4.0107648929727385e-6 -separate_N 4.0107648929727385e-6 -separateness_N 4.0107648929727385e-6 -separation_N 5.6150708501618345e-5 -separationism_N 4.0107648929727385e-6 -separatism_N 4.0107648929727385e-6 -separatist_N 4.0107648929727385e-6 -separator_N 4.0107648929727385e-6 -sepia_N 4.0107648929727385e-6 -sepsis_N 8.021529785945477e-6 -septation_N 4.0107648929727385e-6 -septectomy_N 4.0107648929727385e-6 -september_N 4.0107648929727385e-6 -septet_N 4.0107648929727385e-6 -septicaemia_N 4.0107648929727385e-6 -septicemia_N 4.0107648929727385e-6 -septillion_N 4.0107648929727385e-6 -septuagenarian_N 8.021529785945477e-6 -septuagint_N 4.0107648929727385e-6 -septum_N 4.0107648929727385e-6 -sepulchre_N 4.0107648929727385e-6 -sepulture_N 4.0107648929727385e-6 -sequel_N 2.8075354250809173e-5 -sequela_N 4.0107648929727385e-6 -sequella_N 4.0107648929727385e-6 -sequence_N 1.2032294678918217e-5 -sequencer_N 4.0107648929727385e-6 -sequestration_N 8.021529785945477e-6 -sequin_N 4.0107648929727385e-6 -sequoia_N 4.0107648929727385e-6 -seraglio_N 4.0107648929727385e-6 -serape_N 4.0107648929727385e-6 -seraph_N 4.0107648929727385e-6 -serbo_croat_N 4.0107648929727385e-6 -serenade_N 8.021529785945477e-6 -serendipity_N 4.0107648929727385e-6 -sereness_N 4.0107648929727385e-6 -serenity_N 4.0107648929727385e-6 -serf_N 4.0107648929727385e-6 -serfdom_N 4.0107648929727385e-6 -serge_N 4.0107648929727385e-6 -sergeant_N 1.6043059571890954e-5 -sergeant_major_N 4.0107648929727385e-6 -serger_N 4.0107648929727385e-6 -serial_N 2.0053824464863696e-5 -serialism_N 4.0107648929727385e-6 -serialization_N 4.0107648929727385e-6 -sericulture_N 4.0107648929727385e-6 -sericulturist_N 4.0107648929727385e-6 -series_N 6.778192669123929e-4 -serif_N 4.0107648929727385e-6 -serigraphy_N 4.0107648929727385e-6 -serin_N 4.0107648929727385e-6 -serine_N 4.0107648929727385e-6 -seriocomedy_N 4.0107648929727385e-6 -seriousness_N 1.6043059571890954e-5 -serjeant_N 4.0107648929727385e-6 -serjeant_at_arms_N 4.0107648929727385e-6 -sermon_N 4.0107648929727385e-6 -serologist_N 4.0107648929727385e-6 -serology_N 4.0107648929727385e-6 -serotine_N 4.0107648929727385e-6 -serotonin_N 4.0107648929727385e-6 -serow_N 4.0107648929727385e-6 -serpent_N 8.021529785945477e-6 -serration_N 4.0107648929727385e-6 -serratus_N 4.0107648929727385e-6 -sertraline_N 4.0107648929727385e-6 -sertularian_N 4.0107648929727385e-6 -serum_N 4.0107648929727385e-6 -serval_N 4.0107648929727385e-6 -servantFem_N 4.0107648929727385e-6 -servantMasc_N 4.0107648929727385e-6 -serve_N 4.0107648929727385e-6 -server_N 1.2032294678918217e-5 -service_N 2.2901467538874337e-3 -serviceability_N 4.0107648929727385e-6 -serviceman_N 4.0107648929727385e-6 -servicing_N 4.0107648929727385e-6 -serviette_N 4.0107648929727385e-6 -servility_N 4.0107648929727385e-6 -serving_N 4.0107648929727385e-6 -servitor_N 4.0107648929727385e-6 -servitude_N 4.0107648929727385e-6 -servo_N 4.0107648929727385e-6 -sesame_N 4.0107648929727385e-6 -sesbania_N 4.0107648929727385e-6 -sesotho_N 4.0107648929727385e-6 -sesquicentennial_N 4.0107648929727385e-6 -sesquipedalian_N 4.0107648929727385e-6 -sesquipedality_N 4.0107648929727385e-6 -session_N 5.534855552302379e-4 -sestet_N 4.0107648929727385e-6 -set_N 2.927858371870099e-4 -set_square_N 4.0107648929727385e-6 -set_to_N 4.0107648929727385e-6 -set_up_N 4.0107648929727385e-6 -seta_N 4.0107648929727385e-6 -setback_N 1.443875361470186e-4 -setscrew_N 4.0107648929727385e-6 -setswana_N 4.0107648929727385e-6 -sett_N 4.0107648929727385e-6 -settee_N 4.0107648929727385e-6 -setter_N 1.6043059571890954e-5 -setting_N 5.2139943608645604e-5 -settle_N 4.0107648929727385e-6 -settlement_N 5.855716743740199e-4 -settler_N 4.0107648929727385e-6 -settling_N 4.0107648929727385e-6 -settlor_N 4.0107648929727385e-6 -setup_N 8.021529785945477e-6 -severalty_N 4.0107648929727385e-6 -severance_N 3.208611914378191e-5 -severity_N 2.4064589357836434e-5 -sewage_N 1.2032294678918217e-5 -sewage_farm_N 4.0107648929727385e-6 -sewage_works_N 4.0107648929727385e-6 -sewer_N 2.0053824464863696e-5 -sewer_gas_N 4.0107648929727385e-6 -sewer_rat_N 4.0107648929727385e-6 -sewerage_N 4.0107648929727385e-6 -sewing_N 8.021529785945477e-6 -sewing_machine_N 4.0107648929727385e-6 -sex_N 1.4037677125404587e-4 -sexagenarian_N 4.0107648929727385e-6 -sexcapade_N 4.0107648929727385e-6 -sexism_N 4.0107648929727385e-6 -sexist_N 4.0107648929727385e-6 -sexploitation_N 4.0107648929727385e-6 -sext_N 4.0107648929727385e-6 -sextant_N 4.0107648929727385e-6 -sextet_N 4.0107648929727385e-6 -sextette_N 4.0107648929727385e-6 -sextillion_N 4.0107648929727385e-6 -sexton_N 4.0107648929727385e-6 -sexuality_N 4.0107648929727385e-6 -seychellois_N 4.0107648929727385e-6 -sforzando_N 4.0107648929727385e-6 -sgraffito_N 4.0107648929727385e-6 -shabbiness_N 4.0107648929727385e-6 -shack_N 8.021529785945477e-6 -shackle_N 4.0107648929727385e-6 -shad_N 4.0107648929727385e-6 -shaddock_N 4.0107648929727385e-6 -shade_N 1.2032294678918217e-5 -shade_tree_N 4.0107648929727385e-6 -shadiness_N 4.0107648929727385e-6 -shading_N 4.0107648929727385e-6 -shadow_N 6.417223828756382e-5 -shadow_boxing_N 4.0107648929727385e-6 -shadowboxing_N 4.0107648929727385e-6 -shadowing_N 4.0107648929727385e-6 -shaft_N 4.0107648929727385e-6 -shag_N 4.0107648929727385e-6 -shagbark_N 4.0107648929727385e-6 -shagginess_N 4.0107648929727385e-6 -shagging_N 4.0107648929727385e-6 -shaggymane_N 4.0107648929727385e-6 -shah_N 4.4118413822700127e-5 -shahadah_N 4.0107648929727385e-6 -shaheed_N 4.0107648929727385e-6 -shaitan_N 4.0107648929727385e-6 -shake_N 1.6043059571890954e-5 -shake_up_N 4.0107648929727385e-6 -shakedown_N 4.0107648929727385e-6 -shakeout_N 2.4064589357836434e-5 -shaker_N 4.0107648929727385e-6 -shakiness_N 4.0107648929727385e-6 -shaking_N 4.0107648929727385e-6 -shale_N 4.0107648929727385e-6 -shale_oil_N 4.0107648929727385e-6 -shallot_N 4.0107648929727385e-6 -shallow_N 4.0107648929727385e-6 -shallowness_N 4.0107648929727385e-6 -shallu_N 4.0107648929727385e-6 -sham_N 4.0107648929727385e-6 -shaman_N 4.0107648929727385e-6 -shamanism_N 4.0107648929727385e-6 -shamble_N 4.0107648929727385e-6 -shambles_N 8.021529785945477e-6 -shame_N 3.208611914378191e-5 -shamefacedness_N 4.0107648929727385e-6 -shamefulness_N 4.0107648929727385e-6 -shamelessness_N 4.0107648929727385e-6 -shammy_N 4.0107648929727385e-6 -shampoo_N 1.6043059571890954e-5 -shamrock_N 4.0107648929727385e-6 -shandy_N 4.0107648929727385e-6 -shandygaff_N 4.0107648929727385e-6 -shanghaier_N 4.0107648929727385e-6 -shank_N 4.0107648929727385e-6 -shanny_N 4.0107648929727385e-6 -shantung_N 4.0107648929727385e-6 -shanty_N 4.0107648929727385e-6 -shantytown_N 8.021529785945477e-6 -shape_N 1.0427988721729121e-4 -shapelessness_N 4.0107648929727385e-6 -shaper_N 4.0107648929727385e-6 -shaping_N 4.0107648929727385e-6 -shard_N 8.021529785945477e-6 -share_N 1.2830436892619791e-2 -share_out_N 4.0107648929727385e-6 -sharecropper_N 1.2032294678918217e-5 -shareholder_N 1.3034985902161402e-3 -shareholding_N 3.208611914378191e-5 -shareware_N 4.0107648929727385e-6 -shariah_N 4.0107648929727385e-6 -sharing_N 4.0107648929727385e-6 -shark_N 1.6043059571890954e-5 -sharkskin_N 4.0107648929727385e-6 -sharksucker_N 4.0107648929727385e-6 -sharp_N 4.0107648929727385e-6 -sharpener_N 4.0107648929727385e-6 -sharper_N 4.0107648929727385e-6 -sharpie_N 4.0107648929727385e-6 -sharpness_N 8.021529785945477e-6 -sharpshooter_N 4.0107648929727385e-6 -shave_N 4.0107648929727385e-6 -shaver_N 4.0107648929727385e-6 -shavian_N 4.0107648929727385e-6 -shaving_brush_N 4.0107648929727385e-6 -shawl_N 4.0107648929727385e-6 -shawm_N 4.0107648929727385e-6 -she_goat_N 4.0107648929727385e-6 -sheaf_N 8.021529785945477e-6 -shear_N 4.0107648929727385e-6 -shearer_N 4.0107648929727385e-6 -shearing_N 4.0107648929727385e-6 -shears_N 4.0107648929727385e-6 -shearwater_N 4.0107648929727385e-6 -sheath_N 8.021529785945477e-6 -sheath_knife_N 4.0107648929727385e-6 -sheathing_N 4.0107648929727385e-6 -shebang_N 4.0107648929727385e-6 -shebeen_N 4.0107648929727385e-6 -shed_N 4.0107648929727385e-6 -shedder_N 4.0107648929727385e-6 -shedding_N 4.0107648929727385e-6 -sheen_N 4.0107648929727385e-6 -sheep_N 1.6043059571890954e-5 -sheepdog_N 4.0107648929727385e-6 -sheepfold_N 4.0107648929727385e-6 -sheepherder_N 4.0107648929727385e-6 -sheepishness_N 4.0107648929727385e-6 -sheepman_N 4.0107648929727385e-6 -sheeprun_N 4.0107648929727385e-6 -sheepshank_N 4.0107648929727385e-6 -sheepshead_N 4.0107648929727385e-6 -sheepshearing_N 4.0107648929727385e-6 -sheepskin_N 1.2032294678918217e-5 -sheepwalk_N 4.0107648929727385e-6 -sheet_N 2.0855977443458241e-4 -sheet_anchor_N 4.0107648929727385e-6 -sheet_lightning_N 4.0107648929727385e-6 -sheeting_N 4.0107648929727385e-6 -shegetz_N 4.0107648929727385e-6 -sheik_N 8.021529785945477e-6 -sheika_N 4.0107648929727385e-6 -sheikdom_N 4.0107648929727385e-6 -sheikh_N 4.0107648929727385e-6 -sheikhdom_N 4.0107648929727385e-6 -shekel_N 4.0107648929727385e-6 -sheldrake_N 4.0107648929727385e-6 -shelduck_N 4.0107648929727385e-6 -shelf_N 1.3636600636107311e-4 -shelfful_N 4.0107648929727385e-6 -shell_N 4.4118413822700127e-5 -shell_shock_N 4.0107648929727385e-6 -shellac_N 4.0107648929727385e-6 -sheller_N 4.0107648929727385e-6 -shellfire_N 4.0107648929727385e-6 -shellfish_N 4.0107648929727385e-6 -shellflower_N 4.0107648929727385e-6 -shelter_N 7.21937680735093e-5 -shelver_N 4.0107648929727385e-6 -shepherd_N 4.0107648929727385e-6 -shepherdess_N 4.0107648929727385e-6 -sheraton_N 4.0107648929727385e-6 -sherbert_N 4.0107648929727385e-6 -sherbet_N 8.021529785945477e-6 -sheriff_N 8.021529785945477e-6 -sherry_N 4.0107648929727385e-6 -shibboleth_N 4.0107648929727385e-6 -shield_N 4.010764892972739e-5 -shielding_N 4.0107648929727385e-6 -shift_N 1.8850594996971872e-4 -shiftiness_N 4.0107648929727385e-6 -shiftlessness_N 4.0107648929727385e-6 -shigella_N 4.0107648929727385e-6 -shigellosis_N 4.0107648929727385e-6 -shiitake_N 4.0107648929727385e-6 -shiksa_N 4.0107648929727385e-6 -shill_N 4.0107648929727385e-6 -shillelagh_N 4.0107648929727385e-6 -shilling_N 8.021529785945477e-6 -shillyshally_N 4.0107648929727385e-6 -shim_N 4.0107648929727385e-6 -shimmer_N 4.0107648929727385e-6 -shimmy_N 4.0107648929727385e-6 -shin_N 8.021529785945477e-6 -shinbone_N 4.0107648929727385e-6 -shindig_N 4.0107648929727385e-6 -shindy_N 4.0107648929727385e-6 -shine_N 8.021529785945477e-6 -shiner_N 4.0107648929727385e-6 -shingle_N 8.021529785945477e-6 -shingler_N 4.0107648929727385e-6 -shingles_N 4.0107648929727385e-6 -shingling_N 4.0107648929727385e-6 -shinguard_N 4.0107648929727385e-6 -shininess_N 4.0107648929727385e-6 -shining_N 4.0107648929727385e-6 -shinny_N 4.0107648929727385e-6 -shinplaster_N 4.0107648929727385e-6 -ship's_chandler_N 4.0107648929727385e-6 -ship_N 2.286135988994461e-4 -ship_breaker_N 4.0107648929727385e-6 -ship_canal_N 4.0107648929727385e-6 -shipbroker_N 4.0107648929727385e-6 -shipbuilder_N 2.0053824464863696e-5 -shipbuilding_N 3.609688403675465e-5 -shipload_N 4.0107648929727385e-6 -shipmate_N 4.0107648929727385e-6 -shipment_N 2.3262436379241887e-4 -shipowner_N 4.0107648929727385e-6 -shipper_N 6.016147339459108e-5 -shipping_N 8.823682764540025e-5 -shipping_agent_N 4.0107648929727385e-6 -shipping_office_N 4.0107648929727385e-6 -shipside_N 4.0107648929727385e-6 -shipway_N 4.0107648929727385e-6 -shipworm_N 4.0107648929727385e-6 -shipwreck_N 4.0107648929727385e-6 -shipwright_N 4.0107648929727385e-6 -shipyard_N 9.2247592538373e-5 -shire_N 4.0107648929727385e-6 -shirker_N 4.0107648929727385e-6 -shirking_N 4.0107648929727385e-6 -shirring_N 4.0107648929727385e-6 -shirt_N 6.016147339459108e-5 -shirt_front_N 4.0107648929727385e-6 -shirtdress_N 4.0107648929727385e-6 -shirtfront_N 4.0107648929727385e-6 -shirting_N 4.0107648929727385e-6 -shirtmaker_N 4.0107648929727385e-6 -shirtsleeve_N 4.0107648929727385e-6 -shirtsleeves_N 4.0107648929727385e-6 -shirttail_N 4.0107648929727385e-6 -shirtwaist_N 4.0107648929727385e-6 -shirtwaister_N 4.0107648929727385e-6 -shish_kebab_N 4.0107648929727385e-6 -shit_N 4.0107648929727385e-6 -shittah_N 4.0107648929727385e-6 -shittimwood_N 4.0107648929727385e-6 -shiv_N 4.0107648929727385e-6 -shiva_N 4.0107648929727385e-6 -shivaree_N 4.0107648929727385e-6 -shiver_N 2.0053824464863696e-5 -shmegegge_N 4.0107648929727385e-6 -shmooze_N 4.0107648929727385e-6 -shoal_N 4.0107648929727385e-6 -shock_N 1.1230141700323669e-4 -shock_brigade_N 4.0107648929727385e-6 -shock_worker_N 4.0107648929727385e-6 -shocker_N 8.021529785945477e-6 -shoddiness_N 4.0107648929727385e-6 -shoddy_N 4.0107648929727385e-6 -shoe_N 8.422606275242751e-5 -shoe_leather_N 4.0107648929727385e-6 -shoebill_N 4.0107648929727385e-6 -shoeblack_N 4.0107648929727385e-6 -shoebox_N 4.0107648929727385e-6 -shoeful_N 4.0107648929727385e-6 -shoehorn_N 4.0107648929727385e-6 -shoelace_N 8.021529785945477e-6 -shoemaker_N 8.021529785945477e-6 -shoemaking_N 4.0107648929727385e-6 -shoeshine_N 4.0107648929727385e-6 -shoestring_N 1.6043059571890954e-5 -shoetree_N 4.0107648929727385e-6 -shofar_N 4.0107648929727385e-6 -shogi_N 4.0107648929727385e-6 -shogun_N 4.0107648929727385e-6 -shoji_N 4.0107648929727385e-6 -shoofly_N 4.0107648929727385e-6 -shook_N 4.0107648929727385e-6 -shoot_N 1.2032294678918217e-5 -shooter_N 4.0107648929727385e-6 -shooting_N 1.2032294678918217e-5 -shooting_box_N 4.0107648929727385e-6 -shooting_brake_N 4.0107648929727385e-6 -shooting_gallery_N 4.0107648929727385e-6 -shooting_range_N 4.0107648929727385e-6 -shooting_stick_N 4.0107648929727385e-6 -shop_N 2.5668895315025526e-4 -shop_assistant_N 4.0107648929727385e-6 -shop_bell_N 4.0107648929727385e-6 -shop_boy_N 4.0107648929727385e-6 -shop_front_N 4.0107648929727385e-6 -shop_girl_N 4.0107648929727385e-6 -shop_steward_N 4.0107648929727385e-6 -shopaholic_N 4.0107648929727385e-6 -shopfront_N 4.0107648929727385e-6 -shopkeeper_N 1.6043059571890954e-5 -shoplifter_N 4.0107648929727385e-6 -shoplifting_N 8.021529785945477e-6 -shopperFem_N 4.0107648929727385e-6 -shopperMasc_N 4.0107648929727385e-6 -shopping_N 1.7246289039782778e-4 -shopwalker_N 4.0107648929727385e-6 -shopwindow_N 4.0107648929727385e-6 -shore_N 2.4064589357836434e-5 -shorebird_N 4.0107648929727385e-6 -shoreline_N 4.0107648929727385e-6 -shoring_N 4.0107648929727385e-6 -short_N 4.4118413822700127e-5 -short_circuit_N 4.0107648929727385e-6 -shortage_N 1.4839830103999133e-4 -shortbread_N 4.0107648929727385e-6 -shortcake_N 4.0107648929727385e-6 -shortcoming_N 2.4064589357836434e-5 -shortcut_N 4.0107648929727385e-6 -shortener_N 4.0107648929727385e-6 -shortening_N 8.021529785945477e-6 -shortfall_N 3.208611914378191e-5 -shortgrass_N 4.0107648929727385e-6 -shorthand_N 8.021529785945477e-6 -shorthorn_N 4.0107648929727385e-6 -shortia_N 4.0107648929727385e-6 -shortlist_N 4.0107648929727385e-6 -shortness_N 4.0107648929727385e-6 -shortstop_N 4.0107648929727385e-6 -shot_N 1.323552414681004e-4 -shot_put_N 4.0107648929727385e-6 -shot_tower_N 4.0107648929727385e-6 -shotgun_N 4.0107648929727385e-6 -shoulder_N 5.6150708501618345e-5 -shoulder_blade_N 4.0107648929727385e-6 -shoulder_flash_N 4.0107648929727385e-6 -shoulder_strap_N 4.0107648929727385e-6 -shout_N 8.021529785945477e-6 -shouting_N 8.021529785945477e-6 -shove_N 4.0107648929727385e-6 -shove_ha'penny_N 4.0107648929727385e-6 -shovel_N 2.4064589357836434e-5 -shovel_board_N 4.0107648929727385e-6 -shoveler_N 4.0107648929727385e-6 -shovelful_N 4.0107648929727385e-6 -shovelhead_N 4.0107648929727385e-6 -show_N 7.419915051999566e-4 -show_business_N 4.0107648929727385e-6 -show_off_N 4.0107648929727385e-6 -show_window_N 4.0107648929727385e-6 -showbiz_N 4.0107648929727385e-6 -showboat_N 4.0107648929727385e-6 -showcase_N 1.6043059571890954e-5 -showdown_N 8.021529785945477e-6 -shower_N 2.0053824464863696e-5 -shower_bath_N 4.0107648929727385e-6 -showerhead_N 4.0107648929727385e-6 -showgirl_N 8.021529785945477e-6 -showiness_N 4.0107648929727385e-6 -showing_N 4.4118413822700127e-5 -showjumping_N 4.0107648929727385e-6 -showman_N 4.0107648929727385e-6 -showmanship_N 4.0107648929727385e-6 -showplace_N 4.0107648929727385e-6 -showroom_N 4.812917871567287e-5 -shrapnel_N 4.0107648929727385e-6 -shred_N 8.021529785945477e-6 -shredder_N 4.0107648929727385e-6 -shrew_N 4.0107648929727385e-6 -shrew_mouse_N 4.0107648929727385e-6 -shrewdness_N 4.0107648929727385e-6 -shrewishness_N 4.0107648929727385e-6 -shriek_N 4.0107648929727385e-6 -shrift_N 1.6043059571890954e-5 -shrike_N 4.0107648929727385e-6 -shrilling_N 4.0107648929727385e-6 -shrillness_N 4.0107648929727385e-6 -shrimp_N 4.0107648929727385e-6 -shrimper_N 4.0107648929727385e-6 -shrimpfish_N 4.0107648929727385e-6 -shrine_N 8.021529785945477e-6 -shrink_N 4.0107648929727385e-6 -shrinkage_N 2.4064589357836434e-5 -shrinking_N 4.0107648929727385e-6 -shroud_N 4.0107648929727385e-6 -shrove_tuesday_N 4.0107648929727385e-6 -shrub_N 2.0053824464863696e-5 -shrubbery_N 4.0107648929727385e-6 -shrublet_N 4.0107648929727385e-6 -shrug_N 8.021529785945477e-6 -shtik_N 4.0107648929727385e-6 -shtikl_N 4.0107648929727385e-6 -shuck_N 4.0107648929727385e-6 -shucks_N 4.0107648929727385e-6 -shudder_N 1.2032294678918217e-5 -shuffle_N 1.2032294678918217e-5 -shuffleboard_N 4.0107648929727385e-6 -shuffler_N 4.0107648929727385e-6 -shufti_N 4.0107648929727385e-6 -shunt_N 4.0107648929727385e-6 -shunter_N 4.0107648929727385e-6 -shutdown_N 7.620453296648204e-5 -shuteye_N 4.0107648929727385e-6 -shutout_N 4.0107648929727385e-6 -shutter_N 4.0107648929727385e-6 -shutterbug_N 4.0107648929727385e-6 -shutting_N 4.0107648929727385e-6 -shuttle_N 9.625835743134574e-5 -shuttlecock_N 4.0107648929727385e-6 -shy_N 4.0107648929727385e-6 -shyness_N 4.0107648929727385e-6 -shyster_N 4.0107648929727385e-6 -sial_N 4.0107648929727385e-6 -sialadenitis_N 4.0107648929727385e-6 -sialolith_N 4.0107648929727385e-6 -siamang_N 4.0107648929727385e-6 -siamese_N 4.0107648929727385e-6 -sibilant_N 4.0107648929727385e-6 -sibilation_N 4.0107648929727385e-6 -sibling_N 8.021529785945477e-6 -sibyl_N 4.0107648929727385e-6 -sicilian_N 4.0107648929727385e-6 -sick_N 4.0107648929727385e-6 -sick_benefit_N 4.0107648929727385e-6 -sick_berth_N 4.0107648929727385e-6 -sick_headache_N 4.0107648929727385e-6 -sick_leave_N 4.0107648929727385e-6 -sick_list_N 4.0107648929727385e-6 -sick_parade_N 4.0107648929727385e-6 -sick_pay_N 4.0107648929727385e-6 -sick_room_N 4.0107648929727385e-6 -sickbay_N 4.0107648929727385e-6 -sickbed_N 4.0107648929727385e-6 -sickle_N 4.0107648929727385e-6 -sicklepod_N 4.0107648929727385e-6 -sickness_N 8.021529785945477e-6 -sickroom_N 4.0107648929727385e-6 -side_N 7.460022700929294e-4 -side_chapel_N 4.0107648929727385e-6 -side_dish_N 4.0107648929727385e-6 -side_drum_N 4.0107648929727385e-6 -side_glance_N 4.0107648929727385e-6 -side_road_N 4.0107648929727385e-6 -side_saddle_N 4.0107648929727385e-6 -side_slip_N 4.0107648929727385e-6 -side_stroke_N 4.0107648929727385e-6 -side_view_N 4.0107648929727385e-6 -sidebar_N 4.0107648929727385e-6 -sideboard_N 4.0107648929727385e-6 -sideburn_N 4.0107648929727385e-6 -sidecar_N 8.021529785945477e-6 -sidelight_N 4.0107648929727385e-6 -sideline_N 1.0026912232431847e-4 -siderite_N 4.0107648929727385e-6 -sideroblast_N 4.0107648929727385e-6 -siderocyte_N 4.0107648929727385e-6 -sideropenia_N 4.0107648929727385e-6 -siderosis_N 4.0107648929727385e-6 -sidesaddle_N 4.0107648929727385e-6 -sideshow_N 8.021529785945477e-6 -sidesman_N 4.0107648929727385e-6 -sidestep_N 4.0107648929727385e-6 -sidestroke_N 4.0107648929727385e-6 -sideswipe_N 4.0107648929727385e-6 -sidetrack_N 4.0107648929727385e-6 -sidewalk_N 3.208611914378191e-5 -sidewall_N 4.0107648929727385e-6 -sidewinder_N 4.0107648929727385e-6 -siding_N 1.2032294678918217e-5 -siege_N 8.021529785945477e-6 -sienna_N 4.0107648929727385e-6 -sierra_N 4.0107648929727385e-6 -sierra_leonian_N 4.0107648929727385e-6 -siesta_N 4.0107648929727385e-6 -sieve_N 4.0107648929727385e-6 -sifter_N 4.0107648929727385e-6 -sigeh_N 4.0107648929727385e-6 -sigh_N 3.208611914378191e-5 -sight_N 6.818300318053656e-5 -sighting_N 1.6043059571890954e-5 -sightreader_N 4.0107648929727385e-6 -sights_N 4.0107648929727385e-6 -sightseeing_N 8.021529785945477e-6 -sightseer_N 4.0107648929727385e-6 -sigma_N 4.0107648929727385e-6 -sigmoidectomy_N 4.0107648929727385e-6 -sigmoidoscope_N 4.0107648929727385e-6 -sigmoidoscopy_N 4.0107648929727385e-6 -sign_N 6.216685584107746e-4 -sign_painter_N 4.0107648929727385e-6 -signage_N 4.0107648929727385e-6 -signal_N 1.564198308259368e-4 -signal_box_N 4.0107648929727385e-6 -signaler_N 4.0107648929727385e-6 -signalization_N 4.0107648929727385e-6 -signaller_N 4.0107648929727385e-6 -signalman_N 4.0107648929727385e-6 -signatory_N 8.021529785945477e-6 -signature_N 4.010764892972739e-5 -signboard_N 4.0107648929727385e-6 -signer_N 4.0107648929727385e-6 -signet_N 4.0107648929727385e-6 -signet_ring_N 4.0107648929727385e-6 -significance_N 4.812917871567287e-5 -signification_N 4.0107648929727385e-6 -signor_N 4.0107648929727385e-6 -signora_N 4.0107648929727385e-6 -signore_N 4.0107648929727385e-6 -signorina_N 4.0107648929727385e-6 -signpost_N 4.0107648929727385e-6 -sikh_N 4.0107648929727385e-6 -silage_N 4.0107648929727385e-6 -sild_N 4.0107648929727385e-6 -sildenafil_N 4.0107648929727385e-6 -silence_N 2.4064589357836434e-5 -silencer_N 4.0107648929727385e-6 -silene_N 4.0107648929727385e-6 -silenus_N 4.0107648929727385e-6 -silesia_N 4.0107648929727385e-6 -silex_N 4.0107648929727385e-6 -silhouette_N 4.0107648929727385e-6 -silica_N 4.0107648929727385e-6 -silicate_N 4.0107648929727385e-6 -silicide_N 4.0107648929727385e-6 -silicle_N 4.0107648929727385e-6 -silicon_N 2.0053824464863696e-5 -silicone_N 8.021529785945477e-6 -silicosis_N 4.0107648929727385e-6 -silique_N 4.0107648929727385e-6 -silk_N 4.0107648929727385e-6 -silkiness_N 4.0107648929727385e-6 -silks_N 4.0107648929727385e-6 -silkscreen_N 4.0107648929727385e-6 -silkworm_N 4.0107648929727385e-6 -sill_N 4.0107648929727385e-6 -sillabub_N 4.0107648929727385e-6 -silliness_N 4.0107648929727385e-6 -silly_N 8.021529785945477e-6 -silo_N 4.0107648929727385e-6 -siloxane_N 4.0107648929727385e-6 -silt_N 4.0107648929727385e-6 -siltstone_N 4.0107648929727385e-6 -silurid_N 4.0107648929727385e-6 -silva_N 4.0107648929727385e-6 -silver_N 1.764736552908005e-4 -silver_fish_N 4.0107648929727385e-6 -silverback_N 4.0107648929727385e-6 -silverberry_N 4.0107648929727385e-6 -silverfish_N 4.0107648929727385e-6 -silverpoint_N 4.0107648929727385e-6 -silverrod_N 4.0107648929727385e-6 -silverside_N 4.0107648929727385e-6 -silversides_N 4.0107648929727385e-6 -silversmith_N 4.0107648929727385e-6 -silverspot_N 4.0107648929727385e-6 -silversword_N 4.0107648929727385e-6 -silvervine_N 4.0107648929727385e-6 -silverware_N 4.0107648929727385e-6 -silverweed_N 4.0107648929727385e-6 -silverwork_N 4.0107648929727385e-6 -silvex_N 4.0107648929727385e-6 -silviculture_N 4.0107648929727385e-6 -sima_N 4.0107648929727385e-6 -simazine_N 4.0107648929727385e-6 -simian_N 4.0107648929727385e-6 -similarity_N 3.609688403675465e-5 -simile_N 4.0107648929727385e-6 -similitude_N 4.0107648929727385e-6 -simmer_N 4.0107648929727385e-6 -simnel_N 4.0107648929727385e-6 -simony_N 4.0107648929727385e-6 -simoom_N 4.0107648929727385e-6 -simoon_N 4.0107648929727385e-6 -simper_N 4.0107648929727385e-6 -simperer_N 4.0107648929727385e-6 -simple_N 2.4064589357836434e-5 -simpleton_N 4.0107648929727385e-6 -simplicity_N 1.6043059571890954e-5 -simplification_N 1.2032294678918217e-5 -simulacrum_N 4.0107648929727385e-6 -simulation_N 1.2032294678918217e-5 -simulator_N 2.0053824464863696e-5 -simulcast_N 4.0107648929727385e-6 -simultaneity_N 4.0107648929727385e-6 -simultaneousness_N 4.0107648929727385e-6 -simvastatin_N 4.0107648929727385e-6 -sin_N 3.208611914378191e-5 -sincerity_N 8.021529785945477e-6 -sinciput_N 4.0107648929727385e-6 -sine_N 4.0107648929727385e-6 -sine_qua_non_N 3.208611914378191e-5 -sinecure_N 4.0107648929727385e-6 -sinew_N 4.0107648929727385e-6 -sinfulness_N 4.0107648929727385e-6 -singalong_N 4.0107648929727385e-6 -singaporeanFem_N 4.0107648929727385e-6 -singaporeanMasc_N 4.0107648929727385e-6 -singe_N 4.0107648929727385e-6 -singer_N 5.6150708501618345e-5 -singing_N 8.021529785945477e-6 -single_N 2.0053824464863696e-5 -single_spacing_N 4.0107648929727385e-6 -singleness_N 4.0107648929727385e-6 -singles_N 4.0107648929727385e-6 -singlestick_N 4.0107648929727385e-6 -singlet_N 4.0107648929727385e-6 -singleton_N 4.0107648929727385e-6 -singsong_N 4.0107648929727385e-6 -singular_N 4.0107648929727385e-6 -singularity_N 4.0107648929727385e-6 -sinhala_N 4.0107648929727385e-6 -sinhalese_N 4.0107648929727385e-6 -sink_N 8.021529785945477e-6 -sinker_N 4.0107648929727385e-6 -sinkhole_N 4.0107648929727385e-6 -sinking_N 2.0053824464863696e-5 -sinking_fund_N 4.0107648929727385e-6 -sinlessness_N 4.0107648929727385e-6 -sinner_N 4.0107648929727385e-6 -sinologist_N 4.0107648929727385e-6 -sinology_N 4.0107648929727385e-6 -sinopis_N 4.0107648929727385e-6 -sinuosity_N 4.0107648929727385e-6 -sinus_N 4.0107648929727385e-6 -sinusitis_N 4.0107648929727385e-6 -sinusoid_N 4.0107648929727385e-6 -sioux_N 4.0107648929727385e-6 -sip_N 4.0107648929727385e-6 -siphon_N 4.0107648929727385e-6 -siphonophore_N 4.0107648929727385e-6 -sipper_N 4.0107648929727385e-6 -sir_N 4.0107648929727385e-6 -sir_roger_de_coverley_N 4.0107648929727385e-6 -sirdar_N 4.0107648929727385e-6 -sire_N 4.0107648929727385e-6 -siren_N 8.021529785945477e-6 -siris_N 4.0107648929727385e-6 -sirloin_N 4.0107648929727385e-6 -sirocco_N 4.0107648929727385e-6 -sirrah_N 4.0107648929727385e-6 -sirup_N 4.0107648929727385e-6 -sisal_N 4.0107648929727385e-6 -siskin_N 4.0107648929727385e-6 -sissoo_N 4.0107648929727385e-6 -sissy_N 4.0107648929727385e-6 -sister_N 7.21937680735093e-5 -sister_in_law_N 4.0107648929727385e-6 -sisterhood_N 4.0107648929727385e-6 -siswati_N 4.0107648929727385e-6 -sit_in_N 4.0107648929727385e-6 -sitar_N 4.0107648929727385e-6 -site_N 2.5668895315025526e-4 -sitter_N 8.021529785945477e-6 -sitting_N 4.0107648929727385e-6 -sitting_room_N 4.0107648929727385e-6 -situation_N 5.775501445880744e-4 -six_footer_N 4.0107648929727385e-6 -six_shooter_N 4.0107648929727385e-6 -sixpence_N 4.0107648929727385e-6 -sixth_former_N 4.0107648929727385e-6 -size_N 4.6925949247781046e-4 -sizzle_N 4.0107648929727385e-6 -skank_N 4.0107648929727385e-6 -skate_N 4.0107648929727385e-6 -skateboard_N 8.021529785945477e-6 -skateboarder_N 4.0107648929727385e-6 -skateboarding_N 4.0107648929727385e-6 -skater_N 4.0107648929727385e-6 -skating_N 4.0107648929727385e-6 -skating_rink_N 4.0107648929727385e-6 -skedaddle_N 4.0107648929727385e-6 -skeet_N 4.0107648929727385e-6 -skeg_N 4.0107648929727385e-6 -skein_N 4.0107648929727385e-6 -skeleton_N 4.0107648929727385e-6 -skep_N 4.0107648929727385e-6 -skepful_N 4.0107648929727385e-6 -skeptic_N 4.0107648929727385e-6 -skepticism_N 4.4118413822700127e-5 -sketch_N 2.4064589357836434e-5 -sketch_block_N 4.0107648929727385e-6 -sketch_book_N 4.0107648929727385e-6 -sketch_map_N 4.0107648929727385e-6 -sketchbook_N 4.0107648929727385e-6 -sketcher_N 4.0107648929727385e-6 -sketchiness_N 4.0107648929727385e-6 -skewer_N 4.0107648929727385e-6 -ski_N 7.21937680735093e-5 -ski_bob_N 4.0107648929727385e-6 -ski_jump_N 4.0107648929727385e-6 -ski_lift_N 4.0107648929727385e-6 -ski_plane_N 4.0107648929727385e-6 -skibob_N 4.0107648929727385e-6 -skid_N 1.6043059571890954e-5 -skidder_N 4.0107648929727385e-6 -skidpan_N 4.0107648929727385e-6 -skier_N 4.4118413822700127e-5 -skiff_N 4.0107648929727385e-6 -skiffle_N 4.0107648929727385e-6 -skiffle_group_N 4.0107648929727385e-6 -skiing_N 8.021529785945477e-6 -skill_N 1.2032294678918216e-4 -skillet_N 4.0107648929727385e-6 -skillfulness_N 4.0107648929727385e-6 -skilly_N 4.0107648929727385e-6 -skim_N 4.0107648929727385e-6 -skimmed_milk_N 4.0107648929727385e-6 -skimmer_N 8.021529785945477e-6 -skimming_N 4.0107648929727385e-6 -skin_N 8.422606275242751e-5 -skin_diving_N 4.0107648929727385e-6 -skin_graft_N 4.0107648929727385e-6 -skinflint_N 4.0107648929727385e-6 -skinful_N 4.0107648929727385e-6 -skinhead_N 4.0107648929727385e-6 -skinheads_N 4.0107648929727385e-6 -skink_N 4.0107648929727385e-6 -skinner_N 4.0107648929727385e-6 -skinniness_N 4.0107648929727385e-6 -skinny_N 4.0107648929727385e-6 -skip_N 4.0107648929727385e-6 -skipjack_N 4.0107648929727385e-6 -skipper_N 8.021529785945477e-6 -skipping_rope_N 4.0107648929727385e-6 -skirl_N 4.0107648929727385e-6 -skirmish_N 1.2032294678918217e-5 -skirmisher_N 4.0107648929727385e-6 -skirret_N 4.0107648929727385e-6 -skirt_N 1.6043059571890954e-5 -skirting_board_N 4.0107648929727385e-6 -skit_N 4.0107648929727385e-6 -skittishness_N 2.4064589357836434e-5 -skittle_N 4.0107648929727385e-6 -skittle_pin_N 4.0107648929727385e-6 -skittles_N 4.0107648929727385e-6 -skivvy_N 4.0107648929727385e-6 -skua_N 4.0107648929727385e-6 -skulker_N 4.0107648929727385e-6 -skull_N 8.021529785945477e-6 -skullcap_N 4.0107648929727385e-6 -skullduggery_N 4.0107648929727385e-6 -skunk_N 4.0107648929727385e-6 -skunkweed_N 4.0107648929727385e-6 -sky_N 3.609688403675465e-5 -sky_blue_N 4.0107648929727385e-6 -skybox_N 4.0107648929727385e-6 -skycap_N 4.0107648929727385e-6 -skydiver_N 4.0107648929727385e-6 -skydiving_N 4.0107648929727385e-6 -skyhook_N 4.0107648929727385e-6 -skylark_N 4.0107648929727385e-6 -skylight_N 4.0107648929727385e-6 -skyline_N 8.021529785945477e-6 -skyrocket_N 4.0107648929727385e-6 -skysail_N 4.0107648929727385e-6 -skyscraper_N 1.2032294678918217e-5 -skywalk_N 4.0107648929727385e-6 -skywriting_N 4.0107648929727385e-6 -slab_N 2.4064589357836434e-5 -slack_N 3.208611914378191e-5 -slacker_N 4.0107648929727385e-6 -slackness_N 4.0107648929727385e-6 -slacks_N 4.0107648929727385e-6 -slag_N 4.0107648929727385e-6 -slag_heap_N 4.0107648929727385e-6 -slagheap_N 4.0107648929727385e-6 -slain_N 4.0107648929727385e-6 -slalom_N 4.0107648929727385e-6 -slam_N 4.0107648929727385e-6 -slammer_N 4.0107648929727385e-6 -slander_N 4.0107648929727385e-6 -slanderer_N 4.0107648929727385e-6 -slang_N 4.0107648929727385e-6 -slanginess_N 4.0107648929727385e-6 -slanguage_N 4.0107648929727385e-6 -slant_N 4.0107648929727385e-6 -slap_N 1.2032294678918217e-5 -slapper_N 4.0107648929727385e-6 -slapshot_N 4.0107648929727385e-6 -slapstick_N 4.0107648929727385e-6 -slash_N 1.2032294678918217e-5 -slasher_N 4.0107648929727385e-6 -slat_N 1.2032294678918217e-5 -slate_N 6.016147339459108e-5 -slate_club_N 4.0107648929727385e-6 -slate_pencil_N 4.0107648929727385e-6 -slating_N 4.0107648929727385e-6 -slattern_N 4.0107648929727385e-6 -slatternliness_N 4.0107648929727385e-6 -slaughter_N 1.6043059571890954e-5 -slaughterer_N 4.0107648929727385e-6 -slaughterhouse_N 4.0107648929727385e-6 -slav_N 4.0107648929727385e-6 -slave_N 8.021529785945477e-6 -slave_driver_N 4.0107648929727385e-6 -slave_trade_N 4.0107648929727385e-6 -slave_traffic_N 4.0107648929727385e-6 -slaveholder_N 4.0107648929727385e-6 -slaver_N 4.0107648929727385e-6 -slavery_N 8.021529785945477e-6 -slavey_N 4.0107648929727385e-6 -slaw_N 4.0107648929727385e-6 -slayer_N 4.0107648929727385e-6 -sleaziness_N 4.0107648929727385e-6 -sled_N 4.0107648929727385e-6 -sledder_N 4.0107648929727385e-6 -sledding_N 4.0107648929727385e-6 -sledge_N 4.0107648929727385e-6 -sledgehammer_N 4.0107648929727385e-6 -sleekness_N 4.0107648929727385e-6 -sleep_N 2.0053824464863696e-5 -sleeper_N 8.021529785945477e-6 -sleepiness_N 4.0107648929727385e-6 -sleeping_N 2.0053824464863696e-5 -sleeping_bag_N 4.0107648929727385e-6 -sleeping_car_N 4.0107648929727385e-6 -sleeping_draught_N 4.0107648929727385e-6 -sleeping_pill_N 4.0107648929727385e-6 -sleeping_sickness_N 4.0107648929727385e-6 -sleeplessness_N 4.0107648929727385e-6 -sleepover_N 4.0107648929727385e-6 -sleepwalker_N 4.0107648929727385e-6 -sleepwalking_N 4.0107648929727385e-6 -sleepy_head_N 4.0107648929727385e-6 -sleepyhead_N 4.0107648929727385e-6 -sleet_N 4.0107648929727385e-6 -sleeve_N 1.2032294678918217e-5 -sleigh_N 4.0107648929727385e-6 -sleigh_bell_N 4.0107648929727385e-6 -sleight_N 8.021529785945477e-6 -slenderness_N 4.0107648929727385e-6 -sleuth_N 4.0107648929727385e-6 -sleuth_hound_N 4.0107648929727385e-6 -slice_N 2.0053824464863696e-5 -slicer_N 4.0107648929727385e-6 -slicing_N 4.0107648929727385e-6 -slick_N 8.021529785945477e-6 -slicker_N 4.0107648929727385e-6 -slickness_N 4.0107648929727385e-6 -slide_N 2.446566584713371e-4 -slide_rule_N 4.0107648929727385e-6 -slider_N 4.0107648929727385e-6 -slight_N 4.0107648929727385e-6 -slightness_N 4.0107648929727385e-6 -slime_N 1.2032294678918217e-5 -sliminess_N 4.0107648929727385e-6 -slimness_N 4.0107648929727385e-6 -sling_N 8.021529785945477e-6 -slingback_N 4.0107648929727385e-6 -slinger_N 8.021529785945477e-6 -slinging_N 4.0107648929727385e-6 -slingshot_N 4.0107648929727385e-6 -slip_N 2.8075354250809173e-5 -slip_carriage_N 4.0107648929727385e-6 -slip_coach_N 4.0107648929727385e-6 -slip_road_N 4.0107648929727385e-6 -slip_up_N 4.0107648929727385e-6 -slipcover_N 4.0107648929727385e-6 -slipknot_N 4.0107648929727385e-6 -slipon_N 4.0107648929727385e-6 -slipover_N 4.0107648929727385e-6 -slippage_N 4.0107648929727385e-6 -slipper_N 4.0107648929727385e-6 -slipperiness_N 4.0107648929727385e-6 -slipstream_N 4.0107648929727385e-6 -slipway_N 4.0107648929727385e-6 -slit_N 8.021529785945477e-6 -sliver_N 8.021529785945477e-6 -slivovitz_N 4.0107648929727385e-6 -slob_N 4.0107648929727385e-6 -slobber_N 4.0107648929727385e-6 -sloe_N 4.0107648929727385e-6 -sloe_gin_N 4.0107648929727385e-6 -slogan_N 3.208611914378191e-5 -sloganeer_N 4.0107648929727385e-6 -sloganeering_N 4.0107648929727385e-6 -slogger_N 4.0107648929727385e-6 -sloop_N 4.0107648929727385e-6 -slop_N 8.021529785945477e-6 -slop_basin_N 4.0107648929727385e-6 -slop_pail_N 4.0107648929727385e-6 -slop_shop_N 4.0107648929727385e-6 -slope_N 3.609688403675465e-5 -sloppiness_N 4.0107648929727385e-6 -slops_N 4.0107648929727385e-6 -slopseller_N 4.0107648929727385e-6 -slopshop_N 4.0107648929727385e-6 -slot_N 3.609688403675465e-5 -slot_machine_N 4.0107648929727385e-6 -sloth_N 4.0107648929727385e-6 -slouch_N 8.021529785945477e-6 -slouch_hat_N 4.0107648929727385e-6 -sloucher_N 4.0107648929727385e-6 -slough_N 4.0107648929727385e-6 -slovak_N 4.0107648929727385e-6 -sloven_N 4.0107648929727385e-6 -slovenian_N 4.0107648929727385e-6 -slovenliness_N 4.0107648929727385e-6 -slow_worm_N 4.0107648929727385e-6 -slowcoach_N 4.0107648929727385e-6 -slowdown_N 2.7273201272214623e-4 -slowness_N 4.0107648929727385e-6 -slub_N 4.0107648929727385e-6 -sludge_N 1.2032294678918217e-5 -slug_N 4.0107648929727385e-6 -sluggard_N 4.0107648929727385e-6 -slugger_N 4.0107648929727385e-6 -sluggishness_N 2.4064589357836434e-5 -sluice_N 4.0107648929727385e-6 -sluice_valve_N 4.0107648929727385e-6 -sluicegate_N 4.0107648929727385e-6 -slum_N 2.0053824464863696e-5 -slumber_N 4.0107648929727385e-6 -slumberer_N 4.0107648929727385e-6 -slumgullion_N 4.0107648929727385e-6 -slump_N 1.4037677125404587e-4 -slur_N 8.021529785945477e-6 -slurry_N 8.021529785945477e-6 -slush_N 8.021529785945477e-6 -slut_N 4.0107648929727385e-6 -slyness_N 4.0107648929727385e-6 -smack_N 4.0107648929727385e-6 -smacker_N 4.0107648929727385e-6 -smacking_N 4.0107648929727385e-6 -small_N 1.1230141700323669e-4 -smallholder_N 4.0107648929727385e-6 -smallholding_N 4.0107648929727385e-6 -smallmouth_N 4.0107648929727385e-6 -smallness_N 4.0107648929727385e-6 -smallpox_N 8.021529785945477e-6 -smaltite_N 4.0107648929727385e-6 -smart_N 4.0107648929727385e-6 -smarta_N 4.0107648929727385e-6 -smartness_N 4.0107648929727385e-6 -smash_N 1.2032294678918217e-5 -smash_up_N 4.0107648929727385e-6 -smasher_N 4.0107648929727385e-6 -smashing_N 4.0107648929727385e-6 -smattering_N 1.6043059571890954e-5 -smear_N 4.0107648929727385e-6 -smear_word_N 4.0107648929727385e-6 -smegma_N 4.0107648929727385e-6 -smell_N 2.0053824464863696e-5 -smelling_bottle_N 4.0107648929727385e-6 -smelt_N 4.0107648929727385e-6 -smelter_N 4.0107648929727385e-6 -smew_N 4.0107648929727385e-6 -smilax_N 4.0107648929727385e-6 -smile_N 1.6043059571890954e-5 -smiler_N 4.0107648929727385e-6 -smiley_N 4.0107648929727385e-6 -smilo_N 4.0107648929727385e-6 -smirch_N 4.0107648929727385e-6 -smirk_N 4.0107648929727385e-6 -smirker_N 4.0107648929727385e-6 -smith_N 4.0107648929727385e-6 -smithereens_N 4.0107648929727385e-6 -smithy_N 4.0107648929727385e-6 -smock_N 4.0107648929727385e-6 -smocking_N 4.0107648929727385e-6 -smog_N 4.0107648929727385e-6 -smoke_N 4.4118413822700127e-5 -smoke_bomb_N 4.0107648929727385e-6 -smoke_screen_N 4.0107648929727385e-6 -smokehouse_N 4.0107648929727385e-6 -smoker_N 3.208611914378191e-5 -smokestack_N 1.2032294678918217e-5 -smoking_N 1.1631218189620943e-4 -smoking_car_N 4.0107648929727385e-6 -smoking_carriage_N 4.0107648929727385e-6 -smoking_compartment_N 4.0107648929727385e-6 -smoking_mixture_N 4.0107648929727385e-6 -smoking_room_N 4.0107648929727385e-6 -smooth_N 4.0107648929727385e-6 -smoothbark_N 4.0107648929727385e-6 -smoothbore_N 4.0107648929727385e-6 -smoothhound_N 4.0107648929727385e-6 -smoothie_N 4.0107648929727385e-6 -smoothing_iron_N 4.0107648929727385e-6 -smoothing_plane_N 4.0107648929727385e-6 -smoothness_N 4.0107648929727385e-6 -smorgasbord_N 4.0107648929727385e-6 -smother_N 4.0107648929727385e-6 -smoulder_N 4.0107648929727385e-6 -smudge_N 4.0107648929727385e-6 -smuggler_N 4.0107648929727385e-6 -smuggling_N 4.0107648929727385e-6 -smugness_N 4.0107648929727385e-6 -smut_N 4.0107648929727385e-6 -smuttiness_N 4.0107648929727385e-6 -snack_N 4.010764892972739e-5 -snack_bar_N 4.0107648929727385e-6 -snack_counter_N 4.0107648929727385e-6 -snaffle_N 4.0107648929727385e-6 -snaffle_bit_N 4.0107648929727385e-6 -snafu_N 4.0107648929727385e-6 -snag_N 3.609688403675465e-5 -snail_N 1.6043059571890954e-5 -snailfish_N 4.0107648929727385e-6 -snailflower_N 4.0107648929727385e-6 -snake_N 1.6043059571890954e-5 -snake_charmer_N 4.0107648929727385e-6 -snakebird_N 4.0107648929727385e-6 -snakebite_N 4.0107648929727385e-6 -snakeblenny_N 4.0107648929727385e-6 -snakefly_N 4.0107648929727385e-6 -snakewood_N 4.0107648929727385e-6 -snap_N 1.2032294678918217e-5 -snap_fastener_N 4.0107648929727385e-6 -snapdragon_N 4.0107648929727385e-6 -snapper_N 4.0107648929727385e-6 -snappishness_N 4.0107648929727385e-6 -snapshot_N 2.4064589357836434e-5 -snare_N 4.0107648929727385e-6 -snare_drum_N 4.0107648929727385e-6 -snarer_N 4.0107648929727385e-6 -snarl_N 8.021529785945477e-6 -snarl_up_N 4.0107648929727385e-6 -snatch_N 4.0107648929727385e-6 -snatcher_N 4.0107648929727385e-6 -sneak_N 4.0107648929727385e-6 -sneak_thief_N 4.0107648929727385e-6 -sneer_N 4.0107648929727385e-6 -sneerer_N 4.0107648929727385e-6 -sneeze_N 4.0107648929727385e-6 -sneezer_N 4.0107648929727385e-6 -sneezeweed_N 4.0107648929727385e-6 -snick_N 4.0107648929727385e-6 -snicker_N 4.0107648929727385e-6 -sniff_N 4.0107648929727385e-6 -sniffer_N 4.0107648929727385e-6 -sniffler_N 4.0107648929727385e-6 -snifter_N 4.0107648929727385e-6 -snigger_N 4.0107648929727385e-6 -snip_N 4.0107648929727385e-6 -snipe_N 4.0107648929727385e-6 -snipefish_N 4.0107648929727385e-6 -sniper_N 4.0107648929727385e-6 -snippet_N 8.021529785945477e-6 -snipping_N 4.0107648929727385e-6 -snips_N 4.0107648929727385e-6 -snit_N 4.0107648929727385e-6 -snivel_N 4.0107648929727385e-6 -sniveller_N 4.0107648929727385e-6 -snob_N 4.0107648929727385e-6 -snobbery_N 8.021529785945477e-6 -snobbishness_N 4.0107648929727385e-6 -snogging_N 4.0107648929727385e-6 -snood_N 4.0107648929727385e-6 -snook_N 4.0107648929727385e-6 -snooker_N 8.021529785945477e-6 -snoop_N 4.0107648929727385e-6 -snooper_N 4.0107648929727385e-6 -snootiness_N 4.0107648929727385e-6 -snooze_N 4.0107648929727385e-6 -snore_N 4.0107648929727385e-6 -snorer_N 4.0107648929727385e-6 -snorkel_N 4.0107648929727385e-6 -snorkeling_N 4.0107648929727385e-6 -snort_N 4.0107648929727385e-6 -snorter_N 4.0107648929727385e-6 -snot_N 4.0107648929727385e-6 -snout_N 4.0107648929727385e-6 -snow_N 2.4064589357836434e-5 -snow_line_N 4.0107648929727385e-6 -snowball_N 8.021529785945477e-6 -snowbank_N 4.0107648929727385e-6 -snowbell_N 4.0107648929727385e-6 -snowberry_N 4.0107648929727385e-6 -snowblindness_N 4.0107648929727385e-6 -snowboard_N 4.0107648929727385e-6 -snowboarder_N 4.0107648929727385e-6 -snowboarding_N 4.0107648929727385e-6 -snowcap_N 4.0107648929727385e-6 -snowdrift_N 4.0107648929727385e-6 -snowdrop_N 4.0107648929727385e-6 -snowfall_N 4.0107648929727385e-6 -snowfield_N 4.0107648929727385e-6 -snowflake_N 4.0107648929727385e-6 -snowman_N 4.0107648929727385e-6 -snowmobile_N 4.0107648929727385e-6 -snowplough_N 4.0107648929727385e-6 -snowplow_N 4.0107648929727385e-6 -snowshoe_N 4.0107648929727385e-6 -snowstorm_N 8.021529785945477e-6 -snowsuit_N 4.0107648929727385e-6 -snub_N 4.0107648929727385e-6 -snuff_N 4.0107648929727385e-6 -snuff_colour_N 4.0107648929727385e-6 -snuffbox_N 4.0107648929727385e-6 -snuffer_N 4.0107648929727385e-6 -snuffers_N 4.0107648929727385e-6 -snuffle_N 4.0107648929727385e-6 -snuffler_N 4.0107648929727385e-6 -snug_N 4.0107648929727385e-6 -snuggery_N 4.0107648929727385e-6 -snugness_N 4.0107648929727385e-6 -so_N 4.0107648929727385e-6 -so_and_so_N 4.0107648929727385e-6 -soak_N 4.0107648929727385e-6 -soaker_N 4.0107648929727385e-6 -soap_N 4.010764892972739e-5 -soap_bubble_N 4.0107648929727385e-6 -soap_opera_N 4.0107648929727385e-6 -soapberry_N 4.0107648929727385e-6 -soapbox_N 8.021529785945477e-6 -soapfish_N 4.0107648929727385e-6 -soapiness_N 4.0107648929727385e-6 -soapstone_N 4.0107648929727385e-6 -soapsuds_N 4.0107648929727385e-6 -soapweed_N 4.0107648929727385e-6 -soapwort_N 4.0107648929727385e-6 -soar_N 4.0107648929727385e-6 -sob_N 4.0107648929727385e-6 -sob_stuff_N 4.0107648929727385e-6 -sober_sides_N 4.0107648929727385e-6 -soberness_N 4.0107648929727385e-6 -sobersides_N 4.0107648929727385e-6 -sobralia_N 4.0107648929727385e-6 -sobriety_N 4.0107648929727385e-6 -sobriquet_N 4.0107648929727385e-6 -soc_N 4.0107648929727385e-6 -socage_N 4.0107648929727385e-6 -soccer_N 1.6043059571890954e-5 -sociability_N 4.0107648929727385e-6 -sociable_N 4.0107648929727385e-6 -social_N 8.021529785945477e-6 -social_work_N 4.0107648929727385e-6 -socialism_N 6.417223828756382e-5 -socialist_N 1.6043059571890954e-5 -socialite_N 4.0107648929727385e-6 -sociality_N 4.0107648929727385e-6 -socialization_N 4.0107648929727385e-6 -socializer_N 4.0107648929727385e-6 -society_N 2.165813042205279e-4 -sociobiologist_N 4.0107648929727385e-6 -sociobiology_N 4.0107648929727385e-6 -sociolinguist_N 4.0107648929727385e-6 -sociolinguistics_N 4.0107648929727385e-6 -sociologist_N 3.609688403675465e-5 -sociology_N 1.6043059571890954e-5 -sociometry_N 4.0107648929727385e-6 -sociopath_N 4.0107648929727385e-6 -sock_N 1.2032294678918217e-5 -socket_N 8.021529785945477e-6 -sockeye_N 4.0107648929727385e-6 -socle_N 4.0107648929727385e-6 -sod_N 4.0107648929727385e-6 -soda_N 3.208611914378191e-5 -soda_biscuit_N 4.0107648929727385e-6 -soda_cracker_N 4.0107648929727385e-6 -soda_fountain_N 4.0107648929727385e-6 -soda_water_N 4.0107648929727385e-6 -sodalist_N 4.0107648929727385e-6 -sodalite_N 4.0107648929727385e-6 -sodium_N 8.021529785945477e-6 -sodoku_N 4.0107648929727385e-6 -sodom_N 4.0107648929727385e-6 -sodomite_N 4.0107648929727385e-6 -sodomy_N 4.0107648929727385e-6 -sofa_N 1.2032294678918217e-5 -soffit_N 4.0107648929727385e-6 -soft_solder_N 4.0107648929727385e-6 -softball_N 4.0107648929727385e-6 -softener_N 8.021529785945477e-6 -softening_N 4.0107648929727385e-6 -softheartedness_N 4.0107648929727385e-6 -softie_N 4.0107648929727385e-6 -softness_N 4.812917871567287e-5 -software_N 4.933240818356468e-4 -softwood_N 4.0107648929727385e-6 -softy_N 1.2032294678918217e-5 -sogginess_N 4.0107648929727385e-6 -soh_N 4.0107648929727385e-6 -soil_N 6.016147339459108e-5 -soil_pipe_N 4.0107648929727385e-6 -soiling_N 4.0107648929727385e-6 -soiree_N 4.0107648929727385e-6 -sojourn_N 4.0107648929727385e-6 -sojourner_N 4.0107648929727385e-6 -sol_N 4.0107648929727385e-6 -sol_fa_N 4.0107648929727385e-6 -solace_N 1.2032294678918217e-5 -solan_N 4.0107648929727385e-6 -solar_plexus_N 4.0107648929727385e-6 -solarium_N 4.0107648929727385e-6 -solarization_N 4.0107648929727385e-6 -solder_N 4.0107648929727385e-6 -solderer_N 4.0107648929727385e-6 -soldering_iron_N 4.0107648929727385e-6 -soldier_N 6.016147339459108e-5 -soldierfish_N 4.0107648929727385e-6 -soldiering_N 4.0107648929727385e-6 -soldiery_N 4.0107648929727385e-6 -sole_N 1.2032294678918217e-5 -solecism_N 4.0107648929727385e-6 -solemnity_N 4.0107648929727385e-6 -solemnization_N 4.0107648929727385e-6 -solemnness_N 4.0107648929727385e-6 -solenogaster_N 4.0107648929727385e-6 -solenoid_N 4.0107648929727385e-6 -soleus_N 4.0107648929727385e-6 -solfege_N 4.0107648929727385e-6 -solferino_N 4.0107648929727385e-6 -solicitation_N 6.818300318053656e-5 -solicitorFem_N 4.0107648929727385e-6 -solicitorMasc_N 4.0107648929727385e-6 -solicitor_general_N 4.0107648929727385e-6 -solicitorship_N 4.0107648929727385e-6 -solicitude_N 4.0107648929727385e-6 -solid_N 1.2032294678918217e-5 -solidarity_N 1.2032294678918217e-5 -solidification_N 4.0107648929727385e-6 -solidity_N 4.0107648929727385e-6 -solidness_N 4.0107648929727385e-6 -solidus_N 4.0107648929727385e-6 -soliloquy_N 4.0107648929727385e-6 -solipsism_N 4.0107648929727385e-6 -solitaire_N 4.0107648929727385e-6 -soliton_N 4.0107648929727385e-6 -solitude_N 4.0107648929727385e-6 -solleret_N 4.0107648929727385e-6 -solmization_N 4.0107648929727385e-6 -solo_N 3.208611914378191e-5 -soloist_N 1.2032294678918217e-5 -solstice_N 4.0107648929727385e-6 -solubility_N 4.0107648929727385e-6 -solute_N 4.0107648929727385e-6 -solution_N 1.965274797556642e-4 -solvability_N 4.0107648929727385e-6 -solvate_N 4.0107648929727385e-6 -solvation_N 4.0107648929727385e-6 -solvency_N 1.2032294678918217e-5 -solvent_N 2.0053824464863696e-5 -som_N 4.0107648929727385e-6 -soma_N 4.0107648929727385e-6 -somaliFem_N 4.0107648929727385e-6 -somaliMasc_N 4.0107648929727385e-6 -somalianFem_N 4.0107648929727385e-6 -somalianMasc_N 4.0107648929727385e-6 -soman_N 4.0107648929727385e-6 -somatosense_N 4.0107648929727385e-6 -somatotropin_N 4.0107648929727385e-6 -sombreness_N 4.0107648929727385e-6 -sombrero_N 4.0107648929727385e-6 -somersault_N 4.0107648929727385e-6 -somesthesia_N 4.0107648929727385e-6 -somewhere_N 4.0107648929727385e-6 -sommelier_N 4.0107648929727385e-6 -somnambulism_N 4.0107648929727385e-6 -somnambulist_N 4.0107648929727385e-6 -somniloquist_N 4.0107648929727385e-6 -somnolence_N 4.0107648929727385e-6 -son_N 1.6845212550485502e-4 -son_in_law_N 4.0107648929727385e-6 -sonant_N 4.0107648929727385e-6 -sonar_N 8.021529785945477e-6 -sonata_N 8.021529785945477e-6 -sonatina_N 4.0107648929727385e-6 -sone_N 4.0107648929727385e-6 -song_N 9.625835743134574e-5 -songbird_N 4.0107648929727385e-6 -songbook_N 4.0107648929727385e-6 -songster_N 8.021529785945477e-6 -songstress_N 4.0107648929727385e-6 -songwriter_N 4.0107648929727385e-6 -sonnet_N 4.0107648929727385e-6 -sonneteer_N 4.0107648929727385e-6 -sonny_N 4.0107648929727385e-6 -sonogram_N 4.0107648929727385e-6 -sonograph_N 4.0107648929727385e-6 -sonography_N 4.0107648929727385e-6 -sonority_N 4.0107648929727385e-6 -soot_N 1.2032294678918217e-5 -sooth_N 4.0107648929727385e-6 -soothsayer_N 4.0107648929727385e-6 -sop_N 8.021529785945477e-6 -sophism_N 4.0107648929727385e-6 -sophistFem_N 4.0107648929727385e-6 -sophistMasc_N 4.0107648929727385e-6 -sophisticate_N 4.0107648929727385e-6 -sophistication_N 2.0053824464863696e-5 -sophistry_N 4.0107648929727385e-6 -sophomore_N 1.2032294678918217e-5 -soporific_N 4.0107648929727385e-6 -soprano_N 8.021529785945477e-6 -sorb_N 4.0107648929727385e-6 -sorbate_N 4.0107648929727385e-6 -sorbent_N 4.0107648929727385e-6 -sorbet_N 4.0107648929727385e-6 -sorcerer_N 4.0107648929727385e-6 -sorceress_N 4.0107648929727385e-6 -sorcery_N 4.0107648929727385e-6 -sordidness_N 4.0107648929727385e-6 -sore_N 4.0107648929727385e-6 -sorehead_N 4.0107648929727385e-6 -soreness_N 8.021529785945477e-6 -sorghum_N 1.6043059571890954e-5 -sorgo_N 4.0107648929727385e-6 -sorority_N 4.0107648929727385e-6 -sorption_N 4.0107648929727385e-6 -sorrel_N 4.0107648929727385e-6 -sorrow_N 8.021529785945477e-6 -sort_N 3.0481813186592816e-4 -sorter_N 4.0107648929727385e-6 -sortie_N 4.0107648929727385e-6 -sorting_N 4.0107648929727385e-6 -sorus_N 4.0107648929727385e-6 -sos_N 4.0107648929727385e-6 -sot_N 4.0107648929727385e-6 -soteriology_N 4.0107648929727385e-6 -sotho_N 4.0107648929727385e-6 -sottishness_N 4.0107648929727385e-6 -sou'_east_N 4.0107648929727385e-6 -sou'_sou'_east_N 4.0107648929727385e-6 -sou'_sou'_west_N 4.0107648929727385e-6 -sou'_west_N 4.0107648929727385e-6 -sou'_wester_N 4.0107648929727385e-6 -sou_N 4.0107648929727385e-6 -souari_N 4.0107648929727385e-6 -soubrette_N 4.0107648929727385e-6 -soubriquet_N 4.0107648929727385e-6 -souchong_N 4.0107648929727385e-6 -souffle_N 4.0107648929727385e-6 -souk_N 4.0107648929727385e-6 -soul_N 4.010764892972739e-5 -sound_N 1.1230141700323669e-4 -sound_film_N 4.0107648929727385e-6 -sound_recording_N 4.0107648929727385e-6 -sound_wave_N 4.0107648929727385e-6 -soundbox_N 4.0107648929727385e-6 -sounder_N 4.0107648929727385e-6 -sounding_N 4.0107648929727385e-6 -sounding_board_N 4.0107648929727385e-6 -soundman_N 4.0107648929727385e-6 -soundness_N 1.2032294678918217e-5 -soundtrack_N 1.6043059571890954e-5 -soup_N 2.8075354250809173e-5 -soup_kitchen_N 4.0107648929727385e-6 -soupcon_N 4.0107648929727385e-6 -soupspoon_N 4.0107648929727385e-6 -sour_N 4.0107648929727385e-6 -sourball_N 4.0107648929727385e-6 -source_N 7.780883892367114e-4 -sourdine_N 4.0107648929727385e-6 -sourdough_N 4.0107648929727385e-6 -souring_N 4.0107648929727385e-6 -sourness_N 4.0107648929727385e-6 -sourpuss_N 4.0107648929727385e-6 -soursop_N 4.0107648929727385e-6 -souse_N 4.0107648929727385e-6 -soutache_N 4.0107648929727385e-6 -soutane_N 4.0107648929727385e-6 -south_N 2.8075354250809173e-5 -south_southeast_N 4.0107648929727385e-6 -south_southwest_N 4.0107648929727385e-6 -southeast_N 8.021529785945477e-6 -southeaster_N 4.0107648929727385e-6 -southerner_N 4.0107648929727385e-6 -southernism_N 4.0107648929727385e-6 -southernness_N 4.0107648929727385e-6 -southernwood_N 4.0107648929727385e-6 -southland_N 4.0107648929727385e-6 -southpaw_N 4.0107648929727385e-6 -southwest_N 1.6043059571890954e-5 -southwester_N 4.0107648929727385e-6 -souvenir_N 1.6043059571890954e-5 -souvlaki_N 4.0107648929727385e-6 -souwester_N 4.0107648929727385e-6 -sovereign_N 4.0107648929727385e-6 -sovereignty_N 3.609688403675465e-5 -soviet_N 9.625835743134574e-5 -sow_N 8.021529785945477e-6 -sowbane_N 4.0107648929727385e-6 -sowbelly_N 4.0107648929727385e-6 -sowbread_N 4.0107648929727385e-6 -sower_N 4.0107648929727385e-6 -soy_N 8.021529785945477e-6 -soya_N 4.0107648929727385e-6 -spa_N 2.4064589357836434e-5 -space_N 4.8530255204970137e-4 -space_bar_N 4.0107648929727385e-6 -space_capsule_N 4.0107648929727385e-6 -space_heater_N 4.0107648929727385e-6 -space_helmet_N 4.0107648929727385e-6 -space_rocket_N 4.0107648929727385e-6 -space_time_N 4.0107648929727385e-6 -space_vehicle_N 4.0107648929727385e-6 -spacecraft_N 4.4118413822700127e-5 -spaceflight_N 4.0107648929727385e-6 -spaceship_N 8.021529785945477e-6 -spacesuit_N 4.0107648929727385e-6 -spacewalker_N 4.0107648929727385e-6 -spacing_N 4.0107648929727385e-6 -spaciousness_N 4.0107648929727385e-6 -spackle_N 4.0107648929727385e-6 -spade_N 4.0107648929727385e-6 -spadefish_N 4.0107648929727385e-6 -spadefoot_N 4.0107648929727385e-6 -spadeful_N 4.0107648929727385e-6 -spadework_N 4.0107648929727385e-6 -spadix_N 4.0107648929727385e-6 -spaghetti_N 4.0107648929727385e-6 -spaghettini_N 4.0107648929727385e-6 -spall_N 4.0107648929727385e-6 -spallation_N 4.0107648929727385e-6 -spam_N 4.0107648929727385e-6 -spammer_N 4.0107648929727385e-6 -span_N 3.609688403675465e-5 -spandex_N 4.0107648929727385e-6 -spandrel_N 4.0107648929727385e-6 -spangle_N 4.0107648929727385e-6 -spaniard_N 4.0107648929727385e-6 -spaniel_N 4.0107648929727385e-6 -spanishFem_N 4.0107648929727385e-6 -spanishMasc_N 4.0107648929727385e-6 -spank_N 4.0107648929727385e-6 -spanker_N 4.0107648929727385e-6 -spanking_N 8.021529785945477e-6 -spanner_N 4.0107648929727385e-6 -spar_N 4.0107648929727385e-6 -spare_N 8.021529785945477e-6 -spare_rib_N 4.0107648929727385e-6 -spareness_N 4.0107648929727385e-6 -sparer_N 4.0107648929727385e-6 -sparerib_N 4.0107648929727385e-6 -spareribs_N 4.0107648929727385e-6 -sparid_N 4.0107648929727385e-6 -spark_N 8.021529785945477e-6 -spark_plug_N 4.0107648929727385e-6 -sparking_plug_N 4.0107648929727385e-6 -sparkle_N 8.021529785945477e-6 -sparkler_N 4.0107648929727385e-6 -sparling_N 4.0107648929727385e-6 -sparring_N 4.0107648929727385e-6 -sparring_match_N 4.0107648929727385e-6 -sparring_partner_N 4.0107648929727385e-6 -sparrow_N 4.0107648929727385e-6 -sparseness_N 4.0107648929727385e-6 -sparsity_N 4.0107648929727385e-6 -spartanFem_N 4.0107648929727385e-6 -spartanMasc_N 4.0107648929727385e-6 -spasm_N 1.2032294678918217e-5 -spasmolysis_N 4.0107648929727385e-6 -spastic_N 4.0107648929727385e-6 -spasticity_N 4.0107648929727385e-6 -spat_N 4.0107648929727385e-6 -spatchcock_N 4.0107648929727385e-6 -spate_N 3.208611914378191e-5 -spathe_N 4.0107648929727385e-6 -spathiphyllum_N 4.0107648929727385e-6 -spatter_N 4.0107648929727385e-6 -spatterdock_N 4.0107648929727385e-6 -spatula_N 4.0107648929727385e-6 -spavin_N 4.0107648929727385e-6 -spawn_N 4.0107648929727385e-6 -spawner_N 4.0107648929727385e-6 -spaying_N 4.0107648929727385e-6 -speakeasy_N 4.0107648929727385e-6 -speaker_N 5.6150708501618345e-5 -speakerphone_N 4.0107648929727385e-6 -speakership_N 4.0107648929727385e-6 -speaking_N 4.0107648929727385e-6 -speaking_trumpet_N 4.0107648929727385e-6 -speaking_tube_N 4.0107648929727385e-6 -spear_N 4.0107648929727385e-6 -spearfish_N 4.0107648929727385e-6 -spearhead_N 8.021529785945477e-6 -spearmint_N 4.0107648929727385e-6 -spec_N 8.021529785945477e-6 -special_N 3.609688403675465e-5 -specialism_N 4.0107648929727385e-6 -specialist_N 4.371733733340285e-4 -speciality_N 8.021529785945477e-6 -specialization_N 1.2032294678918217e-5 -specialty_N 2.3262436379241887e-4 -speciation_N 4.0107648929727385e-6 -specie_N 4.0107648929727385e-6 -species_N 2.0053824464863696e-5 -specific_N 5.2139943608645604e-5 -specification_N 3.609688403675465e-5 -specificity_N 8.021529785945477e-6 -specifier_N 4.0107648929727385e-6 -specimen_N 8.021529785945477e-6 -speciousness_N 4.0107648929727385e-6 -speck_N 4.0107648929727385e-6 -speckle_N 4.0107648929727385e-6 -spectacle_N 1.2032294678918217e-5 -spectacles_N 4.0107648929727385e-6 -spectacular_N 4.0107648929727385e-6 -spectatorFem_N 4.0107648929727385e-6 -spectatorMasc_N 4.0107648929727385e-6 -spectinomycin_N 4.0107648929727385e-6 -spectre_N 4.0107648929727385e-6 -spectrogram_N 4.0107648929727385e-6 -spectrograph_N 4.0107648929727385e-6 -spectrophotometer_N 4.0107648929727385e-6 -spectroscope_N 4.0107648929727385e-6 -spectroscopy_N 4.0107648929727385e-6 -spectrum_N 2.8075354250809173e-5 -speculation_N 3.930549595113284e-4 -speculativeness_N 4.0107648929727385e-6 -speculatorFem_N 4.0107648929727385e-6 -speculatorMasc_N 4.0107648929727385e-6 -speculum_N 4.0107648929727385e-6 -speech_N 2.165813042205279e-4 -speech_day_N 4.0107648929727385e-6 -speechlessness_N 4.0107648929727385e-6 -speechwriter_N 4.0107648929727385e-6 -speed_N 1.8048442018377323e-4 -speed_cop_N 4.0107648929727385e-6 -speed_indicator_N 4.0107648929727385e-6 -speed_limit_N 4.0107648929727385e-6 -speed_up_N 4.0107648929727385e-6 -speedboat_N 4.0107648929727385e-6 -speeder_N 4.0107648929727385e-6 -speeding_N 8.021529785945477e-6 -speedometer_N 1.2032294678918217e-5 -speedskater_N 4.0107648929727385e-6 -speedway_N 8.021529785945477e-6 -speedwell_N 4.0107648929727385e-6 -spelaeologist_N 4.0107648929727385e-6 -spelaeology_N 4.0107648929727385e-6 -speleologist_N 4.0107648929727385e-6 -speleology_N 4.0107648929727385e-6 -spell_N 1.2032294678918217e-5 -spellbinder_N 4.0107648929727385e-6 -speller_N 4.0107648929727385e-6 -spelling_N 1.2032294678918217e-5 -spelt_N 4.0107648929727385e-6 -spelter_N 4.0107648929727385e-6 -spender_N 2.4064589357836434e-5 -spending_N 4.0107648929727385e-6 -spendthrift_N 8.021529785945477e-6 -sperm_N 8.021529785945477e-6 -sperm_whale_N 4.0107648929727385e-6 -spermaceti_N 4.0107648929727385e-6 -spermatid_N 4.0107648929727385e-6 -spermatocele_N 4.0107648929727385e-6 -spermatocyte_N 4.0107648929727385e-6 -spermatogenesis_N 4.0107648929727385e-6 -spermatophyte_N 4.0107648929727385e-6 -spermatozoon_N 4.0107648929727385e-6 -spermicide_N 4.0107648929727385e-6 -sphagnum_N 4.0107648929727385e-6 -sphenion_N 4.0107648929727385e-6 -sphere_N 1.6043059571890954e-5 -sphericity_N 4.0107648929727385e-6 -spherocyte_N 4.0107648929727385e-6 -spheroid_N 4.0107648929727385e-6 -spherometer_N 4.0107648929727385e-6 -spherule_N 4.0107648929727385e-6 -sphincter_N 4.0107648929727385e-6 -sphinx_N 4.0107648929727385e-6 -sphygmomanometer_N 4.0107648929727385e-6 -spic_N 4.0107648929727385e-6 -spiccato_N 4.0107648929727385e-6 -spice_N 1.2032294678918217e-5 -spicebush_N 4.0107648929727385e-6 -spicemill_N 4.0107648929727385e-6 -spiciness_N 4.0107648929727385e-6 -spicule_N 4.0107648929727385e-6 -spider_N 8.021529785945477e-6 -spiderflower_N 4.0107648929727385e-6 -spiderwort_N 4.0107648929727385e-6 -spiegeleisen_N 4.0107648929727385e-6 -spiel_N 4.0107648929727385e-6 -spiff_N 4.0107648929727385e-6 -spigot_N 8.021529785945477e-6 -spike_N 4.0107648929727385e-6 -spikemoss_N 4.0107648929727385e-6 -spikenard_N 4.0107648929727385e-6 -spill_N 9.2247592538373e-5 -spillage_N 4.0107648929727385e-6 -spillover_N 8.021529785945477e-6 -spillway_N 4.0107648929727385e-6 -spin_N 1.6043059571890954e-5 -spin_drier_N 4.0107648929727385e-6 -spin_off_N 4.0107648929727385e-6 -spinach_N 4.0107648929727385e-6 -spindle_N 4.0107648929727385e-6 -spindle_berry_N 4.0107648929727385e-6 -spindle_shanks_N 4.0107648929727385e-6 -spindle_tree_N 4.0107648929727385e-6 -spindlelegs_N 4.0107648929727385e-6 -spindrift_N 4.0107648929727385e-6 -spine_N 8.021529785945477e-6 -spinel_N 4.0107648929727385e-6 -spinelessness_N 4.0107648929727385e-6 -spinet_N 4.0107648929727385e-6 -spinnability_N 4.0107648929727385e-6 -spinnaker_N 4.0107648929727385e-6 -spinnbarkeit_N 4.0107648929727385e-6 -spinner_N 4.0107648929727385e-6 -spinney_N 4.0107648929727385e-6 -spinning_N 4.0107648929727385e-6 -spinning_wheel_N 4.0107648929727385e-6 -spinster_N 4.0107648929727385e-6 -spinsterhood_N 4.0107648929727385e-6 -spiracle_N 4.0107648929727385e-6 -spiral_N 2.8075354250809173e-5 -spire_N 1.2032294678918217e-5 -spirea_N 4.0107648929727385e-6 -spirillum_N 4.0107648929727385e-6 -spirit_N 2.2460283400647338e-4 -spirit_lamp_N 4.0107648929727385e-6 -spirit_level_N 4.0107648929727385e-6 -spirit_rapper_N 4.0107648929727385e-6 -spirit_stove_N 4.0107648929727385e-6 -spiritual_N 4.0107648929727385e-6 -spiritualism_N 4.0107648929727385e-6 -spiritualistFem_N 4.0107648929727385e-6 -spiritualistMasc_N 4.0107648929727385e-6 -spirituality_N 4.0107648929727385e-6 -spiritualization_N 4.0107648929727385e-6 -spiritualty_N 4.0107648929727385e-6 -spirochete_N 4.0107648929727385e-6 -spirogram_N 4.0107648929727385e-6 -spirograph_N 4.0107648929727385e-6 -spirogyra_N 4.0107648929727385e-6 -spirometer_N 4.0107648929727385e-6 -spirometry_N 4.0107648929727385e-6 -spironolactone_N 4.0107648929727385e-6 -spirt_N 4.0107648929727385e-6 -spirula_N 4.0107648929727385e-6 -spit_N 4.0107648929727385e-6 -spitball_N 4.0107648929727385e-6 -spite_N 4.0107648929727385e-6 -spitefulness_N 4.0107648929727385e-6 -spitfire_N 4.0107648929727385e-6 -spitter_N 4.0107648929727385e-6 -spitting_N 8.021529785945477e-6 -spittle_N 8.021529785945477e-6 -spittoon_N 4.0107648929727385e-6 -spitz_N 4.0107648929727385e-6 -spiv_N 4.0107648929727385e-6 -splash_N 4.0107648929727385e-6 -splashboard_N 4.0107648929727385e-6 -splashdown_N 4.0107648929727385e-6 -splasher_N 4.0107648929727385e-6 -splat_N 4.0107648929727385e-6 -splay_N 4.0107648929727385e-6 -splayfoot_N 4.0107648929727385e-6 -spleen_N 4.0107648929727385e-6 -spleenwort_N 4.0107648929727385e-6 -splendour_N 4.0107648929727385e-6 -splenectomy_N 4.0107648929727385e-6 -splenitis_N 4.0107648929727385e-6 -splenius_N 4.0107648929727385e-6 -splenomegaly_N 4.0107648929727385e-6 -splice_N 4.0107648929727385e-6 -splicer_N 4.0107648929727385e-6 -spline_N 4.0107648929727385e-6 -splint_N 8.021529785945477e-6 -splinter_N 8.021529785945477e-6 -split_N 1.644413606118823e-4 -splitsville_N 4.0107648929727385e-6 -splitter_N 4.0107648929727385e-6 -splodge_N 4.0107648929727385e-6 -splotch_N 4.0107648929727385e-6 -splurge_N 4.0107648929727385e-6 -splutter_N 4.0107648929727385e-6 -spode_N 4.0107648929727385e-6 -spodumene_N 4.0107648929727385e-6 -spoil_N 4.0107648929727385e-6 -spoilage_N 4.0107648929727385e-6 -spoiler_N 4.0107648929727385e-6 -spoilsport_N 4.0107648929727385e-6 -spoke_N 8.021529785945477e-6 -spokeshave_N 4.0107648929727385e-6 -spokesman_N 1.688532019941523e-3 -spokesperson_N 4.0107648929727385e-6 -spokeswoman_N 2.0053824464863696e-5 -spoliation_N 4.0107648929727385e-6 -spondee_N 4.0107648929727385e-6 -spondylarthritis_N 4.0107648929727385e-6 -spondylitis_N 4.0107648929727385e-6 -spondylolisthesis_N 4.0107648929727385e-6 -sponge_N 4.0107648929727385e-6 -sponge_cake_N 4.0107648929727385e-6 -spongefly_N 4.0107648929727385e-6 -sponger_N 4.0107648929727385e-6 -sponginess_N 4.0107648929727385e-6 -spongioblast_N 4.0107648929727385e-6 -sponsor_N 1.2032294678918216e-4 -sponsorship_N 1.6043059571890954e-5 -spontaneity_N 4.0107648929727385e-6 -spontaneousness_N 4.0107648929727385e-6 -spoof_N 4.0107648929727385e-6 -spook_N 1.6043059571890954e-5 -spool_N 4.0107648929727385e-6 -spoon_N 4.0107648929727385e-6 -spoonbill_N 4.0107648929727385e-6 -spoonerism_N 4.0107648929727385e-6 -spoonfeeding_N 4.0107648929727385e-6 -spoonful_N 8.021529785945477e-6 -spoor_N 4.0107648929727385e-6 -sporangiophore_N 4.0107648929727385e-6 -sporangium_N 4.0107648929727385e-6 -spore_N 8.021529785945477e-6 -sporocarp_N 4.0107648929727385e-6 -sporophore_N 4.0107648929727385e-6 -sporophyll_N 4.0107648929727385e-6 -sporophyte_N 4.0107648929727385e-6 -sporotrichosis_N 4.0107648929727385e-6 -sporozoan_N 4.0107648929727385e-6 -sporozoite_N 4.0107648929727385e-6 -sporran_N 4.0107648929727385e-6 -sport_N 3.5695807547457374e-4 -sportiveness_N 4.0107648929727385e-6 -sports_car_N 4.0107648929727385e-6 -sports_coat_N 4.0107648929727385e-6 -sports_editor_N 4.0107648929727385e-6 -sports_jacket_N 4.0107648929727385e-6 -sportscast_N 4.0107648929727385e-6 -sportsman_N 8.021529785945477e-6 -sportsmanship_N 4.0107648929727385e-6 -sportswear_N 4.0107648929727385e-6 -spot_N 2.5267818825728253e-4 -spotlessness_N 4.0107648929727385e-6 -spotlight_N 1.2032294678918217e-5 -spotter_N 4.0107648929727385e-6 -spouseFem_N 4.0107648929727385e-6 -spouseMasc_N 4.0107648929727385e-6 -spout_N 4.0107648929727385e-6 -spouter_N 4.0107648929727385e-6 -sprachgefuhl_N 4.0107648929727385e-6 -sprag_N 4.0107648929727385e-6 -sprain_N 4.0107648929727385e-6 -sprat_N 4.0107648929727385e-6 -sprawl_N 8.021529785945477e-6 -sprawler_N 4.0107648929727385e-6 -spray_N 2.4064589357836434e-5 -spray_gun_N 4.0107648929727385e-6 -sprayer_N 4.0107648929727385e-6 -spraying_N 4.0107648929727385e-6 -spread_N 1.9251671486269147e-4 -spread_over_N 4.0107648929727385e-6 -spreadeagle_N 4.0107648929727385e-6 -spreader_N 4.0107648929727385e-6 -spreadsheet_N 4.0107648929727385e-6 -sprechgesang_N 4.0107648929727385e-6 -spree_N 4.812917871567287e-5 -sprig_N 4.0107648929727385e-6 -sprightliness_N 4.0107648929727385e-6 -spring_N 3.930549595113284e-4 -spring_balance_N 4.0107648929727385e-6 -spring_clean_N 4.0107648929727385e-6 -spring_cleaning_N 4.0107648929727385e-6 -spring_gun_N 4.0107648929727385e-6 -spring_mattress_N 4.0107648929727385e-6 -springboard_N 4.0107648929727385e-6 -springbok_N 4.0107648929727385e-6 -springer_N 4.0107648929727385e-6 -springtide_N 4.0107648929727385e-6 -springtime_N 4.0107648929727385e-6 -sprinkle_N 4.0107648929727385e-6 -sprinkler_N 1.2032294678918217e-5 -sprinkling_N 4.0107648929727385e-6 -sprint_N 4.0107648929727385e-6 -sprinter_N 4.0107648929727385e-6 -sprit_N 4.0107648929727385e-6 -sprite_N 4.0107648929727385e-6 -sprites_N 4.0107648929727385e-6 -spritsail_N 4.0107648929727385e-6 -spritz_N 4.0107648929727385e-6 -spritzer_N 4.0107648929727385e-6 -sprocket_N 4.0107648929727385e-6 -sprocket_wheel_N 4.0107648929727385e-6 -sprog_N 4.0107648929727385e-6 -sprout_N 4.0107648929727385e-6 -spruce_N 4.0107648929727385e-6 -spruceness_N 4.0107648929727385e-6 -sprue_N 4.0107648929727385e-6 -spud_N 8.021529785945477e-6 -spume_N 4.0107648929727385e-6 -spunk_N 4.0107648929727385e-6 -spur_N 8.021529785945477e-6 -spurge_N 4.0107648929727385e-6 -spuriousness_N 4.0107648929727385e-6 -spurner_N 4.0107648929727385e-6 -spurt_N 3.208611914378191e-5 -sputnik_N 4.0107648929727385e-6 -sputter_N 4.0107648929727385e-6 -sputum_N 4.0107648929727385e-6 -spy_N 7.21937680735093e-5 -spy_hole_N 4.0107648929727385e-6 -spyglass_N 8.021529785945477e-6 -spying_N 4.0107648929727385e-6 -spymaster_N 4.0107648929727385e-6 -spyware_N 4.0107648929727385e-6 -squab_N 4.0107648929727385e-6 -squabble_N 1.6043059571890954e-5 -squabbler_N 4.0107648929727385e-6 -squad_N 3.208611914378191e-5 -squadron_N 1.2032294678918217e-5 -squall_N 8.021529785945477e-6 -squalor_N 8.021529785945477e-6 -squama_N 4.0107648929727385e-6 -squamule_N 4.0107648929727385e-6 -squandering_N 4.0107648929727385e-6 -squandermania_N 4.0107648929727385e-6 -square_N 4.812917871567287e-5 -square_bashing_N 4.0107648929727385e-6 -square_toes_N 4.0107648929727385e-6 -squareness_N 4.0107648929727385e-6 -squaretail_N 4.0107648929727385e-6 -squash_N 4.0107648929727385e-6 -squat_N 4.0107648929727385e-6 -squatness_N 4.0107648929727385e-6 -squatter_N 4.0107648929727385e-6 -squaw_N 4.0107648929727385e-6 -squawbush_N 4.0107648929727385e-6 -squawk_N 4.0107648929727385e-6 -squawker_N 4.0107648929727385e-6 -squeak_N 4.0107648929727385e-6 -squeaker_N 4.0107648929727385e-6 -squeal_N 4.0107648929727385e-6 -squealer_N 4.0107648929727385e-6 -squeamishness_N 4.0107648929727385e-6 -squeegee_N 4.0107648929727385e-6 -squeeze_N 8.422606275242751e-5 -squeezer_N 4.0107648929727385e-6 -squelch_N 4.0107648929727385e-6 -squib_N 4.0107648929727385e-6 -squid_N 4.0107648929727385e-6 -squiggle_N 4.0107648929727385e-6 -squill_N 4.0107648929727385e-6 -squilla_N 4.0107648929727385e-6 -squinch_N 4.0107648929727385e-6 -squint_N 4.0107648929727385e-6 -squinter_N 4.0107648929727385e-6 -squire_N 4.0107648929727385e-6 -squirearchy_N 4.0107648929727385e-6 -squirm_N 4.0107648929727385e-6 -squirrel_N 4.0107648929727385e-6 -squirrelfish_N 4.0107648929727385e-6 -squirt_N 4.0107648929727385e-6 -squish_N 4.0107648929727385e-6 -sri_lankan_N 4.0107648929727385e-6 -srn_N 4.0107648929727385e-6 -ss_N 4.0107648929727385e-6 -stab_N 8.021529785945477e-6 -stabber_N 4.0107648929727385e-6 -stabile_N 4.0107648929727385e-6 -stability_N 1.2834447657512763e-4 -stabilization_N 1.2032294678918217e-5 -stabilizer_N 4.0107648929727385e-6 -stable_N 1.6043059571890954e-5 -stable_companion_N 4.0107648929727385e-6 -stableboy_N 4.0107648929727385e-6 -stableman_N 4.0107648929727385e-6 -stablemate_N 4.0107648929727385e-6 -stabling_N 4.0107648929727385e-6 -stachyose_N 4.0107648929727385e-6 -stack_N 1.2032294678918217e-5 -stacker_N 4.0107648929727385e-6 -stacks_N 4.0107648929727385e-6 -stackup_N 4.0107648929727385e-6 -stacte_N 4.0107648929727385e-6 -staddle_N 4.0107648929727385e-6 -stadium_N 1.243337116821549e-4 -staff_N 5.574963201232107e-4 -staff_office_N 4.0107648929727385e-6 -stag_N 4.0107648929727385e-6 -stag_party_N 4.0107648929727385e-6 -stage_N 2.3262436379241887e-4 -stage_whisper_N 4.0107648929727385e-6 -stagecoach_N 4.0107648929727385e-6 -stagecraft_N 4.0107648929727385e-6 -stagehand_N 4.0107648929727385e-6 -stager_N 4.0107648929727385e-6 -stagflation_N 1.6043059571890954e-5 -stagger_N 4.0107648929727385e-6 -staggerbush_N 4.0107648929727385e-6 -staggerer_N 4.0107648929727385e-6 -staggers_N 4.0107648929727385e-6 -staghound_N 4.0107648929727385e-6 -staginess_N 4.0107648929727385e-6 -staging_N 2.0053824464863696e-5 -stagnancy_N 4.0107648929727385e-6 -stagnation_N 1.2032294678918217e-5 -staidness_N 4.0107648929727385e-6 -stain_N 8.021529785945477e-6 -stainability_N 4.0107648929727385e-6 -stainer_N 4.0107648929727385e-6 -staining_N 4.0107648929727385e-6 -stair_N 1.6043059571890954e-5 -stair_carpet_N 4.0107648929727385e-6 -stair_rod_N 4.0107648929727385e-6 -staircase_N 8.021529785945477e-6 -stairhead_N 4.0107648929727385e-6 -stairway_N 4.0107648929727385e-6 -stairwell_N 4.0107648929727385e-6 -stake_N 1.5882628976172045e-3 -stake_holder_N 4.0107648929727385e-6 -stakeholder_N 4.0107648929727385e-6 -stakeout_N 4.0107648929727385e-6 -stalactite_N 4.0107648929727385e-6 -stalagmite_N 4.0107648929727385e-6 -stalemate_N 1.6043059571890954e-5 -staleness_N 4.0107648929727385e-6 -stalk_N 4.0107648929727385e-6 -stalker_N 4.0107648929727385e-6 -stalking_horse_N 4.0107648929727385e-6 -stall_N 1.6043059571890954e-5 -stallion_N 8.021529785945477e-6 -stalwart_N 2.0053824464863696e-5 -stamen_N 4.0107648929727385e-6 -stamina_N 4.0107648929727385e-6 -stammel_N 4.0107648929727385e-6 -stammer_N 4.0107648929727385e-6 -stammerer_N 4.0107648929727385e-6 -stamp_N 2.8075354250809173e-5 -stamp_album_N 4.0107648929727385e-6 -stamp_collector_N 4.0107648929727385e-6 -stamp_dealer_N 4.0107648929727385e-6 -stamp_duty_N 4.0107648929727385e-6 -stampede_N 2.0053824464863696e-5 -stamper_N 4.0107648929727385e-6 -stamping_ground_N 4.0107648929727385e-6 -stance_N 9.625835743134574e-5 -stanchion_N 4.0107648929727385e-6 -stand_N 1.2032294678918216e-4 -stand_in_N 4.0107648929727385e-6 -stand_to_N 4.0107648929727385e-6 -standard_N 5.213994360864561e-4 -standard_bearer_N 4.0107648929727385e-6 -standardization_N 4.0107648929727385e-6 -standardizer_N 4.0107648929727385e-6 -standby_N 1.2032294678918217e-5 -standdown_N 4.0107648929727385e-6 -standee_N 4.0107648929727385e-6 -stander_N 4.0107648929727385e-6 -standing_N 8.823682764540025e-5 -standoffishness_N 4.0107648929727385e-6 -standpipe_N 4.0107648929727385e-6 -standpoint_N 3.208611914378191e-5 -standstill_N 2.4064589357836434e-5 -stanhope_N 4.0107648929727385e-6 -stanhopea_N 4.0107648929727385e-6 -stannite_N 4.0107648929727385e-6 -stanza_N 4.0107648929727385e-6 -stapedectomy_N 4.0107648929727385e-6 -stapelia_N 4.0107648929727385e-6 -stapes_N 4.0107648929727385e-6 -staphylococcus_N 4.0107648929727385e-6 -staple_N 1.2032294678918217e-5 -stapler_N 4.0107648929727385e-6 -stapling_machine_N 4.0107648929727385e-6 -star_N 1.2032294678918216e-4 -starboard_N 4.0107648929727385e-6 -starch_N 8.021529785945477e-6 -starches_N 4.0107648929727385e-6 -stardom_N 1.2032294678918217e-5 -stardust_N 4.0107648929727385e-6 -stare_N 8.021529785945477e-6 -starer_N 4.0107648929727385e-6 -starets_N 4.0107648929727385e-6 -starfish_N 4.0107648929727385e-6 -starflower_N 4.0107648929727385e-6 -stargazer_N 4.0107648929727385e-6 -stargazing_N 4.0107648929727385e-6 -starkness_N 4.0107648929727385e-6 -starlet_N 4.0107648929727385e-6 -starlight_N 4.0107648929727385e-6 -starling_N 4.0107648929727385e-6 -starship_N 4.0107648929727385e-6 -start_N 2.647104829362008e-4 -starter_1_N 8.021529785945477e-6 -starter_2_N 4.0107648929727385e-6 -starter_3_N 4.0107648929727385e-6 -starter_4_N 4.0107648929727385e-6 -starter_5_N 4.0107648929727385e-6 -starter_6_N 4.0107648929727385e-6 -starter_7_N 4.0107648929727385e-6 -starting_gate_N 4.0107648929727385e-6 -starting_point_N 4.0107648929727385e-6 -starting_post_N 4.0107648929727385e-6 -startle_N 4.0107648929727385e-6 -startup_N 4.0107648929727385e-6 -starvation_N 8.021529785945477e-6 -starveling_N 4.0107648929727385e-6 -stasis_N 4.0107648929727385e-6 -state_N 2.871707663368481e-3 -statecraft_N 4.0107648929727385e-6 -statehood_N 4.0107648929727385e-6 -statehouse_N 8.021529785945477e-6 -stateliness_N 4.0107648929727385e-6 -statement_N 9.104436307048118e-4 -stater_N 4.0107648929727385e-6 -stateroom_N 4.0107648929727385e-6 -statesman_N 1.2032294678918217e-5 -statesmanship_N 4.0107648929727385e-6 -stateswoman_N 4.0107648929727385e-6 -static_N 4.0107648929727385e-6 -statics_N 4.0107648929727385e-6 -station_N 4.893133169426742e-4 -station_waggon_N 4.0107648929727385e-6 -stationariness_N 4.0107648929727385e-6 -stationer_N 4.0107648929727385e-6 -stationery_N 1.6043059571890954e-5 -stationmaster_N 4.0107648929727385e-6 -statistic_N 8.021529785945477e-6 -statisticianFem_N 4.0107648929727385e-6 -statisticianMasc_N 4.0107648929727385e-6 -statistics_N 1.443875361470186e-4 -stator_N 4.0107648929727385e-6 -statuary_N 4.0107648929727385e-6 -statue_N 3.208611914378191e-5 -statuette_N 4.0107648929727385e-6 -stature_N 1.6043059571890954e-5 -status_N 1.6043059571890957e-4 -status_quo_N 1.6043059571890954e-5 -statute_N 9.625835743134574e-5 -statute_book_N 4.0107648929727385e-6 -staunchness_N 4.0107648929727385e-6 -staurikosaur_N 4.0107648929727385e-6 -stave_N 4.0107648929727385e-6 -stay_N 4.4118413822700127e-5 -stay_at_home_N 4.0107648929727385e-6 -stayer_N 4.0107648929727385e-6 -staysail_N 4.0107648929727385e-6 -stead_N 4.0107648929727385e-6 -steadfastness_N 4.0107648929727385e-6 -steadiness_N 8.021529785945477e-6 -steady_N 4.0107648929727385e-6 -steak_N 1.6043059571890954e-5 -steakhouse_N 4.0107648929727385e-6 -steal_N 4.0107648929727385e-6 -stealth_N 4.0107648929727385e-6 -steam_N 7.620453296648204e-5 -steam_boiler_N 4.0107648929727385e-6 -steam_coal_N 4.0107648929727385e-6 -steam_engine_N 4.0107648929727385e-6 -steam_heat_N 4.0107648929727385e-6 -steamboat_N 4.0107648929727385e-6 -steamer_N 4.0107648929727385e-6 -steamfitter_N 4.0107648929727385e-6 -steamroller_N 8.021529785945477e-6 -steamship_N 4.0107648929727385e-6 -stearin_N 4.0107648929727385e-6 -steatopygia_N 4.0107648929727385e-6 -steatorrhea_N 4.0107648929727385e-6 -steed_N 4.0107648929727385e-6 -steel_N 7.419915051999566e-4 -steelmaker_N 8.021529785945477e-6 -steelworks_N 4.0107648929727385e-6 -steelyard_N 4.0107648929727385e-6 -steenbok_N 4.0107648929727385e-6 -steep_N 4.0107648929727385e-6 -steeper_N 4.0107648929727385e-6 -steeple_N 4.0107648929727385e-6 -steeplechase_N 4.0107648929727385e-6 -steeplechaser_N 4.0107648929727385e-6 -steeplejack_N 4.0107648929727385e-6 -steepness_N 4.0107648929727385e-6 -steer_N 4.0107648929727385e-6 -steerage_N 4.0107648929727385e-6 -steerageway_N 4.0107648929727385e-6 -steering_N 4.0107648929727385e-6 -steering_gear_N 4.0107648929727385e-6 -steering_wheel_N 4.0107648929727385e-6 -steersman_N 4.0107648929727385e-6 -stegosaur_N 4.0107648929727385e-6 -stele_N 4.0107648929727385e-6 -stelis_N 4.0107648929727385e-6 -stem_N 2.0053824464863696e-5 -stemma_N 4.0107648929727385e-6 -stemmatology_N 4.0107648929727385e-6 -stemmer_N 4.0107648929727385e-6 -stench_N 8.021529785945477e-6 -stencil_N 4.0107648929727385e-6 -stenograph_N 4.0107648929727385e-6 -stenographer_N 4.0107648929727385e-6 -stenography_N 4.0107648929727385e-6 -stenopterygius_N 4.0107648929727385e-6 -stenosis_N 4.0107648929727385e-6 -stent_N 4.0107648929727385e-6 -stentor_N 4.0107648929727385e-6 -step_N 5.895824392669926e-4 -stepbrother_N 4.0107648929727385e-6 -stepchild_N 8.021529785945477e-6 -stepdaughter_N 4.0107648929727385e-6 -stepfather_N 4.0107648929727385e-6 -stephanion_N 4.0107648929727385e-6 -stephanotis_N 4.0107648929727385e-6 -stepladder_N 4.0107648929727385e-6 -stepmother_N 8.021529785945477e-6 -stepparent_N 4.0107648929727385e-6 -steppe_N 4.0107648929727385e-6 -stepper_N 4.0107648929727385e-6 -stepping_stone_N 4.0107648929727385e-6 -steprelationship_N 4.0107648929727385e-6 -steps_N 4.0107648929727385e-6 -stepsister_N 4.0107648929727385e-6 -stepson_N 4.0107648929727385e-6 -steradian_N 4.0107648929727385e-6 -sterculia_N 4.0107648929727385e-6 -stereo_N 2.8075354250809173e-5 -stereoscope_N 4.0107648929727385e-6 -stereotype_N 1.2032294678918217e-5 -sterility_N 8.021529785945477e-6 -sterilization_N 8.021529785945477e-6 -sterling_N 1.564198308259368e-4 -stern_N 4.0107648929727385e-6 -sternness_N 4.0107648929727385e-6 -sternocleidomastoid_N 4.0107648929727385e-6 -sternpost_N 4.0107648929727385e-6 -sternum_N 4.0107648929727385e-6 -sternutator_N 4.0107648929727385e-6 -sternwheeler_N 4.0107648929727385e-6 -steroid_N 4.0107648929727385e-6 -sterol_N 4.0107648929727385e-6 -stethoscope_N 4.0107648929727385e-6 -stetson_N 4.0107648929727385e-6 -stevedore_N 4.0107648929727385e-6 -stevia_N 4.0107648929727385e-6 -stew_N 8.021529785945477e-6 -steward_N 8.021529785945477e-6 -stewardess_N 4.0107648929727385e-6 -stewardship_N 8.021529785945477e-6 -stewing_N 4.0107648929727385e-6 -sthene_N 4.0107648929727385e-6 -stibnite_N 4.0107648929727385e-6 -stick_N 8.021529785945477e-6 -stick_in_the_mud_N 4.0107648929727385e-6 -stick_up_N 4.0107648929727385e-6 -stickball_N 4.0107648929727385e-6 -sticker_N 2.4064589357836434e-5 -stickiness_N 8.021529785945477e-6 -sticking_plaster_N 4.0107648929727385e-6 -stickleback_N 4.0107648929727385e-6 -stickler_N 8.021529785945477e-6 -stickpin_N 4.0107648929727385e-6 -sticktight_N 4.0107648929727385e-6 -stickweed_N 4.0107648929727385e-6 -stiff_N 8.021529785945477e-6 -stiffener_N 4.0107648929727385e-6 -stiffening_N 4.0107648929727385e-6 -stiffness_N 4.0107648929727385e-6 -stifle_N 4.0107648929727385e-6 -stifler_N 4.0107648929727385e-6 -stigma_N 2.4064589357836434e-5 -stigmata_N 4.0107648929727385e-6 -stigmatic_N 4.0107648929727385e-6 -stigmatism_N 4.0107648929727385e-6 -stigmatization_N 4.0107648929727385e-6 -stile_N 4.0107648929727385e-6 -stiletto_N 4.0107648929727385e-6 -still_N 4.0107648929727385e-6 -still_life_N 4.0107648929727385e-6 -still_room_N 4.0107648929727385e-6 -stillbirth_N 4.0107648929727385e-6 -stillness_N 4.0107648929727385e-6 -stillroom_N 4.0107648929727385e-6 -stilt_N 8.021529785945477e-6 -stilton_N 4.0107648929727385e-6 -stimulant_N 8.021529785945477e-6 -stimulation_N 1.2032294678918217e-5 -stimulus_N 1.6043059571890954e-5 -sting_N 4.0107648929727385e-6 -stinger_N 4.0107648929727385e-6 -stinginess_N 4.0107648929727385e-6 -stingray_N 8.021529785945477e-6 -stink_N 4.0107648929727385e-6 -stinker_N 4.0107648929727385e-6 -stinkhorn_N 4.0107648929727385e-6 -stint_N 1.6043059571890954e-5 -stinter_N 4.0107648929727385e-6 -stipe_N 4.0107648929727385e-6 -stipend_N 8.021529785945477e-6 -stipendiary_N 4.0107648929727385e-6 -stippler_N 4.0107648929727385e-6 -stipulation_N 8.021529785945477e-6 -stipule_N 4.0107648929727385e-6 -stir_N 4.0107648929727385e-6 -stirk_N 4.0107648929727385e-6 -stirrer_N 4.0107648929727385e-6 -stirring_N 4.0107648929727385e-6 -stirrup_N 8.021529785945477e-6 -stirrup_cup_N 4.0107648929727385e-6 -stitch_N 8.021529785945477e-6 -stitcher_N 4.0107648929727385e-6 -stitchwort_N 4.0107648929727385e-6 -stoat_N 4.0107648929727385e-6 -stob_N 4.0107648929727385e-6 -stock_N 1.0187342828150757e-2 -stock_cube_N 4.0107648929727385e-6 -stock_farmer_N 4.0107648929727385e-6 -stock_in_trade_N 4.0107648929727385e-6 -stock_list_N 4.0107648929727385e-6 -stockade_N 4.0107648929727385e-6 -stockbreeder_N 4.0107648929727385e-6 -stockbroker_N 5.6150708501618345e-5 -stockcar_N 4.0107648929727385e-6 -stocker_N 4.0107648929727385e-6 -stockfish_N 4.0107648929727385e-6 -stockholder_N 1.1230141700323669e-4 -stockholding_N 1.6043059571890954e-5 -stockinet_N 4.0107648929727385e-6 -stockinette_N 4.0107648929727385e-6 -stocking_N 8.021529785945477e-6 -stockist_N 4.0107648929727385e-6 -stockjobber_N 4.0107648929727385e-6 -stockman_N 4.0107648929727385e-6 -stockpile_N 3.208611914378191e-5 -stockpiling_N 8.021529785945477e-6 -stockpot_N 4.0107648929727385e-6 -stockroom_N 8.021529785945477e-6 -stocks_N 4.0107648929727385e-6 -stocktake_N 4.0107648929727385e-6 -stocktaker_N 4.0107648929727385e-6 -stocktaking_N 4.0107648929727385e-6 -stockyard_N 8.021529785945477e-6 -stodge_N 4.0107648929727385e-6 -stodginess_N 4.0107648929727385e-6 -stoep_N 4.0107648929727385e-6 -stogy_N 4.0107648929727385e-6 -stoic_N 4.0107648929727385e-6 -stoichiometry_N 4.0107648929727385e-6 -stoicism_N 4.0107648929727385e-6 -stokehold_N 4.0107648929727385e-6 -stokehole_N 4.0107648929727385e-6 -stoker_N 4.0107648929727385e-6 -stole_N 4.0107648929727385e-6 -stolidity_N 4.0107648929727385e-6 -stolidness_N 4.0107648929727385e-6 -stolon_N 4.0107648929727385e-6 -stoma_N 4.0107648929727385e-6 -stomach_N 2.0053824464863696e-5 -stomach_ache_N 4.0107648929727385e-6 -stomach_pump_N 4.0107648929727385e-6 -stomachache_N 4.0107648929727385e-6 -stomacher_N 4.0107648929727385e-6 -stomatitis_N 4.0107648929727385e-6 -stomatopod_N 4.0107648929727385e-6 -stomp_N 4.0107648929727385e-6 -stone_N 7.620453296648204e-5 -stone_fruit_N 4.0107648929727385e-6 -stone_pit_N 4.0107648929727385e-6 -stonebreaker_N 4.0107648929727385e-6 -stonechat_N 4.0107648929727385e-6 -stonecress_N 4.0107648929727385e-6 -stonecrop_N 4.0107648929727385e-6 -stonecutter_N 4.0107648929727385e-6 -stonefish_N 4.0107648929727385e-6 -stonefly_N 4.0107648929727385e-6 -stonemason_N 1.2032294678918217e-5 -stoner_N 4.0107648929727385e-6 -stonewaller_N 4.0107648929727385e-6 -stonewalling_N 4.0107648929727385e-6 -stoneware_N 4.0107648929727385e-6 -stonework_N 8.021529785945477e-6 -stonewort_N 4.0107648929727385e-6 -stoning_N 4.0107648929727385e-6 -stooge_N 8.021529785945477e-6 -stool_N 8.021529785945477e-6 -stoop_N 4.0107648929727385e-6 -stooper_N 4.0107648929727385e-6 -stop_N 1.2032294678918216e-4 -stopcock_N 4.0107648929727385e-6 -stopgap_N 1.6043059571890954e-5 -stoplight_N 4.0107648929727385e-6 -stopover_N 8.021529785945477e-6 -stoppage_N 2.4064589357836434e-5 -stopper_N 2.0053824464863696e-5 -stopping_N 8.021529785945477e-6 -stopwatch_N 4.0107648929727385e-6 -storage_N 1.443875361470186e-4 -storax_N 4.0107648929727385e-6 -store_N 9.665943392064301e-4 -storehouse_N 4.0107648929727385e-6 -storeroom_N 8.021529785945477e-6 -storey_N 4.0107648929727385e-6 -stork_N 4.0107648929727385e-6 -storksbill_N 4.0107648929727385e-6 -storm_N 1.1631218189620943e-4 -storm_centre_N 4.0107648929727385e-6 -storm_cloud_N 4.0107648929727385e-6 -storm_cone_N 4.0107648929727385e-6 -storm_lantern_N 4.0107648929727385e-6 -storm_signal_N 4.0107648929727385e-6 -storm_trooper_N 4.0107648929727385e-6 -storminess_N 4.0107648929727385e-6 -story_N 4.933240818356468e-4 -storybook_N 4.0107648929727385e-6 -storyline_N 4.0107648929727385e-6 -storyteller_N 4.0107648929727385e-6 -stotinka_N 4.0107648929727385e-6 -stoup_N 4.0107648929727385e-6 -stout_N 4.0107648929727385e-6 -stoutheartedness_N 4.0107648929727385e-6 -stoutness_N 4.0107648929727385e-6 -stove_N 8.021529785945477e-6 -stovepipe_N 4.0107648929727385e-6 -stovepiping_N 4.0107648929727385e-6 -stover_N 4.0107648929727385e-6 -stowage_N 4.0107648929727385e-6 -stowaway_N 8.021529785945477e-6 -strabismus_N 4.0107648929727385e-6 -strabotomy_N 4.0107648929727385e-6 -straddle_N 4.0107648929727385e-6 -strafe_N 4.0107648929727385e-6 -strafer_N 4.0107648929727385e-6 -straggle_N 4.0107648929727385e-6 -straggler_N 4.0107648929727385e-6 -straight_N 4.0107648929727385e-6 -straightaway_N 4.0107648929727385e-6 -straightedge_N 4.0107648929727385e-6 -straightener_N 4.0107648929727385e-6 -straightness_N 4.0107648929727385e-6 -strain_N 7.620453296648204e-5 -strainer_N 8.021529785945477e-6 -strait_N 8.021529785945477e-6 -straitjacket_N 8.021529785945477e-6 -strand_N 4.0107648929727385e-6 -strangeness_N 8.021529785945477e-6 -stranger_N 2.8075354250809173e-5 -stranglehold_N 4.0107648929727385e-6 -strangler_N 4.0107648929727385e-6 -strangulation_N 4.0107648929727385e-6 -strap_N 4.0107648929727385e-6 -straphanger_N 4.0107648929727385e-6 -strapless_N 4.0107648929727385e-6 -strappado_N 4.0107648929727385e-6 -strapping_N 4.0107648929727385e-6 -stratagem_N 8.021529785945477e-6 -strategics_N 4.0107648929727385e-6 -strategist_N 1.4839830103999133e-4 -strategy_N 8.422606275242751e-4 -stratification_N 4.0107648929727385e-6 -stratigraphy_N 4.0107648929727385e-6 -stratosphere_N 8.021529785945477e-6 -stratum_N 4.0107648929727385e-6 -stratus_N 4.0107648929727385e-6 -straw_N 4.0107648929727385e-6 -strawberry_N 8.021529785945477e-6 -strawboard_N 4.0107648929727385e-6 -strawflower_N 4.0107648929727385e-6 -strawworm_N 4.0107648929727385e-6 -stray_N 4.0107648929727385e-6 -streak_N 2.8075354250809173e-5 -streaker_N 4.0107648929727385e-6 -stream_N 5.6150708501618345e-5 -streambed_N 4.0107648929727385e-6 -streamer_N 4.0107648929727385e-6 -streamlet_N 4.0107648929727385e-6 -streamliner_N 4.0107648929727385e-6 -street_N 2.887750722940372e-4 -street_girl_N 4.0107648929727385e-6 -street_urchin_N 4.0107648929727385e-6 -streetcar_N 4.0107648929727385e-6 -streetlight_N 4.0107648929727385e-6 -streetwalker_N 4.0107648929727385e-6 -strength_N 3.7701189993943744e-4 -strengthener_N 4.0107648929727385e-6 -strengthening_N 4.0107648929727385e-6 -strenuousness_N 4.0107648929727385e-6 -streptobacillus_N 4.0107648929727385e-6 -streptocarpus_N 4.0107648929727385e-6 -streptococcus_N 4.0107648929727385e-6 -streptodornase_N 4.0107648929727385e-6 -streptokinase_N 4.0107648929727385e-6 -streptolysin_N 4.0107648929727385e-6 -streptomyces_N 4.0107648929727385e-6 -streptomycin_N 4.0107648929727385e-6 -streptothricin_N 4.0107648929727385e-6 -stress_N 9.625835743134574e-5 -stress_mark_N 4.0107648929727385e-6 -stressor_N 4.0107648929727385e-6 -stretch_N 7.620453296648204e-5 -stretcher_N 4.0107648929727385e-6 -stretcher_bearer_N 4.0107648929727385e-6 -stretcher_party_N 4.0107648929727385e-6 -stretching_N 4.0107648929727385e-6 -streusel_N 4.0107648929727385e-6 -stria_N 4.0107648929727385e-6 -strickle_N 4.0107648929727385e-6 -strictness_N 4.0107648929727385e-6 -stricture_N 4.0107648929727385e-6 -stride_N 1.6043059571890954e-5 -strider_N 4.0107648929727385e-6 -stridor_N 4.0107648929727385e-6 -stridulation_N 4.0107648929727385e-6 -strife_N 1.2032294678918217e-5 -strike_1_N 4.0107648929727385e-6 -strike_2_N 4.0107648929727385e-6 -strike_leader_N 4.0107648929727385e-6 -strike_pay_N 4.0107648929727385e-6 -strikebreaker_N 4.0107648929727385e-6 -strikebreaking_N 4.0107648929727385e-6 -strikeout_N 4.0107648929727385e-6 -striker_N 2.0053824464863696e-5 -string_N 9.2247592538373e-5 -stringency_N 4.0107648929727385e-6 -stringer_N 4.0107648929727385e-6 -stringybark_N 4.0107648929727385e-6 -strip_N 1.0026912232431847e-4 -strip_lighting_N 4.0107648929727385e-6 -strip_poker_N 4.0107648929727385e-6 -strip_show_N 4.0107648929727385e-6 -stripe_N 2.8075354250809173e-5 -striper_N 4.0107648929727385e-6 -striping_N 4.0107648929727385e-6 -stripling_N 4.0107648929727385e-6 -stripper_N 4.0107648929727385e-6 -striptease_N 4.0107648929727385e-6 -striver_N 4.0107648929727385e-6 -striving_N 4.0107648929727385e-6 -stroboscope_N 4.0107648929727385e-6 -stroke_N 4.4118413822700127e-5 -stroll_N 4.0107648929727385e-6 -stroller_N 4.0107648929727385e-6 -stroma_N 4.0107648929727385e-6 -strongbox_N 4.0107648929727385e-6 -stronghold_N 1.2032294678918217e-5 -strongman_N 4.0107648929727385e-6 -strongroom_N 4.0107648929727385e-6 -strontianite_N 4.0107648929727385e-6 -strontium_N 4.0107648929727385e-6 -strop_N 4.0107648929727385e-6 -strophanthin_N 4.0107648929727385e-6 -strophanthus_N 4.0107648929727385e-6 -strophe_N 4.0107648929727385e-6 -structuralism_N 4.0107648929727385e-6 -structure_N 3.52947310581601e-4 -strudel_N 4.0107648929727385e-6 -struggle_N 9.625835743134574e-5 -struggler_N 4.0107648929727385e-6 -strum_N 4.0107648929727385e-6 -strumpet_N 4.0107648929727385e-6 -strut_N 4.0107648929727385e-6 -struthiomimus_N 4.0107648929727385e-6 -strychnine_N 4.0107648929727385e-6 -stub_N 1.2032294678918217e-5 -stubble_N 4.0107648929727385e-6 -stubbornness_N 4.0107648929727385e-6 -stucco_N 8.021529785945477e-6 -stud_N 4.0107648929727385e-6 -stud_farm_N 4.0107648929727385e-6 -stud_mare_N 4.0107648929727385e-6 -studbook_N 4.0107648929727385e-6 -studentFem_N 4.0107648929727385e-6 -studentMasc_N 4.0107648929727385e-6 -studentship_N 4.0107648929727385e-6 -studio_N 2.8075354250809174e-4 -studiousness_N 8.021529785945477e-6 -study_N 6.497439126615837e-4 -stuff_N 1.1631218189620943e-4 -stuffer_N 4.0107648929727385e-6 -stuffiness_N 4.0107648929727385e-6 -stuffing_N 4.0107648929727385e-6 -stultification_N 4.0107648929727385e-6 -stumble_N 8.021529785945477e-6 -stumblebum_N 4.0107648929727385e-6 -stumbler_N 4.0107648929727385e-6 -stumbling_block_N 4.0107648929727385e-6 -stump_N 8.021529785945477e-6 -stumper_N 4.0107648929727385e-6 -stumping_N 4.0107648929727385e-6 -stunner_N 4.0107648929727385e-6 -stunt_N 1.6043059571890954e-5 -stupa_N 4.0107648929727385e-6 -stupefaction_N 4.0107648929727385e-6 -stupid_N 4.0107648929727385e-6 -stupidity_N 4.0107648929727385e-6 -stupor_N 4.0107648929727385e-6 -sturdiness_N 4.0107648929727385e-6 -sturgeon_N 4.0107648929727385e-6 -stutter_N 8.021529785945477e-6 -stutterer_N 4.0107648929727385e-6 -sty_N 4.0107648929727385e-6 -stye_N 4.0107648929727385e-6 -style_N 2.7273201272214623e-4 -stylet_N 4.0107648929727385e-6 -stylishness_N 4.0107648929727385e-6 -stylist_N 8.021529785945477e-6 -stylite_N 4.0107648929727385e-6 -stylization_N 4.0107648929727385e-6 -stylopodium_N 4.0107648929727385e-6 -stylus_N 4.0107648929727385e-6 -stymie_N 4.0107648929727385e-6 -styptic_N 4.0107648929727385e-6 -styracosaur_N 4.0107648929727385e-6 -styrax_N 4.0107648929727385e-6 -styrene_N 4.0107648929727385e-6 -suasion_N 4.0107648929727385e-6 -suavity_N 4.0107648929727385e-6 -sub_N 1.6043059571890954e-5 -subaltern_N 4.0107648929727385e-6 -subbase_N 4.0107648929727385e-6 -subbing_N 4.0107648929727385e-6 -subclass_N 4.0107648929727385e-6 -subcommittee_N 1.7246289039782778e-4 -subcompact_N 4.0107648929727385e-6 -subconscious_N 8.021529785945477e-6 -subconsciousness_N 4.0107648929727385e-6 -subcontinent_N 4.0107648929727385e-6 -subcontract_N 4.0107648929727385e-6 -subcontractor_N 3.208611914378191e-5 -subculture_N 4.0107648929727385e-6 -subdeacon_N 4.0107648929727385e-6 -subdirectory_N 4.0107648929727385e-6 -subdivider_N 4.0107648929727385e-6 -subdivision_N 4.0107648929727385e-6 -subdominant_N 4.0107648929727385e-6 -subduction_N 4.0107648929727385e-6 -subduer_N 4.0107648929727385e-6 -subeditor_N 4.0107648929727385e-6 -subfamily_N 4.0107648929727385e-6 -subfigure_N 4.0107648929727385e-6 -subgenus_N 4.0107648929727385e-6 -subgroup_N 1.6043059571890954e-5 -subheading_N 4.0107648929727385e-6 -subject_N 2.687212478291735e-4 -subjection_N 4.0107648929727385e-6 -subjectivism_N 4.0107648929727385e-6 -subjectivist_N 4.0107648929727385e-6 -subjectivity_N 4.0107648929727385e-6 -subjugation_N 4.0107648929727385e-6 -subjugator_N 4.0107648929727385e-6 -subjunctive_N 4.0107648929727385e-6 -subkingdom_N 4.0107648929727385e-6 -sublease_N 4.0107648929727385e-6 -sublieutenant_N 4.0107648929727385e-6 -sublimate_N 4.0107648929727385e-6 -sublimation_N 4.0107648929727385e-6 -sublime_N 4.0107648929727385e-6 -sublimity_N 4.0107648929727385e-6 -subluxation_N 4.0107648929727385e-6 -submarine_N 1.6043059571890954e-5 -submariner_N 4.0107648929727385e-6 -submediant_N 4.0107648929727385e-6 -submergence_N 4.0107648929727385e-6 -submersible_N 4.0107648929727385e-6 -submersion_N 4.0107648929727385e-6 -submission_N 1.2032294678918217e-5 -submissiveness_N 4.0107648929727385e-6 -submitter_N 4.0107648929727385e-6 -submucosa_N 4.0107648929727385e-6 -subnormal_N 4.0107648929727385e-6 -subnormality_N 4.0107648929727385e-6 -suborder_N 4.0107648929727385e-6 -subordinate_N 2.8075354250809173e-5 -subordinateness_N 4.0107648929727385e-6 -subordination_N 4.0107648929727385e-6 -subornation_N 4.0107648929727385e-6 -subpart_N 4.0107648929727385e-6 -subphylum_N 4.0107648929727385e-6 -subpoena_N 2.8075354250809173e-5 -subpopulation_N 4.0107648929727385e-6 -subrogation_N 4.0107648929727385e-6 -subscriber_N 1.6043059571890957e-4 -subscript_N 4.0107648929727385e-6 -subscription_N 5.6150708501618345e-5 -subsection_N 4.0107648929727385e-6 -subservience_N 4.0107648929727385e-6 -subset_N 4.0107648929727385e-6 -subshrub_N 4.0107648929727385e-6 -subsidence_N 1.2032294678918217e-5 -subsidiary_N 8.984113360258935e-4 -subsidization_N 8.021529785945477e-6 -subsidizer_N 4.0107648929727385e-6 -subsidy_N 2.1257053932755517e-4 -subsistence_N 8.021529785945477e-6 -subsoil_N 4.0107648929727385e-6 -subspace_N 4.0107648929727385e-6 -subspecies_N 4.0107648929727385e-6 -substance_N 8.422606275242751e-5 -substantiality_N 4.0107648929727385e-6 -substantiation_N 4.0107648929727385e-6 -substantive_N 4.0107648929727385e-6 -substation_N 8.021529785945477e-6 -substitute_N 6.417223828756382e-5 -substitution_N 8.021529785945477e-6 -substrate_N 4.0107648929727385e-6 -substratum_N 4.0107648929727385e-6 -substring_N 4.0107648929727385e-6 -substructure_N 4.0107648929727385e-6 -subsumption_N 4.0107648929727385e-6 -subsystem_N 4.0107648929727385e-6 -subterfuge_N 8.021529785945477e-6 -subthalamus_N 4.0107648929727385e-6 -subtilin_N 4.0107648929727385e-6 -subtitle_N 8.021529785945477e-6 -subtlety_N 8.021529785945477e-6 -subtonic_N 4.0107648929727385e-6 -subtopia_N 4.0107648929727385e-6 -subtotal_N 4.0107648929727385e-6 -subtracter_N 4.0107648929727385e-6 -subtraction_N 8.021529785945477e-6 -subtrahend_N 4.0107648929727385e-6 -subtreasury_N 4.0107648929727385e-6 -subtropics_N 4.0107648929727385e-6 -suburb_N 5.2139943608645604e-5 -suburbanite_N 4.0107648929727385e-6 -suburbia_N 8.021529785945477e-6 -subvention_N 4.0107648929727385e-6 -subversion_N 4.0107648929727385e-6 -subversive_N 8.021529785945477e-6 -subvocalizer_N 4.0107648929727385e-6 -subway_N 3.609688403675465e-5 -subwoofer_N 4.0107648929727385e-6 -succedaneum_N 4.0107648929727385e-6 -success_N 3.7701189993943744e-4 -succession_N 4.010764892972739e-5 -successor_N 1.6845212550485502e-4 -succinctness_N 4.0107648929727385e-6 -succinylcholine_N 4.0107648929727385e-6 -succorer_N 4.0107648929727385e-6 -succotash_N 4.0107648929727385e-6 -succour_N 4.0107648929727385e-6 -succubus_N 4.0107648929727385e-6 -succulence_N 4.0107648929727385e-6 -succulent_N 4.0107648929727385e-6 -succussion_N 4.0107648929727385e-6 -suck_N 4.0107648929727385e-6 -suckerFem_N 4.0107648929727385e-6 -suckerMasc_N 4.0107648929727385e-6 -sucking_N 4.0107648929727385e-6 -sucking_pig_N 4.0107648929727385e-6 -suckling_N 4.0107648929727385e-6 -sucralfate_N 4.0107648929727385e-6 -sucre_N 4.0107648929727385e-6 -sucrose_N 4.0107648929727385e-6 -suction_N 4.0107648929727385e-6 -sudanese_N 4.0107648929727385e-6 -sudatorium_N 4.0107648929727385e-6 -sudden_N 4.0107648929727385e-6 -suddenness_N 4.0107648929727385e-6 -sudoku_N 4.0107648929727385e-6 -sudorific_N 4.0107648929727385e-6 -sudra_N 4.0107648929727385e-6 -suds_N 4.0107648929727385e-6 -suede_N 4.0107648929727385e-6 -suer_N 4.0107648929727385e-6 -suet_N 4.0107648929727385e-6 -sufferance_N 4.0107648929727385e-6 -sufferer_N 4.0107648929727385e-6 -suffering_N 3.208611914378191e-5 -sufficiency_N 1.2032294678918217e-5 -suffix_N 4.0107648929727385e-6 -suffixation_N 4.0107648929727385e-6 -suffocation_N 4.0107648929727385e-6 -suffragan_N 4.0107648929727385e-6 -suffrage_N 4.0107648929727385e-6 -suffragette_N 4.0107648929727385e-6 -suffragism_N 4.0107648929727385e-6 -suffragist_N 4.0107648929727385e-6 -suffusion_N 4.0107648929727385e-6 -sugar_N 2.1257053932755517e-4 -sugar_beet_N 4.0107648929727385e-6 -sugar_candy_N 4.0107648929727385e-6 -sugar_cane_N 4.0107648929727385e-6 -sugar_daddy_N 4.0107648929727385e-6 -sugar_loaf_N 4.0107648929727385e-6 -sugar_refinery_N 4.0107648929727385e-6 -sugarberry_N 4.0107648929727385e-6 -sugarcane_N 4.0107648929727385e-6 -sugariness_N 4.0107648929727385e-6 -sugarloaf_N 4.0107648929727385e-6 -sugarlump_N 4.0107648929727385e-6 -sugarplum_N 4.0107648929727385e-6 -suggester_N 4.0107648929727385e-6 -suggestibility_N 4.0107648929727385e-6 -suggestion_N 1.1631218189620943e-4 -suicide_N 1.6043059571890954e-5 -suit_N 9.625835743134573e-4 -suitability_N 4.0107648929727385e-6 -suitableness_N 4.0107648929727385e-6 -suitcase_N 4.0107648929727385e-6 -suite_N 4.4118413822700127e-5 -suiting_N 4.0107648929727385e-6 -suitor_N 1.2032294678918216e-4 -sukiyaki_N 4.0107648929727385e-6 -suksdorfia_N 4.0107648929727385e-6 -sulcus_N 4.0107648929727385e-6 -sulfacetamide_N 4.0107648929727385e-6 -sulfadiazine_N 4.0107648929727385e-6 -sulfamethazine_N 4.0107648929727385e-6 -sulfamethoxazole_N 4.0107648929727385e-6 -sulfanilamide_N 4.0107648929727385e-6 -sulfapyridine_N 4.0107648929727385e-6 -sulfate_N 4.0107648929727385e-6 -sulfide_N 4.0107648929727385e-6 -sulfisoxazole_N 4.0107648929727385e-6 -sulfonate_N 4.0107648929727385e-6 -sulfonylurea_N 4.0107648929727385e-6 -sulfur_N 4.0107648929727385e-6 -sulindac_N 4.0107648929727385e-6 -sulk_N 4.0107648929727385e-6 -sulkiness_N 4.0107648929727385e-6 -sulky_N 4.0107648929727385e-6 -sullenness_N 4.0107648929727385e-6 -sulpha_N 4.0107648929727385e-6 -sulphate_N 4.0107648929727385e-6 -sulphide_N 4.0107648929727385e-6 -sulphur_N 4.0107648929727385e-6 -sultan_N 8.021529785945477e-6 -sultana_N 4.0107648929727385e-6 -sultanate_N 4.0107648929727385e-6 -sultriness_N 4.0107648929727385e-6 -sum_N 1.0026912232431847e-4 -sumac_N 4.0107648929727385e-6 -sumach_N 4.0107648929727385e-6 -sumatran_N 4.0107648929727385e-6 -summarization_N 4.0107648929727385e-6 -summary_N 3.609688403675465e-5 -summation_N 4.0107648929727385e-6 -summer_N 4.933240818356468e-4 -summercaters_N 4.0107648929727385e-6 -summerhouse_N 4.0107648929727385e-6 -summertime_N 4.0107648929727385e-6 -summing_up_N 4.0107648929727385e-6 -summit_N 8.823682764540025e-5 -summons_N 8.021529785945477e-6 -sumo_N 4.0107648929727385e-6 -sump_N 4.0107648929727385e-6 -sumpsimus_N 4.0107648929727385e-6 -sumpter_N 4.0107648929727385e-6 -sumptuousness_N 4.0107648929727385e-6 -sun_N 4.812917871567287e-5 -sun_god_N 4.0107648929727385e-6 -sun_helmet_N 4.0107648929727385e-6 -sun_lounge_N 4.0107648929727385e-6 -sun_parlour_N 4.0107648929727385e-6 -sun_porch_N 4.0107648929727385e-6 -sun_up_N 4.0107648929727385e-6 -sun_visor_N 4.0107648929727385e-6 -sun_worship_N 4.0107648929727385e-6 -sunbathe_N 4.0107648929727385e-6 -sunbather_N 4.0107648929727385e-6 -sunbeam_N 4.0107648929727385e-6 -sunblind_N 4.0107648929727385e-6 -sunbonnet_N 4.0107648929727385e-6 -sunburn_N 8.021529785945477e-6 -sunburst_N 4.0107648929727385e-6 -sundae_N 4.0107648929727385e-6 -sunday_N 4.0107648929727385e-6 -sunder_N 4.0107648929727385e-6 -sundew_N 4.0107648929727385e-6 -sundial_N 4.0107648929727385e-6 -sundown_N 4.0107648929727385e-6 -sundowner_N 4.0107648929727385e-6 -sundress_N 4.0107648929727385e-6 -sundries_N 4.0107648929727385e-6 -sundrops_N 4.0107648929727385e-6 -sunfish_N 4.0107648929727385e-6 -sunflower_N 8.021529785945477e-6 -sunglass_N 4.0107648929727385e-6 -sunglasses_N 4.0107648929727385e-6 -sunhat_N 4.0107648929727385e-6 -sunlamp_N 4.0107648929727385e-6 -sunlight_N 1.2032294678918217e-5 -sunniness_N 4.0107648929727385e-6 -sunray_N 4.0107648929727385e-6 -sunrise_N 1.2032294678918217e-5 -sunroof_N 4.0107648929727385e-6 -sunscreen_N 4.0107648929727385e-6 -sunset_N 8.021529785945477e-6 -sunshade_N 4.0107648929727385e-6 -sunshine_N 1.6043059571890954e-5 -sunshine_roof_N 4.0107648929727385e-6 -sunspot_N 4.0107648929727385e-6 -sunstone_N 4.0107648929727385e-6 -sunstroke_N 4.0107648929727385e-6 -sunsuit_N 4.0107648929727385e-6 -suntan_N 1.2032294678918217e-5 -suntrap_N 4.0107648929727385e-6 -sup_N 4.0107648929727385e-6 -super_N 2.4064589357836434e-5 -superabundance_N 4.0107648929727385e-6 -superannuation_N 4.0107648929727385e-6 -superbug_N 4.0107648929727385e-6 -supercargo_N 4.0107648929727385e-6 -supercharger_N 8.021529785945477e-6 -superciliousness_N 4.0107648929727385e-6 -superclass_N 4.0107648929727385e-6 -supercomputer_N 4.0107648929727385e-6 -superconductivity_N 4.0107648929727385e-6 -superego_N 4.0107648929727385e-6 -supererogation_N 4.0107648929727385e-6 -superfamily_N 4.0107648929727385e-6 -superfecta_N 4.0107648929727385e-6 -superfecundation_N 4.0107648929727385e-6 -superfetation_N 4.0107648929727385e-6 -superficiality_N 4.0107648929727385e-6 -superficies_N 4.0107648929727385e-6 -superfluity_N 4.0107648929727385e-6 -supergiant_N 4.0107648929727385e-6 -supergrass_N 4.0107648929727385e-6 -superhighway_N 4.0107648929727385e-6 -superinfection_N 4.0107648929727385e-6 -superintendence_N 4.0107648929727385e-6 -superintendent_N 2.4064589357836434e-5 -superior_N 1.2032294678918217e-5 -superiority_N 1.6043059571890954e-5 -superlative_N 4.0107648929727385e-6 -superman_N 4.0107648929727385e-6 -supermarket_N 8.422606275242751e-5 -supermarketer_N 4.0107648929727385e-6 -supermodel_N 4.0107648929727385e-6 -supermom_N 4.0107648929727385e-6 -supernatant_N 4.0107648929727385e-6 -supernatural_N 4.0107648929727385e-6 -supernaturalism_N 4.0107648929727385e-6 -supernova_N 4.0107648929727385e-6 -supernumerary_N 4.0107648929727385e-6 -superorder_N 4.0107648929727385e-6 -superoxide_N 4.0107648929727385e-6 -superphylum_N 4.0107648929727385e-6 -superposition_N 4.0107648929727385e-6 -superscript_N 4.0107648929727385e-6 -superscription_N 4.0107648929727385e-6 -supersedure_N 4.0107648929727385e-6 -supersession_N 4.0107648929727385e-6 -superstition_N 4.0107648929727385e-6 -superstrate_N 4.0107648929727385e-6 -superstring_N 4.0107648929727385e-6 -superstructure_N 4.0107648929727385e-6 -supersymmetry_N 4.0107648929727385e-6 -supertanker_N 4.0107648929727385e-6 -supertax_N 4.0107648929727385e-6 -supertitle_N 4.0107648929727385e-6 -supertonic_N 4.0107648929727385e-6 -supertwister_N 4.0107648929727385e-6 -supervention_N 4.0107648929727385e-6 -supervision_N 3.208611914378191e-5 -supervisor_N 8.422606275242751e-5 -supination_N 4.0107648929727385e-6 -supinator_N 4.0107648929727385e-6 -supper_N 8.021529785945477e-6 -supping_N 4.0107648929727385e-6 -supplanter_N 4.0107648929727385e-6 -supplanting_N 4.0107648929727385e-6 -supplejack_N 4.0107648929727385e-6 -supplement_N 3.208611914378191e-5 -supplementation_N 4.0107648929727385e-6 -suppleness_N 4.0107648929727385e-6 -suppliant_N 4.0107648929727385e-6 -supplicant_N 4.0107648929727385e-6 -supplication_N 4.0107648929727385e-6 -supplier_N 2.286135988994461e-4 -supply_N 6.2969008819672e-4 -support_N 7.98142213701575e-4 -supporter_N 1.5240906593296408e-4 -supposition_N 4.0107648929727385e-6 -suppository_N 8.021529785945477e-6 -suppressant_N 4.0107648929727385e-6 -suppression_N 2.0053824464863696e-5 -suppressor_N 2.8075354250809173e-5 -suppuration_N 4.0107648929727385e-6 -suprainfection_N 4.0107648929727385e-6 -supremacism_N 4.0107648929727385e-6 -supremacist_N 4.0107648929727385e-6 -supremacy_N 8.021529785945477e-6 -suprematism_N 4.0107648929727385e-6 -suprematist_N 4.0107648929727385e-6 -supremo_N 4.0107648929727385e-6 -sura_N 4.0107648929727385e-6 -surbase_N 4.0107648929727385e-6 -surcharge_N 4.0107648929727385e-6 -surcoat_N 4.0107648929727385e-6 -surd_N 4.0107648929727385e-6 -sureness_N 4.0107648929727385e-6 -surety_N 4.0107648929727385e-6 -surf_N 8.021529785945477e-6 -surface_N 6.417223828756382e-5 -surfacing_N 4.0107648929727385e-6 -surfbird_N 4.0107648929727385e-6 -surfboard_N 4.0107648929727385e-6 -surfboat_N 4.0107648929727385e-6 -surfeit_N 4.0107648929727385e-6 -surfer_N 4.0107648929727385e-6 -surfing_N 4.0107648929727385e-6 -surfperch_N 4.0107648929727385e-6 -surfriding_N 4.0107648929727385e-6 -surge_N 2.0855977443458241e-4 -surgeon_N 2.4064589357836434e-5 -surgeonfish_N 4.0107648929727385e-6 -surgery_N 8.823682764540025e-5 -suricate_N 4.0107648929727385e-6 -surliness_N 4.0107648929727385e-6 -surmise_N 4.0107648929727385e-6 -surname_N 4.0107648929727385e-6 -surplice_N 4.0107648929727385e-6 -surplus_N 1.564198308259368e-4 -surprise_N 1.564198308259368e-4 -surpriser_N 4.0107648929727385e-6 -surrealism_N 4.0107648929727385e-6 -surrealist_N 4.0107648929727385e-6 -surrebutter_N 4.0107648929727385e-6 -surrejoinder_N 4.0107648929727385e-6 -surrender_N 2.4064589357836434e-5 -surrenderer_N 4.0107648929727385e-6 -surrey_N 4.0107648929727385e-6 -surrogate_N 8.021529785945477e-6 -surround_N 4.0107648929727385e-6 -surtax_N 2.4064589357836434e-5 -surtout_N 4.0107648929727385e-6 -surveillance_N 2.8075354250809173e-5 -survey_N 4.4920566801294676e-4 -surveying_N 4.0107648929727385e-6 -surveyor_N 4.0107648929727385e-6 -survival_N 7.21937680735093e-5 -survivalist_N 4.0107648929727385e-6 -survivor_N 4.010764892972739e-5 -susceptibility_N 4.0107648929727385e-6 -sushi_N 4.0107648929727385e-6 -suslik_N 4.0107648929727385e-6 -suspect_N 2.8075354250809173e-5 -suspender_N 4.0107648929727385e-6 -suspense_N 8.021529785945477e-6 -suspension_N 2.446566584713371e-4 -suspensory_N 4.0107648929727385e-6 -suspicion_N 2.8075354250809173e-5 -sustainability_N 4.0107648929727385e-6 -sustenance_N 8.021529785945477e-6 -susurration_N 4.0107648929727385e-6 -sutler_N 4.0107648929727385e-6 -sutra_N 4.0107648929727385e-6 -suttee_N 4.0107648929727385e-6 -suture_N 8.021529785945477e-6 -suturing_N 4.0107648929727385e-6 -suzerain_N 4.0107648929727385e-6 -suzerainty_N 4.0107648929727385e-6 -svoboda_N 4.0107648929727385e-6 -swab_N 4.0107648929727385e-6 -swabbing_N 4.0107648929727385e-6 -swad_N 4.0107648929727385e-6 -swag_N 4.0107648929727385e-6 -swagger_N 8.021529785945477e-6 -swaggerer_N 4.0107648929727385e-6 -swagman_N 4.0107648929727385e-6 -swahili_N 4.0107648929727385e-6 -swain_N 4.0107648929727385e-6 -swale_N 4.0107648929727385e-6 -swallow_N 4.0107648929727385e-6 -swami_N 4.0107648929727385e-6 -swamp_N 4.0107648929727385e-6 -swan's_down_N 4.0107648929727385e-6 -swan_N 8.021529785945477e-6 -swan_song_N 4.0107648929727385e-6 -swank_N 4.0107648929727385e-6 -swap_N 1.2032294678918216e-4 -sward_N 4.0107648929727385e-6 -swarm_N 1.2032294678918217e-5 -swash_N 4.0107648929727385e-6 -swashbuckler_N 4.0107648929727385e-6 -swashbuckling_N 4.0107648929727385e-6 -swastika_N 4.0107648929727385e-6 -swat_N 8.021529785945477e-6 -swatch_N 4.0107648929727385e-6 -swath_N 8.021529785945477e-6 -swathe_N 4.0107648929727385e-6 -swathing_N 4.0107648929727385e-6 -swatter_N 4.0107648929727385e-6 -sway_N 1.2032294678918217e-5 -swazi_N 4.0107648929727385e-6 -swearer_N 4.0107648929727385e-6 -swearing_N 8.021529785945477e-6 -swearword_N 4.0107648929727385e-6 -sweat_N 2.4064589357836434e-5 -sweatband_N 4.0107648929727385e-6 -sweatbox_N 4.0107648929727385e-6 -sweater_N 3.208611914378191e-5 -sweatshirt_N 4.0107648929727385e-6 -sweatshop_N 4.0107648929727385e-6 -swedeFem_N 4.0107648929727385e-6 -swedeMasc_N 4.0107648929727385e-6 -swedish_N 4.0107648929727385e-6 -sweep_N 4.812917871567287e-5 -sweeper_N 1.2032294678918217e-5 -sweeping_N 4.0107648929727385e-6 -sweepstakes_N 4.0107648929727385e-6 -sweet_N 8.021529785945477e-6 -sweetbread_N 4.0107648929727385e-6 -sweetbriar_N 4.0107648929727385e-6 -sweetbrier_N 4.0107648929727385e-6 -sweetening_N 4.0107648929727385e-6 -sweetheart_N 1.2032294678918217e-5 -sweetie_N 4.0107648929727385e-6 -sweetleaf_N 4.0107648929727385e-6 -sweetmeat_N 4.0107648929727385e-6 -sweetness_N 8.021529785945477e-6 -sweetsop_N 4.0107648929727385e-6 -swell_N 1.2032294678918217e-5 -swelling_N 4.0107648929727385e-6 -swerve_N 4.0107648929727385e-6 -swift_N 1.2032294678918217e-5 -swiftlet_N 4.0107648929727385e-6 -swiftness_N 4.0107648929727385e-6 -swig_N 8.021529785945477e-6 -swill_N 4.0107648929727385e-6 -swim_N 4.0107648929727385e-6 -swimmer_N 1.2032294678918217e-5 -swimmeret_N 4.0107648929727385e-6 -swimming_N 2.0053824464863696e-5 -swimming_bath_N 4.0107648929727385e-6 -swimming_costume_N 4.0107648929727385e-6 -swimming_pool_N 4.0107648929727385e-6 -swimsuit_N 4.0107648929727385e-6 -swindle_N 4.0107648929727385e-6 -swindler_N 4.0107648929727385e-6 -swine_N 8.021529785945477e-6 -swineherd_N 4.0107648929727385e-6 -swing_N 2.4064589357836432e-4 -swinger_N 4.0107648929727385e-6 -swipe_N 1.2032294678918217e-5 -swirl_N 8.021529785945477e-6 -swish_N 4.0107648929727385e-6 -swiss_N 1.2032294678918217e-5 -switch_N 6.016147339459108e-5 -switchblade_N 4.0107648929727385e-6 -switchboard_N 4.0107648929727385e-6 -switcher_N 4.0107648929727385e-6 -switcheroo_N 4.0107648929727385e-6 -switchman_N 4.0107648929727385e-6 -swivel_N 4.0107648929727385e-6 -swivet_N 4.0107648929727385e-6 -swiz_N 4.0107648929727385e-6 -swizzle_N 4.0107648929727385e-6 -swizzle_stick_N 4.0107648929727385e-6 -swob_N 4.0107648929727385e-6 -swoon_N 1.6043059571890954e-5 -swoop_N 1.2032294678918217e-5 -swoosh_N 4.0107648929727385e-6 -swop_N 4.0107648929727385e-6 -sword_N 8.021529785945477e-6 -sword_cane_N 4.0107648929727385e-6 -sword_cut_N 4.0107648929727385e-6 -sword_dance_N 4.0107648929727385e-6 -swordfish_N 4.0107648929727385e-6 -swordplay_N 4.0107648929727385e-6 -swordsman_N 4.0107648929727385e-6 -swordsmanship_N 4.0107648929727385e-6 -swordstick_N 4.0107648929727385e-6 -swordtail_N 4.0107648929727385e-6 -swot_N 4.0107648929727385e-6 -sybarite_N 4.0107648929727385e-6 -sycamore_N 8.021529785945477e-6 -syconium_N 4.0107648929727385e-6 -sycophancy_N 4.0107648929727385e-6 -sycophant_N 8.021529785945477e-6 -syllabary_N 4.0107648929727385e-6 -syllabication_N 4.0107648929727385e-6 -syllabicity_N 4.0107648929727385e-6 -syllabification_N 4.0107648929727385e-6 -syllable_N 8.021529785945477e-6 -syllabub_N 4.0107648929727385e-6 -syllabus_N 4.0107648929727385e-6 -syllepsis_N 4.0107648929727385e-6 -syllogism_N 4.0107648929727385e-6 -syllogist_N 4.0107648929727385e-6 -sylph_N 4.0107648929727385e-6 -sylvan_N 4.0107648929727385e-6 -sylvanite_N 4.0107648929727385e-6 -sylvite_N 4.0107648929727385e-6 -symbiosis_N 4.0107648929727385e-6 -symbol_N 1.243337116821549e-4 -symbolatry_N 4.0107648929727385e-6 -symbolism_N 1.2032294678918217e-5 -symbolist_N 4.0107648929727385e-6 -symbolization_N 4.0107648929727385e-6 -symbolizing_N 4.0107648929727385e-6 -symbology_N 4.0107648929727385e-6 -symmetry_N 1.2032294678918217e-5 -sympathectomy_N 4.0107648929727385e-6 -sympathizer_N 8.021529785945477e-6 -sympathy_N 3.208611914378191e-5 -sympatry_N 4.0107648929727385e-6 -symphonist_N 4.0107648929727385e-6 -symphony_N 4.0107648929727385e-6 -symphysion_N 4.0107648929727385e-6 -symphysis_N 4.0107648929727385e-6 -symploce_N 4.0107648929727385e-6 -symposiast_N 4.0107648929727385e-6 -symposium_N 1.2032294678918217e-5 -symptom_N 6.818300318053656e-5 -synagogue_N 4.0107648929727385e-6 -synapse_N 4.0107648929727385e-6 -synapsid_N 4.0107648929727385e-6 -synapsis_N 4.0107648929727385e-6 -syncategorem_N 4.0107648929727385e-6 -synchrocyclotron_N 4.0107648929727385e-6 -synchroflash_N 4.0107648929727385e-6 -synchromesh_N 4.0107648929727385e-6 -synchronism_N 4.0107648929727385e-6 -synchronization_N 4.0107648929727385e-6 -synchrony_N 4.0107648929727385e-6 -synchroscope_N 4.0107648929727385e-6 -synchrotron_N 4.0107648929727385e-6 -syncopation_N 4.0107648929727385e-6 -syncopator_N 4.0107648929727385e-6 -syncope_N 4.0107648929727385e-6 -syncretism_N 4.0107648929727385e-6 -syncytium_N 4.0107648929727385e-6 -syndactyly_N 4.0107648929727385e-6 -syndic_N 4.0107648929727385e-6 -syndicalism_N 4.0107648929727385e-6 -syndicalistFem_N 4.0107648929727385e-6 -syndicalistMasc_N 4.0107648929727385e-6 -syndicate_N 1.8048442018377323e-4 -syndication_N 4.010764892972739e-5 -syndicator_N 4.0107648929727385e-6 -syndrome_N 5.2139943608645604e-5 -synecdoche_N 4.0107648929727385e-6 -synechia_N 4.0107648929727385e-6 -syneresis_N 4.0107648929727385e-6 -synergism_N 4.0107648929727385e-6 -synergist_N 4.0107648929727385e-6 -synergy_N 4.0107648929727385e-6 -synesthesia_N 4.0107648929727385e-6 -synizesis_N 4.0107648929727385e-6 -synod_N 4.0107648929727385e-6 -synonym_N 4.0107648929727385e-6 -synonymist_N 4.0107648929727385e-6 -synonymy_N 4.0107648929727385e-6 -synopsis_N 4.0107648929727385e-6 -synovia_N 4.0107648929727385e-6 -synovitis_N 4.0107648929727385e-6 -synset_N 4.0107648929727385e-6 -syntagma_N 4.0107648929727385e-6 -syntax_N 4.0107648929727385e-6 -synthesis_N 8.021529785945477e-6 -synthesist_N 4.0107648929727385e-6 -synthesizer_N 4.0107648929727385e-6 -synthetic_N 1.6043059571890954e-5 -synthetism_N 4.0107648929727385e-6 -syphilis_N 4.0107648929727385e-6 -syphilitic_N 4.0107648929727385e-6 -syphon_N 4.0107648929727385e-6 -syrian_N 4.0107648929727385e-6 -syringa_N 4.0107648929727385e-6 -syringe_N 8.021529785945477e-6 -syrinx_N 4.0107648929727385e-6 -syrup_N 8.021529785945477e-6 -system_N 2.165813042205279e-3 -systematics_N 4.0107648929727385e-6 -systematism_N 4.0107648929727385e-6 -systematization_N 4.0107648929727385e-6 -systole_N 4.0107648929727385e-6 -syzygy_N 4.0107648929727385e-6 -t_junction_N 4.0107648929727385e-6 -t_shirt_N 4.0107648929727385e-6 -t_square_N 4.0107648929727385e-6 -tab_N 4.010764892972739e-5 -tabard_N 4.0107648929727385e-6 -tabasco_N 4.0107648929727385e-6 -tabbouleh_N 4.0107648929727385e-6 -tabby_N 4.0107648929727385e-6 -tabby_cat_N 4.0107648929727385e-6 -tabernacle_N 4.0107648929727385e-6 -tabes_N 4.0107648929727385e-6 -tabi_N 4.0107648929727385e-6 -tablature_N 4.0107648929727385e-6 -table_N 2.3262436379241887e-4 -table_knife_N 4.0107648929727385e-6 -table_lifting_N 4.0107648929727385e-6 -table_linen_N 4.0107648929727385e-6 -table_rapping_N 4.0107648929727385e-6 -table_talk_N 4.0107648929727385e-6 -table_turning_N 4.0107648929727385e-6 -tableau_N 4.0107648929727385e-6 -tableau_vivant_N 4.0107648929727385e-6 -tablecloth_N 4.0107648929727385e-6 -tablefork_N 4.0107648929727385e-6 -tableland_N 4.0107648929727385e-6 -tablemat_N 4.0107648929727385e-6 -tablemate_N 4.0107648929727385e-6 -tablespoon_N 8.021529785945477e-6 -tablespoonful_N 4.0107648929727385e-6 -tablet_N 2.0053824464863696e-5 -tabletop_N 4.0107648929727385e-6 -tableware_N 4.0107648929727385e-6 -tabloid_N 2.8075354250809173e-5 -taboo_N 1.2032294678918217e-5 -tabor_N 4.0107648929727385e-6 -taboret_N 4.0107648929727385e-6 -tabulation_N 4.0107648929727385e-6 -tabulator_N 4.0107648929727385e-6 -tabun_N 4.0107648929727385e-6 -tachistoscope_N 4.0107648929727385e-6 -tachogram_N 4.0107648929727385e-6 -tachograph_N 4.0107648929727385e-6 -tachometer_N 4.0107648929727385e-6 -tachycardia_N 4.0107648929727385e-6 -tachylite_N 4.0107648929727385e-6 -tachymeter_N 4.0107648929727385e-6 -taciturnity_N 4.0107648929727385e-6 -tack_N 2.4064589357836434e-5 -tacker_N 4.0107648929727385e-6 -tackle_N 4.0107648929727385e-6 -tackler_N 4.0107648929727385e-6 -taco_N 4.0107648929727385e-6 -taconite_N 4.0107648929727385e-6 -tact_N 4.0107648929727385e-6 -tactic_N 9.2247592538373e-5 -tactician_N 4.0107648929727385e-6 -tactics_N 4.0107648929727385e-6 -tactlessness_N 4.0107648929727385e-6 -tad_N 4.0107648929727385e-6 -tadalafil_N 4.0107648929727385e-6 -tadpole_N 4.0107648929727385e-6 -tael_N 4.0107648929727385e-6 -taenia_N 4.0107648929727385e-6 -taffeta_N 4.0107648929727385e-6 -taffrail_N 4.0107648929727385e-6 -taffy_N 4.0107648929727385e-6 -tag_N 4.812917871567287e-5 -tagalong_N 4.0107648929727385e-6 -tagasaste_N 4.0107648929727385e-6 -tagger_N 4.0107648929727385e-6 -tagliatelle_N 4.0107648929727385e-6 -taguan_N 4.0107648929727385e-6 -tahini_N 4.0107648929727385e-6 -tahitian_N 4.0107648929727385e-6 -tail_N 2.0053824464863696e-5 -tail_coat_N 4.0107648929727385e-6 -tail_end_N 4.0107648929727385e-6 -tail_light_N 4.0107648929727385e-6 -tailback_N 4.0107648929727385e-6 -tailboard_N 4.0107648929727385e-6 -tailgate_N 4.0107648929727385e-6 -tailgater_N 4.0107648929727385e-6 -taillight_N 4.0107648929727385e-6 -tailor_N 4.0107648929727385e-6 -tailorbird_N 4.0107648929727385e-6 -tailoring_N 4.0107648929727385e-6 -tailpiece_N 4.0107648929727385e-6 -tailpipe_N 4.0107648929727385e-6 -tailplane_N 4.0107648929727385e-6 -tailrace_N 4.0107648929727385e-6 -tailspin_N 3.609688403675465e-5 -tailstock_N 4.0107648929727385e-6 -tailwind_N 4.0107648929727385e-6 -taint_N 1.2032294678918217e-5 -taipan_N 4.0107648929727385e-6 -taiwaneseFem_N 4.0107648929727385e-6 -taiwaneseMasc_N 4.0107648929727385e-6 -taka_N 4.0107648929727385e-6 -take_N 8.021529785945477e-6 -take_off_N 4.0107648929727385e-6 -take_up_N 4.0107648929727385e-6 -takeaway_N 4.0107648929727385e-6 -takedown_N 4.0107648929727385e-6 -takeoff_N 4.0107648929727385e-6 -takeout_N 4.0107648929727385e-6 -takeover_N 1.459918421042077e-3 -taker_N 1.6043059571890954e-5 -takin_N 4.0107648929727385e-6 -tala_N 4.0107648929727385e-6 -talapoin_N 4.0107648929727385e-6 -talaria_N 4.0107648929727385e-6 -talc_N 4.0107648929727385e-6 -talcum_N 4.0107648929727385e-6 -tale_N 5.6150708501618345e-5 -tale_bearer_N 4.0107648929727385e-6 -tale_teller_N 4.0107648929727385e-6 -talent_N 8.823682764540025e-5 -talentlessness_N 4.0107648929727385e-6 -talipot_N 4.0107648929727385e-6 -talisman_N 4.0107648929727385e-6 -talk_N 9.625835743134573e-4 -talker_N 4.0107648929727385e-6 -talkie_N 4.0107648929727385e-6 -talking_point_N 4.0107648929727385e-6 -talking_to_N 4.0107648929727385e-6 -tall_N 4.0107648929727385e-6 -tallboy_N 4.0107648929727385e-6 -tallgrass_N 4.0107648929727385e-6 -tallness_N 4.0107648929727385e-6 -tallow_N 4.0107648929727385e-6 -tally_N 3.609688403675465e-5 -tally_clerk_N 4.0107648929727385e-6 -tallyman_N 4.0107648929727385e-6 -talmud_N 4.0107648929727385e-6 -talon_N 4.0107648929727385e-6 -talus_N 4.0107648929727385e-6 -tam_N 4.0107648929727385e-6 -tam_o'_shanter_N 4.0107648929727385e-6 -tamale_N 4.0107648929727385e-6 -tamandua_N 4.0107648929727385e-6 -tamarau_N 4.0107648929727385e-6 -tamarin_N 4.0107648929727385e-6 -tamarind_N 4.0107648929727385e-6 -tamarisk_N 4.0107648929727385e-6 -tambala_N 4.0107648929727385e-6 -tambour_N 4.0107648929727385e-6 -tambourine_N 4.0107648929727385e-6 -tameness_N 4.0107648929727385e-6 -tamer_N 4.0107648929727385e-6 -tamil_N 4.0107648929727385e-6 -tammany_N 4.0107648929727385e-6 -tammy_N 4.0107648929727385e-6 -tamp_N 4.0107648929727385e-6 -tampion_N 4.0107648929727385e-6 -tampon_N 4.0107648929727385e-6 -tamponade_N 4.0107648929727385e-6 -tan_N 8.021529785945477e-6 -tanager_N 4.0107648929727385e-6 -tanbark_N 4.0107648929727385e-6 -tandem_N 1.2032294678918217e-5 -tandoor_N 4.0107648929727385e-6 -tanekaha_N 4.0107648929727385e-6 -tang_N 4.0107648929727385e-6 -tanga_N 4.0107648929727385e-6 -tangelo_N 4.0107648929727385e-6 -tangency_N 4.0107648929727385e-6 -tangent_N 4.0107648929727385e-6 -tangerine_N 4.0107648929727385e-6 -tangibility_N 4.0107648929727385e-6 -tangle_N 8.021529785945477e-6 -tanglebush_N 4.0107648929727385e-6 -tango_N 4.0107648929727385e-6 -tangram_N 4.0107648929727385e-6 -tank_N 1.2834447657512763e-4 -tank_car_N 4.0107648929727385e-6 -tanka_N 4.0107648929727385e-6 -tankage_N 4.0107648929727385e-6 -tankard_N 4.0107648929727385e-6 -tanker_N 5.2139943608645604e-5 -tanner_N 4.0107648929727385e-6 -tannery_N 4.0107648929727385e-6 -tannin_N 4.0107648929727385e-6 -tanning_N 4.0107648929727385e-6 -tannoy_N 4.0107648929727385e-6 -tansy_N 4.0107648929727385e-6 -tantalite_N 4.0107648929727385e-6 -tantalizer_N 4.0107648929727385e-6 -tantalum_N 4.0107648929727385e-6 -tantra_N 4.0107648929727385e-6 -tantrum_N 4.0107648929727385e-6 -tanzanian_N 4.0107648929727385e-6 -taoiseach_N 4.0107648929727385e-6 -tap_N 1.6043059571890954e-5 -tap_dancing_N 4.0107648929727385e-6 -tapa_N 4.0107648929727385e-6 -tape_N 2.0454900954160969e-4 -tape_measure_N 4.0107648929727385e-6 -tape_recorder_N 4.0107648929727385e-6 -tapenade_N 4.0107648929727385e-6 -taper_N 8.021529785945477e-6 -tapering_N 4.0107648929727385e-6 -tapestry_N 1.2032294678918217e-5 -tapeworm_N 4.0107648929727385e-6 -taphephobia_N 4.0107648929727385e-6 -tapioca_N 4.0107648929727385e-6 -tapir_N 4.0107648929727385e-6 -tapotement_N 4.0107648929727385e-6 -tapper_N 4.0107648929727385e-6 -tappet_N 4.0107648929727385e-6 -tapping_N 4.0107648929727385e-6 -taproom_N 4.0107648929727385e-6 -taproot_N 4.0107648929727385e-6 -taps_N 4.0107648929727385e-6 -tapster_N 4.0107648929727385e-6 -tar_N 1.2032294678918217e-5 -tar_macadam_N 4.0107648929727385e-6 -taradiddle_N 4.0107648929727385e-6 -tarantella_N 4.0107648929727385e-6 -tarantelle_N 4.0107648929727385e-6 -tarantism_N 4.0107648929727385e-6 -tarantula_N 4.0107648929727385e-6 -tarboosh_N 4.0107648929727385e-6 -tardigrade_N 4.0107648929727385e-6 -tardiness_N 4.0107648929727385e-6 -tare_N 4.0107648929727385e-6 -target_N 4.371733733340285e-4 -tariff_N 1.0427988721729121e-4 -tarmac_N 4.0107648929727385e-6 -tarmacadam_N 4.0107648929727385e-6 -tarn_N 4.0107648929727385e-6 -tarnish_N 4.0107648929727385e-6 -taro_N 4.0107648929727385e-6 -tarpan_N 4.0107648929727385e-6 -tarpaulin_N 4.0107648929727385e-6 -tarpon_N 4.0107648929727385e-6 -tarradiddle_N 4.0107648929727385e-6 -tarragon_N 4.0107648929727385e-6 -tarriance_N 4.0107648929727385e-6 -tarsal_N 4.0107648929727385e-6 -tarsier_N 4.0107648929727385e-6 -tarsitis_N 4.0107648929727385e-6 -tarsus_N 4.0107648929727385e-6 -tart_N 4.0107648929727385e-6 -tartan_N 1.2032294678918217e-5 -tartar_N 4.0107648929727385e-6 -tartlet_N 4.0107648929727385e-6 -tartness_N 4.0107648929727385e-6 -tartrate_N 4.0107648929727385e-6 -tarweed_N 4.0107648929727385e-6 -tarwood_N 4.0107648929727385e-6 -task_N 2.7273201272214623e-4 -task_force_N 4.0107648929727385e-6 -taskmaster_N 4.0107648929727385e-6 -taskmistress_N 4.0107648929727385e-6 -tassel_N 1.2032294678918217e-5 -tasset_N 4.0107648929727385e-6 -taste_N 7.620453296648204e-5 -tastebud_N 4.0107648929727385e-6 -tastefulness_N 4.0107648929727385e-6 -tastelessness_N 4.0107648929727385e-6 -taster_N 4.0107648929727385e-6 -tasting_N 4.0107648929727385e-6 -tat_N 4.0107648929727385e-6 -tatouay_N 4.0107648929727385e-6 -tatter_N 4.0107648929727385e-6 -tatterdemalion_N 4.0107648929727385e-6 -tatting_N 4.0107648929727385e-6 -tattle_N 4.0107648929727385e-6 -tattler_N 4.0107648929727385e-6 -tattletale_N 4.0107648929727385e-6 -tattoo_N 4.0107648929727385e-6 -tau_N 4.0107648929727385e-6 -taunt_N 4.0107648929727385e-6 -tauon_N 4.0107648929727385e-6 -taupe_N 4.0107648929727385e-6 -taurine_N 4.0107648929727385e-6 -tautness_N 4.0107648929727385e-6 -tautog_N 4.0107648929727385e-6 -tautology_N 4.0107648929727385e-6 -tavern_N 8.021529785945477e-6 -taw_N 4.0107648929727385e-6 -tawdriness_N 4.0107648929727385e-6 -tawniness_N 4.0107648929727385e-6 -tawse_N 4.0107648929727385e-6 -tax_N 2.4505773496063432e-3 -tax_collector_N 4.0107648929727385e-6 -taxability_N 4.0107648929727385e-6 -taxation_N 5.2139943608645604e-5 -taxer_N 4.0107648929727385e-6 -taxi_N 3.609688403675465e-5 -taxicab_N 8.021529785945477e-6 -taxidermist_N 4.0107648929727385e-6 -taxidermy_N 4.0107648929727385e-6 -taxidriver_N 4.0107648929727385e-6 -taximeter_N 4.0107648929727385e-6 -taxis_N 4.0107648929727385e-6 -taxiway_N 4.0107648929727385e-6 -taxonomist_N 4.0107648929727385e-6 -taxonomy_N 4.0107648929727385e-6 -taxpayer_N 2.3262436379241887e-4 -tayra_N 4.0107648929727385e-6 -tb_N 8.021529785945477e-6 -te_deum_N 4.0107648929727385e-6 -tea_N 5.6150708501618345e-5 -tea_bag_N 4.0107648929727385e-6 -tea_break_N 4.0107648929727385e-6 -tea_caddy_N 4.0107648929727385e-6 -tea_chest_N 4.0107648929727385e-6 -tea_cloth_N 4.0107648929727385e-6 -tea_cosy_N 4.0107648929727385e-6 -tea_garden_N 4.0107648929727385e-6 -tea_kettle_N 4.0107648929727385e-6 -tea_leaf_N 4.0107648929727385e-6 -tea_party_N 4.0107648929727385e-6 -tea_service_N 4.0107648929727385e-6 -tea_set_N 4.0107648929727385e-6 -tea_strainer_N 4.0107648929727385e-6 -tea_table_N 4.0107648929727385e-6 -tea_time_N 4.0107648929727385e-6 -tea_towel_N 4.0107648929727385e-6 -tea_tray_N 4.0107648929727385e-6 -tea_trolley_N 4.0107648929727385e-6 -tea_urn_N 4.0107648929727385e-6 -tea_wagon_N 4.0107648929727385e-6 -teaberry_N 4.0107648929727385e-6 -teacake_N 4.0107648929727385e-6 -teach_in_N 4.0107648929727385e-6 -teacherFem_N 4.0107648929727385e-6 -teacherMasc_N 4.0107648929727385e-6 -teachership_N 4.0107648929727385e-6 -teaching_N 4.010764892972739e-5 -teacup_N 4.0107648929727385e-6 -teahouse_N 4.0107648929727385e-6 -teak_N 4.0107648929727385e-6 -teakettle_N 4.0107648929727385e-6 -teal_N 4.0107648929727385e-6 -team_N 7.339699754140112e-4 -teammate_N 4.0107648929727385e-6 -teamster_N 4.0107648929727385e-6 -teamwork_N 4.0107648929727385e-6 -teapot_N 4.0107648929727385e-6 -tear_N 1.2032294678918217e-5 -tear_drop_N 4.0107648929727385e-6 -tear_gas_N 4.0107648929727385e-6 -tearaway_N 4.0107648929727385e-6 -teardrop_N 4.0107648929727385e-6 -tearing_N 4.0107648929727385e-6 -tearjerker_N 4.0107648929727385e-6 -tearoom_N 4.0107648929727385e-6 -tease_N 4.0107648929727385e-6 -teasel_N 4.0107648929727385e-6 -teaser_N 4.0107648929727385e-6 -teashop_N 4.0107648929727385e-6 -teasing_N 4.0107648929727385e-6 -teaspoon_N 8.021529785945477e-6 -teaspoonful_N 4.0107648929727385e-6 -teat_N 4.0107648929727385e-6 -teazel_N 4.0107648929727385e-6 -teazle_N 4.0107648929727385e-6 -tebibit_N 4.0107648929727385e-6 -tec_N 4.0107648929727385e-6 -tech_N 4.0107648929727385e-6 -techie_N 4.0107648929727385e-6 -technetium_N 4.0107648929727385e-6 -technical_N 4.0107648929727385e-6 -technicality_N 1.2032294678918217e-5 -technician_N 5.2139943608645604e-5 -technicolor_N 4.0107648929727385e-6 -technique_N 1.84495185076746e-4 -techno_N 4.0107648929727385e-6 -technobabble_N 4.0107648929727385e-6 -technocracy_N 4.0107648929727385e-6 -technocrat_N 8.021529785945477e-6 -technologist_N 8.021529785945477e-6 -technology_N 8.663252168821116e-4 -technophile_N 4.0107648929727385e-6 -technophilia_N 4.0107648929727385e-6 -technophobe_N 4.0107648929727385e-6 -technophobia_N 4.0107648929727385e-6 -tectonics_N 4.0107648929727385e-6 -ted_N 4.0107648929727385e-6 -teddy_N 4.0107648929727385e-6 -teddy_boy_N 4.0107648929727385e-6 -tediousness_N 4.0107648929727385e-6 -tedium_N 4.0107648929727385e-6 -tee_N 8.021529785945477e-6 -tee_shirt_N 4.0107648929727385e-6 -teenager_N 8.021529785945477e-6 -teens_N 4.0107648929727385e-6 -teeoff_N 4.0107648929727385e-6 -teething_N 4.0107648929727385e-6 -teetotaler_N 4.0107648929727385e-6 -teetotaling_N 4.0107648929727385e-6 -teetotaller_N 4.0107648929727385e-6 -teetotum_N 4.0107648929727385e-6 -teff_N 4.0107648929727385e-6 -teg_N 4.0107648929727385e-6 -tegument_N 4.0107648929727385e-6 -teju_N 4.0107648929727385e-6 -tektite_N 4.0107648929727385e-6 -telecast_N 8.021529785945477e-6 -telecaster_N 4.0107648929727385e-6 -telecommunication_N 1.2834447657512763e-4 -telecommuting_N 4.0107648929727385e-6 -teleconference_N 4.0107648929727385e-6 -telefilm_N 4.0107648929727385e-6 -telegnosis_N 4.0107648929727385e-6 -telegram_N 8.021529785945477e-6 -telegraph_N 8.021529785945477e-6 -telegraph_line_N 4.0107648929727385e-6 -telegraph_pole_N 4.0107648929727385e-6 -telegraph_post_N 4.0107648929727385e-6 -telegraph_wire_N 4.0107648929727385e-6 -telegrapher_N 4.0107648929727385e-6 -telegraphese_N 4.0107648929727385e-6 -telegraphist_N 4.0107648929727385e-6 -telegraphy_N 4.0107648929727385e-6 -telekinesis_N 4.0107648929727385e-6 -telemark_N 4.0107648929727385e-6 -telemarketing_N 4.0107648929727385e-6 -telemeter_N 4.0107648929727385e-6 -telemetry_N 4.0107648929727385e-6 -telencephalon_N 4.0107648929727385e-6 -teleologist_N 4.0107648929727385e-6 -teleology_N 4.0107648929727385e-6 -telepathist_N 4.0107648929727385e-6 -telepathy_N 4.0107648929727385e-6 -telephone_N 5.334317307653742e-4 -telephonistFem_N 4.0107648929727385e-6 -telephonistMasc_N 4.0107648929727385e-6 -telephony_N 4.0107648929727385e-6 -telephoto_N 4.0107648929727385e-6 -telephotograph_N 4.0107648929727385e-6 -telephotography_N 4.0107648929727385e-6 -teleportation_N 4.0107648929727385e-6 -teleprinter_N 4.0107648929727385e-6 -teleprompter_N 4.0107648929727385e-6 -telerobotics_N 4.0107648929727385e-6 -telescope_N 8.021529785945477e-6 -telescopy_N 4.0107648929727385e-6 -telethermometer_N 4.0107648929727385e-6 -teletypewriter_N 4.0107648929727385e-6 -televangelism_N 4.0107648929727385e-6 -televangelist_N 4.0107648929727385e-6 -television_N 6.778192669123929e-4 -telex_N 2.0053824464863696e-5 -telfer_N 4.0107648929727385e-6 -teliospore_N 4.0107648929727385e-6 -teller_N 3.208611914378191e-5 -telling_N 4.0107648929727385e-6 -telltale_N 4.0107648929727385e-6 -tellurian_N 4.0107648929727385e-6 -telluride_N 4.0107648929727385e-6 -tellurium_N 4.0107648929727385e-6 -telly_N 4.0107648929727385e-6 -telomerase_N 4.0107648929727385e-6 -telomere_N 4.0107648929727385e-6 -telophase_N 4.0107648929727385e-6 -telpher_N 4.0107648929727385e-6 -telpherage_N 4.0107648929727385e-6 -temazepam_N 4.0107648929727385e-6 -temerity_N 4.0107648929727385e-6 -temp_N 8.021529785945477e-6 -temper_N 4.0107648929727385e-6 -tempera_N 4.0107648929727385e-6 -temperament_N 8.021529785945477e-6 -temperance_N 4.0107648929727385e-6 -temperateness_N 4.0107648929727385e-6 -temperature_N 6.818300318053656e-5 -tempest_N 4.0107648929727385e-6 -tempestuousness_N 4.0107648929727385e-6 -template_N 4.0107648929727385e-6 -temple_N 8.021529785945477e-6 -templet_N 4.0107648929727385e-6 -tempo_N 8.021529785945477e-6 -temporality_N 4.0107648929727385e-6 -temporalty_N 4.0107648929727385e-6 -temporariness_N 4.0107648929727385e-6 -temporizer_N 4.0107648929727385e-6 -temptation_N 4.010764892972739e-5 -tempter_N 4.0107648929727385e-6 -temptress_N 4.0107648929727385e-6 -tempura_N 4.0107648929727385e-6 -tenability_N 4.0107648929727385e-6 -tenaciousness_N 4.0107648929727385e-6 -tenacity_N 4.0107648929727385e-6 -tenancy_N 4.0107648929727385e-6 -tenant_N 5.6150708501618345e-5 -tenantry_N 4.0107648929727385e-6 -tench_N 4.0107648929727385e-6 -tendency_N 6.016147339459108e-5 -tendentiousness_N 4.0107648929727385e-6 -tender_N 3.2086119143781913e-4 -tenderfoot_N 4.0107648929727385e-6 -tendergreen_N 4.0107648929727385e-6 -tenderization_N 4.0107648929727385e-6 -tenderizer_N 4.0107648929727385e-6 -tenderloin_N 4.0107648929727385e-6 -tenderness_N 8.021529785945477e-6 -tendinitis_N 4.0107648929727385e-6 -tendon_N 4.0107648929727385e-6 -tendril_N 4.0107648929727385e-6 -tenement_N 4.0107648929727385e-6 -tenement_house_N 4.0107648929727385e-6 -tenesmus_N 4.0107648929727385e-6 -tenet_N 1.6043059571890954e-5 -tenge_N 4.0107648929727385e-6 -tenner_N 4.0107648929727385e-6 -tennis_N 3.208611914378191e-5 -tennis_court_N 4.0107648929727385e-6 -tennis_elbow_N 4.0107648929727385e-6 -tenon_N 4.0107648929727385e-6 -tenor_N 1.6043059571890954e-5 -tenoroon_N 4.0107648929727385e-6 -tenosynovitis_N 4.0107648929727385e-6 -tenpence_N 4.0107648929727385e-6 -tenpin_N 4.0107648929727385e-6 -tenpins_N 4.0107648929727385e-6 -tenrec_N 4.0107648929727385e-6 -tense_N 4.0107648929727385e-6 -tenseness_N 4.0107648929727385e-6 -tensimeter_N 4.0107648929727385e-6 -tensiometer_N 4.0107648929727385e-6 -tension_N 1.0026912232431847e-4 -tensity_N 4.0107648929727385e-6 -tensor_N 4.0107648929727385e-6 -tent_N 8.021529785945477e-6 -tent_peg_N 4.0107648929727385e-6 -tentacle_N 4.0107648929727385e-6 -tenter_N 4.0107648929727385e-6 -tenterhook_N 4.0107648929727385e-6 -tenth_N 2.0053824464863696e-5 -tentmaker_N 4.0107648929727385e-6 -tentorium_N 4.0107648929727385e-6 -tenuity_N 4.0107648929727385e-6 -tenure_N 6.818300318053656e-5 -tepal_N 4.0107648929727385e-6 -tepee_N 4.0107648929727385e-6 -tepidity_N 4.0107648929727385e-6 -tepidness_N 4.0107648929727385e-6 -tequila_N 4.0107648929727385e-6 -terabit_N 4.0107648929727385e-6 -terabyte_N 4.0107648929727385e-6 -teraflop_N 4.0107648929727385e-6 -terahertz_N 4.0107648929727385e-6 -teratogen_N 4.0107648929727385e-6 -teratogenesis_N 4.0107648929727385e-6 -teratology_N 4.0107648929727385e-6 -teratoma_N 4.0107648929727385e-6 -terazosin_N 4.0107648929727385e-6 -terbinafine_N 4.0107648929727385e-6 -terbium_N 4.0107648929727385e-6 -terce_N 4.0107648929727385e-6 -tercentenary_N 4.0107648929727385e-6 -tercentennial_N 4.0107648929727385e-6 -terebinth_N 4.0107648929727385e-6 -teredo_N 4.0107648929727385e-6 -teres_N 4.0107648929727385e-6 -tergiversation_N 4.0107648929727385e-6 -teriyaki_N 4.0107648929727385e-6 -term_N 1.4198107721123496e-3 -termagant_N 4.0107648929727385e-6 -termer_N 4.0107648929727385e-6 -terminal_N 1.0026912232431847e-4 -termination_N 3.208611914378191e-5 -terminology_N 4.0107648929727385e-6 -terminus_N 4.0107648929727385e-6 -termite_N 4.0107648929727385e-6 -tern_N 4.0107648929727385e-6 -terpene_N 4.0107648929727385e-6 -terra_cotta_N 4.0107648929727385e-6 -terra_firma_N 8.021529785945477e-6 -terra_incognita_N 8.021529785945477e-6 -terrace_N 8.021529785945477e-6 -terrain_N 8.021529785945477e-6 -terrapin_N 4.0107648929727385e-6 -terrarium_N 4.0107648929727385e-6 -terreplein_N 4.0107648929727385e-6 -terrier_N 4.0107648929727385e-6 -terrine_N 8.021529785945477e-6 -territorial_N 4.0107648929727385e-6 -territoriality_N 4.0107648929727385e-6 -territorialization_N 4.0107648929727385e-6 -territory_N 9.2247592538373e-5 -terror_N 1.6043059571890954e-5 -terrorism_N 1.0026912232431847e-4 -terrorist_N 2.0053824464863696e-5 -terrorization_N 4.0107648929727385e-6 -terry_N 4.0107648929727385e-6 -terseness_N 4.0107648929727385e-6 -tertigravida_N 4.0107648929727385e-6 -terylene_N 4.0107648929727385e-6 -tesla_N 4.0107648929727385e-6 -tessella_N 4.0107648929727385e-6 -tessellation_N 4.0107648929727385e-6 -tessera_N 4.0107648929727385e-6 -tesseract_N 4.0107648929727385e-6 -test_N 7.299592105210385e-4 -test_drive_N 4.0107648929727385e-6 -test_tube_N 4.0107648929727385e-6 -testa_N 4.0107648929727385e-6 -testacean_N 4.0107648929727385e-6 -testament_N 8.021529785945477e-6 -testate_N 4.0107648929727385e-6 -testator_N 4.0107648929727385e-6 -testatrix_N 4.0107648929727385e-6 -testbed_N 4.0107648929727385e-6 -testcross_N 4.0107648929727385e-6 -testee_N 4.0107648929727385e-6 -tester_N 4.0107648929727385e-6 -testicle_N 4.0107648929727385e-6 -testifier_N 4.0107648929727385e-6 -testimonial_N 8.021529785945477e-6 -testimony_N 1.3636600636107311e-4 -testiness_N 4.0107648929727385e-6 -testing_N 4.0107648929727385e-6 -testis_N 4.0107648929727385e-6 -testosterone_N 4.0107648929727385e-6 -testudo_N 4.0107648929727385e-6 -tetanus_N 8.021529785945477e-6 -tetany_N 4.0107648929727385e-6 -tetartanopia_N 4.0107648929727385e-6 -tetchiness_N 4.0107648929727385e-6 -tete_a_tete_N 4.0107648929727385e-6 -teth_N 4.0107648929727385e-6 -tether_N 4.0107648929727385e-6 -tetherball_N 4.0107648929727385e-6 -tetra_N 4.0107648929727385e-6 -tetracaine_N 4.0107648929727385e-6 -tetrachlorethylene_N 4.0107648929727385e-6 -tetrachloride_N 4.0107648929727385e-6 -tetracycline_N 4.0107648929727385e-6 -tetrafluoroethylene_N 4.0107648929727385e-6 -tetragram_N 4.0107648929727385e-6 -tetrahalide_N 4.0107648929727385e-6 -tetrahedron_N 4.0107648929727385e-6 -tetrahydrocannabinol_N 4.0107648929727385e-6 -tetrahymena_N 4.0107648929727385e-6 -tetralogy_N 4.0107648929727385e-6 -tetrameter_N 4.0107648929727385e-6 -tetrapod_N 4.0107648929727385e-6 -tetrasaccharide_N 4.0107648929727385e-6 -tetraskelion_N 4.0107648929727385e-6 -tetrasporangium_N 4.0107648929727385e-6 -tetraspore_N 4.0107648929727385e-6 -tetri_N 4.0107648929727385e-6 -tetrode_N 4.0107648929727385e-6 -tetrodotoxin_N 4.0107648929727385e-6 -tetrose_N 4.0107648929727385e-6 -tetroxide_N 4.0107648929727385e-6 -tetryl_N 4.0107648929727385e-6 -teuton_N 4.0107648929727385e-6 -texan_N 8.021529785945477e-6 -text_N 8.021529785945478e-5 -textbook_N 1.6043059571890954e-5 -textile_N 6.818300318053656e-5 -texture_N 1.2032294678918217e-5 -thai_N 4.0107648929727385e-6 -thalamus_N 4.0107648929727385e-6 -thalassemia_N 4.0107648929727385e-6 -thalidomide_N 4.0107648929727385e-6 -thallium_N 4.0107648929727385e-6 -thallophyte_N 4.0107648929727385e-6 -thallus_N 4.0107648929727385e-6 -thalweg_N 4.0107648929727385e-6 -thanatology_N 4.0107648929727385e-6 -thanatophobia_N 4.0107648929727385e-6 -thanatopsis_N 4.0107648929727385e-6 -thane_N 4.0107648929727385e-6 -thaneship_N 4.0107648929727385e-6 -thank_offering_N 4.0107648929727385e-6 -thankfulness_N 4.0107648929727385e-6 -thanksgiving_N 4.0107648929727385e-6 -thatch_N 4.0107648929727385e-6 -thatcher_N 4.0107648929727385e-6 -thaumatolatry_N 4.0107648929727385e-6 -thaw_N 8.021529785945477e-6 -theanthropism_N 4.0107648929727385e-6 -theatre_N 8.021529785945477e-6 -theatregoer_N 4.0107648929727385e-6 -theatrical_N 8.021529785945477e-6 -thebe_N 4.0107648929727385e-6 -theca_N 4.0107648929727385e-6 -thecodont_N 4.0107648929727385e-6 -theft_N 8.422606275242751e-5 -theism_N 4.0107648929727385e-6 -theist_N 4.0107648929727385e-6 -thelarche_N 4.0107648929727385e-6 -theme_N 1.4839830103999133e-4 -then_N 4.0107648929727385e-6 -thenar_N 4.0107648929727385e-6 -theocracy_N 8.021529785945477e-6 -theodicy_N 4.0107648929727385e-6 -theodolite_N 4.0107648929727385e-6 -theogony_N 4.0107648929727385e-6 -theologian_N 1.2032294678918217e-5 -theology_N 8.021529785945477e-6 -theophany_N 4.0107648929727385e-6 -theophylline_N 4.0107648929727385e-6 -theorem_N 4.0107648929727385e-6 -theoretician_N 4.0107648929727385e-6 -theorist_N 2.4064589357836434e-5 -theorization_N 4.0107648929727385e-6 -theory_N 2.0454900954160969e-4 -theosophism_N 4.0107648929727385e-6 -theosophist_N 4.0107648929727385e-6 -theosophy_N 4.0107648929727385e-6 -theoterrorism_N 4.0107648929727385e-6 -therapeutics_N 4.0107648929727385e-6 -therapist_N 8.021529785945477e-6 -therapsid_N 4.0107648929727385e-6 -therapy_N 5.6150708501618345e-5 -theremin_N 4.0107648929727385e-6 -thereness_N 4.0107648929727385e-6 -therm_N 4.0107648929727385e-6 -thermal_N 4.0107648929727385e-6 -thermalgesia_N 4.0107648929727385e-6 -thermion_N 4.0107648929727385e-6 -thermionics_N 4.0107648929727385e-6 -thermistor_N 4.0107648929727385e-6 -thermoacidophile_N 4.0107648929727385e-6 -thermocautery_N 4.0107648929727385e-6 -thermochemistry_N 4.0107648929727385e-6 -thermocoagulation_N 4.0107648929727385e-6 -thermocouple_N 4.0107648929727385e-6 -thermodynamics_N 4.0107648929727385e-6 -thermoelectricity_N 4.0107648929727385e-6 -thermogram_N 4.0107648929727385e-6 -thermograph_N 4.0107648929727385e-6 -thermography_N 4.0107648929727385e-6 -thermogravimetry_N 4.0107648929727385e-6 -thermohydrometer_N 4.0107648929727385e-6 -thermojunction_N 4.0107648929727385e-6 -thermometer_N 8.021529785945477e-6 -thermometry_N 4.0107648929727385e-6 -thermopile_N 4.0107648929727385e-6 -thermoplastic_N 4.0107648929727385e-6 -thermoreceptor_N 4.0107648929727385e-6 -thermos_N 4.0107648929727385e-6 -thermosphere_N 4.0107648929727385e-6 -thermostat_N 4.0107648929727385e-6 -thermostatics_N 4.0107648929727385e-6 -thermotherapy_N 4.0107648929727385e-6 -thermotropism_N 4.0107648929727385e-6 -theropod_N 4.0107648929727385e-6 -thesaurus_N 8.021529785945477e-6 -thesis_N 8.021529785945477e-6 -thespian_N 4.0107648929727385e-6 -theta_N 4.0107648929727385e-6 -theurgy_N 4.0107648929727385e-6 -thiabendazole_N 4.0107648929727385e-6 -thiazide_N 4.0107648929727385e-6 -thiazine_N 4.0107648929727385e-6 -thick_N 4.0107648929727385e-6 -thickening_N 4.0107648929727385e-6 -thicket_N 1.2032294678918217e-5 -thickhead_N 4.0107648929727385e-6 -thickness_N 1.2032294678918217e-5 -thief_N 7.21937680735093e-5 -thievery_N 4.0107648929727385e-6 -thievishness_N 4.0107648929727385e-6 -thigh_N 8.021529785945477e-6 -thighbone_N 4.0107648929727385e-6 -thill_N 4.0107648929727385e-6 -thimble_N 4.0107648929727385e-6 -thimbleful_N 4.0107648929727385e-6 -thimbleweed_N 4.0107648929727385e-6 -thimerosal_N 4.0107648929727385e-6 -thing_N 1.4960153050788316e-3 -thingmabob_N 4.0107648929727385e-6 -thingmajig_N 4.0107648929727385e-6 -things_N 4.0107648929727385e-6 -thingumabob_N 4.0107648929727385e-6 -thingumajig_N 4.0107648929727385e-6 -thingummy_N 4.0107648929727385e-6 -think_N 1.2032294678918217e-5 -think_tank_N 4.0107648929727385e-6 -thinkerFem_N 4.0107648929727385e-6 -thinkerMasc_N 4.0107648929727385e-6 -thinking_N 3.609688403675465e-5 -thinness_N 4.0107648929727385e-6 -thiobacillus_N 4.0107648929727385e-6 -thiobacteria_N 4.0107648929727385e-6 -thiocyanate_N 4.0107648929727385e-6 -thioguanine_N 4.0107648929727385e-6 -thiopental_N 4.0107648929727385e-6 -thioridazine_N 4.0107648929727385e-6 -thiotepa_N 4.0107648929727385e-6 -thiothixene_N 4.0107648929727385e-6 -thiouracil_N 4.0107648929727385e-6 -third_rater_N 4.0107648929727385e-6 -thirst_N 8.021529785945477e-6 -thistle_N 8.021529785945477e-6 -thistledown_N 4.0107648929727385e-6 -thole_N 4.0107648929727385e-6 -tholepin_N 4.0107648929727385e-6 -thong_N 4.0107648929727385e-6 -thoracocentesis_N 4.0107648929727385e-6 -thoracotomy_N 4.0107648929727385e-6 -thorax_N 4.0107648929727385e-6 -thorite_N 4.0107648929727385e-6 -thorium_N 4.0107648929727385e-6 -thorn_N 4.0107648929727385e-6 -thornbill_N 4.0107648929727385e-6 -thoroughbred_N 1.6043059571890954e-5 -thoroughfare_N 1.2032294678918217e-5 -thoroughness_N 4.0107648929727385e-6 -thortveitite_N 4.0107648929727385e-6 -thought_N 9.625835743134574e-5 -thought_reader_N 4.0107648929727385e-6 -thoughtfulness_N 4.0107648929727385e-6 -thoughtlessness_N 4.0107648929727385e-6 -thraldom_N 4.0107648929727385e-6 -thrall_N 1.2032294678918217e-5 -thrash_N 4.0107648929727385e-6 -thrasher_N 4.0107648929727385e-6 -thrashing_N 8.021529785945477e-6 -thread_N 1.6043059571890954e-5 -threadfin_N 4.0107648929727385e-6 -threadfish_N 4.0107648929727385e-6 -threat_N 3.409150159026828e-4 -three_d_N 4.0107648929727385e-6 -three_decker_N 4.0107648929727385e-6 -three_quarter_N 4.0107648929727385e-6 -three_score_N 4.0107648929727385e-6 -threepence_N 4.0107648929727385e-6 -threescore_N 4.0107648929727385e-6 -threesome_N 4.0107648929727385e-6 -threnody_N 4.0107648929727385e-6 -threonine_N 4.0107648929727385e-6 -thresher_N 4.0107648929727385e-6 -threshing_N 4.0107648929727385e-6 -threshing_floor_N 4.0107648929727385e-6 -threshing_machine_N 4.0107648929727385e-6 -threshold_N 2.4064589357836434e-5 -thrift_N 8.14185273273466e-4 -thriftlessness_N 4.0107648929727385e-6 -thriftshop_N 4.0107648929727385e-6 -thrill_N 1.2032294678918217e-5 -thriller_N 8.021529785945477e-6 -thrips_N 4.0107648929727385e-6 -throat_N 1.2032294678918217e-5 -throatwort_N 4.0107648929727385e-6 -throb_N 4.0107648929727385e-6 -throbbing_N 4.0107648929727385e-6 -throe_N 4.0107648929727385e-6 -throes_N 4.0107648929727385e-6 -thrombasthenia_N 4.0107648929727385e-6 -thrombectomy_N 4.0107648929727385e-6 -thrombin_N 4.0107648929727385e-6 -thrombocytopenia_N 4.0107648929727385e-6 -thrombocytosis_N 4.0107648929727385e-6 -thromboembolism_N 4.0107648929727385e-6 -thrombolysis_N 4.0107648929727385e-6 -thrombolytic_N 4.0107648929727385e-6 -thrombophlebitis_N 4.0107648929727385e-6 -thromboplastin_N 4.0107648929727385e-6 -thrombosis_N 4.0107648929727385e-6 -thrombus_N 4.0107648929727385e-6 -throne_N 8.021529785945477e-6 -throng_N 4.0107648929727385e-6 -throstle_N 4.0107648929727385e-6 -throttle_N 4.0107648929727385e-6 -throttle_valve_N 4.0107648929727385e-6 -throughput_N 4.0107648929727385e-6 -throughway_N 4.0107648929727385e-6 -throw_N 4.0107648929727385e-6 -throw_in_N 4.0107648929727385e-6 -throwaway_N 4.0107648929727385e-6 -throwback_N 4.0107648929727385e-6 -thrower_N 4.0107648929727385e-6 -throwster_N 4.0107648929727385e-6 -thrum_N 4.0107648929727385e-6 -thrush_N 4.0107648929727385e-6 -thrust_N 3.609688403675465e-5 -thrusterFem_N 4.0107648929727385e-6 -thrusterMasc_N 4.0107648929727385e-6 -thud_N 4.0107648929727385e-6 -thug_N 1.6043059571890954e-5 -thuggee_N 4.0107648929727385e-6 -thuggery_N 4.0107648929727385e-6 -thulium_N 4.0107648929727385e-6 -thumb_N 3.208611914378191e-5 -thumbhole_N 4.0107648929727385e-6 -thumbnail_N 4.0107648929727385e-6 -thumbnut_N 4.0107648929727385e-6 -thumbprint_N 4.0107648929727385e-6 -thumbscrew_N 4.0107648929727385e-6 -thumbstall_N 4.0107648929727385e-6 -thumbtack_N 4.0107648929727385e-6 -thump_N 1.2032294678918217e-5 -thunder_N 1.6043059571890954e-5 -thunderbird_N 4.0107648929727385e-6 -thunderbolt_N 4.0107648929727385e-6 -thunderclap_N 4.0107648929727385e-6 -thunderer_N 4.0107648929727385e-6 -thunderhead_N 4.0107648929727385e-6 -thundershower_N 4.0107648929727385e-6 -thunderstorm_N 8.021529785945477e-6 -thunk_N 4.0107648929727385e-6 -thurible_N 4.0107648929727385e-6 -thurifer_N 4.0107648929727385e-6 -thursday_N 4.0107648929727385e-6 -thwack_N 4.0107648929727385e-6 -thwart_N 4.0107648929727385e-6 -thylacine_N 4.0107648929727385e-6 -thyme_N 4.0107648929727385e-6 -thymine_N 4.0107648929727385e-6 -thymol_N 4.0107648929727385e-6 -thymosin_N 4.0107648929727385e-6 -thyroglobulin_N 4.0107648929727385e-6 -thyroid_N 4.0107648929727385e-6 -thyroidectomy_N 4.0107648929727385e-6 -thyroiditis_N 4.0107648929727385e-6 -thyronine_N 4.0107648929727385e-6 -thyroprotein_N 4.0107648929727385e-6 -thyrotropin_N 4.0107648929727385e-6 -thyroxine_N 4.0107648929727385e-6 -thyrse_N 4.0107648929727385e-6 -thyrsopteris_N 4.0107648929727385e-6 -thysanopter_N 4.0107648929727385e-6 -ti_N 4.0107648929727385e-6 -tiara_N 4.0107648929727385e-6 -tibetan_N 4.0107648929727385e-6 -tibia_N 4.0107648929727385e-6 -tibialis_N 4.0107648929727385e-6 -tic_N 4.0107648929727385e-6 -tick_N 8.021529785945477e-6 -tick_tock_N 4.0107648929727385e-6 -ticker_N 8.021529785945477e-6 -ticker_tape_N 4.0107648929727385e-6 -ticket_N 1.8850594996971872e-4 -ticket_collector_N 4.0107648929727385e-6 -ticking_N 4.0107648929727385e-6 -tickle_N 4.0107648929727385e-6 -tickler_N 4.0107648929727385e-6 -ticktack_N 4.0107648929727385e-6 -ticktacktoe_N 4.0107648929727385e-6 -ticktock_N 4.0107648929727385e-6 -tidbit_N 1.6043059571890954e-5 -tiddler_N 4.0107648929727385e-6 -tiddlywinks_N 4.0107648929727385e-6 -tide_N 3.609688403675465e-5 -tideland_N 4.0107648929727385e-6 -tidemark_N 4.0107648929727385e-6 -tidewater_N 4.0107648929727385e-6 -tideway_N 4.0107648929727385e-6 -tidiness_N 4.0107648929727385e-6 -tidy_N 4.0107648929727385e-6 -tidytips_N 4.0107648929727385e-6 -tie_N 2.2059206911350063e-4 -tie_up_N 4.0107648929727385e-6 -tiebreaker_N 4.0107648929727385e-6 -tier_N 4.0107648929727385e-6 -tiercel_N 4.0107648929727385e-6 -tiff_N 8.021529785945477e-6 -tiger_N 1.6043059571890954e-5 -tiger_lily_N 4.0107648929727385e-6 -tight_wad_N 4.0107648929727385e-6 -tightening_N 4.0107648929727385e-6 -tightness_N 8.021529785945477e-6 -tightrope_N 4.0107648929727385e-6 -tights_N 4.0107648929727385e-6 -tiglon_N 4.0107648929727385e-6 -tigress_N 4.0107648929727385e-6 -tike_N 4.0107648929727385e-6 -tilde_N 4.0107648929727385e-6 -tile_N 2.0053824464863696e-5 -tilefish_N 4.0107648929727385e-6 -tiler_N 4.0107648929727385e-6 -tiling_N 4.0107648929727385e-6 -till_N 4.0107648929727385e-6 -tillage_N 4.0107648929727385e-6 -tiller_N 8.021529785945477e-6 -tilling_N 4.0107648929727385e-6 -tilt_N 1.6043059571890954e-5 -tilter_N 4.0107648929727385e-6 -tilth_N 8.021529785945477e-6 -tiltyard_N 4.0107648929727385e-6 -timbale_N 4.0107648929727385e-6 -timber_N 2.4064589357836434e-5 -timberman_N 4.0107648929727385e-6 -timbre_N 4.0107648929727385e-6 -timbrel_N 4.0107648929727385e-6 -time_N 4.628422686490541e-3 -time_ball_N 4.0107648929727385e-6 -time_bomb_N 4.0107648929727385e-6 -time_exposure_N 4.0107648929727385e-6 -time_fuse_N 4.0107648929727385e-6 -time_lag_N 4.0107648929727385e-6 -time_limit_N 4.0107648929727385e-6 -time_sheet_N 4.0107648929727385e-6 -time_signal_N 4.0107648929727385e-6 -time_switch_N 4.0107648929727385e-6 -timecard_N 4.0107648929727385e-6 -timekeeper_N 4.0107648929727385e-6 -timekeeping_N 4.0107648929727385e-6 -timeline_N 4.0107648929727385e-6 -timeliness_N 4.0107648929727385e-6 -timepiece_N 4.0107648929727385e-6 -timer_N 4.0107648929727385e-6 -times_N 4.0107648929727385e-6 -timeserver_N 4.0107648929727385e-6 -timetable_N 5.6150708501618345e-5 -timework_N 4.0107648929727385e-6 -timid_N 4.0107648929727385e-6 -timidity_N 2.4064589357836434e-5 -timidness_N 4.0107648929727385e-6 -timing_N 1.2834447657512763e-4 -timolol_N 4.0107648929727385e-6 -timothy_N 4.0107648929727385e-6 -timpanist_N 4.0107648929727385e-6 -timucu_N 4.0107648929727385e-6 -tin_N 2.0053824464863696e-5 -tin_opener_N 4.0107648929727385e-6 -tin_pan_alley_N 4.0107648929727385e-6 -tin_plate_N 4.0107648929727385e-6 -tinamou_N 4.0107648929727385e-6 -tincture_N 4.0107648929727385e-6 -tinder_N 4.0107648929727385e-6 -tinderbox_N 4.0107648929727385e-6 -tine_N 4.0107648929727385e-6 -tinea_N 4.0107648929727385e-6 -tineid_N 4.0107648929727385e-6 -tineoid_N 4.0107648929727385e-6 -tinfoil_N 4.0107648929727385e-6 -ting_N 4.0107648929727385e-6 -tinge_N 8.021529785945477e-6 -tingle_N 4.0107648929727385e-6 -tinker_N 4.0107648929727385e-6 -tinkerer_N 4.0107648929727385e-6 -tinkle_N 4.0107648929727385e-6 -tinning_N 4.0107648929727385e-6 -tinnitus_N 4.0107648929727385e-6 -tinsel_N 4.0107648929727385e-6 -tinsmith_N 4.0107648929727385e-6 -tint_N 4.0107648929727385e-6 -tintack_N 4.0107648929727385e-6 -tinter_N 4.0107648929727385e-6 -tinting_N 4.0107648929727385e-6 -tintinnabulation_N 4.0107648929727385e-6 -tinware_N 4.0107648929727385e-6 -tip_N 7.620453296648204e-5 -tip_off_N 4.0107648929727385e-6 -tipper_N 4.0107648929727385e-6 -tippet_N 4.0107648929727385e-6 -tipple_N 4.0107648929727385e-6 -tippler_N 4.0107648929727385e-6 -tipstaff_N 4.0107648929727385e-6 -tipster_N 8.021529785945477e-6 -tiptoe_N 4.0107648929727385e-6 -tiptop_N 4.0107648929727385e-6 -tipu_N 4.0107648929727385e-6 -tirade_N 4.0107648929727385e-6 -tiramisu_N 4.0107648929727385e-6 -tire_N 1.0829065211026395e-4 -tiredness_N 4.0107648929727385e-6 -tiro_N 4.0107648929727385e-6 -tisane_N 4.0107648929727385e-6 -tissue_N 8.422606275242751e-5 -tit_N 4.0107648929727385e-6 -titan_N 2.0053824464863696e-5 -titanium_N 4.0107648929727385e-6 -titanosaur_N 4.0107648929727385e-6 -titbit_N 4.0107648929727385e-6 -titer_N 4.0107648929727385e-6 -titfer_N 4.0107648929727385e-6 -tithe_N 4.0107648929727385e-6 -tithe_barn_N 4.0107648929727385e-6 -tither_N 4.0107648929727385e-6 -titi_N 4.0107648929727385e-6 -titillation_N 4.0107648929727385e-6 -titivation_N 4.0107648929727385e-6 -titlark_N 4.0107648929727385e-6 -title_N 1.8850594996971872e-4 -title_deed_N 4.0107648929727385e-6 -title_page_N 4.0107648929727385e-6 -title_role_N 4.0107648929727385e-6 -titmouse_N 4.0107648929727385e-6 -titration_N 4.0107648929727385e-6 -titrator_N 4.0107648929727385e-6 -titter_N 4.0107648929727385e-6 -titterer_N 4.0107648929727385e-6 -tittle_N 4.0107648929727385e-6 -tittle_tattle_N 4.0107648929727385e-6 -tiyin_N 4.0107648929727385e-6 -tizzy_N 4.0107648929727385e-6 -tnt_N 4.0107648929727385e-6 -to_do_N 4.0107648929727385e-6 -toad_N 1.2032294678918217e-5 -toad_in_the_hole_N 4.0107648929727385e-6 -toadfish_N 4.0107648929727385e-6 -toadflax_N 4.0107648929727385e-6 -toadstool_N 4.0107648929727385e-6 -toady_N 4.0107648929727385e-6 -toast_N 1.6043059571890954e-5 -toaster_N 8.021529785945477e-6 -toasting_N 4.0107648929727385e-6 -toasting_fork_N 4.0107648929727385e-6 -toastmaster_N 4.0107648929727385e-6 -toastrack_N 4.0107648929727385e-6 -tobacco_N 1.6845212550485502e-4 -tobacconist_N 4.0107648929727385e-6 -tobagonian_N 4.0107648929727385e-6 -toboggan_N 4.0107648929727385e-6 -tobogganing_N 4.0107648929727385e-6 -tobogganist_N 4.0107648929727385e-6 -tobramycin_N 4.0107648929727385e-6 -toby_N 4.0107648929727385e-6 -toby_jug_N 4.0107648929727385e-6 -tocainide_N 4.0107648929727385e-6 -toccata_N 8.021529785945477e-6 -tocsin_N 4.0107648929727385e-6 -tod_N 4.0107648929727385e-6 -today_N 1.4839830103999133e-3 -toddler_N 8.021529785945477e-6 -toddy_N 4.0107648929727385e-6 -tody_N 4.0107648929727385e-6 -toe_N 2.4064589357836434e-5 -toea_N 4.0107648929727385e-6 -toecap_N 4.0107648929727385e-6 -toehold_N 1.2032294678918217e-5 -toenail_N 4.0107648929727385e-6 -toetoe_N 4.0107648929727385e-6 -toff_N 4.0107648929727385e-6 -toffee_N 4.0107648929727385e-6 -toga_N 8.021529785945477e-6 -togetherness_N 4.0107648929727385e-6 -toggle_N 4.0107648929727385e-6 -togolese_N 4.0107648929727385e-6 -togs_N 4.0107648929727385e-6 -toil_N 4.0107648929727385e-6 -toiler_N 4.0107648929727385e-6 -toilet_N 3.609688403675465e-5 -toilet_paper_N 4.0107648929727385e-6 -toilet_powder_N 4.0107648929727385e-6 -toilet_roll_N 4.0107648929727385e-6 -toilet_table_N 4.0107648929727385e-6 -toiletry_N 4.0107648929727385e-6 -tokamak_N 4.0107648929727385e-6 -tokay_N 4.0107648929727385e-6 -toke_N 4.0107648929727385e-6 -token_N 4.0107648929727385e-6 -tolazamide_N 4.0107648929727385e-6 -tolazoline_N 4.0107648929727385e-6 -tolbutamide_N 4.0107648929727385e-6 -tole_N 4.0107648929727385e-6 -tolerance_N 2.8075354250809173e-5 -toleration_N 4.0107648929727385e-6 -toll_N 1.0829065211026395e-4 -tollbar_N 4.0107648929727385e-6 -tollbooth_N 4.0107648929727385e-6 -toller_N 4.0107648929727385e-6 -tollgate_N 4.0107648929727385e-6 -tollhouse_N 4.0107648929727385e-6 -tollkeeper_N 4.0107648929727385e-6 -tolu_N 4.0107648929727385e-6 -toluene_N 4.0107648929727385e-6 -tom_N 4.0107648929727385e-6 -tomahawk_N 4.0107648929727385e-6 -tomalley_N 4.0107648929727385e-6 -tomatillo_N 4.0107648929727385e-6 -tomato_N 8.021529785945477e-6 -tomb_N 1.2032294678918217e-5 -tombac_N 4.0107648929727385e-6 -tombola_N 4.0107648929727385e-6 -tomboy_N 4.0107648929727385e-6 -tombstone_N 4.0107648929727385e-6 -tomcat_N 4.0107648929727385e-6 -tome_N 4.0107648929727385e-6 -tomentum_N 4.0107648929727385e-6 -tomfool_N 4.0107648929727385e-6 -tomfoolery_N 4.0107648929727385e-6 -tommy_gun_N 4.0107648929727385e-6 -tommy_rot_N 4.0107648929727385e-6 -tomograph_N 4.0107648929727385e-6 -tomorrow_N 2.9679660207998265e-4 -tomtate_N 4.0107648929727385e-6 -tomtit_N 4.0107648929727385e-6 -tomtom_N 4.0107648929727385e-6 -ton_N 6.096362637318563e-4 -tonality_N 4.0107648929727385e-6 -tone_N 1.323552414681004e-4 -tone_poem_N 4.0107648929727385e-6 -toner_N 4.0107648929727385e-6 -tongan_N 4.0107648929727385e-6 -tongs_N 4.0107648929727385e-6 -tongue_N 2.8075354250809173e-5 -tongue_twister_N 4.0107648929727385e-6 -tonguefish_N 4.0107648929727385e-6 -tongueflower_N 4.0107648929727385e-6 -tonic_N 4.0107648929727385e-6 -tonic_sol_fa_N 8.021529785945477e-6 -tonicity_N 4.0107648929727385e-6 -tonight_N 4.010764892972739e-5 -tonnage_N 2.0053824464863696e-5 -tonne_N 4.0107648929727385e-6 -tonometer_N 4.0107648929727385e-6 -tonometry_N 4.0107648929727385e-6 -tons_N 4.0107648929727385e-6 -tonsil_N 4.0107648929727385e-6 -tonsillectomy_N 4.0107648929727385e-6 -tonsillitis_N 4.0107648929727385e-6 -tonsure_N 4.0107648929727385e-6 -tontine_N 4.0107648929727385e-6 -tool_N 2.165813042205279e-4 -toolbox_N 4.0107648929727385e-6 -toolmaker_N 4.0107648929727385e-6 -toolshed_N 4.0107648929727385e-6 -toot_N 4.0107648929727385e-6 -tooth_N 4.010764892972739e-5 -toothache_N 4.0107648929727385e-6 -toothbrush_N 4.0107648929727385e-6 -toothpaste_N 2.4064589357836434e-5 -toothpick_N 4.0107648929727385e-6 -toothpowder_N 4.0107648929727385e-6 -tootle_N 4.0107648929727385e-6 -top_N 1.8048442018377323e-4 -top_boot_N 4.0107648929727385e-6 -top_dressing_N 4.0107648929727385e-6 -topaz_N 1.6043059571890954e-5 -topcoat_N 4.0107648929727385e-6 -toper_N 4.0107648929727385e-6 -topgallant_N 4.0107648929727385e-6 -tophus_N 4.0107648929727385e-6 -topi_N 4.0107648929727385e-6 -topiary_N 4.0107648929727385e-6 -topic_N 1.2032294678918216e-4 -topicality_N 4.0107648929727385e-6 -topicalization_N 4.0107648929727385e-6 -topknot_N 4.0107648929727385e-6 -topmast_N 4.0107648929727385e-6 -topminnow_N 4.0107648929727385e-6 -topognosia_N 4.0107648929727385e-6 -topography_N 4.0107648929727385e-6 -topolatry_N 4.0107648929727385e-6 -topology_N 4.0107648929727385e-6 -toponymy_N 4.0107648929727385e-6 -topos_N 4.0107648929727385e-6 -topper_N 4.0107648929727385e-6 -topping_N 4.0107648929727385e-6 -topsail_N 4.0107648929727385e-6 -topside_N 4.0107648929727385e-6 -topsoil_N 4.0107648929727385e-6 -topspin_N 4.0107648929727385e-6 -topsy_turvydom_N 4.0107648929727385e-6 -toque_N 4.0107648929727385e-6 -tor_N 4.0107648929727385e-6 -torch_N 8.021529785945477e-6 -torch_race_N 4.0107648929727385e-6 -torch_singer_N 4.0107648929727385e-6 -torchbearer_N 4.0107648929727385e-6 -torchlight_N 4.0107648929727385e-6 -toreador_N 4.0107648929727385e-6 -torero_N 4.0107648929727385e-6 -torment_N 4.0107648929727385e-6 -tormenter_N 4.0107648929727385e-6 -tormentor_N 8.021529785945477e-6 -tornado_N 1.2032294678918217e-5 -toroid_N 4.0107648929727385e-6 -torpedo_N 4.0107648929727385e-6 -torpedo_boat_N 4.0107648929727385e-6 -torpedo_tube_N 4.0107648929727385e-6 -torpidity_N 4.0107648929727385e-6 -torpidness_N 4.0107648929727385e-6 -torpor_N 4.0107648929727385e-6 -torque_N 8.021529785945477e-6 -torr_N 4.0107648929727385e-6 -torrent_N 8.021529785945477e-6 -torridity_N 4.0107648929727385e-6 -torsion_N 4.0107648929727385e-6 -torso_N 4.0107648929727385e-6 -tort_N 1.6043059571890954e-5 -torte_N 4.0107648929727385e-6 -tortellini_N 4.0107648929727385e-6 -torticollis_N 4.0107648929727385e-6 -tortilla_N 4.0107648929727385e-6 -tortoise_N 4.0107648929727385e-6 -tortoiseshell_N 4.0107648929727385e-6 -tortricid_N 4.0107648929727385e-6 -tortuosity_N 4.0107648929727385e-6 -torture_N 4.0107648929727385e-6 -torturer_N 4.0107648929727385e-6 -torus_N 4.0107648929727385e-6 -tory_N 8.021529785945477e-6 -tosh_N 4.0107648929727385e-6 -toss_N 4.0107648929727385e-6 -toss_up_N 4.0107648929727385e-6 -tosser_N 4.0107648929727385e-6 -tossup_N 4.0107648929727385e-6 -tostada_N 4.0107648929727385e-6 -tot_N 8.021529785945477e-6 -total_N 4.532164329059195e-4 -totalitarian_N 4.0107648929727385e-6 -totalitarianism_N 4.0107648929727385e-6 -totality_N 4.0107648929727385e-6 -totalizator_N 4.0107648929727385e-6 -totara_N 4.0107648929727385e-6 -tote_N 4.0107648929727385e-6 -totem_N 4.0107648929727385e-6 -totem_pole_N 4.0107648929727385e-6 -totemism_N 4.0107648929727385e-6 -totemist_N 4.0107648929727385e-6 -totipotency_N 4.0107648929727385e-6 -toucan_N 4.0107648929727385e-6 -toucanet_N 4.0107648929727385e-6 -touch_N 7.620453296648204e-5 -touchback_N 4.0107648929727385e-6 -touchdown_N 8.021529785945477e-6 -toucher_N 4.0107648929727385e-6 -touchiness_N 4.0107648929727385e-6 -touchline_N 4.0107648929727385e-6 -touchstone_N 4.0107648929727385e-6 -tough_N 4.0107648929727385e-6 -toughie_N 4.0107648929727385e-6 -toughness_N 8.021529785945477e-6 -toupee_N 4.0107648929727385e-6 -tour_N 6.016147339459108e-5 -tour_de_force_N 1.2032294678918217e-5 -touraco_N 4.0107648929727385e-6 -touring_N 8.021529785945477e-6 -tourism_N 7.21937680735093e-5 -tourist_N 1.644413606118823e-4 -tourmaline_N 4.0107648929727385e-6 -tournament_N 1.6043059571890954e-5 -tournedos_N 4.0107648929727385e-6 -tourney_N 4.0107648929727385e-6 -tourniquet_N 4.0107648929727385e-6 -tourtiere_N 4.0107648929727385e-6 -tout_N 4.0107648929727385e-6 -tout_ensemble_N 4.0107648929727385e-6 -tovarich_N 4.0107648929727385e-6 -tow_N 1.2032294678918217e-5 -towel_N 3.609688403675465e-5 -towel_horse_N 4.0107648929727385e-6 -towel_rack_N 4.0107648929727385e-6 -towel_rail_N 4.0107648929727385e-6 -toweling_N 4.0107648929727385e-6 -towelling_N 4.0107648929727385e-6 -tower_N 1.0829065211026395e-4 -tower_block_N 4.0107648929727385e-6 -towhead_N 4.0107648929727385e-6 -towhee_N 4.0107648929727385e-6 -towing_line_N 4.0107648929727385e-6 -towing_path_N 4.0107648929727385e-6 -towing_rope_N 4.0107648929727385e-6 -towline_N 4.0107648929727385e-6 -town_N 2.8075354250809174e-4 -town_crier_N 4.0107648929727385e-6 -town_gas_N 4.0107648929727385e-6 -townee_N 4.0107648929727385e-6 -townie_N 4.0107648929727385e-6 -township_N 4.010764892972739e-5 -townsman_N 4.0107648929727385e-6 -towpath_N 4.0107648929727385e-6 -towrope_N 4.0107648929727385e-6 -toxaemia_N 4.0107648929727385e-6 -toxemia_N 4.0107648929727385e-6 -toxicity_N 8.021529785945477e-6 -toxicognath_N 4.0107648929727385e-6 -toxicologist_N 8.021529785945477e-6 -toxicology_N 8.021529785945477e-6 -toxin_N 5.6150708501618345e-5 -toxoplasmosis_N 4.0107648929727385e-6 -toy_N 1.6043059571890957e-4 -toyon_N 4.0107648929727385e-6 -toyshop_N 4.0107648929727385e-6 -trabecula_N 4.0107648929727385e-6 -trace_N 1.6043059571890954e-5 -tracer_N 4.0107648929727385e-6 -tracery_N 4.0107648929727385e-6 -trachea_N 4.0107648929727385e-6 -tracheid_N 4.0107648929727385e-6 -tracheitis_N 4.0107648929727385e-6 -tracheobronchitis_N 4.0107648929727385e-6 -tracheostomy_N 4.0107648929727385e-6 -trachodon_N 4.0107648929727385e-6 -trachoma_N 4.0107648929727385e-6 -tracing_N 4.0107648929727385e-6 -tracing_paper_N 4.0107648929727385e-6 -track_N 1.8850594996971872e-4 -trackball_N 4.0107648929727385e-6 -tracker_N 4.0107648929727385e-6 -tract_N 3.208611914378191e-5 -tractability_N 4.0107648929727385e-6 -traction_N 4.0107648929727385e-6 -traction_engine_N 4.0107648929727385e-6 -tractor_N 3.208611914378191e-5 -trad_N 4.0107648929727385e-6 -trade_N 1.8770379699112418e-3 -trade_in_N 4.0107648929727385e-6 -trade_union_N 4.0107648929727385e-6 -trade_unionism_N 4.0107648929727385e-6 -trade_unionist_N 4.0107648929727385e-6 -trade_wind_N 4.0107648929727385e-6 -tradecraft_N 4.0107648929727385e-6 -trademark_N 4.4118413822700127e-5 -tradeoff_N 4.0107648929727385e-6 -trader_N 2.3382759326031066e-3 -trades_union_N 4.0107648929727385e-6 -tradesman_N 4.0107648929727385e-6 -tradespeople_N 4.0107648929727385e-6 -trading_N 4.0107648929727385e-6 -tradition_N 9.2247592538373e-5 -traditionalism_N 4.0107648929727385e-6 -traditionalist_N 1.6043059571890954e-5 -traducer_N 4.0107648929727385e-6 -traffic_N 2.6069971804322804e-4 -trafficator_N 4.0107648929727385e-6 -trafficker_N 3.609688403675465e-5 -tragacanth_N 4.0107648929727385e-6 -tragedian_N 4.0107648929727385e-6 -tragedienne_N 4.0107648929727385e-6 -tragedy_N 3.609688403675465e-5 -tragicomedy_N 4.0107648929727385e-6 -tragopan_N 4.0107648929727385e-6 -tragus_N 4.0107648929727385e-6 -trail_N 6.818300318053656e-5 -trailblazer_N 4.0107648929727385e-6 -trailer_N 2.8075354250809173e-5 -trailing_N 4.0107648929727385e-6 -train_N 1.0427988721729121e-4 -trainband_N 4.0107648929727385e-6 -trainbandsman_N 4.0107648929727385e-6 -trainbearer_N 4.0107648929727385e-6 -trainee_N 4.0107648929727385e-6 -traineeship_N 4.0107648929727385e-6 -trainer_N 4.010764892972739e-5 -training_N 2.2059206911350063e-4 -training_college_N 4.0107648929727385e-6 -training_ship_N 4.0107648929727385e-6 -trainload_N 4.0107648929727385e-6 -trainman_N 4.0107648929727385e-6 -trait_N 2.4064589357836434e-5 -traitor_N 8.021529785945477e-6 -traitress_N 4.0107648929727385e-6 -trajectory_N 4.0107648929727385e-6 -tram_N 4.0107648929727385e-6 -tram_car_N 4.0107648929727385e-6 -tramcar_N 4.0107648929727385e-6 -tramline_N 4.0107648929727385e-6 -trammel_N 4.0107648929727385e-6 -tramontane_N 4.0107648929727385e-6 -tramp_N 8.021529785945477e-6 -tramp_steamer_N 4.0107648929727385e-6 -trample_N 4.0107648929727385e-6 -trampler_N 4.0107648929727385e-6 -trampoline_N 4.0107648929727385e-6 -tramway_N 4.0107648929727385e-6 -trance_N 4.0107648929727385e-6 -tranche_N 4.0107648929727385e-6 -trandolapril_N 4.0107648929727385e-6 -tranquility_N 8.021529785945477e-6 -tranquilizer_N 4.0107648929727385e-6 -tranquillity_N 4.0107648929727385e-6 -tranquillizer_N 4.0107648929727385e-6 -transactinide_N 4.0107648929727385e-6 -transaction_N 1.3436062391458676e-3 -transactor_N 4.0107648929727385e-6 -transalpine_N 4.0107648929727385e-6 -transaminase_N 4.0107648929727385e-6 -transamination_N 4.0107648929727385e-6 -transcendence_N 4.0107648929727385e-6 -transcendency_N 4.0107648929727385e-6 -transcendentalism_N 4.0107648929727385e-6 -transcendentalist_N 4.0107648929727385e-6 -transcriber_N 4.0107648929727385e-6 -transcript_N 3.208611914378191e-5 -transcriptase_N 4.0107648929727385e-6 -transcription_N 4.0107648929727385e-6 -transducer_N 4.0107648929727385e-6 -transduction_N 4.0107648929727385e-6 -transept_N 4.0107648929727385e-6 -transfer_N 1.2834447657512763e-4 -transferability_N 4.0107648929727385e-6 -transferase_N 4.0107648929727385e-6 -transferee_N 4.0107648929727385e-6 -transference_N 4.0107648929727385e-6 -transferer_N 4.0107648929727385e-6 -transferor_N 4.0107648929727385e-6 -transferrin_N 4.0107648929727385e-6 -transfiguration_N 4.0107648929727385e-6 -transformation_N 2.0053824464863696e-5 -transformer_N 4.0107648929727385e-6 -transfusion_N 2.0053824464863696e-5 -transgene_N 4.0107648929727385e-6 -transgression_N 4.0107648929727385e-6 -transgressor_N 4.0107648929727385e-6 -transience_N 4.0107648929727385e-6 -transiency_N 4.0107648929727385e-6 -transient_N 4.0107648929727385e-6 -transistor_N 8.021529785945477e-6 -transit_N 3.208611914378191e-5 -transition_N 7.620453296648204e-5 -transitivity_N 4.0107648929727385e-6 -translation_N 5.2139943608645604e-5 -translator_N 1.6043059571890954e-5 -transliteration_N 4.0107648929727385e-6 -translocation_N 4.0107648929727385e-6 -translucence_N 4.0107648929727385e-6 -translucency_N 4.0107648929727385e-6 -transmigrante_N 4.0107648929727385e-6 -transmigration_N 4.0107648929727385e-6 -transmission_N 4.010764892972739e-5 -transmittance_N 4.0107648929727385e-6 -transmitter_N 8.021529785945477e-6 -transmogrification_N 4.0107648929727385e-6 -transmutation_N 4.0107648929727385e-6 -transom_N 4.0107648929727385e-6 -transom_window_N 4.0107648929727385e-6 -transparence_N 4.0107648929727385e-6 -transparency_N 4.0107648929727385e-6 -transpiration_N 4.0107648929727385e-6 -transplant_N 9.2247592538373e-5 -transplantation_N 1.2032294678918217e-5 -transplanter_N 4.0107648929727385e-6 -transponder_N 4.0107648929727385e-6 -transport_N 8.021529785945478e-5 -transportation_N 3.730011350464647e-4 -transporter_N 1.2032294678918217e-5 -transpose_N 4.0107648929727385e-6 -transposition_N 4.0107648929727385e-6 -transposon_N 4.0107648929727385e-6 -transsexual_N 4.0107648929727385e-6 -transsexualism_N 4.0107648929727385e-6 -transshipment_N 4.0107648929727385e-6 -transubstantiation_N 4.0107648929727385e-6 -transudate_N 4.0107648929727385e-6 -transvestism_N 4.0107648929727385e-6 -transvestite_N 8.021529785945477e-6 -tranylcypromine_N 4.0107648929727385e-6 -trap_N 4.812917871567287e-5 -trap_door_N 4.0107648929727385e-6 -trap_shooting_N 4.0107648929727385e-6 -trapeze_N 4.0107648929727385e-6 -trapezium_N 4.0107648929727385e-6 -trapezius_N 4.0107648929727385e-6 -trapezohedron_N 4.0107648929727385e-6 -trapezoid_N 4.0107648929727385e-6 -trapper_N 4.0107648929727385e-6 -trappist_N 4.0107648929727385e-6 -trapshooter_N 4.0107648929727385e-6 -trash_N 3.609688403675465e-5 -trauma_N 1.6043059571890954e-5 -traumatology_N 4.0107648929727385e-6 -traumatophobia_N 4.0107648929727385e-6 -travail_N 8.021529785945477e-6 -trave_N 4.0107648929727385e-6 -travel_N 1.965274797556642e-4 -traveler_N 4.0107648929727385e-6 -traveller_N 4.0107648929727385e-6 -travelling_N 4.0107648929727385e-6 -travelogue_N 8.021529785945477e-6 -traversal_N 4.0107648929727385e-6 -traverse_N 4.0107648929727385e-6 -traverser_N 4.0107648929727385e-6 -travesty_N 4.0107648929727385e-6 -trawl_N 4.0107648929727385e-6 -trawl_net_N 4.0107648929727385e-6 -trawler_N 4.0107648929727385e-6 -tray_N 1.2032294678918217e-5 -tray_cloth_N 4.0107648929727385e-6 -trazodone_N 4.0107648929727385e-6 -treachery_N 4.0107648929727385e-6 -treacle_N 4.0107648929727385e-6 -tread_N 4.0107648929727385e-6 -treadle_N 4.0107648929727385e-6 -treadmill_N 8.021529785945477e-6 -treas_N 4.0107648929727385e-6 -treason_N 4.0107648929727385e-6 -treasure_N 2.0053824464863696e-5 -treasure_house_N 4.0107648929727385e-6 -treasure_trove_N 4.0107648929727385e-6 -treasurer_N 9.2247592538373e-5 -treasurership_N 4.0107648929727385e-6 -treasury_N 1.764736552908005e-4 -treat_N 8.021529785945477e-6 -treatise_N 8.021529785945477e-6 -treatment_N 3.409150159026828e-4 -treaty_N 1.0427988721729121e-4 -treble_N 4.0107648929727385e-6 -tree_N 1.1631218189620943e-4 -tree_fern_N 4.0107648929727385e-6 -treehopper_N 4.0107648929727385e-6 -treelet_N 4.0107648929727385e-6 -treenail_N 4.0107648929727385e-6 -trefoil_N 4.0107648929727385e-6 -trek_N 4.0107648929727385e-6 -trekker_N 4.0107648929727385e-6 -trellis_N 4.0107648929727385e-6 -tremble_N 4.0107648929727385e-6 -trembles_N 4.0107648929727385e-6 -tremolite_N 4.0107648929727385e-6 -tremolo_N 4.0107648929727385e-6 -tremor_N 7.620453296648204e-5 -trench_N 1.6043059571890954e-5 -trenchancy_N 4.0107648929727385e-6 -trencher_N 4.0107648929727385e-6 -trencherman_N 4.0107648929727385e-6 -trend_N 4.6524872758483773e-4 -trend_setter_N 4.0107648929727385e-6 -trend_setting_N 4.0107648929727385e-6 -trepan_N 4.0107648929727385e-6 -trepang_N 4.0107648929727385e-6 -trephination_N 4.0107648929727385e-6 -trephine_N 4.0107648929727385e-6 -trepidation_N 1.2032294678918217e-5 -treponema_N 4.0107648929727385e-6 -trespass_N 2.8075354250809173e-5 -trespasser_N 4.0107648929727385e-6 -tress_N 4.0107648929727385e-6 -trestle_N 4.0107648929727385e-6 -trestle_bridge_N 4.0107648929727385e-6 -trestle_table_N 4.0107648929727385e-6 -trestlework_N 4.0107648929727385e-6 -trews_N 4.0107648929727385e-6 -trey_N 4.0107648929727385e-6 -triad_N 4.0107648929727385e-6 -triage_N 4.0107648929727385e-6 -trial_N 4.532164329059195e-4 -triamcinolone_N 4.0107648929727385e-6 -triangle_N 8.021529785945477e-6 -triangularity_N 4.0107648929727385e-6 -triangulation_N 4.0107648929727385e-6 -triazine_N 4.0107648929727385e-6 -triazolam_N 4.0107648929727385e-6 -tribadism_N 4.0107648929727385e-6 -tribalism_N 4.0107648929727385e-6 -tribalization_N 4.0107648929727385e-6 -tribe_N 1.6043059571890954e-5 -tribesman_N 4.0107648929727385e-6 -tribologist_N 4.0107648929727385e-6 -tribology_N 4.0107648929727385e-6 -tribromoethanol_N 4.0107648929727385e-6 -tribulation_N 4.0107648929727385e-6 -tribunal_N 1.2032294678918217e-5 -tribune_N 4.0107648929727385e-6 -tribuneship_N 4.0107648929727385e-6 -tributary_N 4.0107648929727385e-6 -tribute_N 2.0053824464863696e-5 -tributyrin_N 4.0107648929727385e-6 -trice_N 4.0107648929727385e-6 -triceps_N 4.0107648929727385e-6 -triceratops_N 4.0107648929727385e-6 -trichina_N 4.0107648929727385e-6 -trichinosis_N 4.0107648929727385e-6 -trichion_N 4.0107648929727385e-6 -trichloride_N 4.0107648929727385e-6 -trichlormethiazide_N 4.0107648929727385e-6 -trichloroethylene_N 4.0107648929727385e-6 -trichodesmium_N 4.0107648929727385e-6 -trichomonad_N 4.0107648929727385e-6 -trichomoniasis_N 4.0107648929727385e-6 -trichotillomania_N 4.0107648929727385e-6 -trichotomy_N 4.0107648929727385e-6 -trichroism_N 4.0107648929727385e-6 -trichuriasis_N 4.0107648929727385e-6 -trick_N 2.4064589357836434e-5 -trickery_N 8.021529785945477e-6 -trickiness_N 4.0107648929727385e-6 -trickle_N 8.021529785945477e-6 -trickster_N 4.0107648929727385e-6 -triclinium_N 4.0107648929727385e-6 -tricolor_N 4.0107648929727385e-6 -tricolour_N 4.0107648929727385e-6 -tricorn_N 4.0107648929727385e-6 -tricot_N 4.0107648929727385e-6 -tricycle_N 4.0107648929727385e-6 -tricyclic_N 4.0107648929727385e-6 -trident_N 4.0107648929727385e-6 -tridymite_N 4.0107648929727385e-6 -triennial_N 4.0107648929727385e-6 -trier_N 4.0107648929727385e-6 -trifle_N 4.0107648929727385e-6 -trifler_N 4.0107648929727385e-6 -trifurcation_N 4.0107648929727385e-6 -trigeminal_N 4.0107648929727385e-6 -trigger_N 3.208611914378191e-5 -triggerfish_N 4.0107648929727385e-6 -triglyceride_N 4.0107648929727385e-6 -trigon_N 4.0107648929727385e-6 -trigonometrician_N 4.0107648929727385e-6 -trigonometry_N 4.0107648929727385e-6 -trigram_N 4.0107648929727385e-6 -triiodothyronine_N 4.0107648929727385e-6 -trilby_N 4.0107648929727385e-6 -trill_N 8.021529785945477e-6 -trillion_N 1.2032294678918217e-5 -trillionth_N 4.0107648929727385e-6 -trillium_N 4.0107648929727385e-6 -trilobite_N 4.0107648929727385e-6 -trilogy_N 4.0107648929727385e-6 -trim_N 4.0107648929727385e-6 -trimaran_N 4.0107648929727385e-6 -trimer_N 4.0107648929727385e-6 -trimester_N 4.0107648929727385e-6 -trimipramine_N 4.0107648929727385e-6 -trimmer_N 4.0107648929727385e-6 -trimming_N 4.0107648929727385e-6 -trinidadian_N 4.0107648929727385e-6 -trinitrotoluene_N 4.0107648929727385e-6 -trinity_N 8.021529785945477e-6 -trinket_N 4.0107648929727385e-6 -trinketry_N 4.0107648929727385e-6 -trio_N 8.021529785945477e-6 -triode_N 4.0107648929727385e-6 -triolein_N 4.0107648929727385e-6 -triose_N 4.0107648929727385e-6 -trioxide_N 4.0107648929727385e-6 -trip_N 2.0053824464863693e-4 -tripalmitin_N 4.0107648929727385e-6 -tripe_N 4.0107648929727385e-6 -triphammer_N 4.0107648929727385e-6 -triphosphopyridine_N 4.0107648929727385e-6 -triple_N 4.0107648929727385e-6 -triplet_N 4.0107648929727385e-6 -tripletail_N 4.0107648929727385e-6 -triplicate_N 4.0107648929727385e-6 -triplicity_N 4.0107648929727385e-6 -tripling_N 4.0107648929727385e-6 -tripod_N 4.0107648929727385e-6 -tripos_N 4.0107648929727385e-6 -tripper_N 4.0107648929727385e-6 -triptych_N 4.0107648929727385e-6 -triquetral_N 4.0107648929727385e-6 -trireme_N 4.0107648929727385e-6 -trisaccharide_N 4.0107648929727385e-6 -triskaidekaphobia_N 4.0107648929727385e-6 -triskelion_N 4.0107648929727385e-6 -trismus_N 4.0107648929727385e-6 -trisomy_N 4.0107648929727385e-6 -tristearin_N 4.0107648929727385e-6 -trisyllable_N 4.0107648929727385e-6 -tritanopia_N 4.0107648929727385e-6 -triteness_N 4.0107648929727385e-6 -tritheism_N 4.0107648929727385e-6 -tritheist_N 4.0107648929727385e-6 -tritium_N 4.0107648929727385e-6 -triton_N 4.0107648929727385e-6 -triumph_N 2.4064589357836434e-5 -triumvir_N 4.0107648929727385e-6 -triumvirate_N 4.0107648929727385e-6 -trivet_N 4.0107648929727385e-6 -triviality_N 4.0107648929727385e-6 -trivium_N 4.0107648929727385e-6 -trochanter_N 4.0107648929727385e-6 -trochee_N 4.0107648929727385e-6 -trochlear_N 4.0107648929727385e-6 -troglodyte_N 4.0107648929727385e-6 -trogon_N 4.0107648929727385e-6 -troika_N 4.0107648929727385e-6 -trojan_N 4.0107648929727385e-6 -troll_N 4.0107648929727385e-6 -trolley_N 1.2032294678918217e-5 -trolley_car_N 4.0107648929727385e-6 -trolleybus_N 4.0107648929727385e-6 -trollop_N 4.0107648929727385e-6 -trombiculiasis_N 4.0107648929727385e-6 -trombiculid_N 4.0107648929727385e-6 -trombidiid_N 4.0107648929727385e-6 -trombone_N 4.0107648929727385e-6 -trombonist_N 4.0107648929727385e-6 -trompillo_N 4.0107648929727385e-6 -troop_N 1.2032294678918216e-4 -troop_carrier_N 4.0107648929727385e-6 -trooper_N 4.0107648929727385e-6 -troopship_N 4.0107648929727385e-6 -trope_N 4.0107648929727385e-6 -trophobiosis_N 4.0107648929727385e-6 -trophoblast_N 4.0107648929727385e-6 -trophotropism_N 4.0107648929727385e-6 -trophozoite_N 4.0107648929727385e-6 -trophy_N 1.2032294678918217e-5 -tropic_N 4.0107648929727385e-6 -tropism_N 4.0107648929727385e-6 -troponym_N 4.0107648929727385e-6 -troponymy_N 4.0107648929727385e-6 -tropopause_N 4.0107648929727385e-6 -troposphere_N 4.0107648929727385e-6 -trot_N 4.0107648929727385e-6 -troth_N 4.0107648929727385e-6 -trotter_N 4.0107648929727385e-6 -troubadour_N 4.0107648929727385e-6 -trouble_N 5.294209658724015e-4 -troublemaker_N 8.021529785945477e-6 -troubleshooter_N 4.0107648929727385e-6 -troublesomeness_N 4.0107648929727385e-6 -trough_N 4.4118413822700127e-5 -trouncing_N 4.0107648929727385e-6 -troupe_N 1.2032294678918217e-5 -trouper_N 4.0107648929727385e-6 -trouser_N 8.021529785945477e-6 -trousseau_N 4.0107648929727385e-6 -trout_N 8.021529785945477e-6 -trove_N 8.021529785945477e-6 -trowel_N 8.021529785945477e-6 -troy_N 4.0107648929727385e-6 -truancy_N 4.0107648929727385e-6 -truant_N 4.0107648929727385e-6 -truce_N 3.609688403675465e-5 -truck_N 4.893133169426742e-4 -truckage_N 4.0107648929727385e-6 -truckle_N 4.0107648929727385e-6 -truckle_bed_N 4.0107648929727385e-6 -truckling_N 4.0107648929727385e-6 -truculence_N 8.021529785945477e-6 -truculency_N 4.0107648929727385e-6 -trudge_N 8.021529785945477e-6 -trudger_N 4.0107648929727385e-6 -true_N 4.0107648929727385e-6 -true_blue_N 4.0107648929727385e-6 -truelove_N 4.0107648929727385e-6 -trueness_N 4.0107648929727385e-6 -truffle_N 4.0107648929727385e-6 -truism_N 4.0107648929727385e-6 -trump_N 4.0107648929727385e-6 -trumpet_N 8.021529785945477e-6 -trumpeter_N 4.0107648929727385e-6 -trumpetfish_N 4.0107648929727385e-6 -trumpetwood_N 4.0107648929727385e-6 -truncation_N 4.0107648929727385e-6 -truncheon_N 4.0107648929727385e-6 -trundle_N 4.0107648929727385e-6 -trunk_N 1.2032294678918217e-5 -trunk_call_N 4.0107648929727385e-6 -trunk_line_N 4.0107648929727385e-6 -trunk_road_N 4.0107648929727385e-6 -trunking_N 4.0107648929727385e-6 -truss_N 4.0107648929727385e-6 -trust_N 4.772810222637559e-4 -trustbuster_N 4.0107648929727385e-6 -trustee_N 6.016147339459108e-5 -trusteeship_N 4.0107648929727385e-6 -trustworthiness_N 4.0107648929727385e-6 -trusty_N 4.0107648929727385e-6 -truth_N 9.2247592538373e-5 -truthfulness_N 4.0107648929727385e-6 -try_N 1.6043059571890954e-5 -try_on_N 4.0107648929727385e-6 -try_out_N 4.0107648929727385e-6 -trypsin_N 4.0107648929727385e-6 -trypsinogen_N 4.0107648929727385e-6 -tryptophan_N 4.0107648929727385e-6 -tryst_N 4.0107648929727385e-6 -tsar_N 4.0107648929727385e-6 -tsarina_N 4.0107648929727385e-6 -tsetse_N 4.0107648929727385e-6 -tsetse_fly_N 4.0107648929727385e-6 -tsoris_N 4.0107648929727385e-6 -tsunami_N 4.0107648929727385e-6 -tsuris_N 4.0107648929727385e-6 -tswana_N 4.0107648929727385e-6 -tuatara_N 4.0107648929727385e-6 -tub_N 8.021529785945477e-6 -tub_thumper_N 4.0107648929727385e-6 -tuba_N 4.0107648929727385e-6 -tube_N 4.812917871567287e-5 -tube_well_N 4.0107648929727385e-6 -tubeless_N 4.0107648929727385e-6 -tuber_N 4.0107648929727385e-6 -tubercle_N 4.0107648929727385e-6 -tuberculin_N 4.0107648929727385e-6 -tuberculosis_N 4.0107648929727385e-6 -tuberose_N 4.0107648929727385e-6 -tuberosity_N 4.0107648929727385e-6 -tubful_N 4.0107648929727385e-6 -tubing_N 4.0107648929727385e-6 -tubocurarine_N 4.0107648929727385e-6 -tubule_N 4.0107648929727385e-6 -tuc_N 4.0107648929727385e-6 -tuck_N 4.0107648929727385e-6 -tuck_in_N 4.0107648929727385e-6 -tuck_shop_N 4.0107648929727385e-6 -tucker_N 4.0107648929727385e-6 -tudung_N 4.0107648929727385e-6 -tuesday_N 4.0107648929727385e-6 -tufa_N 4.0107648929727385e-6 -tuff_N 4.0107648929727385e-6 -tuft_N 4.0107648929727385e-6 -tug_N 8.021529785945477e-6 -tugboat_N 4.0107648929727385e-6 -tugrik_N 4.0107648929727385e-6 -tuille_N 4.0107648929727385e-6 -tuition_N 8.021529785945478e-5 -tularemia_N 4.0107648929727385e-6 -tulip_N 8.021529785945477e-6 -tulipwood_N 4.0107648929727385e-6 -tulle_N 4.0107648929727385e-6 -tumble_N 4.812917871567287e-5 -tumblebug_N 4.0107648929727385e-6 -tumbler_N 4.0107648929727385e-6 -tumbleweed_N 4.0107648929727385e-6 -tumbrel_N 4.0107648929727385e-6 -tumbril_N 4.0107648929727385e-6 -tumefaction_N 4.0107648929727385e-6 -tumescence_N 4.0107648929727385e-6 -tumidity_N 4.0107648929727385e-6 -tummy_N 4.0107648929727385e-6 -tumor_N 4.0107648929727385e-6 -tumour_N 4.0107648929727385e-6 -tumult_N 2.0053824464863696e-5 -tumulus_N 4.0107648929727385e-6 -tun_N 4.0107648929727385e-6 -tuna_N 1.6043059571890954e-5 -tunaburger_N 4.0107648929727385e-6 -tundra_N 4.0107648929727385e-6 -tune_N 4.4118413822700127e-5 -tunefulness_N 4.0107648929727385e-6 -tuner_N 4.0107648929727385e-6 -tung_oil_N 4.0107648929727385e-6 -tungstate_N 4.0107648929727385e-6 -tungsten_N 4.0107648929727385e-6 -tunic_N 4.0107648929727385e-6 -tunicate_N 4.0107648929727385e-6 -tuning_N 4.0107648929727385e-6 -tuning_fork_N 4.0107648929727385e-6 -tunisian_N 4.0107648929727385e-6 -tunnel_N 3.208611914378191e-5 -tunny_N 4.0107648929727385e-6 -tup_N 4.0107648929727385e-6 -tupelo_N 4.0107648929727385e-6 -tupik_N 4.0107648929727385e-6 -tuppence_N 4.0107648929727385e-6 -turban_N 2.4064589357836434e-5 -turbidity_N 4.0107648929727385e-6 -turbidness_N 4.0107648929727385e-6 -turbine_N 4.4118413822700127e-5 -turbogenerator_N 4.0107648929727385e-6 -turbojet_N 4.0107648929727385e-6 -turboprop_N 1.6043059571890954e-5 -turbot_N 4.0107648929727385e-6 -turbulence_N 4.4118413822700127e-5 -turd_N 4.0107648929727385e-6 -tureen_N 4.0107648929727385e-6 -turf_N 4.010764892972739e-5 -turgidity_N 4.0107648929727385e-6 -turgor_N 4.0107648929727385e-6 -turk_N 4.0107648929727385e-6 -turkey_N 8.021529785945477e-6 -turkish_N 4.0107648929727385e-6 -turmeric_N 4.0107648929727385e-6 -turmoil_N 1.9251671486269147e-4 -turn_N 1.8850594996971872e-4 -turn_off_N 4.0107648929727385e-6 -turn_on_N 4.0107648929727385e-6 -turn_out_N 4.0107648929727385e-6 -turn_round_N 4.0107648929727385e-6 -turn_up_N 4.0107648929727385e-6 -turnaround_N 4.0107648929727385e-6 -turnbuckle_N 4.0107648929727385e-6 -turncoat_N 4.0107648929727385e-6 -turncock_N 4.0107648929727385e-6 -turner_N 4.0107648929727385e-6 -turnery_N 4.0107648929727385e-6 -turning_N 8.021529785945477e-6 -turning_point_N 4.0107648929727385e-6 -turnip_N 4.0107648929727385e-6 -turnkey_N 8.021529785945477e-6 -turnoff_N 4.0107648929727385e-6 -turnout_N 4.0107648929727385e-6 -turnover_N 1.4839830103999133e-4 -turnpike_N 4.0107648929727385e-6 -turnspit_N 4.0107648929727385e-6 -turnstile_N 4.0107648929727385e-6 -turnstone_N 4.0107648929727385e-6 -turntable_N 4.0107648929727385e-6 -turnverein_N 4.0107648929727385e-6 -turpentine_N 4.0107648929727385e-6 -turpitude_N 4.0107648929727385e-6 -turps_N 4.0107648929727385e-6 -turquoise_N 8.021529785945477e-6 -turreae_N 4.0107648929727385e-6 -turret_N 4.0107648929727385e-6 -turtle_N 1.6043059571890954e-5 -turtledove_N 4.0107648929727385e-6 -turtleneck_N 4.0107648929727385e-6 -turtler_N 4.0107648929727385e-6 -tushery_N 4.0107648929727385e-6 -tusk_N 1.2032294678918217e-5 -tusker_N 4.0107648929727385e-6 -tussah_N 4.0107648929727385e-6 -tussle_N 4.0107648929727385e-6 -tussock_N 4.0107648929727385e-6 -tutee_N 4.0107648929727385e-6 -tutelage_N 4.0107648929727385e-6 -tutor_N 4.0107648929727385e-6 -tutorial_N 8.021529785945477e-6 -tutorship_N 4.0107648929727385e-6 -tutti_frutti_N 4.0107648929727385e-6 -tutu_N 4.0107648929727385e-6 -tuxedo_N 1.2032294678918217e-5 -tv_N 6.417223828756382e-5 -twaddle_N 4.0107648929727385e-6 -twaddler_N 4.0107648929727385e-6 -twain_N 4.0107648929727385e-6 -twang_N 8.021529785945477e-6 -twayblade_N 4.0107648929727385e-6 -tweak_N 4.0107648929727385e-6 -tweed_N 8.021529785945477e-6 -tweediness_N 4.0107648929727385e-6 -tweet_N 4.0107648929727385e-6 -tweeter_N 4.0107648929727385e-6 -twelfth_night_N 4.0107648929727385e-6 -twelvemonth_N 4.0107648929727385e-6 -twerp_N 4.0107648929727385e-6 -twiddle_N 4.0107648929727385e-6 -twiddler_N 4.0107648929727385e-6 -twig_N 4.0107648929727385e-6 -twilight_N 4.0107648929727385e-6 -twill_N 4.0107648929727385e-6 -twin_N 2.4064589357836434e-5 -twinberry_N 4.0107648929727385e-6 -twine_N 4.0107648929727385e-6 -twiner_N 4.0107648929727385e-6 -twinflower_N 4.0107648929727385e-6 -twinge_N 4.0107648929727385e-6 -twinjet_N 4.0107648929727385e-6 -twinkle_N 4.0107648929727385e-6 -twinkler_N 4.0107648929727385e-6 -twinkling_N 4.0107648929727385e-6 -twins_N 4.0107648929727385e-6 -twirl_N 4.0107648929727385e-6 -twist_N 5.2139943608645604e-5 -twister_N 4.0107648929727385e-6 -twit_N 4.0107648929727385e-6 -twitch_N 4.0107648929727385e-6 -twitter_N 4.0107648929727385e-6 -twitterer_N 4.0107648929727385e-6 -two_piece_N 4.0107648929727385e-6 -two_seater_N 4.0107648929727385e-6 -two_step_N 4.0107648929727385e-6 -twofer_N 4.0107648929727385e-6 -twopence_N 4.0107648929727385e-6 -tycoon_N 2.4064589357836434e-5 -tying_N 4.0107648929727385e-6 -tyiyn_N 4.0107648929727385e-6 -tyke_N 8.021529785945477e-6 -tympanist_N 4.0107648929727385e-6 -tympanites_N 4.0107648929727385e-6 -tympanitis_N 4.0107648929727385e-6 -tympanoplasty_N 4.0107648929727385e-6 -tympanum_N 4.0107648929727385e-6 -type_N 4.0107648929727386e-4 -typeface_N 8.021529785945477e-6 -typescript_N 4.0107648929727385e-6 -typesetter_N 4.0107648929727385e-6 -typewriter_N 1.2032294678918217e-5 -typhoid_N 4.0107648929727385e-6 -typhoon_N 8.021529785945477e-6 -typhus_N 4.0107648929727385e-6 -typicality_N 4.0107648929727385e-6 -typification_N 4.0107648929727385e-6 -typing_N 4.0107648929727385e-6 -typist_N 4.0107648929727385e-6 -typographer_N 4.0107648929727385e-6 -typography_N 4.0107648929727385e-6 -typology_N 4.0107648929727385e-6 -tyramine_N 4.0107648929727385e-6 -tyrannicide_N 4.0107648929727385e-6 -tyrannid_N 4.0107648929727385e-6 -tyrannosaur_N 4.0107648929727385e-6 -tyranny_N 8.021529785945477e-6 -tyrant_N 4.0107648929727385e-6 -tyre_N 4.0107648929727385e-6 -tyro_N 4.0107648929727385e-6 -tyrocidine_N 4.0107648929727385e-6 -tyrolean_N 4.0107648929727385e-6 -tyrosine_N 4.0107648929727385e-6 -tyrosinemia_N 4.0107648929727385e-6 -tyrothricin_N 4.0107648929727385e-6 -tzar_N 4.0107648929727385e-6 -tzarina_N 4.0107648929727385e-6 -u_boat_N 4.0107648929727385e-6 -u_turn_N 4.0107648929727385e-6 -uakari_N 4.0107648929727385e-6 -ubiety_N 4.0107648929727385e-6 -ubiquinone_N 4.0107648929727385e-6 -ubiquity_N 8.021529785945477e-6 -udder_N 4.0107648929727385e-6 -ufo_N 4.0107648929727385e-6 -ugandan_N 4.0107648929727385e-6 -ugliness_N 4.0107648929727385e-6 -ukase_N 4.0107648929727385e-6 -uke_N 4.0107648929727385e-6 -ukulele_N 4.0107648929727385e-6 -ulalgia_N 4.0107648929727385e-6 -ulatrophia_N 4.0107648929727385e-6 -ulcer_N 8.021529785945477e-6 -ulceration_N 4.0107648929727385e-6 -ulema_N 4.0107648929727385e-6 -ulemorrhagia_N 4.0107648929727385e-6 -ulitis_N 4.0107648929727385e-6 -ullage_N 4.0107648929727385e-6 -ulna_N 4.0107648929727385e-6 -ulster_N 4.0107648929727385e-6 -ulteriority_N 4.0107648929727385e-6 -ultima_N 4.0107648929727385e-6 -ultimacy_N 4.0107648929727385e-6 -ultimate_N 4.0107648929727385e-6 -ultimatum_N 2.0053824464863696e-5 -ultracentrifugation_N 4.0107648929727385e-6 -ultracentrifuge_N 4.0107648929727385e-6 -ultramarine_N 4.0107648929727385e-6 -ultramicroscope_N 4.0107648929727385e-6 -ultramontane_N 4.0107648929727385e-6 -ultramontanism_N 4.0107648929727385e-6 -ultrasound_N 4.0107648929727385e-6 -ultraviolet_N 4.0107648929727385e-6 -ululation_N 4.0107648929727385e-6 -umbel_N 4.0107648929727385e-6 -umbellifer_N 4.0107648929727385e-6 -umber_N 4.0107648929727385e-6 -umbo_N 4.0107648929727385e-6 -umbra_N 4.0107648929727385e-6 -umbrage_N 4.0107648929727385e-6 -umbrella_N 2.0053824464863696e-5 -umbrellawort_N 4.0107648929727385e-6 -umlaut_N 4.0107648929727385e-6 -umpirage_N 4.0107648929727385e-6 -umpire_N 4.0107648929727385e-6 -un_N 8.021529785945477e-6 -unacceptability_N 4.0107648929727385e-6 -unadaptability_N 4.0107648929727385e-6 -unaffectedness_N 4.0107648929727385e-6 -unalterability_N 4.0107648929727385e-6 -unambiguity_N 4.0107648929727385e-6 -unanimity_N 8.021529785945477e-6 -unappetizingness_N 4.0107648929727385e-6 -unapproachability_N 4.0107648929727385e-6 -unassertiveness_N 4.0107648929727385e-6 -unattainableness_N 4.0107648929727385e-6 -unattractiveness_N 4.0107648929727385e-6 -unbecomingness_N 4.0107648929727385e-6 -unbelief_N 4.0107648929727385e-6 -unbeliever_N 4.0107648929727385e-6 -unbreakableness_N 4.0107648929727385e-6 -unceremoniousness_N 4.0107648929727385e-6 -uncertainty_N 3.328934861167373e-4 -uncheerfulness_N 4.0107648929727385e-6 -uncial_N 4.0107648929727385e-6 -uncle_N 2.0053824464863696e-5 -uncleanliness_N 4.0107648929727385e-6 -unclearness_N 4.0107648929727385e-6 -uncommonness_N 4.0107648929727385e-6 -uncommunicativeness_N 4.0107648929727385e-6 -unconcern_N 4.0107648929727385e-6 -unconfessed_N 4.0107648929727385e-6 -uncongeniality_N 4.0107648929727385e-6 -unconnectedness_N 4.0107648929727385e-6 -unconscientiousness_N 4.0107648929727385e-6 -unconscious_N 4.0107648929727385e-6 -unconsciousness_N 4.0107648929727385e-6 -unconventionality_N 4.0107648929727385e-6 -uncouthness_N 4.0107648929727385e-6 -uncreativeness_N 4.0107648929727385e-6 -unction_N 4.0107648929727385e-6 -uncus_N 4.0107648929727385e-6 -undecagon_N 4.0107648929727385e-6 -undependability_N 4.0107648929727385e-6 -underachievement_N 4.0107648929727385e-6 -underachiever_N 4.0107648929727385e-6 -underbelly_N 4.0107648929727385e-6 -underboss_N 4.0107648929727385e-6 -underbrush_N 4.0107648929727385e-6 -undercarriage_N 4.0107648929727385e-6 -undercharge_N 4.0107648929727385e-6 -underclothing_N 4.0107648929727385e-6 -undercoat_N 4.0107648929727385e-6 -undercurrent_N 1.6043059571890954e-5 -undercut_N 4.0107648929727385e-6 -underdevelopment_N 4.0107648929727385e-6 -underdog_N 8.021529785945477e-6 -underestimate_N 4.0107648929727385e-6 -underestimation_N 4.0107648929727385e-6 -underevaluation_N 4.0107648929727385e-6 -underexposure_N 4.0107648929727385e-6 -underfelt_N 4.0107648929727385e-6 -undergarment_N 8.021529785945477e-6 -undergraduate_N 8.021529785945477e-6 -underground_N 8.021529785945477e-6 -undergrowth_N 4.0107648929727385e-6 -underlay_N 4.0107648929727385e-6 -underline_N 4.0107648929727385e-6 -underling_N 4.0107648929727385e-6 -underlip_N 4.0107648929727385e-6 -undernourishment_N 4.0107648929727385e-6 -underpants_N 4.0107648929727385e-6 -underpart_N 4.0107648929727385e-6 -underpass_N 4.0107648929727385e-6 -underpayment_N 4.0107648929727385e-6 -underperformer_N 4.0107648929727385e-6 -underproduction_N 4.0107648929727385e-6 -underscore_N 4.0107648929727385e-6 -underseal_N 4.0107648929727385e-6 -undersecretary_N 2.0053824464863696e-5 -underseller_N 4.0107648929727385e-6 -undershrub_N 4.0107648929727385e-6 -underside_N 8.021529785945477e-6 -underskirt_N 4.0107648929727385e-6 -understanding_N 5.2139943608645604e-5 -understatement_N 1.6043059571890954e-5 -understudy_N 4.0107648929727385e-6 -undersurface_N 4.0107648929727385e-6 -undertaker_N 4.0107648929727385e-6 -undertaking_N 2.8075354250809173e-5 -undertide_N 4.0107648929727385e-6 -undertone_N 1.6043059571890954e-5 -undertow_N 4.0107648929727385e-6 -undervaluation_N 4.0107648929727385e-6 -underwear_N 4.010764892972739e-5 -underwing_N 4.0107648929727385e-6 -underworld_N 8.021529785945477e-6 -underwriter_N 3.8503342972538295e-4 -undesirability_N 4.0107648929727385e-6 -undesirable_N 4.0107648929727385e-6 -undies_N 4.0107648929727385e-6 -undine_N 4.0107648929727385e-6 -undoer_N 4.0107648929727385e-6 -undoing_N 8.021529785945477e-6 -undress_N 8.021529785945477e-6 -undulation_N 4.0107648929727385e-6 -undutifulness_N 4.0107648929727385e-6 -unease_N 1.6043059571890954e-5 -uneasiness_N 1.2032294678918217e-5 -unemotionality_N 4.0107648929727385e-6 -unemployment_N 1.6845212550485502e-4 -unenlightenment_N 4.0107648929727385e-6 -unevenness_N 4.0107648929727385e-6 -unexchangeability_N 4.0107648929727385e-6 -unexpectedness_N 4.0107648929727385e-6 -unfairness_N 4.0107648929727385e-6 -unfaithfulness_N 4.0107648929727385e-6 -unfamiliarity_N 8.021529785945477e-6 -unfavorableness_N 4.0107648929727385e-6 -unfeelingness_N 4.0107648929727385e-6 -unfitness_N 4.0107648929727385e-6 -unfolding_N 4.0107648929727385e-6 -unfortunate_N 4.0107648929727385e-6 -unfriendliness_N 4.0107648929727385e-6 -ungodliness_N 4.0107648929727385e-6 -ungraciousness_N 4.0107648929727385e-6 -ungratefulness_N 4.0107648929727385e-6 -unguent_N 4.0107648929727385e-6 -unguiculate_N 4.0107648929727385e-6 -ungulate_N 4.0107648929727385e-6 -unhappiness_N 1.2032294678918217e-5 -unhealthfulness_N 4.0107648929727385e-6 -unhelpfulness_N 4.0107648929727385e-6 -unholiness_N 4.0107648929727385e-6 -unicorn_N 4.0107648929727385e-6 -unicycle_N 4.0107648929727385e-6 -unicyclist_N 4.0107648929727385e-6 -unification_N 1.6043059571890954e-5 -uniform_N 3.609688403675465e-5 -uniformity_N 8.021529785945477e-6 -unilateralism_N 4.0107648929727385e-6 -unilateralist_N 4.0107648929727385e-6 -unimportance_N 4.0107648929727385e-6 -uninitiate_N 4.0107648929727385e-6 -uninsurability_N 4.0107648929727385e-6 -unintelligibility_N 4.0107648929727385e-6 -uninterestingness_N 4.0107648929727385e-6 -union_N 8.382498626313024e-4 -unionism_N 4.0107648929727385e-6 -unionist_N 1.2032294678918217e-5 -unionization_N 4.0107648929727385e-6 -uniqueness_N 4.0107648929727385e-6 -unison_N 4.0107648929727385e-6 -unit_1_N 4.0107648929727385e-6 -unit_2_N 4.0107648929727385e-6 -unit_3_N 3.348988685632237e-3 -unit_4_N 4.0107648929727385e-6 -unit_5_N 4.0107648929727385e-6 -unit_6_N 4.0107648929727385e-6 -unitarian_N 4.0107648929727385e-6 -unitarianism_N 4.0107648929727385e-6 -unitization_N 4.0107648929727385e-6 -unity_N 3.208611914378191e-5 -universal_N 4.0107648929727385e-6 -universalism_N 4.0107648929727385e-6 -universality_N 4.0107648929727385e-6 -universe_N 3.208611914378191e-5 -university_N 2.1257053932755517e-4 -unkindness_N 4.0107648929727385e-6 -unknowingness_N 4.0107648929727385e-6 -unknown_N 2.8075354250809173e-5 -unlawfulness_N 4.0107648929727385e-6 -unlikelihood_N 4.0107648929727385e-6 -unlikeness_N 4.0107648929727385e-6 -unloading_N 4.0107648929727385e-6 -unmalleability_N 4.0107648929727385e-6 -unmindfulness_N 4.0107648929727385e-6 -unnaturalness_N 4.0107648929727385e-6 -unneighborliness_N 4.0107648929727385e-6 -unnoticeableness_N 4.0107648929727385e-6 -unobtrusiveness_N 4.0107648929727385e-6 -unoriginality_N 4.0107648929727385e-6 -unorthodoxy_N 4.0107648929727385e-6 -unpalatability_N 4.0107648929727385e-6 -unperceptiveness_N 4.0107648929727385e-6 -unpermissiveness_N 4.0107648929727385e-6 -unpersuasiveness_N 4.0107648929727385e-6 -unpleasantness_N 8.021529785945477e-6 -unpleasingness_N 4.0107648929727385e-6 -unpointedness_N 4.0107648929727385e-6 -unpopularity_N 8.021529785945477e-6 -unpredictability_N 4.0107648929727385e-6 -unpretentiousness_N 4.0107648929727385e-6 -unproductiveness_N 4.0107648929727385e-6 -unprofitableness_N 4.0107648929727385e-6 -unreality_N 4.0107648929727385e-6 -unrelatedness_N 4.0107648929727385e-6 -unrespectability_N 4.0107648929727385e-6 -unresponsiveness_N 4.0107648929727385e-6 -unrest_N 4.812917871567287e-5 -unrestraint_N 4.0107648929727385e-6 -unrighteousness_N 4.0107648929727385e-6 -unruliness_N 4.0107648929727385e-6 -unsanitariness_N 4.0107648929727385e-6 -unsatisfactoriness_N 4.0107648929727385e-6 -unscrupulousness_N 4.0107648929727385e-6 -unseasonableness_N 4.0107648929727385e-6 -unseemliness_N 4.0107648929727385e-6 -unseen_N 4.0107648929727385e-6 -unselfconsciousness_N 4.0107648929727385e-6 -unselfishness_N 4.0107648929727385e-6 -unsightliness_N 4.0107648929727385e-6 -unskillfulness_N 4.0107648929727385e-6 -unsnarling_N 4.0107648929727385e-6 -unsociability_N 4.0107648929727385e-6 -unsolvability_N 4.0107648929727385e-6 -unsoundness_N 4.0107648929727385e-6 -unsteadiness_N 4.0107648929727385e-6 -unsuitability_N 4.0107648929727385e-6 -unsusceptibility_N 4.0107648929727385e-6 -unthoughtfulness_N 4.0107648929727385e-6 -untidiness_N 4.0107648929727385e-6 -untouchable_N 4.0107648929727385e-6 -untrustworthiness_N 4.0107648929727385e-6 -untruth_N 4.0107648929727385e-6 -untruthfulness_N 4.0107648929727385e-6 -untying_N 4.0107648929727385e-6 -ununbium_N 4.0107648929727385e-6 -ununhexium_N 4.0107648929727385e-6 -ununpentium_N 4.0107648929727385e-6 -ununquadium_N 4.0107648929727385e-6 -ununtrium_N 4.0107648929727385e-6 -unusualness_N 4.0107648929727385e-6 -unvariedness_N 4.0107648929727385e-6 -unveiling_N 4.0107648929727385e-6 -unwariness_N 4.0107648929727385e-6 -unwholesomeness_N 4.0107648929727385e-6 -unwieldiness_N 4.0107648929727385e-6 -unwillingness_N 2.8075354250809173e-5 -unworthiness_N 4.0107648929727385e-6 -up_beat_N 4.0107648929727385e-6 -upbeat_N 4.0107648929727385e-6 -upbraider_N 4.0107648929727385e-6 -upbraiding_N 4.0107648929727385e-6 -upbringing_N 4.0107648929727385e-6 -upcast_N 4.0107648929727385e-6 -update_N 4.0107648929727385e-6 -updating_N 4.0107648929727385e-6 -updraft_N 4.0107648929727385e-6 -upgrade_N 2.0053824464863696e-5 -upheaval_N 4.812917871567287e-5 -uphill_N 4.0107648929727385e-6 -upholder_N 4.0107648929727385e-6 -upholsterer_N 4.0107648929727385e-6 -upholstery_N 1.2032294678918217e-5 -upkeep_N 4.0107648929727385e-6 -upland_N 4.0107648929727385e-6 -uplift_N 4.0107648929727385e-6 -uplifting_N 4.0107648929727385e-6 -uplink_N 4.0107648929727385e-6 -upper_N 8.021529785945477e-6 -uppercut_N 4.0107648929727385e-6 -uppishness_N 4.0107648929727385e-6 -uppityness_N 4.0107648929727385e-6 -upright_N 4.0107648929727385e-6 -uprightness_N 4.0107648929727385e-6 -uprising_N 2.8075354250809173e-5 -uproar_N 2.0053824464863696e-5 -upset_N 1.2032294678918217e-5 -upsetter_N 4.0107648929727385e-6 -upshot_N 1.6043059571890954e-5 -upsilon_N 4.0107648929727385e-6 -upstage_N 4.0107648929727385e-6 -upstager_N 4.0107648929727385e-6 -upstairs_N 4.0107648929727385e-6 -upstart_N 1.6043059571890954e-5 -upstroke_N 4.0107648929727385e-6 -upsurge_N 1.2032294678918217e-5 -uptake_N 4.0107648929727385e-6 -uptick_N 4.0107648929727385e-6 -uptime_N 4.0107648929727385e-6 -uptown_N 4.0107648929727385e-6 -upturn_N 2.4064589357836434e-5 -uracil_N 4.0107648929727385e-6 -uraninite_N 4.0107648929727385e-6 -uranium_N 2.4064589357836434e-5 -uranoplasty_N 4.0107648929727385e-6 -uranyl_N 4.0107648929727385e-6 -urate_N 4.0107648929727385e-6 -uratemia_N 4.0107648929727385e-6 -uraturia_N 4.0107648929727385e-6 -urbanity_N 4.0107648929727385e-6 -urbanization_N 4.0107648929727385e-6 -urceole_N 4.0107648929727385e-6 -urchin_N 4.0107648929727385e-6 -urdu_N 4.0107648929727385e-6 -urea_N 4.0107648929727385e-6 -urease_N 4.0107648929727385e-6 -uremia_N 4.0107648929727385e-6 -ureter_N 4.0107648929727385e-6 -ureteritis_N 4.0107648929727385e-6 -ureterocele_N 4.0107648929727385e-6 -ureterostenosis_N 4.0107648929727385e-6 -urethane_N 4.0107648929727385e-6 -urethra_N 4.0107648929727385e-6 -urethritis_N 4.0107648929727385e-6 -urethrocele_N 4.0107648929727385e-6 -urge_N 2.4064589357836434e-5 -urgency_N 3.208611914378191e-5 -urging_N 8.021529785945477e-6 -urial_N 4.0107648929727385e-6 -uricaciduria_N 4.0107648929727385e-6 -urinal_N 4.0107648929727385e-6 -urinalysis_N 4.0107648929727385e-6 -urine_N 8.021529785945477e-6 -urn_N 4.0107648929727385e-6 -urobilin_N 4.0107648929727385e-6 -urobilinogen_N 4.0107648929727385e-6 -urocele_N 4.0107648929727385e-6 -urochesia_N 4.0107648929727385e-6 -urochord_N 4.0107648929727385e-6 -urodele_N 4.0107648929727385e-6 -urodynia_N 4.0107648929727385e-6 -urolith_N 4.0107648929727385e-6 -urologist_N 4.0107648929727385e-6 -urology_N 4.0107648929727385e-6 -uropathy_N 4.0107648929727385e-6 -uropygium_N 4.0107648929727385e-6 -ursinia_N 4.0107648929727385e-6 -urtication_N 4.0107648929727385e-6 -uruguayan_N 4.0107648929727385e-6 -usaf_N 4.0107648929727385e-6 -usage_N 3.208611914378191e-5 -usance_N 4.0107648929727385e-6 -use_N 8.944005711329207e-4 -usefulness_N 1.6043059571890954e-5 -uselessness_N 4.0107648929727385e-6 -userFem_N 4.0107648929727385e-6 -userMasc_N 2.8075354250809174e-4 -usher_N 8.021529785945477e-6 -usherette_N 4.0107648929727385e-6 -usn_N 4.0107648929727385e-6 -uss_N 4.0107648929727385e-6 -ussr_N 4.0107648929727385e-6 -usualness_N 4.0107648929727385e-6 -usufruct_N 4.0107648929727385e-6 -usufructuary_N 4.0107648929727385e-6 -usurer_N 4.0107648929727385e-6 -usurpation_N 8.021529785945477e-6 -usurper_N 4.0107648929727385e-6 -usury_N 4.0107648929727385e-6 -utahraptor_N 4.0107648929727385e-6 -utensil_N 4.0107648929727385e-6 -uterus_N 8.021529785945477e-6 -utilitarian_N 4.0107648929727385e-6 -utilitarianism_N 4.0107648929727385e-6 -utility_N 4.572271977988922e-4 -utilization_N 6.417223828756382e-5 -utilizer_N 4.0107648929727385e-6 -utmost_N 8.021529785945477e-6 -utopia_N 8.021529785945477e-6 -utricle_N 4.0107648929727385e-6 -utterance_N 1.2032294678918217e-5 -utterer_N 4.0107648929727385e-6 -uttermost_N 4.0107648929727385e-6 -uvea_N 4.0107648929727385e-6 -uveitis_N 4.0107648929727385e-6 -uvula_N 4.0107648929727385e-6 -uvulitis_N 4.0107648929727385e-6 -uxor_N 4.0107648929727385e-6 -uxoricide_N 4.0107648929727385e-6 -uxoriousness_N 4.0107648929727385e-6 -v_and_a_N 4.4118413822700127e-5 -vac_N 4.0107648929727385e-6 -vacancy_N 7.21937680735093e-5 -vacation_N 6.417223828756382e-5 -vacationer_N 8.021529785945477e-6 -vacationing_N 4.0107648929727385e-6 -vacationist_N 4.0107648929727385e-6 -vaccination_N 4.0107648929727385e-6 -vaccine_N 8.422606275242751e-5 -vaccinee_N 4.0107648929727385e-6 -vaccinia_N 4.0107648929727385e-6 -vacillation_N 8.021529785945477e-6 -vacuity_N 4.0107648929727385e-6 -vacuole_N 4.0107648929727385e-6 -vacuolization_N 4.0107648929727385e-6 -vacuousness_N 4.0107648929727385e-6 -vacuum_N 2.4064589357836434e-5 -vade_mecum_N 4.0107648929727385e-6 -vagabond_N 1.2032294678918217e-5 -vagary_N 1.2032294678918217e-5 -vagina_N 4.0107648929727385e-6 -vaginismus_N 4.0107648929727385e-6 -vaginitis_N 4.0107648929727385e-6 -vagrancy_N 4.0107648929727385e-6 -vagrant_N 4.0107648929727385e-6 -vagueness_N 4.0107648929727385e-6 -vagus_N 4.0107648929727385e-6 -vainglory_N 4.0107648929727385e-6 -vaisya_N 4.0107648929727385e-6 -valance_N 4.0107648929727385e-6 -valdecoxib_N 4.0107648929727385e-6 -vale_N 4.0107648929727385e-6 -valediction_N 4.0107648929727385e-6 -valedictorian_N 4.0107648929727385e-6 -valence_N 4.0107648929727385e-6 -valency_N 4.0107648929727385e-6 -valentine_N 4.0107648929727385e-6 -valerian_N 4.0107648929727385e-6 -valet_N 4.0107648929727385e-6 -valetudinarian_N 4.0107648929727385e-6 -valgus_N 4.0107648929727385e-6 -validation_N 4.0107648929727385e-6 -validity_N 2.4064589357836434e-5 -valine_N 4.0107648929727385e-6 -valise_N 4.0107648929727385e-6 -valley_N 1.2032294678918217e-5 -valour_N 4.0107648929727385e-6 -valsartan_N 4.0107648929727385e-6 -valuable_N 4.0107648929727385e-6 -valuation_N 6.417223828756382e-5 -value_N 1.7125966092993595e-3 -valuelessness_N 4.0107648929727385e-6 -valuer_N 4.0107648929727385e-6 -valve_N 2.0053824464863696e-5 -valvotomy_N 4.0107648929727385e-6 -valvule_N 4.0107648929727385e-6 -valvulitis_N 4.0107648929727385e-6 -vambrace_N 4.0107648929727385e-6 -vamp_N 4.0107648929727385e-6 -vampire_N 4.0107648929727385e-6 -vampirism_N 4.0107648929727385e-6 -van_N 9.2247592538373e-5 -vanadate_N 4.0107648929727385e-6 -vanadinite_N 4.0107648929727385e-6 -vanadium_N 4.0107648929727385e-6 -vancomycin_N 4.0107648929727385e-6 -vanda_N 4.0107648929727385e-6 -vandal_N 4.0107648929727385e-6 -vandalism_N 4.0107648929727385e-6 -vane_N 8.021529785945477e-6 -vanguard_N 8.021529785945477e-6 -vanilla_N 1.6043059571890954e-5 -vanillin_N 4.0107648929727385e-6 -vanisher_N 4.0107648929727385e-6 -vanishing_N 4.0107648929727385e-6 -vanity_N 1.6043059571890954e-5 -vantage_N 1.2032294678918217e-5 -vantage_point_N 4.0107648929727385e-6 -vapidity_N 4.0107648929727385e-6 -vapidness_N 4.0107648929727385e-6 -vapor_N 4.0107648929727385e-6 -vaporization_N 4.0107648929727385e-6 -vaporizer_N 4.0107648929727385e-6 -vapour_N 4.0107648929727385e-6 -vapour_bath_N 4.0107648929727385e-6 -vaquero_N 4.0107648929727385e-6 -vaquita_N 4.0107648929727385e-6 -vara_N 4.0107648929727385e-6 -vardenafil_N 4.0107648929727385e-6 -variability_N 4.0107648929727385e-6 -variable_N 3.208611914378191e-5 -variableness_N 4.0107648929727385e-6 -variance_N 4.0107648929727385e-6 -variant_N 4.0107648929727385e-6 -variation_N 6.417223828756382e-5 -varicocele_N 4.0107648929727385e-6 -varicosis_N 4.0107648929727385e-6 -varicosity_N 4.0107648929727385e-6 -variedness_N 4.0107648929727385e-6 -variegation_N 4.0107648929727385e-6 -varietal_N 4.0107648929727385e-6 -variety_N 1.8850594996971872e-4 -variolation_N 4.0107648929727385e-6 -variometer_N 4.0107648929727385e-6 -variorum_N 4.0107648929727385e-6 -varix_N 4.0107648929727385e-6 -varlet_N 4.0107648929727385e-6 -varmint_N 4.0107648929727385e-6 -varna_N 4.0107648929727385e-6 -varnish_N 4.0107648929727385e-6 -varnisher_N 4.0107648929727385e-6 -varsity_N 4.0107648929727385e-6 -varus_N 4.0107648929727385e-6 -vascularity_N 4.0107648929727385e-6 -vascularization_N 4.0107648929727385e-6 -vasculitis_N 4.0107648929727385e-6 -vase_N 1.2032294678918217e-5 -vasectomy_N 4.0107648929727385e-6 -vaseline_N 4.0107648929727385e-6 -vasoconstriction_N 4.0107648929727385e-6 -vasoconstrictor_N 4.0107648929727385e-6 -vasodilation_N 4.0107648929727385e-6 -vasodilator_N 4.0107648929727385e-6 -vasopressin_N 4.0107648929727385e-6 -vasopressor_N 4.0107648929727385e-6 -vasotomy_N 4.0107648929727385e-6 -vasovasostomy_N 4.0107648929727385e-6 -vasovesiculitis_N 4.0107648929727385e-6 -vassal_N 8.021529785945477e-6 -vassalage_N 4.0107648929727385e-6 -vastness_N 4.0107648929727385e-6 -vat_N 4.0107648929727385e-6 -vatican_N 4.0107648929727385e-6 -vaudeville_N 8.021529785945477e-6 -vaudevillian_N 4.0107648929727385e-6 -vault_N 3.208611914378191e-5 -vaulter_N 4.0107648929727385e-6 -vaulting_N 4.0107648929727385e-6 -vaulting_horse_N 4.0107648929727385e-6 -vaunt_N 4.0107648929727385e-6 -vaunter_N 4.0107648929727385e-6 -vc_N 4.0107648929727385e-6 -vd_N 4.0107648929727385e-6 -veal_N 8.021529785945477e-6 -vector_N 1.2032294678918217e-5 -vedalia_N 4.0107648929727385e-6 -veery_N 4.0107648929727385e-6 -vegan_N 4.0107648929727385e-6 -vegetable_N 3.208611914378191e-5 -vegetarianFem_N 4.0107648929727385e-6 -vegetarianMasc_N 4.0107648929727385e-6 -vegetarianism_N 4.0107648929727385e-6 -vegetation_N 4.0107648929727385e-6 -vehemence_N 8.021529785945477e-6 -vehicle_N 5.254102009794288e-4 -veil_N 4.0107648929727385e-6 -veiling_N 4.0107648929727385e-6 -vein_N 1.2032294678918217e-5 -velar_N 4.0107648929727385e-6 -veld_N 4.0107648929727385e-6 -velleity_N 4.0107648929727385e-6 -vellum_N 4.0107648929727385e-6 -velocipede_N 4.0107648929727385e-6 -velociraptor_N 4.0107648929727385e-6 -velocity_N 1.2032294678918217e-5 -velodrome_N 4.0107648929727385e-6 -velour_N 4.0107648929727385e-6 -veloute_N 4.0107648929727385e-6 -velvet_N 1.6043059571890954e-5 -velveteen_N 4.0107648929727385e-6 -velvetleaf_N 4.0107648929727385e-6 -venality_N 4.0107648929727385e-6 -venation_N 4.0107648929727385e-6 -vendee_N 4.0107648929727385e-6 -vender_N 4.0107648929727385e-6 -vendetta_N 1.2032294678918217e-5 -vending_N 4.0107648929727385e-6 -vendor_N 6.016147339459108e-5 -veneer_N 4.0107648929727385e-6 -veneering_N 4.0107648929727385e-6 -venerability_N 4.0107648929727385e-6 -veneration_N 4.0107648929727385e-6 -venerator_N 4.0107648929727385e-6 -venereologistFem_N 4.0107648929727385e-6 -venereologistMasc_N 4.0107648929727385e-6 -venereology_N 4.0107648929727385e-6 -venesection_N 4.0107648929727385e-6 -venezuelan_N 4.0107648929727385e-6 -vengeance_N 2.0053824464863696e-5 -venipuncture_N 4.0107648929727385e-6 -venison_N 4.0107648929727385e-6 -venogram_N 4.0107648929727385e-6 -venography_N 4.0107648929727385e-6 -venom_N 4.0107648929727385e-6 -vent_N 4.0107648929727385e-6 -vent_hole_N 4.0107648929727385e-6 -venter_N 4.0107648929727385e-6 -ventilation_N 2.0053824464863696e-5 -ventilator_N 4.0107648929727385e-6 -ventricle_N 4.0107648929727385e-6 -ventriloquism_N 4.0107648929727385e-6 -ventriloquist_N 4.0107648929727385e-6 -venture_N 9.184651604907572e-4 -venturer_N 4.0107648929727385e-6 -venturi_N 4.0107648929727385e-6 -venue_N 8.021529785945477e-6 -venule_N 4.0107648929727385e-6 -veracity_N 1.2032294678918217e-5 -veranda_N 4.0107648929727385e-6 -verandah_N 4.0107648929727385e-6 -verapamil_N 4.0107648929727385e-6 -verb_N 4.0107648929727385e-6 -verbalization_N 4.0107648929727385e-6 -verbena_N 4.0107648929727385e-6 -verbiage_N 4.0107648929727385e-6 -verbolatry_N 4.0107648929727385e-6 -verboseness_N 4.0107648929727385e-6 -verbosity_N 4.0107648929727385e-6 -verdancy_N 4.0107648929727385e-6 -verdict_N 6.417223828756382e-5 -verdigris_N 4.0107648929727385e-6 -verdin_N 4.0107648929727385e-6 -verdure_N 4.0107648929727385e-6 -verge_N 3.208611914378191e-5 -verger_N 4.0107648929727385e-6 -verification_N 1.6043059571890954e-5 -verisimilitude_N 4.0107648929727385e-6 -verity_N 4.0107648929727385e-6 -vermicelli_N 4.0107648929727385e-6 -vermicide_N 4.0107648929727385e-6 -vermiculation_N 4.0107648929727385e-6 -vermiculite_N 4.0107648929727385e-6 -vermifuge_N 4.0107648929727385e-6 -vermilion_N 4.0107648929727385e-6 -vermin_N 4.0107648929727385e-6 -vermis_N 4.0107648929727385e-6 -vermouth_N 4.0107648929727385e-6 -vernacular_N 8.021529785945477e-6 -vernation_N 4.0107648929727385e-6 -vernix_N 4.0107648929727385e-6 -veronica_N 4.0107648929727385e-6 -verruca_N 4.0107648929727385e-6 -versatility_N 4.0107648929727385e-6 -verse_N 1.2032294678918217e-5 -versicle_N 4.0107648929727385e-6 -versification_N 4.0107648929727385e-6 -versifier_N 4.0107648929727385e-6 -version_N 4.6524872758483773e-4 -verso_N 8.021529785945477e-6 -verst_N 4.0107648929727385e-6 -vertebra_N 4.0107648929727385e-6 -vertebrate_N 4.0107648929727385e-6 -vertex_N 4.0107648929727385e-6 -vertical_N 4.0107648929727385e-6 -verticality_N 4.0107648929727385e-6 -verticil_N 4.0107648929727385e-6 -verticilliosis_N 4.0107648929727385e-6 -verticillium_N 4.0107648929727385e-6 -vertigo_N 4.0107648929727385e-6 -verve_N 8.021529785945477e-6 -vervet_N 4.0107648929727385e-6 -vesicant_N 4.0107648929727385e-6 -vesicle_N 4.0107648929727385e-6 -vesiculation_N 4.0107648929727385e-6 -vesiculitis_N 4.0107648929727385e-6 -vesiculovirus_N 4.0107648929727385e-6 -vesper_N 4.0107648929727385e-6 -vespers_N 4.0107648929727385e-6 -vespid_N 4.0107648929727385e-6 -vessel_N 6.818300318053656e-5 -vest_N 1.6043059571890954e-5 -vestal_N 4.0107648929727385e-6 -vestibule_N 4.0107648929727385e-6 -vestige_N 4.0107648929727385e-6 -vestiture_N 4.0107648929727385e-6 -vestment_N 4.0107648929727385e-6 -vestry_N 4.0107648929727385e-6 -vestryman_N 4.0107648929727385e-6 -vestrywoman_N 4.0107648929727385e-6 -vesture_N 4.0107648929727385e-6 -vesuvianite_N 4.0107648929727385e-6 -vet_N 8.021529785945477e-6 -vetch_N 4.0107648929727385e-6 -vetchling_N 4.0107648929727385e-6 -veteran_N 1.1631218189620943e-4 -veterinarian_N 4.0107648929727385e-6 -veto_N 3.409150159026828e-4 -vexation_N 4.0107648929727385e-6 -via_media_N 2.4064589357836434e-5 -viability_N 2.8075354250809173e-5 -viaduct_N 1.2032294678918217e-5 -vial_N 8.021529785945477e-6 -viand_N 4.0107648929727385e-6 -viatication_N 4.0107648929727385e-6 -vibist_N 4.0107648929727385e-6 -vibraphone_N 4.0107648929727385e-6 -vibration_N 4.0107648929727385e-6 -vibrato_N 4.0107648929727385e-6 -vibrator_N 4.0107648929727385e-6 -vibrio_N 4.0107648929727385e-6 -vicar_N 3.208611914378191e-5 -vicarage_N 4.0107648929727385e-6 -vicariate_N 4.0107648929727385e-6 -vice_N 1.8369303209815144e-3 -vicegerent_N 4.0107648929727385e-6 -vicereine_N 4.0107648929727385e-6 -viceroy_N 4.0107648929727385e-6 -viceroyalty_N 4.0107648929727385e-6 -viceroyship_N 4.0107648929727385e-6 -vichyssoise_N 4.0107648929727385e-6 -vicinity_N 8.021529785945477e-6 -viciousness_N 4.0107648929727385e-6 -vicissitude_N 8.021529785945477e-6 -victim_N 3.8102266483241017e-4 -victimization_N 4.0107648929727385e-6 -victimizer_N 4.0107648929727385e-6 -victor_N 1.6043059571890954e-5 -victoria_N 4.0107648929727385e-6 -victorian_N 4.0107648929727385e-6 -victoriana_N 4.0107648929727385e-6 -victory_N 1.9251671486269147e-4 -victual_N 4.0107648929727385e-6 -victualer_N 4.0107648929727385e-6 -victualler_N 4.0107648929727385e-6 -vicuna_N 4.0107648929727385e-6 -video_N 1.243337116821549e-4 -videocassette_N 4.0107648929727385e-6 -videodisk_N 4.0107648929727385e-6 -videotape_N 2.4064589357836434e-5 -vietnamese_N 4.0107648929727385e-6 -view_N 6.457331477686109e-4 -viewer_N 1.764736552908005e-4 -viewfinder_N 4.0107648929727385e-6 -viewgraph_N 4.0107648929727385e-6 -viewpoint_N 4.010764892972739e-5 -vigil_N 8.021529785945477e-6 -vigilance_N 4.0107648929727385e-6 -vigilante_N 4.0107648929727385e-6 -vigilantism_N 4.0107648929727385e-6 -vignette_N 1.2032294678918217e-5 -vigor_N 4.0107648929727385e-6 -vigour_N 4.0107648929727385e-6 -viking_N 4.0107648929727385e-6 -vileness_N 4.0107648929727385e-6 -vilification_N 4.0107648929727385e-6 -villa_N 4.0107648929727385e-6 -village_N 4.010764892972739e-5 -villager_N 1.2032294678918217e-5 -villain_N 8.021529785945477e-6 -villainess_N 4.0107648929727385e-6 -villainy_N 4.0107648929727385e-6 -villein_N 4.0107648929727385e-6 -villeinage_N 4.0107648929727385e-6 -villus_N 4.0107648929727385e-6 -vim_N 4.0107648929727385e-6 -vinaigrette_N 4.0107648929727385e-6 -vinblastine_N 4.0107648929727385e-6 -vincristine_N 4.0107648929727385e-6 -vindication_N 1.6043059571890954e-5 -vindictiveness_N 4.0107648929727385e-6 -vine_N 8.021529785945477e-6 -vinegar_N 4.0107648929727385e-6 -vinegariness_N 4.0107648929727385e-6 -vinegarroon_N 4.0107648929727385e-6 -vinery_N 4.0107648929727385e-6 -vineyard_N 1.6043059571890954e-5 -vinifera_N 4.0107648929727385e-6 -vinification_N 4.0107648929727385e-6 -vino_N 4.0107648929727385e-6 -vintage_N 2.8075354250809173e-5 -vintager_N 4.0107648929727385e-6 -vintner_N 4.0107648929727385e-6 -vinyl_N 1.6043059571890954e-5 -viol_N 4.0107648929727385e-6 -viola_N 4.0107648929727385e-6 -violation_N 2.5668895315025526e-4 -violator_N 4.0107648929727385e-6 -violence_N 8.021529785945478e-5 -violet_N 1.2032294678918217e-5 -violin_N 2.8075354250809173e-5 -violinistFem_N 4.0107648929727385e-6 -violinistMasc_N 4.0107648929727385e-6 -violistFem_N 4.0107648929727385e-6 -violistMasc_N 4.0107648929727385e-6 -viomycin_N 4.0107648929727385e-6 -vip_N 4.0107648929727385e-6 -viper_N 4.0107648929727385e-6 -virago_N 4.0107648929727385e-6 -viremia_N 4.0107648929727385e-6 -vireo_N 4.0107648929727385e-6 -virga_N 4.0107648929727385e-6 -virgin_N 8.021529785945477e-6 -virginal_N 4.0107648929727385e-6 -virginia_N 4.0107648929727385e-6 -virginity_N 4.0107648929727385e-6 -virgule_N 4.0107648929727385e-6 -viricide_N 4.0107648929727385e-6 -virilism_N 4.0107648929727385e-6 -virility_N 8.021529785945477e-6 -virino_N 4.0107648929727385e-6 -virion_N 4.0107648929727385e-6 -viroid_N 4.0107648929727385e-6 -virologist_N 4.0107648929727385e-6 -virology_N 4.0107648929727385e-6 -virtu_N 4.0107648929727385e-6 -virtue_N 3.208611914378191e-5 -virtuosity_N 8.021529785945477e-6 -virtuoso_N 1.2032294678918217e-5 -virulence_N 2.0053824464863696e-5 -virus_N 7.620453296648204e-5 -visa_N 1.6043059571890954e-5 -visage_N 8.021529785945477e-6 -viscacha_N 4.0107648929727385e-6 -viscera_N 4.0107648929727385e-6 -viscometer_N 4.0107648929727385e-6 -viscometry_N 4.0107648929727385e-6 -viscosity_N 4.0107648929727385e-6 -viscount_N 4.0107648929727385e-6 -viscountcy_N 4.0107648929727385e-6 -viscountess_N 4.0107648929727385e-6 -viscounty_N 4.0107648929727385e-6 -vise_N 4.0107648929727385e-6 -visibility_N 1.6043059571890954e-5 -vision_N 7.620453296648204e-5 -visionary_N 8.021529785945477e-6 -visit_N 1.9251671486269147e-4 -visitant_N 4.0107648929727385e-6 -visitation_N 4.0107648929727385e-6 -visiting_N 4.0107648929727385e-6 -visitor_N 1.323552414681004e-4 -visor_N 4.0107648929727385e-6 -vista_N 8.021529785945477e-6 -visualization_N 4.0107648929727385e-6 -visualizer_N 4.0107648929727385e-6 -vitalism_N 4.0107648929727385e-6 -vitalist_N 4.0107648929727385e-6 -vitality_N 8.021529785945477e-6 -vitalization_N 4.0107648929727385e-6 -vitalness_N 4.0107648929727385e-6 -vitamin_N 4.0107648929727385e-6 -vitiation_N 4.0107648929727385e-6 -viticulture_N 4.0107648929727385e-6 -viticulturist_N 4.0107648929727385e-6 -vitiligo_N 4.0107648929727385e-6 -vitrectomy_N 4.0107648929727385e-6 -vitrification_N 4.0107648929727385e-6 -vitriol_N 4.0107648929727385e-6 -vituperation_N 4.0107648929727385e-6 -viva_N 4.0107648929727385e-6 -viva_voce_N 4.0107648929727385e-6 -vivacity_N 4.0107648929727385e-6 -vivarium_N 4.0107648929727385e-6 -viverrine_N 4.0107648929727385e-6 -vividness_N 4.0107648929727385e-6 -vivification_N 4.0107648929727385e-6 -vivisection_N 4.0107648929727385e-6 -vivisectionist_N 4.0107648929727385e-6 -vixen_N 4.0107648929727385e-6 -vizier_N 4.0107648929727385e-6 -viziership_N 4.0107648929727385e-6 -vizsla_N 4.0107648929727385e-6 -vocable_N 4.0107648929727385e-6 -vocabulary_N 4.0107648929727385e-6 -vocalist_N 8.021529785945477e-6 -vocation_N 4.0107648929727385e-6 -vocative_N 4.0107648929727385e-6 -vociferation_N 4.0107648929727385e-6 -vociferator_N 4.0107648929727385e-6 -vodka_N 2.4064589357836434e-5 -vogue_N 1.2032294678918217e-5 -voice_N 2.1257053932755517e-4 -voicelessness_N 4.0107648929727385e-6 -voiceprint_N 4.0107648929727385e-6 -voicer_N 4.0107648929727385e-6 -voicing_N 4.0107648929727385e-6 -void_N 1.6043059571890954e-5 -voider_N 4.0107648929727385e-6 -voile_N 4.0107648929727385e-6 -vol_N 4.0107648929727385e-6 -volatile_N 4.0107648929727385e-6 -volatility_N 5.093671414075379e-4 -volcanism_N 4.0107648929727385e-6 -volcano_N 1.2032294678918217e-5 -volcanology_N 4.0107648929727385e-6 -vole_N 4.0107648929727385e-6 -volition_N 4.0107648929727385e-6 -volley_N 8.021529785945477e-6 -volleyball_N 4.0107648929727385e-6 -volt_N 4.0107648929727385e-6 -voltage_N 4.0107648929727385e-6 -volte_face_N 4.0107648929727385e-6 -voltmeter_N 4.0107648929727385e-6 -volubility_N 4.0107648929727385e-6 -volume_N 1.323552414681004e-3 -volumeter_N 4.0107648929727385e-6 -voluntary_N 4.0107648929727385e-6 -volunteerFem_N 4.0107648929727385e-6 -volunteerMasc_N 4.0107648929727385e-6 -voluptuary_N 4.0107648929727385e-6 -voluptuousness_N 4.0107648929727385e-6 -volute_N 4.0107648929727385e-6 -volution_N 4.0107648929727385e-6 -volva_N 4.0107648929727385e-6 -volvulus_N 4.0107648929727385e-6 -vomer_N 4.0107648929727385e-6 -vomit_N 4.0107648929727385e-6 -vomiter_N 4.0107648929727385e-6 -vomitory_N 4.0107648929727385e-6 -voodoo_N 4.0107648929727385e-6 -voodooism_N 4.0107648929727385e-6 -voracity_N 4.0107648929727385e-6 -vortex_N 1.2032294678918217e-5 -vorticella_N 4.0107648929727385e-6 -votary_N 4.0107648929727385e-6 -vote_N 6.056254988388835e-4 -voter_N 2.8476430740106447e-4 -vouchee_N 4.0107648929727385e-6 -voucher_N 1.2032294678918217e-5 -vouge_N 4.0107648929727385e-6 -voussoir_N 4.0107648929727385e-6 -vow_N 8.021529785945477e-6 -vowel_N 4.0107648929727385e-6 -vower_N 4.0107648929727385e-6 -vox_N 4.0107648929727385e-6 -vox_populi_N 4.0107648929727385e-6 -voyage_N 8.021529785945477e-6 -voyager_N 4.0107648929727385e-6 -voyeur_N 4.0107648929727385e-6 -voyeurism_N 8.021529785945477e-6 -vp_N 4.0107648929727385e-6 -vroom_N 4.0107648929727385e-6 -vulcanite_N 4.0107648929727385e-6 -vulcanization_N 4.0107648929727385e-6 -vulcanizer_N 4.0107648929727385e-6 -vulgarian_N 4.0107648929727385e-6 -vulgarism_N 4.0107648929727385e-6 -vulgarity_N 4.0107648929727385e-6 -vulgarization_N 4.0107648929727385e-6 -vulgarizer_N 4.0107648929727385e-6 -vulgate_N 4.0107648929727385e-6 -vulnerability_N 2.4064589357836434e-5 -vulture_N 4.0107648929727385e-6 -vulva_N 4.0107648929727385e-6 -vulvectomy_N 4.0107648929727385e-6 -vulvitis_N 4.0107648929727385e-6 -vulvovaginitis_N 4.0107648929727385e-6 -wad_N 2.4064589357836434e-5 -wadding_N 4.0107648929727385e-6 -waddle_N 4.0107648929727385e-6 -waddler_N 4.0107648929727385e-6 -wader_N 4.0107648929727385e-6 -waders_N 4.0107648929727385e-6 -wadi_N 4.0107648929727385e-6 -wading_N 4.0107648929727385e-6 -wafer_N 1.6043059571890954e-5 -waffle_N 1.2032294678918217e-5 -waffler_N 4.0107648929727385e-6 -waft_N 4.0107648929727385e-6 -wag_N 1.6043059571890954e-5 -wage_N 5.37442495658347e-4 -wage_claim_N 4.0107648929727385e-6 -wage_earner_N 4.0107648929727385e-6 -wage_freeze_N 4.0107648929727385e-6 -wager_N 4.0107648929727385e-6 -wages_N 4.0107648929727385e-6 -waggery_N 4.0107648929727385e-6 -waggishness_N 4.0107648929727385e-6 -waggon_N 4.0107648929727385e-6 -waggoner_N 4.0107648929727385e-6 -wagon_N 4.0107648929727385e-6 -wagon_lit_N 4.0107648929727385e-6 -wagoner_N 4.0107648929727385e-6 -wagonwright_N 4.0107648929727385e-6 -wagtail_N 4.0107648929727385e-6 -wahoo_N 4.0107648929727385e-6 -waif_N 8.021529785945477e-6 -wail_N 4.0107648929727385e-6 -wailer_N 4.0107648929727385e-6 -wailing_N 4.0107648929727385e-6 -wain_N 4.0107648929727385e-6 -wainscot_N 4.0107648929727385e-6 -wainscoting_N 4.0107648929727385e-6 -waist_N 4.0107648929727385e-6 -waistband_N 4.0107648929727385e-6 -waistcoat_N 4.0107648929727385e-6 -waistline_N 4.0107648929727385e-6 -wait_N 2.0053824464863696e-5 -waiter_N 1.2032294678918217e-5 -waiting_list_N 4.0107648929727385e-6 -waiting_room_N 4.0107648929727385e-6 -waitress_N 8.021529785945477e-6 -waiver_N 5.2139943608645604e-5 -wake_N 2.286135988994461e-4 -wakefulness_N 4.0107648929727385e-6 -waker_N 4.0107648929727385e-6 -waking_N 4.0107648929727385e-6 -wale_N 4.0107648929727385e-6 -walk_N 1.6043059571890954e-5 -walkabout_N 4.0107648929727385e-6 -walkaway_N 4.0107648929727385e-6 -walker_N 4.0107648929727385e-6 -walkie_talkie_N 4.0107648929727385e-6 -walking_N 1.2032294678918217e-5 -walkout_N 2.8075354250809173e-5 -walkover_N 4.0107648929727385e-6 -wall_N 2.0454900954160969e-4 -wall_painting_N 4.0107648929727385e-6 -wallaby_N 4.0107648929727385e-6 -wallah_N 4.0107648929727385e-6 -wallboard_N 4.0107648929727385e-6 -wallet_N 2.4064589357836434e-5 -walleye_N 4.0107648929727385e-6 -wallflower_N 4.0107648929727385e-6 -wallop_N 4.0107648929727385e-6 -walloper_N 4.0107648929727385e-6 -wallow_N 4.0107648929727385e-6 -wallpaper_N 1.6043059571890954e-5 -wallpaperer_N 4.0107648929727385e-6 -wally_N 4.0107648929727385e-6 -walnut_N 4.0107648929727385e-6 -walrus_N 4.0107648929727385e-6 -waltz_N 4.0107648929727385e-6 -waltzer_N 4.0107648929727385e-6 -wampum_N 4.0107648929727385e-6 -wand_N 4.0107648929727385e-6 -wanderer_N 4.0107648929727385e-6 -wandering_N 4.0107648929727385e-6 -wanderlust_N 4.0107648929727385e-6 -wandflower_N 4.0107648929727385e-6 -wane_N 4.0107648929727385e-6 -wangle_N 4.0107648929727385e-6 -waning_N 4.0107648929727385e-6 -wank_N 4.0107648929727385e-6 -wanness_N 4.0107648929727385e-6 -want_N 8.021529785945477e-6 -want_ad_N 4.0107648929727385e-6 -wanter_N 4.0107648929727385e-6 -wanton_N 4.0107648929727385e-6 -wantonness_N 4.0107648929727385e-6 -wapiti_N 4.0107648929727385e-6 -war_N 4.4118413822700125e-4 -war_baby_N 4.0107648929727385e-6 -war_bride_N 4.0107648929727385e-6 -war_cloud_N 4.0107648929727385e-6 -war_cry_N 4.0107648929727385e-6 -war_dance_N 4.0107648929727385e-6 -war_god_N 4.0107648929727385e-6 -war_widow_N 4.0107648929727385e-6 -waratah_N 4.0107648929727385e-6 -warble_N 4.0107648929727385e-6 -warbler_N 4.0107648929727385e-6 -ward_N 8.021529785945477e-6 -warden_N 1.2032294678918217e-5 -wardenship_N 4.0107648929727385e-6 -warder_N 4.0107648929727385e-6 -wardership_N 4.0107648929727385e-6 -wardress_N 4.0107648929727385e-6 -wardrobe_N 8.021529785945477e-6 -wardroom_N 4.0107648929727385e-6 -ware_N 8.021529785945477e-6 -warehouse_N 6.818300318053656e-5 -warehouser_N 4.0107648929727385e-6 -warehousing_N 8.021529785945477e-6 -warfare_N 1.6043059571890954e-5 -warfarin_N 4.0107648929727385e-6 -warhead_N 4.0107648929727385e-6 -warhorse_N 4.0107648929727385e-6 -wariness_N 4.0107648929727385e-6 -warlock_N 4.0107648929727385e-6 -warlord_N 4.0107648929727385e-6 -warmer_N 4.0107648929727385e-6 -warmheartedness_N 4.0107648929727385e-6 -warming_pan_N 4.0107648929727385e-6 -warmonger_N 4.0107648929727385e-6 -warmongering_N 4.0107648929727385e-6 -warmth_N 4.0107648929727385e-6 -warner_N 4.0107648929727385e-6 -warning_N 1.564198308259368e-4 -warp_N 4.0107648929727385e-6 -warpaint_N 4.0107648929727385e-6 -warpath_N 4.0107648929727385e-6 -warplane_N 4.0107648929727385e-6 -warrant_N 3.489365456886283e-4 -warrantee_N 4.0107648929727385e-6 -warrantor_N 4.0107648929727385e-6 -warranty_N 4.812917871567287e-5 -warren_N 1.2032294678918217e-5 -warrener_N 4.0107648929727385e-6 -warrigal_N 4.0107648929727385e-6 -warrior_N 1.6043059571890954e-5 -warship_N 4.0107648929727385e-6 -wart_N 8.021529785945477e-6 -warthog_N 4.0107648929727385e-6 -wartime_N 4.0107648929727385e-6 -wasabi_N 4.0107648929727385e-6 -wash_N 1.2032294678918217e-5 -wash_drawing_N 4.0107648929727385e-6 -wash_hand_basin_N 4.0107648929727385e-6 -wash_hand_stand_N 4.0107648929727385e-6 -wash_house_N 4.0107648929727385e-6 -wash_leather_N 4.0107648929727385e-6 -washbasin_N 4.0107648929727385e-6 -washboard_N 4.0107648929727385e-6 -washbowl_N 4.0107648929727385e-6 -washcloth_N 4.0107648929727385e-6 -washday_N 4.0107648929727385e-6 -washer_N 4.0107648929727385e-6 -washerman_N 4.0107648929727385e-6 -washerwoman_N 4.0107648929727385e-6 -washhouse_N 4.0107648929727385e-6 -washing_N 8.021529785945477e-6 -washing_day_N 4.0107648929727385e-6 -washing_machine_N 4.0107648929727385e-6 -washing_up_N 4.0107648929727385e-6 -washout_N 4.0107648929727385e-6 -washroom_N 4.0107648929727385e-6 -washstand_N 4.0107648929727385e-6 -washtub_N 4.0107648929727385e-6 -washup_N 4.0107648929727385e-6 -wasp_N 4.0107648929727385e-6 -wassail_N 4.0107648929727385e-6 -wassailer_N 4.0107648929727385e-6 -wastage_N 4.0107648929727385e-6 -waste_N 1.3636600636107311e-4 -waste_paper_basket_N 4.0107648929727385e-6 -waste_pipe_N 4.0107648929727385e-6 -wastebasket_N 4.0107648929727385e-6 -wastebin_N 4.0107648929727385e-6 -wasteland_N 8.021529785945477e-6 -waster_N 4.0107648929727385e-6 -wastrel_N 8.021529785945477e-6 -watch_N 1.0427988721729121e-4 -watch_chain_N 4.0107648929727385e-6 -watch_glass_N 4.0107648929727385e-6 -watch_guard_N 4.0107648929727385e-6 -watch_key_N 4.0107648929727385e-6 -watchband_N 4.0107648929727385e-6 -watchdog_N 2.4064589357836434e-5 -watcherFem_N 4.0107648929727385e-6 -watcherMasc_N 4.0107648929727385e-6 -watchfulness_N 4.0107648929727385e-6 -watchmaker_N 4.0107648929727385e-6 -watchman_N 8.021529785945477e-6 -watchtower_N 4.0107648929727385e-6 -watchword_N 8.021529785945477e-6 -water_N 4.6123796269186495e-4 -water_biscuit_N 4.0107648929727385e-6 -water_blister_N 4.0107648929727385e-6 -water_bottle_N 4.0107648929727385e-6 -water_buffalo_N 4.0107648929727385e-6 -water_butt_N 4.0107648929727385e-6 -water_cart_N 4.0107648929727385e-6 -water_closet_N 4.0107648929727385e-6 -water_finder_N 4.0107648929727385e-6 -water_glass_N 4.0107648929727385e-6 -water_hole_N 4.0107648929727385e-6 -water_ice_N 4.0107648929727385e-6 -water_jacket_N 4.0107648929727385e-6 -water_level_N 4.0107648929727385e-6 -water_lily_N 4.0107648929727385e-6 -water_line_N 4.0107648929727385e-6 -water_main_N 4.0107648929727385e-6 -water_nymph_N 4.0107648929727385e-6 -water_polo_N 4.0107648929727385e-6 -water_power_N 4.0107648929727385e-6 -water_rat_N 4.0107648929727385e-6 -water_rate_N 4.0107648929727385e-6 -water_skiing_N 4.0107648929727385e-6 -water_skin_N 4.0107648929727385e-6 -water_softener_N 4.0107648929727385e-6 -water_spaniel_N 4.0107648929727385e-6 -water_supply_N 4.0107648929727385e-6 -water_tower_N 4.0107648929727385e-6 -water_vole_N 4.0107648929727385e-6 -water_waggon_N 4.0107648929727385e-6 -water_wagon_N 4.0107648929727385e-6 -water_wheel_N 4.0107648929727385e-6 -waterbird_N 4.0107648929727385e-6 -waterbuck_N 4.0107648929727385e-6 -watercannon_N 4.0107648929727385e-6 -waterchute_N 4.0107648929727385e-6 -watercolor_N 4.0107648929727385e-6 -watercolorist_N 4.0107648929727385e-6 -watercolour_N 4.0107648929727385e-6 -watercolourist_N 4.0107648929727385e-6 -watercourse_N 4.0107648929727385e-6 -watercraft_N 4.0107648929727385e-6 -watercress_N 4.0107648929727385e-6 -waterdog_N 4.0107648929727385e-6 -waterer_N 4.0107648929727385e-6 -waterfall_N 1.2032294678918217e-5 -waterfowl_N 4.0107648929727385e-6 -waterfront_N 1.2032294678918217e-5 -waterhen_N 4.0107648929727385e-6 -waterhyacinth_N 4.0107648929727385e-6 -wateriness_N 4.0107648929727385e-6 -watering_N 4.0107648929727385e-6 -watering_can_N 4.0107648929727385e-6 -watering_cart_N 4.0107648929727385e-6 -waterleaf_N 4.0107648929727385e-6 -waterline_N 4.0107648929727385e-6 -waterloo_N 4.0107648929727385e-6 -waterman_N 4.0107648929727385e-6 -watermark_N 4.0107648929727385e-6 -watermeal_N 4.0107648929727385e-6 -watermelon_N 4.0107648929727385e-6 -watermill_N 4.0107648929727385e-6 -waterpower_N 4.0107648929727385e-6 -waterproof_N 4.0107648929727385e-6 -waterproofing_N 4.0107648929727385e-6 -watershed_N 8.021529785945477e-6 -waterside_N 4.0107648929727385e-6 -waterskin_N 4.0107648929727385e-6 -waterspout_N 4.0107648929727385e-6 -watertable_N 4.0107648929727385e-6 -waterway_N 4.0107648929727385e-6 -waterweed_N 4.0107648929727385e-6 -waterwheel_N 4.0107648929727385e-6 -waterworks_N 3.208611914378191e-5 -watt_N 2.8075354250809173e-5 -wattage_N 4.0107648929727385e-6 -wattle_N 4.0107648929727385e-6 -wattmeter_N 4.0107648929727385e-6 -wave_N 2.4064589357836432e-4 -waveguide_N 4.0107648929727385e-6 -wavelength_N 8.021529785945477e-6 -waver_N 4.0107648929727385e-6 -waverer_N 4.0107648929727385e-6 -waviness_N 4.0107648929727385e-6 -waw_N 4.0107648929727385e-6 -wax_N 4.0107648929727385e-6 -wax_chandler_N 4.0107648929727385e-6 -wax_paper_N 4.0107648929727385e-6 -waxflower_N 4.0107648929727385e-6 -waxiness_N 4.0107648929727385e-6 -waxing_N 4.0107648929727385e-6 -waxmallow_N 4.0107648929727385e-6 -waxwing_N 4.0107648929727385e-6 -waxwork_N 4.0107648929727385e-6 -waxycap_N 4.0107648929727385e-6 -way_N 2.2901467538874337e-3 -waybill_N 4.0107648929727385e-6 -wayfarer_N 4.0107648929727385e-6 -wayfaring_N 4.0107648929727385e-6 -ways_N 4.0107648929727385e-6 -wayside_N 8.021529785945477e-6 -wc_N 4.0107648929727385e-6 -weakener_N 4.0107648929727385e-6 -weakening_N 4.0107648929727385e-6 -weakfish_N 4.0107648929727385e-6 -weakling_N 8.021529785945477e-6 -weakness_N 3.128396616518736e-4 -weal_N 4.0107648929727385e-6 -weald_N 4.0107648929727385e-6 -wealth_N 8.422606275242751e-5 -weaning_N 4.0107648929727385e-6 -weapon_N 1.8850594996971872e-4 -weaponry_N 4.0107648929727385e-6 -wear_N 1.6043059571890954e-5 -wearer_N 4.0107648929727385e-6 -weariness_N 8.021529785945477e-6 -weasel_N 4.0107648929727385e-6 -weather_N 1.0427988721729121e-4 -weather_bureau_N 4.0107648929727385e-6 -weather_chart_N 4.0107648929727385e-6 -weather_glass_N 4.0107648929727385e-6 -weather_map_N 4.0107648929727385e-6 -weather_ship_N 4.0107648929727385e-6 -weather_station_N 4.0107648929727385e-6 -weather_vane_N 4.0107648929727385e-6 -weatherboarding_N 4.0107648929727385e-6 -weathercock_N 4.0107648929727385e-6 -weatherglass_N 4.0107648929727385e-6 -weatherliness_N 4.0107648929727385e-6 -weatherman_N 8.021529785945477e-6 -weathervane_N 4.0107648929727385e-6 -weave_N 4.0107648929727385e-6 -weaver_N 4.0107648929727385e-6 -weaverbird_N 4.0107648929727385e-6 -weaving_N 4.0107648929727385e-6 -web_N 1.2032294678918217e-5 -webbing_N 4.0107648929727385e-6 -webcam_N 4.0107648929727385e-6 -weber_N 4.0107648929727385e-6 -webfoot_N 4.0107648929727385e-6 -webmaster_N 4.0107648929727385e-6 -webworm_N 4.0107648929727385e-6 -wedding_N 3.609688403675465e-5 -wedding_cake_N 4.0107648929727385e-6 -wedding_ring_N 4.0107648929727385e-6 -wedge_N 2.4064589357836434e-5 -wedgie_N 4.0107648929727385e-6 -wedlock_N 4.0107648929727385e-6 -wednesday_N 4.0107648929727385e-6 -wee_N 4.0107648929727385e-6 -wee_wee_N 4.0107648929727385e-6 -weed_N 1.2032294678918217e-5 -weeder_N 4.0107648929727385e-6 -weedkiller_N 4.0107648929727385e-6 -weeds_N 4.0107648929727385e-6 -week_N 4.504088974808386e-3 -weekday_N 1.6043059571890954e-5 -weekend_N 3.5695807547457374e-4 -weekender_N 4.0107648929727385e-6 -weekly_N 4.010764892972739e-5 -weeknight_N 4.0107648929727385e-6 -weeper_N 4.0107648929727385e-6 -weepiness_N 4.0107648929727385e-6 -weevil_N 4.0107648929727385e-6 -weft_N 4.0107648929727385e-6 -weigela_N 4.0107648929727385e-6 -weighbridge_N 4.0107648929727385e-6 -weigher_N 4.0107648929727385e-6 -weighing_machine_N 4.0107648929727385e-6 -weight_N 1.323552414681004e-4 -weightiness_N 4.0107648929727385e-6 -weightlessness_N 4.0107648929727385e-6 -weightlift_N 4.0107648929727385e-6 -weightlifter_N 4.0107648929727385e-6 -weightlifting_N 4.0107648929727385e-6 -weir_N 4.0107648929727385e-6 -weirdie_N 4.0107648929727385e-6 -weirdness_N 4.0107648929727385e-6 -weka_N 4.0107648929727385e-6 -welcher_N 4.0107648929727385e-6 -welcome_N 4.0107648929727385e-6 -weld_N 4.0107648929727385e-6 -welder_N 4.0107648929727385e-6 -welding_N 4.0107648929727385e-6 -weldment_N 4.0107648929727385e-6 -welfare_N 4.4118413822700127e-5 -welkin_N 4.0107648929727385e-6 -well_N 1.243337116821549e-4 -well_being_N 4.0107648929727385e-6 -well_doer_N 4.0107648929727385e-6 -well_doing_N 4.0107648929727385e-6 -well_water_N 4.0107648929727385e-6 -well_wisher_N 4.0107648929727385e-6 -wellbeing_N 4.0107648929727385e-6 -wellerism_N 4.0107648929727385e-6 -wellhead_N 4.0107648929727385e-6 -wellington_N 4.0107648929727385e-6 -welsh_N 4.0107648929727385e-6 -welsher_N 4.0107648929727385e-6 -welshman_N 4.0107648929727385e-6 -welt_N 4.0107648929727385e-6 -welter_N 8.021529785945477e-6 -welterweight_N 4.0107648929727385e-6 -welwitschia_N 4.0107648929727385e-6 -wen_N 4.0107648929727385e-6 -wench_N 4.0107648929727385e-6 -wencher_N 4.0107648929727385e-6 -werewolf_N 4.0107648929727385e-6 -wesleyan_N 4.0107648929727385e-6 -west_N 6.818300318053656e-5 -western_N 4.0107648929727385e-6 -westerner_N 4.0107648929727385e-6 -westernization_N 4.0107648929727385e-6 -wet_N 4.0107648929727385e-6 -wet_nurse_N 4.0107648929727385e-6 -wether_N 4.0107648929727385e-6 -wetland_N 4.0107648929727385e-6 -wetness_N 4.0107648929727385e-6 -wetter_N 4.0107648929727385e-6 -wetting_N 4.0107648929727385e-6 -whack_N 8.021529785945477e-6 -whacker_N 8.021529785945477e-6 -whacking_N 4.0107648929727385e-6 -whale_N 1.2032294678918217e-5 -whaleboat_N 4.0107648929727385e-6 -whalebone_N 4.0107648929727385e-6 -whaler_N 4.0107648929727385e-6 -whaling_gun_N 4.0107648929727385e-6 -whammy_N 4.0107648929727385e-6 -whang_N 4.0107648929727385e-6 -wharf_N 4.0107648929727385e-6 -wharfage_N 4.0107648929727385e-6 -what_for_N 4.0107648929727385e-6 -whatnot_N 4.0107648929727385e-6 -wheat_N 1.2032294678918216e-4 -wheatear_N 4.0107648929727385e-6 -wheatfield_N 4.0107648929727385e-6 -wheatflake_N 4.0107648929727385e-6 -wheatgrass_N 4.0107648929727385e-6 -wheatworm_N 4.0107648929727385e-6 -wheedler_N 4.0107648929727385e-6 -wheel_N 4.010764892972739e-5 -wheelbarrow_N 4.0107648929727385e-6 -wheelbase_N 8.021529785945477e-6 -wheelchair_N 1.2032294678918217e-5 -wheeler_N 4.0107648929727385e-6 -wheelhouse_N 4.0107648929727385e-6 -wheeling_N 4.0107648929727385e-6 -wheelwork_N 4.0107648929727385e-6 -wheelwright_N 4.0107648929727385e-6 -wheeze_N 4.0107648929727385e-6 -wheeziness_N 4.0107648929727385e-6 -whelk_N 4.0107648929727385e-6 -whelp_N 4.0107648929727385e-6 -whereabouts_N 4.0107648929727385e-6 -wherewithal_N 4.0107648929727385e-6 -wherry_N 4.0107648929727385e-6 -whetstone_N 4.0107648929727385e-6 -whey_N 4.0107648929727385e-6 -whiff_N 4.0107648929727385e-6 -whiffer_N 4.0107648929727385e-6 -whiffletree_N 4.0107648929727385e-6 -whig_N 4.0107648929727385e-6 -while_N 1.8048442018377323e-4 -whim_N 1.2032294678918217e-5 -whimper_N 1.6043059571890954e-5 -whimsey_N 4.0107648929727385e-6 -whimsicality_N 4.0107648929727385e-6 -whimsy_N 8.021529785945477e-6 -whin_N 4.0107648929727385e-6 -whinchat_N 4.0107648929727385e-6 -whine_N 4.0107648929727385e-6 -whiner_N 8.021529785945477e-6 -whinny_N 4.0107648929727385e-6 -whinstone_N 4.0107648929727385e-6 -whip_N 1.6043059571890954e-5 -whip_round_N 4.0107648929727385e-6 -whipcord_N 4.0107648929727385e-6 -whiplash_N 4.0107648929727385e-6 -whipper_in_N 4.0107648929727385e-6 -whippersnapper_N 4.0107648929727385e-6 -whippet_N 4.0107648929727385e-6 -whipping_N 8.021529785945477e-6 -whipping_boy_N 4.0107648929727385e-6 -whipping_post_N 4.0107648929727385e-6 -whipping_top_N 4.0107648929727385e-6 -whippoorwill_N 4.0107648929727385e-6 -whipstitch_N 4.0107648929727385e-6 -whiptail_N 4.0107648929727385e-6 -whir_N 4.0107648929727385e-6 -whirl_N 8.021529785945477e-6 -whirler_N 4.0107648929727385e-6 -whirligig_N 4.0107648929727385e-6 -whirlpool_N 4.0107648929727385e-6 -whirlwind_N 1.2032294678918217e-5 -whirr_N 4.0107648929727385e-6 -whisk_N 4.0107648929727385e-6 -whisker_N 4.0107648929727385e-6 -whiskey_N 2.8075354250809173e-5 -whisky_N 4.0107648929727385e-6 -whisper_N 1.6043059571890954e-5 -whisperer_N 4.0107648929727385e-6 -whispering_N 8.021529785945477e-6 -whispering_gallery_N 4.0107648929727385e-6 -whist_N 4.0107648929727385e-6 -whist_drive_N 4.0107648929727385e-6 -whistle_N 8.021529785945477e-6 -whistle_stop_N 4.0107648929727385e-6 -whistler_N 4.0107648929727385e-6 -whistling_N 4.0107648929727385e-6 -whit_N 4.0107648929727385e-6 -white_N 1.764736552908005e-4 -whitebait_N 4.0107648929727385e-6 -whitecap_N 4.0107648929727385e-6 -whitecup_N 4.0107648929727385e-6 -whiteface_N 4.0107648929727385e-6 -whitefish_N 4.0107648929727385e-6 -whitefly_N 4.0107648929727385e-6 -whitehead_N 4.0107648929727385e-6 -whitelash_N 4.0107648929727385e-6 -whiteness_N 4.0107648929727385e-6 -whitening_N 4.0107648929727385e-6 -whiteout_N 4.0107648929727385e-6 -whitethorn_N 4.0107648929727385e-6 -whitewash_N 2.0053824464863696e-5 -whitey_N 4.0107648929727385e-6 -whiting_N 4.0107648929727385e-6 -whitlow_N 4.0107648929727385e-6 -whitlowwort_N 4.0107648929727385e-6 -whitsun_N 4.0107648929727385e-6 -whitsuntide_N 4.0107648929727385e-6 -whittler_N 4.0107648929727385e-6 -whiz_N 8.021529785945477e-6 -whizbang_N 4.0107648929727385e-6 -whizz_kid_N 4.0107648929727385e-6 -who_N 4.0107648929727385e-6 -whodunit_N 4.0107648929727385e-6 -whole_N 1.0427988721729121e-4 -whole_wheat_N 4.0107648929727385e-6 -wholeheartedness_N 4.0107648929727385e-6 -wholemeal_N 4.0107648929727385e-6 -wholeness_N 4.0107648929727385e-6 -wholesale_N 8.021529785945477e-6 -wholesaler_N 2.8075354250809173e-5 -wholesomeness_N 4.0107648929727385e-6 -whoop_N 4.0107648929727385e-6 -whooper_N 4.0107648929727385e-6 -whooping_cough_N 4.0107648929727385e-6 -whopper_N 4.0107648929727385e-6 -whore_N 4.0107648929727385e-6 -whorehouse_N 4.0107648929727385e-6 -whoremaster_N 4.0107648929727385e-6 -whoremonger_N 4.0107648929727385e-6 -whorl_N 4.0107648929727385e-6 -why_N 4.0107648929727385e-6 -whydah_N 4.0107648929727385e-6 -wi_N 4.0107648929727385e-6 -wick_N 4.0107648929727385e-6 -wickedness_N 4.0107648929727385e-6 -wicker_N 1.6043059571890954e-5 -wickerwork_N 4.0107648929727385e-6 -wicket_N 4.0107648929727385e-6 -wicket_door_N 4.0107648929727385e-6 -wicket_gate_N 4.0107648929727385e-6 -wicket_keeper_N 4.0107648929727385e-6 -wickiup_N 4.0107648929727385e-6 -wideness_N 4.0107648929727385e-6 -widening_N 4.0107648929727385e-6 -widgeon_N 4.0107648929727385e-6 -widow_N 4.812917871567287e-5 -widower_N 4.0107648929727385e-6 -widowhood_N 4.0107648929727385e-6 -width_N 4.0107648929727385e-6 -wiesenboden_N 4.0107648929727385e-6 -wife_N 2.446566584713371e-4 -wig_N 2.0053824464863696e-5 -wigging_N 4.0107648929727385e-6 -wiggle_N 1.2032294678918217e-5 -wiggler_N 4.0107648929727385e-6 -wiggliness_N 4.0107648929727385e-6 -wight_N 4.0107648929727385e-6 -wigmaker_N 4.0107648929727385e-6 -wigwam_N 4.0107648929727385e-6 -wild_N 4.0107648929727385e-6 -wildcat_N 4.0107648929727385e-6 -wildcatter_N 4.0107648929727385e-6 -wildebeest_N 4.0107648929727385e-6 -wilderness_N 2.0053824464863696e-5 -wildfire_N 4.0107648929727385e-6 -wildflower_N 4.0107648929727385e-6 -wildfowl_N 4.0107648929727385e-6 -wilding_N 4.0107648929727385e-6 -wildlife_N 4.0107648929727385e-6 -wildness_N 4.0107648929727385e-6 -wile_N 4.0107648929727385e-6 -wilfulness_N 4.0107648929727385e-6 -will_N 1.4839830103999133e-4 -will_o'_the_wisp_N 4.0107648929727385e-6 -willet_N 4.0107648929727385e-6 -willies_N 4.0107648929727385e-6 -willingness_N 5.6150708501618345e-5 -willow_N 8.021529785945477e-6 -willow_pattern_N 4.0107648929727385e-6 -willow_tree_N 4.0107648929727385e-6 -willowherb_N 4.0107648929727385e-6 -willowware_N 4.0107648929727385e-6 -willpower_N 4.0107648929727385e-6 -wilt_N 4.0107648929727385e-6 -wilton_N 4.0107648929727385e-6 -wimp_N 4.0107648929727385e-6 -wimple_N 4.0107648929727385e-6 -win_N 3.609688403675465e-5 -wince_N 4.0107648929727385e-6 -wincey_N 4.0107648929727385e-6 -winceyette_N 4.0107648929727385e-6 -winch_N 4.0107648929727385e-6 -wind_N 6.417223828756382e-5 -wind_gauge_N 4.0107648929727385e-6 -wind_tunnel_N 4.0107648929727385e-6 -windage_N 4.0107648929727385e-6 -windbag_N 4.0107648929727385e-6 -windbreak_N 4.0107648929727385e-6 -windbreaker_N 4.0107648929727385e-6 -windburn_N 4.0107648929727385e-6 -windcheater_N 4.0107648929727385e-6 -winder_N 4.0107648929727385e-6 -windfall_N 2.0053824464863696e-5 -windflower_N 4.0107648929727385e-6 -windiness_N 4.0107648929727385e-6 -winding_sheet_N 4.0107648929727385e-6 -windjammer_N 4.0107648929727385e-6 -windlass_N 4.0107648929727385e-6 -windmill_N 4.0107648929727385e-6 -window_N 1.764736552908005e-4 -window_box_N 4.0107648929727385e-6 -window_dressing_N 4.0107648929727385e-6 -windowpane_N 4.0107648929727385e-6 -windowsill_N 4.0107648929727385e-6 -windpipe_N 4.0107648929727385e-6 -windscreen_N 4.0107648929727385e-6 -windscreen_wiper_N 4.0107648929727385e-6 -windshield_N 2.4064589357836434e-5 -windsock_N 4.0107648929727385e-6 -windstorm_N 4.0107648929727385e-6 -windward_N 4.0107648929727385e-6 -wine_N 1.8850594996971872e-4 -wineberry_N 4.0107648929727385e-6 -wineglass_N 4.0107648929727385e-6 -winemaking_N 4.0107648929727385e-6 -winepress_N 4.0107648929727385e-6 -winery_N 4.0107648929727385e-6 -wineskin_N 4.0107648929727385e-6 -wing_N 7.620453296648204e-5 -wing_commander_N 4.0107648929727385e-6 -wing_nut_N 4.0107648929727385e-6 -wing_screw_N 4.0107648929727385e-6 -wingback_N 4.0107648929727385e-6 -winger_N 8.021529785945477e-6 -wingman_N 4.0107648929727385e-6 -wings_N 4.0107648929727385e-6 -wingspan_N 4.0107648929727385e-6 -wingspread_N 4.0107648929727385e-6 -wingstem_N 4.0107648929727385e-6 -wink_N 4.0107648929727385e-6 -winker_N 4.0107648929727385e-6 -winkle_N 4.0107648929727385e-6 -winner_N 1.4037677125404587e-4 -winning_N 4.0107648929727385e-6 -winning_post_N 4.0107648929727385e-6 -winnings_N 4.0107648929727385e-6 -winnow_N 4.0107648929727385e-6 -winsomeness_N 4.0107648929727385e-6 -winter_N 1.2834447657512763e-4 -wintergreen_N 4.0107648929727385e-6 -wipe_N 4.0107648929727385e-6 -wipeout_N 4.0107648929727385e-6 -wiper_N 4.0107648929727385e-6 -wire_N 1.4037677125404587e-4 -wirehair_N 4.0107648929727385e-6 -wireless_N 4.0107648929727385e-6 -wireman_N 4.0107648929727385e-6 -wirepuller_N 4.0107648929727385e-6 -wirer_N 4.0107648929727385e-6 -wiretap_N 4.0107648929727385e-6 -wirework_N 4.0107648929727385e-6 -wireworm_N 4.0107648929727385e-6 -wiriness_N 4.0107648929727385e-6 -wiring_N 1.2032294678918217e-5 -wisdom_N 7.21937680735093e-5 -wisdom_tooth_N 4.0107648929727385e-6 -wise_N 4.0107648929727385e-6 -wiseacre_N 4.0107648929727385e-6 -wisecrack_N 1.2032294678918217e-5 -wisent_N 4.0107648929727385e-6 -wish_N 5.2139943608645604e-5 -wishbone_N 4.0107648929727385e-6 -wishfulness_N 4.0107648929727385e-6 -wishing_cap_N 4.0107648929727385e-6 -wisp_N 4.0107648929727385e-6 -wisteria_N 4.0107648929727385e-6 -wistfulness_N 4.0107648929727385e-6 -wit_N 2.0053824464863696e-5 -witch_N 2.8075354250809173e-5 -witch_doctor_N 4.0107648929727385e-6 -witch_elm_N 4.0107648929727385e-6 -witch_hazel_N 4.0107648929727385e-6 -witch_hunt_N 4.0107648929727385e-6 -witchcraft_N 8.021529785945477e-6 -witchery_N 4.0107648929727385e-6 -witchgrass_N 4.0107648929727385e-6 -witching_N 4.0107648929727385e-6 -withdrawal_N 1.8048442018377323e-4 -withdrawer_N 4.0107648929727385e-6 -withe_N 4.0107648929727385e-6 -withers_N 4.0107648929727385e-6 -withholder_N 4.0107648929727385e-6 -withholding_N 4.0107648929727385e-6 -withstander_N 4.0107648929727385e-6 -withy_N 4.0107648929727385e-6 -witness_N 1.6043059571890957e-4 -witness_box_N 4.0107648929727385e-6 -witness_stand_N 4.0107648929727385e-6 -wits_N 4.0107648929727385e-6 -witticism_N 4.0107648929727385e-6 -wittol_N 4.0107648929727385e-6 -wizard_N 8.021529785945477e-6 -wizardry_N 4.0107648929727385e-6 -wk_N 4.0107648929727385e-6 -woad_N 4.0107648929727385e-6 -wobble_N 4.0107648929727385e-6 -wobbler_N 4.0107648929727385e-6 -woe_N 4.4118413822700127e-5 -wog_N 4.0107648929727385e-6 -wok_N 4.0107648929727385e-6 -wold_N 4.0107648929727385e-6 -wolf's_bane_N 4.0107648929727385e-6 -wolf_N 8.021529785945477e-6 -wolf_cub_N 4.0107648929727385e-6 -wolffish_N 4.0107648929727385e-6 -wolfhound_N 4.0107648929727385e-6 -wolfram_N 4.0107648929727385e-6 -wolframite_N 4.0107648929727385e-6 -wolfsbane_N 4.0107648929727385e-6 -wollastonite_N 4.0107648929727385e-6 -wolverine_N 4.0107648929727385e-6 -woman_N 8.262175679523842e-4 -womanhood_N 4.0107648929727385e-6 -womanizer_N 4.0107648929727385e-6 -womankind_N 4.0107648929727385e-6 -womanliness_N 4.0107648929727385e-6 -womb_N 4.0107648929727385e-6 -wombat_N 4.0107648929727385e-6 -wonder_N 5.6150708501618345e-5 -wonderer_N 4.0107648929727385e-6 -wonderland_N 8.021529785945477e-6 -wonderment_N 8.021529785945477e-6 -wont_N 4.0107648929727385e-6 -wood_N 1.0427988721729121e-4 -wood_block_N 4.0107648929727385e-6 -wood_pulp_N 4.0107648929727385e-6 -woodbine_N 4.0107648929727385e-6 -woodborer_N 4.0107648929727385e-6 -woodcarver_N 4.0107648929727385e-6 -woodcarving_N 4.0107648929727385e-6 -woodcock_N 4.0107648929727385e-6 -woodcraft_N 4.0107648929727385e-6 -woodcut_N 4.0107648929727385e-6 -woodcutter_N 4.0107648929727385e-6 -woodenness_N 4.0107648929727385e-6 -woodenware_N 4.0107648929727385e-6 -woodhewer_N 4.0107648929727385e-6 -woodiness_N 4.0107648929727385e-6 -woodland_N 4.0107648929727385e-6 -woodlouse_N 4.0107648929727385e-6 -woodman_N 4.0107648929727385e-6 -woodpecker_N 4.0107648929727385e-6 -woodpile_N 4.0107648929727385e-6 -woodruff_N 4.0107648929727385e-6 -woodscrew_N 4.0107648929727385e-6 -woodshed_N 4.0107648929727385e-6 -woodsia_N 4.0107648929727385e-6 -woodsman_N 4.0107648929727385e-6 -woodwaxen_N 4.0107648929727385e-6 -woodwind_N 8.021529785945477e-6 -woodwork_N 4.0107648929727385e-6 -woodworker_N 4.0107648929727385e-6 -woodworm_N 4.0107648929727385e-6 -wooer_N 4.0107648929727385e-6 -woof_N 4.0107648929727385e-6 -woofer_N 4.0107648929727385e-6 -wool_N 2.0053824464863696e-5 -woolgathering_N 4.0107648929727385e-6 -wooly_N 4.0107648929727385e-6 -wop_N 4.0107648929727385e-6 -word_N 5.093671414075379e-4 -word_division_N 4.0107648929727385e-6 -word_painter_N 4.0107648929727385e-6 -word_picture_N 4.0107648929727385e-6 -word_splitting_N 4.0107648929727385e-6 -wordbook_N 4.0107648929727385e-6 -wordiness_N 4.0107648929727385e-6 -wording_N 1.6043059571890954e-5 -wordmonger_N 4.0107648929727385e-6 -wordnet_N 4.0107648929727385e-6 -words_N 4.0107648929727385e-6 -wordsmith_N 4.0107648929727385e-6 -work_N 1.4077784774334313e-3 -work_in_N 4.0107648929727385e-6 -work_out_N 4.0107648929727385e-6 -work_study_N 4.0107648929727385e-6 -workaholic_N 4.0107648929727385e-6 -workaholism_N 4.0107648929727385e-6 -workbag_N 4.0107648929727385e-6 -workbasket_N 4.0107648929727385e-6 -workbench_N 4.0107648929727385e-6 -workboard_N 4.0107648929727385e-6 -workbook_N 8.021529785945477e-6 -workbox_N 4.0107648929727385e-6 -workday_N 1.2032294678918217e-5 -worker_N 1.1871864083199306e-3 -workhorse_N 4.0107648929727385e-6 -workhouse_N 4.0107648929727385e-6 -working_N 9.2247592538373e-5 -working_out_N 4.0107648929727385e-6 -workload_N 4.0107648929727385e-6 -workman_N 1.2032294678918217e-5 -workmanship_N 4.0107648929727385e-6 -workmate_N 4.0107648929727385e-6 -workpiece_N 4.0107648929727385e-6 -workplace_N 4.0107648929727385e-6 -workroom_N 8.021529785945477e-6 -works_N 4.0107648929727385e-6 -worksheet_N 4.0107648929727385e-6 -workshop_N 4.0107648929727385e-6 -workspace_N 4.0107648929727385e-6 -workstation_N 4.0107648929727385e-6 -worktable_N 4.0107648929727385e-6 -workwear_N 4.0107648929727385e-6 -workweek_N 8.021529785945477e-6 -world_N 1.411789242326404e-3 -worldliness_N 4.0107648929727385e-6 -worldling_N 4.0107648929727385e-6 -worm_N 6.818300318053656e-5 -worm_gear_N 4.0107648929727385e-6 -wormcast_N 4.0107648929727385e-6 -wormhole_N 4.0107648929727385e-6 -wormwood_N 4.0107648929727385e-6 -worrier_N 4.0107648929727385e-6 -worry_N 1.0829065211026395e-4 -worrying_N 4.0107648929727385e-6 -worse_N 4.0107648929727385e-6 -worsening_N 4.0107648929727385e-6 -worship_N 1.6043059571890954e-5 -worshiper_N 4.0107648929727385e-6 -worshipper_N 4.0107648929727385e-6 -worst_N 4.0107648929727385e-6 -worsted_N 4.0107648929727385e-6 -wort_N 4.0107648929727385e-6 -worth_N 1.6043059571890957e-4 -worthiness_N 1.6043059571890954e-5 -worthlessness_N 4.0107648929727385e-6 -worthwhileness_N 4.0107648929727385e-6 -worthy_N 4.0107648929727385e-6 -wound_N 3.208611914378191e-5 -wounded_N 4.0107648929727385e-6 -wow_N 4.0107648929727385e-6 -wpb_N 4.0107648929727385e-6 -wpm_N 4.0107648929727385e-6 -wrac_N 4.0107648929727385e-6 -wrack_N 4.0107648929727385e-6 -wraf_N 4.0107648929727385e-6 -wraith_N 4.0107648929727385e-6 -wrangle_N 4.0107648929727385e-6 -wrangler_N 4.0107648929727385e-6 -wrap_N 1.2032294678918217e-5 -wraparound_N 4.0107648929727385e-6 -wrapper_N 1.2032294678918217e-5 -wrapping_N 8.021529785945477e-6 -wrasse_N 4.0107648929727385e-6 -wrath_N 2.0053824464863696e-5 -wreath_N 4.0107648929727385e-6 -wreck_N 1.6043059571890954e-5 -wreckage_N 2.0053824464863696e-5 -wrecker_N 4.0107648929727385e-6 -wren_N 4.0107648929727385e-6 -wrench_N 8.021529785945477e-6 -wrester_N 4.0107648929727385e-6 -wrestle_N 4.0107648929727385e-6 -wrestler_N 8.021529785945477e-6 -wrestling_N 4.0107648929727385e-6 -wretch_N 4.0107648929727385e-6 -wretchedness_N 4.0107648929727385e-6 -wrick_N 4.0107648929727385e-6 -wriggle_N 4.0107648929727385e-6 -wriggler_N 4.0107648929727385e-6 -wright_N 4.0107648929727385e-6 -wring_N 4.0107648929727385e-6 -wringer_N 4.0107648929727385e-6 -wrinkle_N 1.6043059571890954e-5 -wrist_N 2.0053824464863696e-5 -wristband_N 4.0107648929727385e-6 -wristlet_N 4.0107648929727385e-6 -wristwatch_N 4.0107648929727385e-6 -writ_N 8.021529785945477e-6 -write_off_N 4.0107648929727385e-6 -write_up_N 4.0107648929727385e-6 -writer_N 2.2460283400647338e-4 -writing_N 5.2139943608645604e-5 -writing_desk_N 4.0107648929727385e-6 -writing_ink_N 4.0107648929727385e-6 -writing_paper_N 4.0107648929727385e-6 -wrns_N 4.0107648929727385e-6 -wrong_N 8.021529785945477e-6 -wrongdoer_N 4.0107648929727385e-6 -wrongdoing_N 7.620453296648204e-5 -wrongness_N 4.0107648929727385e-6 -wrymouth_N 4.0107648929727385e-6 -wryneck_N 4.0107648929727385e-6 -wt_N 4.0107648929727385e-6 -wulfenite_N 4.0107648929727385e-6 -wurtzite_N 4.0107648929727385e-6 -wyvern_N 4.0107648929727385e-6 -x_ray_N 4.0107648929727385e-6 -xanthate_N 4.0107648929727385e-6 -xanthelasma_N 4.0107648929727385e-6 -xanthine_N 4.0107648929727385e-6 -xanthoma_N 4.0107648929727385e-6 -xanthomatosis_N 4.0107648929727385e-6 -xanthomonad_N 4.0107648929727385e-6 -xanthophyll_N 4.0107648929727385e-6 -xanthopsia_N 4.0107648929727385e-6 -xanthosis_N 4.0107648929727385e-6 -xenolith_N 4.0107648929727385e-6 -xenon_N 4.0107648929727385e-6 -xenophobia_N 4.0107648929727385e-6 -xenotime_N 4.0107648929727385e-6 -xenotransplant_N 4.0107648929727385e-6 -xeranthemum_N 4.0107648929727385e-6 -xeroderma_N 4.0107648929727385e-6 -xerography_N 4.0107648929727385e-6 -xerophthalmia_N 4.0107648929727385e-6 -xeroradiography_N 4.0107648929727385e-6 -xerostomia_N 4.0107648929727385e-6 -xerox_N 4.0107648929727385e-6 -xi_N 4.0107648929727385e-6 -xmas_N 4.0107648929727385e-6 -xylem_N 4.0107648929727385e-6 -xylene_N 4.0107648929727385e-6 -xylophone_N 4.0107648929727385e-6 -xylophonist_N 4.0107648929727385e-6 -xylosma_N 4.0107648929727385e-6 -yacca_N 4.0107648929727385e-6 -yacht_N 2.0053824464863696e-5 -yacht_club_N 4.0107648929727385e-6 -yachting_N 8.021529785945477e-6 -yachtsman_N 4.0107648929727385e-6 -yagi_N 4.0107648929727385e-6 -yahoo_N 4.0107648929727385e-6 -yak_N 4.0107648929727385e-6 -yakuza_N 4.0107648929727385e-6 -yam_N 4.0107648929727385e-6 -yang_N 4.0107648929727385e-6 -yank_N 4.0107648929727385e-6 -yankee_N 8.021529785945477e-6 -yanker_N 4.0107648929727385e-6 -yap_N 4.0107648929727385e-6 -yard_N 6.818300318053656e-5 -yard_measure_N 4.0107648929727385e-6 -yardage_N 4.0107648929727385e-6 -yardarm_N 4.0107648929727385e-6 -yarder_N 4.0107648929727385e-6 -yardgrass_N 4.0107648929727385e-6 -yardie_N 4.0107648929727385e-6 -yardman_N 4.0107648929727385e-6 -yardmaster_N 4.0107648929727385e-6 -yardstick_N 1.2032294678918217e-5 -yarmulke_N 4.0107648929727385e-6 -yarn_N 8.021529785945477e-6 -yarrow_N 4.0107648929727385e-6 -yashmak_N 4.0107648929727385e-6 -yataghan_N 4.0107648929727385e-6 -yautia_N 4.0107648929727385e-6 -yaw_N 4.0107648929727385e-6 -yawl_N 4.0107648929727385e-6 -yawn_N 4.0107648929727385e-6 -yawner_N 4.0107648929727385e-6 -yaws_N 4.0107648929727385e-6 -yea_N 4.0107648929727385e-6 -year_N 1.6821147961127665e-2 -yearbook_N 1.2032294678918217e-5 -yearling_N 8.021529785945477e-6 -yearning_N 8.021529785945477e-6 -yeast_N 4.010764892972739e-5 -yell_N 4.0107648929727385e-6 -yelling_N 4.0107648929727385e-6 -yellow_N 1.2032294678918217e-5 -yellow_flag_N 4.0107648929727385e-6 -yellowcake_N 4.0107648929727385e-6 -yellowfin_N 4.0107648929727385e-6 -yellowhammer_N 4.0107648929727385e-6 -yellowlegs_N 4.0107648929727385e-6 -yellowness_N 4.0107648929727385e-6 -yellowtail_N 4.0107648929727385e-6 -yellowthroat_N 4.0107648929727385e-6 -yellowwood_N 4.0107648929727385e-6 -yemeni_N 4.0107648929727385e-6 -yen_N 1.5882628976172045e-3 -yenta_N 4.0107648929727385e-6 -yeoman_N 4.0107648929727385e-6 -yeomanry_N 4.0107648929727385e-6 -yeshiva_N 4.0107648929727385e-6 -yesterday_N 3.3409671558462914e-3 -yeti_N 4.0107648929727385e-6 -yew_N 4.0107648929727385e-6 -yew_tree_N 4.0107648929727385e-6 -yha_N 4.0107648929727385e-6 -yiddish_N 4.0107648929727385e-6 -yield_N 1.1791648785339853e-3 -yin_N 4.0107648929727385e-6 -yip_N 4.0107648929727385e-6 -yips_N 4.0107648929727385e-6 -ylem_N 4.0107648929727385e-6 -ymca_N 4.0107648929727385e-6 -yo_yo_N 4.0107648929727385e-6 -yob_N 4.0107648929727385e-6 -yobibit_N 4.0107648929727385e-6 -yobo_N 4.0107648929727385e-6 -yodel_N 4.0107648929727385e-6 -yodeling_N 4.0107648929727385e-6 -yodeller_N 4.0107648929727385e-6 -yodh_N 4.0107648929727385e-6 -yoga_N 8.021529785945477e-6 -yoghourt_N 4.0107648929727385e-6 -yogi_N 4.0107648929727385e-6 -yoke_N 4.0107648929727385e-6 -yokel_N 4.0107648929727385e-6 -yolk_N 4.0107648929727385e-6 -yore_N 4.0107648929727385e-6 -yottabit_N 4.0107648929727385e-6 -yottabyte_N 4.0107648929727385e-6 -young_N 8.021529785945477e-6 -youngness_N 4.0107648929727385e-6 -youngster_N 2.8075354250809173e-5 -youth_N 1.1230141700323669e-4 -youthfulness_N 4.0107648929727385e-6 -yr_N 4.0107648929727385e-6 -ytterbium_N 4.0107648929727385e-6 -yttrium_N 4.0107648929727385e-6 -yuan_N 4.0107648929727385e-6 -yucca_N 4.0107648929727385e-6 -yugoslav_N 4.0107648929727385e-6 -yugoslavian_N 4.0107648929727385e-6 -yule_N 4.0107648929727385e-6 -yule_log_N 4.0107648929727385e-6 -yuletide_N 4.0107648929727385e-6 -yuppie_N 4.0107648929727385e-6 -yurt_N 4.0107648929727385e-6 -ywca_N 4.0107648929727385e-6 -zabaglione_N 4.0107648929727385e-6 -zaire_N 4.0107648929727385e-6 -zairean_N 4.0107648929727385e-6 -zakat_N 4.0107648929727385e-6 -zambian_N 4.0107648929727385e-6 -zamia_N 4.0107648929727385e-6 -zany_N 4.0107648929727385e-6 -zap_N 4.0107648929727385e-6 -zapper_N 4.0107648929727385e-6 -zarf_N 4.0107648929727385e-6 -zayin_N 4.0107648929727385e-6 -zeal_N 4.0107648929727385e-6 -zealander_N 4.0107648929727385e-6 -zealotFem_N 4.0107648929727385e-6 -zealotMasc_N 4.0107648929727385e-6 -zealotry_N 4.0107648929727385e-6 -zeaxanthin_N 4.0107648929727385e-6 -zebibit_N 4.0107648929727385e-6 -zebra_N 4.0107648929727385e-6 -zebrawood_N 4.0107648929727385e-6 -zebu_N 4.0107648929727385e-6 -zee_N 4.0107648929727385e-6 -zen_N 4.0107648929727385e-6 -zenith_N 8.021529785945477e-6 -zeolite_N 4.0107648929727385e-6 -zephyr_N 4.0107648929727385e-6 -zeppelin_N 4.0107648929727385e-6 -zero_N 4.812917871567287e-5 -zest_N 4.0107648929727385e-6 -zeta_N 4.0107648929727385e-6 -zettabit_N 4.0107648929727385e-6 -zettabyte_N 4.0107648929727385e-6 -zeugma_N 4.0107648929727385e-6 -zidovudine_N 4.0107648929727385e-6 -ziggurat_N 4.0107648929727385e-6 -zigzag_N 8.021529785945477e-6 -zill_N 4.0107648929727385e-6 -zimbabwean_N 4.0107648929727385e-6 -zinc_N 2.4064589357836434e-5 -zinfandel_N 4.0107648929727385e-6 -zing_N 4.0107648929727385e-6 -zinger_N 4.0107648929727385e-6 -zinkenite_N 4.0107648929727385e-6 -zinnia_N 4.0107648929727385e-6 -zinnwaldite_N 4.0107648929727385e-6 -zion_N 4.0107648929727385e-6 -zionism_N 4.0107648929727385e-6 -zionist_N 4.0107648929727385e-6 -zip_N 8.021529785945477e-6 -zip_code_N 8.021529785945477e-6 -zip_fastener_N 4.0107648929727385e-6 -zipper_N 4.0107648929727385e-6 -zircon_N 4.0107648929727385e-6 -zirconium_N 4.0107648929727385e-6 -zither_N 4.0107648929727385e-6 -ziti_N 4.0107648929727385e-6 -zizz_N 4.0107648929727385e-6 -zloty_N 8.021529785945477e-6 -zoanthropy_N 4.0107648929727385e-6 -zodiac_N 4.0107648929727385e-6 -zombie_N 1.6043059571890954e-5 -zone_N 5.2139943608645604e-5 -zoning_N 1.6043059571890954e-5 -zonule_N 4.0107648929727385e-6 -zoo_N 1.2032294678918217e-5 -zooid_N 4.0107648929727385e-6 -zoolatry_N 4.0107648929727385e-6 -zoologist_N 4.0107648929727385e-6 -zoology_N 8.021529785945477e-6 -zoom_N 4.0107648929727385e-6 -zoomastigote_N 4.0107648929727385e-6 -zoomorphism_N 4.0107648929727385e-6 -zoonosis_N 4.0107648929727385e-6 -zoophilia_N 4.0107648929727385e-6 -zoophobia_N 4.0107648929727385e-6 -zoophyte_N 4.0107648929727385e-6 -zooplankton_N 4.0107648929727385e-6 -zoopsia_N 4.0107648929727385e-6 -zoospore_N 4.0107648929727385e-6 -zoot_suit_N 4.0107648929727385e-6 -zoril_N 4.0107648929727385e-6 -zoysia_N 4.0107648929727385e-6 -zucchini_N 4.0107648929727385e-6 -zwieback_N 4.0107648929727385e-6 -zydeco_N 4.0107648929727385e-6 -zygoma_N 4.0107648929727385e-6 -zygospore_N 4.0107648929727385e-6 -zygote_N 4.0107648929727385e-6 -zygotene_N 4.0107648929727385e-6 -zymase_N 4.0107648929727385e-6 -zymology_N 4.0107648929727385e-6 -zymosis_N 4.0107648929727385e-6 -ComplN3 1.584786053882726e-3 -Use2N3 1.584786053882726e-3 -Use3N3 1.584786053882726e-3 -idea_of_N2 4.120443740095087e-2 -list_of_N2 1.584786053882726e-3 -part_of_N2 0.9524564183835182 -AdvNP 0.1037148481343882 -ApposNP 1.4840287799236494e-2 -CNNumNP 1.2963929571746822e-4 -ConjNP 3.401666888418094e-2 -CountNP 4.718188052033119e-3 -DetCN 0.47336424207068073 -DetNP 2.2581118377734792e-2 -ExtAdvNP 3.4115604136175844e-6 -MassNP 9.936852016743938e-2 -NomVPNP_none 3.4115604136175844e-6 -PredetNP 1.470382538269179e-3 -RelNP 2.4416537880261054e-2 -UsePN 0.14813336471968913 -UsePron 7.054424623278441e-2 -anybody_NP 9.893525199490995e-5 -anyone_NP 2.4563234978046606e-4 -anything_NP 3.991525683932574e-4 -everybody_NP 1.2963929571746822e-4 -everyone_NP 2.3880922895323092e-4 -everything_NP 2.3880922895323092e-4 -nobody_NP 1.2622773530385063e-4 -nothing_NP 3.6162540384346395e-4 -somebody_NP 8.87005707540572e-5 -someone_NP 2.5245547060770125e-4 -something_NP 5.151456224562552e-4 -NumCard 6.581379654352865e-2 -NumPl 0.32430973269563684 -NumSg 0.6069833631642264 -few_Num 9.389395851060708e-5 -several_Num 2.7992136380974738e-3 -num 1.0 -OrdDigits 3.5335689045936395e-3 -OrdNumeral 9.540636042402827e-2 -OrdSuperl 0.901060070671378 -NoPConj 0.977363244737056 -PConjConj 1.2354710233276436e-2 -but_PConj 1.0017881817442901e-2 -so_PConj 2.641632122246606e-4 -SymbPN 0.8137139658550238 -aachen_PN 1.8658456945610598e-5 -aarhus_PN 1.8658456945610598e-5 -abe_PN 1.8658456945610598e-5 -abercarn_PN 1.8658456945610598e-5 -aberdare_PN 1.8658456945610598e-5 -aberdeen_PN 1.8658456945610598e-5 -abergavenny_PN 1.8658456945610598e-5 -abergele_PN 1.8658456945610598e-5 -abertillery_PN 1.8658456945610598e-5 -aberystwyth_PN 1.8658456945610598e-5 -abingdon_PN 1.8658456945610598e-5 -abraham_PN 1.8658456945610598e-5 -accra_PN 1.8658456945610598e-5 -accrington_PN 1.8658456945610598e-5 -achilles_PN 1.8658456945610598e-5 -ad_PN 1.8658456945610598e-5 -ada_PN 1.8658456945610598e-5 -adam_PN 1.8658456945610598e-5 -addis_ababa_PN 1.8658456945610598e-5 -adelaide_PN 1.8658456945610598e-5 -adrian_PN 1.8658456945610598e-5 -afghanistan_PN 1.8658456945610598e-5 -africa_PN 1.8658456945610598e-5 -agatha_PN 1.8658456945610598e-5 -aggie_PN 1.8658456945610598e-5 -agnes_PN 1.8658456945610598e-5 -agra_PN 1.8658456945610598e-5 -ahmedabad_PN 1.8658456945610598e-5 -airdrie_PN 1.8658456945610598e-5 -aireborough_PN 1.8658456945610598e-5 -akron_PN 1.8658456945610598e-5 -al_PN 1.8658456945610598e-5 -alabama_PN 9.329228472805298e-5 -alan_PN 1.8658456945610598e-5 -alaska_PN 3.7316913891221194e-4 -albania_PN 5.5975370836831795e-5 -albert_PN 1.8658456945610598e-5 -alberta_PN 1.8658456945610598e-5 -aldershot_PN 1.8658456945610598e-5 -aleppo_PN 1.8658456945610598e-5 -alessandria_PN 1.8658456945610598e-5 -alex_PN 1.8658456945610598e-5 -alexander_PN 1.8658456945610598e-5 -alexandra_PN 1.8658456945610598e-5 -alexandria_PN 1.8658456945610598e-5 -alf_PN 1.8658456945610598e-5 -alfred_PN 1.8658456945610598e-5 -alfreton_PN 1.8658456945610598e-5 -alger_PN 1.8658456945610598e-5 -algeria_PN 1.8658456945610598e-5 -ali_PN 1.8658456945610598e-5 -alicante_PN 1.8658456945610598e-5 -alice_PN 1.8658456945610598e-5 -alison_PN 1.8658456945610598e-5 -allah_PN 1.8658456945610598e-5 -allahabad_PN 1.8658456945610598e-5 -allan_PN 1.8658456945610598e-5 -allen_PN 1.8658456945610598e-5 -alloa_PN 1.8658456945610598e-5 -alma_ata_PN 1.8658456945610598e-5 -almeria_PN 1.8658456945610598e-5 -alnwick_PN 1.8658456945610598e-5 -alton_PN 1.8658456945610598e-5 -altrincham_PN 1.8658456945610598e-5 -alvechurch_PN 1.8658456945610598e-5 -amanda_PN 1.8658456945610598e-5 -america_PN 2.052430264017166e-3 -amesbury_PN 1.8658456945610598e-5 -amiens_PN 1.8658456945610598e-5 -ammanford_PN 1.8658456945610598e-5 -amsterdam_PN 2.612183972385484e-4 -amy_PN 1.8658456945610598e-5 -ancona_PN 1.8658456945610598e-5 -andorra_PN 1.8658456945610598e-5 -andover_PN 1.8658456945610598e-5 -andrew_PN 1.8658456945610598e-5 -andy_PN 1.8658456945610598e-5 -angela_PN 1.8658456945610598e-5 -angers_PN 1.8658456945610598e-5 -angie_PN 1.8658456945610598e-5 -angola_PN 1.8658456945610598e-5 -anguilla_PN 1.8658456945610598e-5 -angus_PN 1.8658456945610598e-5 -anita_PN 1.8658456945610598e-5 -ankara_PN 1.8658456945610598e-5 -ann_PN 1.8658456945610598e-5 -annabel_PN 1.8658456945610598e-5 -annan_PN 1.8658456945610598e-5 -anne_PN 1.8658456945610598e-5 -annfield_PN 1.8658456945610598e-5 -annfield_plain_PN 1.8658456945610598e-5 -annie_PN 1.8658456945610598e-5 -anon_PN 1.8658456945610598e-5 -anshan_PN 1.8658456945610598e-5 -anthea_PN 1.8658456945610598e-5 -anthony_PN 1.8658456945610598e-5 -antigua_PN 1.8658456945610598e-5 -antony_PN 1.8658456945610598e-5 -antrim_PN 1.8658456945610598e-5 -antwerp_PN 1.8658456945610598e-5 -apeldoorn_PN 1.8658456945610598e-5 -approx_PN 1.8658456945610598e-5 -apr_PN 1.8658456945610598e-5 -april_PN 1.063532045899804e-3 -aquarius_PN 1.8658456945610598e-5 -arbroath_PN 1.8658456945610598e-5 -ardrossan_PN 1.8658456945610598e-5 -argentina_PN 2.052430264017166e-4 -argentine_PN 1.8658456945610598e-5 -aries_PN 1.8658456945610598e-5 -arizona_PN 6.157290792051497e-4 -arkansas_PN 1.8658456945610597e-4 -armadale_PN 1.8658456945610598e-5 -armageddon_PN 1.8658456945610598e-5 -armagh_PN 1.8658456945610598e-5 -arnhem_PN 1.8658456945610598e-5 -arnold_PN 1.8658456945610598e-5 -arr_PN 1.8658456945610598e-5 -art_PN 1.8658456945610598e-5 -arthur_PN 1.8658456945610598e-5 -artie_PN 1.8658456945610598e-5 -asap_PN 1.8658456945610598e-5 -ascot_PN 1.8658456945610598e-5 -ashbourne_PN 1.8658456945610598e-5 -ashby_PN 1.8658456945610598e-5 -ashby_de_la_zouch_PN 1.8658456945610598e-5 -ashby_woulds_PN 1.8658456945610598e-5 -ashford_PN 1.8658456945610598e-5 -ashington_PN 1.8658456945610598e-5 -ashton_in_makerfield_PN 1.8658456945610598e-5 -ashton_under_lyne_PN 1.8658456945610598e-5 -askern_PN 1.8658456945610598e-5 -aspull_PN 1.8658456945610598e-5 -aston_PN 1.8658456945610598e-5 -athens_PN 5.5975370836831795e-5 -atherstone_PN 1.8658456945610598e-5 -athlone_PN 1.8658456945610598e-5 -atlanta_PN 1.8658456945610598e-5 -atlantic_PN 1.8658456945610598e-5 -auckland_PN 1.8658456945610598e-5 -audley_PN 1.8658456945610598e-5 -audrey_PN 1.8658456945610598e-5 -aug_PN 1.8658456945610598e-5 -augsburg_PN 1.8658456945610598e-5 -august_PN 4.589980408620207e-3 -australia_PN 7.276798208788133e-4 -austria_PN 7.463382778244239e-5 -ave_PN 1.8658456945610598e-5 -aveley_PN 1.8658456945610598e-5 -avignon_PN 1.8658456945610598e-5 -avon_PN 1.8658456945610598e-5 -awol_PN 1.8658456945610598e-5 -aycliffe_PN 1.8658456945610598e-5 -aylesbury_PN 1.8658456945610598e-5 -aylesford_PN 1.8658456945610598e-5 -ayr_PN 1.8658456945610598e-5 -babs_PN 1.8658456945610598e-5 -backworth_PN 1.8658456945610598e-5 -bacup_PN 1.8658456945610598e-5 -badajoz_PN 1.8658456945610598e-5 -badalona_PN 1.8658456945610598e-5 -baghdad_PN 1.8658456945610598e-5 -bahamas_PN 1.8658456945610598e-5 -bahrain_PN 1.8658456945610598e-5 -bailey_PN 1.8658456945610598e-5 -baku_PN 1.8658456945610598e-5 -baldock_PN 1.8658456945610598e-5 -baltimore_PN 1.8658456945610598e-5 -banbury_PN 1.8658456945610598e-5 -bandung_PN 1.8658456945610598e-5 -bangalore_PN 1.8658456945610598e-5 -bangkok_PN 1.1195074167366359e-4 -bangladesh_PN 1.8658456945610598e-5 -bangor_PN 1.8658456945610598e-5 -bannockburn_PN 1.8658456945610598e-5 -bantry_PN 1.8658456945610598e-5 -baracaldo_PN 1.8658456945610598e-5 -barbados_PN 1.8658456945610598e-5 -barbara_PN 1.8658456945610598e-5 -barcelona_PN 3.7316913891221197e-5 -bargoed_PN 1.8658456945610598e-5 -bari_PN 1.8658456945610598e-5 -barking_PN 1.8658456945610598e-5 -barnard_castle_PN 1.8658456945610598e-5 -barnet_PN 1.8658456945610598e-5 -barnoldswick_PN 1.8658456945610598e-5 -barnsley_PN 1.8658456945610598e-5 -barnstaple_PN 1.8658456945610598e-5 -barranquilla_PN 1.8658456945610598e-5 -barrhead_PN 1.8658456945610598e-5 -barrow_in_furness_PN 1.8658456945610598e-5 -barry_PN 1.8658456945610598e-5 -bart_PN 1.8658456945610598e-5 -bartholomew_PN 1.8658456945610598e-5 -barton_upon_humber_PN 1.8658456945610598e-5 -basel_PN 1.8658456945610598e-5 -basil_PN 1.8658456945610598e-5 -basildon_PN 1.8658456945610598e-5 -basingstoke_PN 1.8658456945610598e-5 -bath_PN 1.8658456945610598e-5 -bathgate_PN 1.8658456945610598e-5 -batley_PN 1.8658456945610598e-5 -bbc_PN 1.8658456945610598e-5 -beaconsfield_PN 1.8658456945610598e-5 -bearsden_PN 1.8658456945610598e-5 -beatrice_PN 1.8658456945610598e-5 -beaumaris_PN 1.8658456945610598e-5 -bebington_PN 1.8658456945610598e-5 -beccles_PN 1.8658456945610598e-5 -beddau_PN 1.8658456945610598e-5 -bedford_PN 1.8658456945610598e-5 -bedfordshire_PN 1.8658456945610598e-5 -bedlington_PN 1.8658456945610598e-5 -bedwas_PN 1.8658456945610598e-5 -beirut_PN 1.1195074167366359e-4 -beith_PN 1.8658456945610598e-5 -belem_PN 1.8658456945610598e-5 -belfast_PN 1.8658456945610598e-5 -belgium_PN 2.052430264017166e-4 -belgrade_PN 1.8658456945610598e-5 -belinda_PN 1.8658456945610598e-5 -bella_PN 1.8658456945610598e-5 -belle_PN 1.8658456945610598e-5 -bellshill_PN 1.8658456945610598e-5 -belo_horizonte_PN 1.8658456945610598e-5 -belper_PN 1.8658456945610598e-5 -ben_PN 1.8658456945610598e-5 -benin_PN 1.8658456945610598e-5 -benjamin_PN 1.8658456945610598e-5 -benny_PN 1.8658456945610598e-5 -beograd_PN 1.8658456945610598e-5 -bergamo_PN 1.8658456945610598e-5 -bergen_PN 1.8658456945610598e-5 -berkhamsted_PN 1.8658456945610598e-5 -berkshire_PN 1.8658456945610598e-5 -berlin_PN 1.8658456945610598e-5 -bermuda_PN 1.8658456945610598e-5 -bern_PN 1.8658456945610598e-5 -bernard_PN 1.8658456945610598e-5 -bernie_PN 1.8658456945610598e-5 -bert_PN 1.8658456945610598e-5 -bertha_PN 1.8658456945610598e-5 -bertie_PN 1.8658456945610598e-5 -berwick_upon_tweed_PN 1.8658456945610598e-5 -beryl_PN 1.8658456945610598e-5 -bess_PN 1.8658456945610598e-5 -bessie_PN 1.8658456945610598e-5 -bethune_PN 1.8658456945610598e-5 -betsy_PN 1.8658456945610598e-5 -betty_PN 1.8658456945610598e-5 -beverley_PN 1.8658456945610598e-5 -bewdley_PN 1.8658456945610598e-5 -bexhill_PN 1.8658456945610598e-5 -bexley_PN 1.8658456945610598e-5 -bhutan_PN 1.8658456945610598e-5 -bicester_PN 1.8658456945610598e-5 -biddulph_PN 1.8658456945610598e-5 -bideford_PN 1.8658456945610598e-5 -bielefeld_PN 1.8658456945610598e-5 -biggleswade_PN 1.8658456945610598e-5 -bilbao_PN 1.8658456945610598e-5 -bill_PN 1.8658456945610598e-5 -billericay_PN 1.8658456945610598e-5 -billington_PN 1.8658456945610598e-5 -billy_PN 1.8658456945610598e-5 -bingley_PN 1.8658456945610598e-5 -birkenhead_PN 1.8658456945610598e-5 -birstall_PN 1.8658456945610598e-5 -birtley_PN 1.8658456945610598e-5 -bishop's_cleeve_PN 1.8658456945610598e-5 -bishop's_stortford_PN 1.8658456945610598e-5 -bishop_auckland_PN 1.8658456945610598e-5 -bishopbriggs_PN 1.8658456945610598e-5 -blackburn_PN 1.8658456945610598e-5 -blackhall_PN 1.8658456945610598e-5 -blackpool_PN 1.8658456945610598e-5 -blackwood_PN 1.8658456945610598e-5 -blaenau_ffestiniog_PN 1.8658456945610598e-5 -blaenavon_PN 1.8658456945610598e-5 -blaengwrach_PN 1.8658456945610598e-5 -blaina_PN 1.8658456945610598e-5 -blairgowrie_PN 1.8658456945610598e-5 -blantyre_PN 1.8658456945610598e-5 -bldg_PN 1.8658456945610598e-5 -bldgs_PN 1.8658456945610598e-5 -bletchley_PN 1.8658456945610598e-5 -blidworth_PN 1.8658456945610598e-5 -blyth_PN 1.8658456945610598e-5 -bo'ness_PN 1.8658456945610598e-5 -bob_PN 1.8658456945610598e-5 -bobby_PN 1.8658456945610598e-5 -bochum_PN 1.8658456945610598e-5 -bodmin_PN 1.8658456945610598e-5 -bognor_PN 1.8658456945610598e-5 -bognor_regis_PN 1.8658456945610598e-5 -bogota_PN 1.8658456945610598e-5 -boldon_PN 1.8658456945610598e-5 -bolivia_PN 7.463382778244239e-5 -bollington_PN 1.8658456945610598e-5 -bologna_PN 1.8658456945610598e-5 -bolsover_PN 1.8658456945610598e-5 -bolton_PN 1.8658456945610598e-5 -bolton_le_sands_PN 1.8658456945610598e-5 -bolzano_PN 1.8658456945610598e-5 -bombay_PN 1.8658456945610598e-5 -bonn_PN 1.8658456945610597e-4 -bonnybridge_PN 1.8658456945610598e-5 -bonnyrigg_PN 1.8658456945610598e-5 -bootle_PN 1.8658456945610598e-5 -bordeaux_PN 1.8658456945610598e-5 -borders_PN 1.8658456945610598e-5 -bordon_PN 1.8658456945610598e-5 -boris_PN 1.8658456945610598e-5 -boston_PN 8.023136486612557e-4 -botswana_PN 1.8658456945610598e-5 -bottrop_PN 1.8658456945610598e-5 -bourne_PN 1.8658456945610598e-5 -bournemouth_PN 1.8658456945610598e-5 -bowburn_PN 1.8658456945610598e-5 -boxing_day_PN 1.8658456945610598e-5 -bracknell_PN 1.8658456945610598e-5 -bradford_PN 1.8658456945610598e-5 -bradford_on_avon_PN 1.8658456945610598e-5 -braintree_PN 1.8658456945610598e-5 -branderburgh_PN 1.8658456945610598e-5 -brasilia_PN 1.8658456945610598e-5 -bratislava_PN 1.8658456945610598e-5 -braunschweig_PN 1.8658456945610598e-5 -braunton_PN 1.8658456945610598e-5 -brazil_PN 7.090213639332027e-4 -breaston_PN 1.8658456945610598e-5 -brecknock_PN 1.8658456945610598e-5 -breda_PN 1.8658456945610598e-5 -breedsall_PN 1.8658456945610598e-5 -bremen_PN 3.7316913891221197e-5 -bremerhaven_PN 1.8658456945610598e-5 -brenda_PN 1.8658456945610598e-5 -brent_PN 1.8658456945610598e-5 -brentwood_PN 1.8658456945610598e-5 -brescia_PN 1.8658456945610598e-5 -brest_PN 1.8658456945610598e-5 -brian_PN 1.8658456945610598e-5 -bricket_wood_PN 1.8658456945610598e-5 -bridgend_PN 1.8658456945610598e-5 -bridget_PN 1.8658456945610598e-5 -bridgnorth_PN 1.8658456945610598e-5 -bridgwater_PN 1.8658456945610598e-5 -bridlington_PN 1.8658456945610598e-5 -bridport_PN 1.8658456945610598e-5 -brig_PN 1.8658456945610598e-5 -brighouse_PN 1.8658456945610598e-5 -brightlingsea_PN 1.8658456945610598e-5 -brighton_PN 1.8658456945610598e-5 -brisbane_PN 1.8658456945610598e-5 -bristol_PN 1.8658456945610598e-5 -britain_PN 2.742793171004758e-3 -brixham_PN 1.8658456945610598e-5 -brno_PN 1.8658456945610598e-5 -bromley_PN 1.8658456945610598e-5 -bromsgrove_PN 1.8658456945610598e-5 -bros_PN 1.8658456945610598e-5 -broughton_PN 1.8658456945610598e-5 -broxburn_PN 1.8658456945610598e-5 -bruce_PN 1.8658456945610598e-5 -bruges_PN 1.8658456945610598e-5 -brunei_PN 5.5975370836831795e-5 -brunswick_PN 1.8658456945610598e-5 -brussels_PN 3.918275958578226e-4 -bryan_PN 1.8658456945610598e-5 -bst_PN 1.8658456945610598e-5 -bt_PN 1.8658456945610598e-5 -bucarest_PN 1.8658456945610598e-5 -buckhaven_PN 1.8658456945610598e-5 -buckie_PN 1.8658456945610598e-5 -buckingham_PN 1.8658456945610598e-5 -buckinghamshire_PN 1.8658456945610598e-5 -buckley_PN 1.8658456945610598e-5 -bucksburn_PN 1.8658456945610598e-5 -budapest_PN 1.8658456945610598e-5 -buenos_aires_PN 1.8658456945610598e-5 -buffalo_PN 1.8658456945610598e-5 -bulgaria_PN 1.1195074167366359e-4 -bulkington_PN 1.8658456945610598e-5 -burgess_PN 1.8658456945610598e-5 -burgos_PN 1.8658456945610598e-5 -burley_PN 1.8658456945610598e-5 -burma_PN 1.8658456945610598e-5 -burnham_on_sea_PN 1.8658456945610598e-5 -burnley_PN 1.8658456945610598e-5 -burntisland_PN 1.8658456945610598e-5 -burntwood_PN 1.8658456945610598e-5 -burry_port_PN 1.8658456945610598e-5 -burscough_PN 1.8658456945610598e-5 -burton_upon_trent_PN 1.8658456945610598e-5 -burundi_PN 1.8658456945610598e-5 -bury_PN 1.8658456945610598e-5 -bury_st__edmunds_PN 1.8658456945610598e-5 -buxton_PN 1.8658456945610598e-5 -c_in_c_PN 1.8658456945610598e-5 -cadiz_PN 1.8658456945610598e-5 -caen_PN 1.8658456945610598e-5 -caerleon_PN 1.8658456945610598e-5 -caernarfon_PN 1.8658456945610598e-5 -caerphilly_PN 1.8658456945610598e-5 -cagliari_PN 1.8658456945610598e-5 -cairo_PN 1.8658456945610598e-5 -calcutta_PN 1.8658456945610598e-5 -caldicot_PN 1.8658456945610598e-5 -cali_PN 1.8658456945610598e-5 -california_PN 2.7801100848959793e-3 -calne_PN 1.8658456945610598e-5 -calor_PN 1.8658456945610598e-5 -calverton_PN 1.8658456945610598e-5 -cambodia_PN 2.2390148334732718e-4 -cambourne_PN 1.8658456945610598e-5 -cambridge_PN 1.8658456945610598e-5 -cambridgeshire_PN 1.8658456945610598e-5 -cambuslang_PN 1.8658456945610598e-5 -camden_PN 1.8658456945610598e-5 -cameroon_PN 1.8658456945610598e-5 -campbeltown_PN 1.8658456945610598e-5 -canada_PN 2.4629163168205987e-3 -canberra_PN 1.8658456945610598e-5 -cancer_PN 1.8658456945610598e-5 -cannes_PN 1.8658456945610598e-5 -cannock_PN 1.8658456945610598e-5 -cantab_PN 1.8658456945610598e-5 -canterbury_PN 1.8658456945610598e-5 -canton_PN 1.8658456945610598e-5 -canvey_PN 1.8658456945610598e-5 -canvey_island_PN 1.8658456945610598e-5 -cape_town_PN 1.8658456945610598e-5 -capricorn_PN 1.8658456945610598e-5 -capt_PN 1.8658456945610598e-5 -caracas_PN 1.8658456945610598e-5 -cardenden_PN 1.8658456945610598e-5 -cardiff_PN 1.8658456945610598e-5 -cardigan_PN 1.8658456945610598e-5 -carl_PN 1.8658456945610598e-5 -carlisle_PN 1.8658456945610598e-5 -carlow_PN 1.8658456945610598e-5 -carluke_PN 1.8658456945610598e-5 -carmarthen_PN 1.8658456945610598e-5 -carnforth_PN 1.8658456945610598e-5 -carnoustie_PN 1.8658456945610598e-5 -carol_PN 1.8658456945610598e-5 -carole_PN 1.8658456945610598e-5 -carolina_PN 1.8658456945610598e-5 -caroline_PN 1.8658456945610598e-5 -carolyn_PN 1.8658456945610598e-5 -carrie_PN 1.8658456945610598e-5 -carron_PN 1.8658456945610598e-5 -cartagena_PN 1.8658456945610598e-5 -casablanca_PN 1.8658456945610598e-5 -castleford_PN 1.8658456945610598e-5 -catania_PN 1.8658456945610598e-5 -cath_PN 1.8658456945610598e-5 -catherine_PN 1.8658456945610598e-5 -cathy_PN 1.8658456945610598e-5 -cavan_PN 1.8658456945610598e-5 -cdr_PN 1.8658456945610598e-5 -cdre_PN 1.8658456945610598e-5 -cecil_PN 1.8658456945610598e-5 -cecilia_PN 1.8658456945610598e-5 -cecily_PN 1.8658456945610598e-5 -cedric_PN 1.8658456945610598e-5 -cefn_mawr_PN 1.8658456945610598e-5 -celia_PN 1.8658456945610598e-5 -ceylon_PN 1.8658456945610598e-5 -cf_PN 1.8658456945610598e-5 -chad_PN 1.8658456945610598e-5 -chalfont_PN 1.8658456945610598e-5 -chalfont_st_giles_PN 1.8658456945610598e-5 -chalfont_st_peter_PN 1.8658456945610598e-5 -changchun_PN 1.8658456945610598e-5 -changsha_PN 1.8658456945610598e-5 -chard_PN 1.8658456945610598e-5 -charles_PN 1.8658456945610598e-5 -charlie_PN 1.8658456945610598e-5 -charlotte_PN 1.8658456945610598e-5 -charybdis_PN 1.8658456945610598e-5 -chas_PN 1.8658456945610598e-5 -chatham_PN 1.8658456945610598e-5 -cheadle_PN 1.8658456945610598e-5 -chelmsford_PN 1.8658456945610598e-5 -chelsea_PN 1.8658456945610598e-5 -cheltenham_PN 1.8658456945610598e-5 -chelyabinsk_PN 1.8658456945610598e-5 -chengchow_PN 1.8658456945610598e-5 -chengtu_PN 1.8658456945610598e-5 -chepstow_PN 1.8658456945610598e-5 -chesham_PN 1.8658456945610598e-5 -cheshire_PN 1.8658456945610598e-5 -chester_PN 1.8658456945610598e-5 -chester_le_street_PN 1.8658456945610598e-5 -chesterfield_PN 1.8658456945610598e-5 -chicago_PN 2.239014833473272e-3 -chichester_PN 1.8658456945610598e-5 -chile_PN 1.4926765556488479e-4 -china_PN 3.1346207668625807e-3 -chinchow_PN 1.8658456945610598e-5 -chippenham_PN 1.8658456945610598e-5 -chloe_PN 1.8658456945610598e-5 -chopwell_PN 1.8658456945610598e-5 -chorley_PN 1.8658456945610598e-5 -chris_PN 1.8658456945610598e-5 -chrissie_PN 1.8658456945610598e-5 -chrissy_PN 1.8658456945610598e-5 -christ_PN 1.8658456945610598e-5 -christchurch_PN 1.8658456945610598e-5 -christian_PN 1.8658456945610598e-5 -christina_PN 1.8658456945610598e-5 -christine_PN 1.8658456945610598e-5 -christmas_PN 1.8658456945610598e-5 -christopher_PN 1.8658456945610598e-5 -chungking_PN 1.8658456945610598e-5 -cif_PN 1.8658456945610598e-5 -cincinnati_PN 1.8658456945610598e-5 -cinderford_PN 1.8658456945610598e-5 -cirencester_PN 1.8658456945610598e-5 -civvy_street_PN 1.8658456945610598e-5 -clackmannon_PN 1.8658456945610598e-5 -clacton_PN 1.8658456945610598e-5 -clare_PN 1.8658456945610598e-5 -clarkston_PN 1.8658456945610598e-5 -clarrie_PN 1.8658456945610598e-5 -claud_PN 1.8658456945610598e-5 -claude_PN 1.8658456945610598e-5 -clay_cross_PN 1.8658456945610598e-5 -cleator_moor_PN 1.8658456945610598e-5 -cleethorpes_PN 1.8658456945610598e-5 -clem_PN 1.8658456945610598e-5 -clement_PN 1.8658456945610598e-5 -clermont_ferrand_PN 1.8658456945610598e-5 -clevedon_PN 1.8658456945610598e-5 -cleveland_PN 1.8658456945610598e-5 -cliff_PN 1.8658456945610598e-5 -clifford_PN 1.8658456945610598e-5 -clitheroe_PN 1.8658456945610598e-5 -clive_PN 1.8658456945610598e-5 -clowne_PN 1.8658456945610598e-5 -clwyd_PN 1.8658456945610598e-5 -clydach_PN 1.8658456945610598e-5 -clydebank_PN 1.8658456945610598e-5 -coalville_PN 1.8658456945610598e-5 -coatbridge_PN 1.8658456945610598e-5 -cobham_PN 1.8658456945610598e-5 -cockermouth_PN 1.8658456945610598e-5 -cod_PN 1.8658456945610598e-5 -codsall_PN 1.8658456945610598e-5 -coimbatore_PN 1.8658456945610598e-5 -col_PN 1.8658456945610598e-5 -colchester_PN 1.8658456945610598e-5 -coleshill_PN 1.8658456945610598e-5 -colin_PN 1.8658456945610598e-5 -coll_PN 1.8658456945610598e-5 -colne_PN 1.8658456945610598e-5 -cologne_PN 1.8658456945610598e-5 -colombia_PN 1.8658456945610598e-5 -colombo_PN 1.8658456945610598e-5 -colorado_PN 1.8658456945610598e-5 -columbia_PN 1.6606026681593431e-3 -columbus_PN 1.8658456945610598e-5 -colwyn_bay_PN 1.8658456945610598e-5 -congleton_PN 1.8658456945610598e-5 -congo_PN 1.8658456945610598e-5 -connah's_quay_PN 1.8658456945610598e-5 -connaught_PN 1.8658456945610598e-5 -connecticut_PN 3.7316913891221194e-4 -connie_PN 1.8658456945610598e-5 -cons_PN 1.8658456945610598e-5 -consett_PN 1.8658456945610598e-5 -constance_PN 1.8658456945610598e-5 -cont_PN 1.8658456945610598e-5 -conwy_PN 1.8658456945610598e-5 -cookham_PN 1.8658456945610598e-5 -copenhagen_PN 1.8658456945610598e-5 -coppull_PN 1.8658456945610598e-5 -corby_PN 1.8658456945610598e-5 -cordoba_PN 1.8658456945610598e-5 -cork_PN 1.8658456945610598e-5 -cornwall_PN 1.8658456945610598e-5 -corp_PN 1.8658456945610598e-5 -corsham_PN 1.8658456945610598e-5 -corunna_PN 1.8658456945610598e-5 -cosenza_PN 1.8658456945610598e-5 -costa_rica_PN 1.8658456945610598e-5 -coventry_PN 1.8658456945610598e-5 -cowdenbeath_PN 1.8658456945610598e-5 -cowes_PN 1.8658456945610598e-5 -cp_PN 1.8658456945610598e-5 -cpl_PN 1.8658456945610598e-5 -cramlington_PN 1.8658456945610598e-5 -crawley_PN 1.8658456945610598e-5 -cres_PN 1.8658456945610598e-5 -creswell_PN 1.8658456945610598e-5 -crewe_PN 1.8658456945610598e-5 -crieff_PN 1.8658456945610598e-5 -croesus_PN 1.8658456945610598e-5 -cromer_PN 1.8658456945610598e-5 -crook_PN 1.8658456945610598e-5 -crosby_PN 1.8658456945610598e-5 -crowborough_PN 1.8658456945610598e-5 -crowthorne_PN 1.8658456945610598e-5 -croydon_PN 1.8658456945610598e-5 -cuba_PN 3.3585222502099076e-4 -cudworth_PN 1.8658456945610598e-5 -cuffley_PN 1.8658456945610598e-5 -culcheth_PN 1.8658456945610598e-5 -cumberland_PN 1.8658456945610598e-5 -cumbernauld_PN 1.8658456945610598e-5 -cumbria_PN 1.8658456945610598e-5 -cumnock_PN 1.8658456945610598e-5 -cupar_PN 1.8658456945610598e-5 -cupid_PN 1.8658456945610598e-5 -curitiba_PN 1.8658456945610598e-5 -currie_PN 1.8658456945610598e-5 -cwmbran_PN 1.8658456945610598e-5 -cynthia_PN 1.8658456945610598e-5 -cyprus_PN 1.8658456945610598e-5 -cyril_PN 1.8658456945610598e-5 -czechoslovakia_PN 1.8658456945610598e-5 -d_day_PN 1.8658456945610598e-5 -dacca_PN 1.8658456945610598e-5 -daisy_PN 1.8658456945610598e-5 -dakar_PN 1.8658456945610598e-5 -dakota_PN 1.8658456945610598e-5 -dalkeith_PN 1.8658456945610598e-5 -dallas_PN 8.023136486612557e-4 -dalry_PN 1.8658456945610598e-5 -dalton_PN 1.8658456945610598e-5 -damascus_PN 1.8658456945610598e-5 -damocles_PN 1.8658456945610598e-5 -dan_PN 1.8658456945610598e-5 -daniel_PN 1.8658456945610598e-5 -danny_PN 1.8658456945610598e-5 -daphne_PN 1.8658456945610598e-5 -darby_PN 1.8658456945610598e-5 -darenth_PN 1.8658456945610598e-5 -darfield_PN 1.8658456945610598e-5 -darlington_PN 1.8658456945610598e-5 -darmstadt_PN 1.8658456945610598e-5 -dartford_PN 1.8658456945610598e-5 -dartmouth_PN 1.8658456945610598e-5 -darwen_PN 1.8658456945610598e-5 -dave_PN 1.8658456945610598e-5 -daventry_PN 1.8658456945610598e-5 -davey_PN 1.8658456945610598e-5 -david_PN 1.8658456945610598e-5 -dawley_PN 1.8658456945610598e-5 -dawlish_PN 1.8658456945610598e-5 -dawn_PN 1.8658456945610598e-5 -dayton_PN 1.8658456945610598e-5 -deal_PN 1.8658456945610598e-5 -dean_PN 1.8658456945610598e-5 -debbie_PN 1.8658456945610598e-5 -debby_PN 1.8658456945610598e-5 -deborah_PN 1.8658456945610598e-5 -dec_PN 1.8658456945610598e-5 -december_PN 7.090213639332027e-4 -deirdre_PN 1.8658456945610598e-5 -delaware_PN 1.8658456945610597e-4 -delhi_PN 1.8658456945610598e-5 -denain_PN 1.8658456945610598e-5 -denbigh_PN 1.8658456945610598e-5 -denis_PN 1.8658456945610598e-5 -denise_PN 1.8658456945610598e-5 -denmark_PN 9.329228472805298e-5 -dennis_PN 1.8658456945610598e-5 -denny_PN 1.8658456945610598e-5 -denver_PN 4.6646142364026495e-4 -dep_PN 1.8658456945610598e-5 -dept_PN 1.8658456945610598e-5 -derby_PN 1.8658456945610598e-5 -derbyshire_PN 1.8658456945610598e-5 -dereham_PN 1.8658456945610598e-5 -derek_PN 1.8658456945610598e-5 -des_PN 1.8658456945610598e-5 -desmond_PN 1.8658456945610598e-5 -dessau_PN 1.8658456945610598e-5 -detroit_PN 1.8658456945610598e-5 -devizes_PN 1.8658456945610598e-5 -devon_PN 1.8658456945610598e-5 -dewsbury_PN 1.8658456945610598e-5 -dg_PN 1.8658456945610598e-5 -di_PN 1.8658456945610598e-5 -diana_PN 1.8658456945610598e-5 -dick_PN 1.8658456945610598e-5 -dicky_PN 1.8658456945610598e-5 -didcot_PN 1.8658456945610598e-5 -dijon_PN 1.8658456945610598e-5 -dingle_PN 1.8658456945610598e-5 -dinnington_PN 1.8658456945610598e-5 -dives_PN 1.8658456945610598e-5 -djibouti_PN 1.8658456945610598e-5 -dnepropetrovsk_PN 1.8658456945610598e-5 -dolly_PN 1.8658456945610598e-5 -domesday_PN 1.8658456945610598e-5 -dominic_PN 1.8658456945610598e-5 -dominica_PN 1.8658456945610598e-5 -don_PN 1.8658456945610598e-5 -donald_PN 1.8658456945610598e-5 -doncaster_PN 1.8658456945610598e-5 -donegal_PN 1.8658456945610598e-5 -donetsk_PN 1.8658456945610598e-5 -doomsday_PN 1.8658456945610598e-5 -dora_PN 1.8658456945610598e-5 -dorchester_PN 1.8658456945610598e-5 -dordrecht_PN 1.8658456945610598e-5 -doreen_PN 1.8658456945610598e-5 -doris_PN 1.8658456945610598e-5 -dorking_PN 1.8658456945610598e-5 -dorothy_PN 1.8658456945610598e-5 -dorset_PN 1.8658456945610598e-5 -dortmund_PN 1.8658456945610598e-5 -douai_PN 1.8658456945610598e-5 -doug_PN 1.8658456945610598e-5 -douglas_PN 1.8658456945610598e-5 -dover_PN 1.8658456945610598e-5 -down_PN 1.8658456945610598e-5 -downing_street_PN 1.8658456945610598e-5 -dr_PN 1.8658456945610598e-5 -drayton_PN 1.8658456945610598e-5 -dresden_PN 1.8658456945610598e-5 -driffield_PN 1.8658456945610598e-5 -drogheda_PN 1.8658456945610598e-5 -droitwich_PN 1.8658456945610598e-5 -dronfield_PN 1.8658456945610598e-5 -dublin_PN 1.8658456945610598e-5 -dudley_PN 1.8658456945610598e-5 -duisburg_PN 1.8658456945610598e-5 -dukinfield_PN 1.8658456945610598e-5 -dumbarton_PN 1.8658456945610598e-5 -dumfries_PN 1.8658456945610598e-5 -dun_laoghaire_PN 1.8658456945610598e-5 -duncan_PN 1.8658456945610598e-5 -dundalk_PN 1.8658456945610598e-5 -dundee_PN 1.8658456945610598e-5 -dunfermline_PN 1.8658456945610598e-5 -dunkirk_PN 1.8658456945610598e-5 -dunoon_PN 1.8658456945610598e-5 -dunstable_PN 1.8658456945610598e-5 -dupl_PN 1.8658456945610598e-5 -durban_PN 1.8658456945610598e-5 -durham_PN 1.8658456945610598e-5 -durrington_PN 1.8658456945610598e-5 -dursley_PN 1.8658456945610598e-5 -dusseldorf_PN 1.8658456945610598e-5 -dyfed_PN 1.8658456945610598e-5 -eaglescliffe_PN 1.8658456945610598e-5 -ealing_PN 1.8658456945610598e-5 -earl_shilton_PN 1.8658456945610598e-5 -easington_PN 1.8658456945610598e-5 -east_dereham_PN 1.8658456945610598e-5 -east_grinstead_PN 1.8658456945610598e-5 -east_kilbride_PN 1.8658456945610598e-5 -east_retford_PN 1.8658456945610598e-5 -eastbourne_PN 1.8658456945610598e-5 -easter_PN 1.8658456945610598e-5 -eastleigh_PN 1.8658456945610598e-5 -ebbw_vale_PN 1.8658456945610598e-5 -eccles_PN 1.8658456945610598e-5 -ecuador_PN 1.8658456945610598e-5 -ed_PN 1.8658456945610598e-5 -eddie_PN 1.8658456945610598e-5 -eddy_PN 1.8658456945610598e-5 -eden_PN 1.8658456945610598e-5 -edenbridge_PN 1.8658456945610598e-5 -edgar_PN 1.8658456945610598e-5 -edinburgh_PN 1.8658456945610598e-5 -edith_PN 1.8658456945610598e-5 -edmund_PN 1.8658456945610598e-5 -edward_PN 1.8658456945610598e-5 -eg_PN 1.8658456945610598e-5 -egremont_PN 1.8658456945610598e-5 -egypt_PN 1.8658456945610598e-5 -eiche_PN 1.8658456945610598e-5 -eileen_PN 1.8658456945610598e-5 -eindhoven_PN 1.8658456945610598e-5 -el_salvador_PN 1.8658456945610598e-5 -elaine_PN 1.8658456945610598e-5 -elderslie_PN 1.8658456945610598e-5 -eleanor_PN 1.8658456945610598e-5 -elgin_PN 1.8658456945610598e-5 -eliza_PN 1.8658456945610598e-5 -elizabeth_PN 1.8658456945610598e-5 -elland_PN 1.8658456945610598e-5 -ellen_PN 1.8658456945610598e-5 -ellesmere_PN 1.8658456945610598e-5 -ellesmere_port_PN 1.8658456945610598e-5 -ellie_PN 1.8658456945610598e-5 -elloughton_PN 1.8658456945610598e-5 -elsie_PN 1.8658456945610598e-5 -elstree_PN 1.8658456945610598e-5 -ely_PN 1.8658456945610598e-5 -elysium_PN 1.8658456945610598e-5 -emily_PN 1.8658456945610598e-5 -emma_PN 1.8658456945610598e-5 -emsworth_PN 1.8658456945610598e-5 -enc_PN 1.8658456945610598e-5 -enfield_PN 1.8658456945610598e-5 -england_PN 1.8658456945610598e-5 -enoch_PN 1.8658456945610598e-5 -enschede_PN 1.8658456945610598e-5 -epiphany_PN 1.8658456945610598e-5 -epping_PN 1.8658456945610598e-5 -epsom_PN 1.8658456945610598e-5 -erfurt_PN 1.8658456945610598e-5 -eric_PN 1.8658456945610598e-5 -erica_PN 1.8658456945610598e-5 -erin_PN 1.8658456945610598e-5 -eritrea_PN 1.8658456945610598e-5 -erlangen_PN 1.8658456945610598e-5 -ernest_PN 1.8658456945610598e-5 -ernie_PN 1.8658456945610598e-5 -esfahan_PN 1.8658456945610598e-5 -esq_PN 1.8658456945610598e-5 -essen_PN 1.8658456945610598e-5 -essex_PN 1.8658456945610598e-5 -esther_PN 1.8658456945610598e-5 -et_al_PN 1.8658456945610598e-5 -et_seq_PN 1.8658456945610598e-5 -etc_PN 1.8658456945610598e-5 -ethel_PN 1.8658456945610598e-5 -ethiopia_PN 1.8658456945610598e-5 -eugene_PN 1.8658456945610598e-5 -eunice_PN 1.8658456945610598e-5 -eurasia_PN 1.8658456945610598e-5 -europe_PN 2.929377740460864e-3 -eurovision_PN 1.8658456945610598e-5 -eva_PN 1.8658456945610598e-5 -eve_PN 1.8658456945610598e-5 -evelyn_PN 1.8658456945610598e-5 -evesham_PN 1.8658456945610598e-5 -ewell_PN 1.8658456945610598e-5 -excl_PN 1.8658456945610598e-5 -exeter_PN 1.8658456945610598e-5 -exmouth_PN 1.8658456945610598e-5 -falkirk_PN 1.8658456945610598e-5 -falmouth_PN 1.8658456945610598e-5 -fanny_PN 1.8658456945610598e-5 -farnham_PN 1.8658456945610598e-5 -farnworth_PN 1.8658456945610598e-5 -fauldhouse_PN 1.8658456945610598e-5 -faversham_PN 1.8658456945610598e-5 -fawley_PN 1.8658456945610598e-5 -fbi_PN 1.8658456945610598e-5 -featherstone_PN 1.8658456945610598e-5 -feb_PN 1.8658456945610598e-5 -february_PN 4.6646142364026495e-4 -felicity_PN 1.8658456945610598e-5 -felix_PN 1.8658456945610598e-5 -felixstowe_PN 1.8658456945610598e-5 -fem_PN 1.8658456945610598e-5 -fermanagh_PN 1.8658456945610598e-5 -ferrara_PN 1.8658456945610598e-5 -ferryhill_PN 1.8658456945610598e-5 -fife_PN 1.8658456945610598e-5 -fiji_PN 1.8658456945610598e-5 -finland_PN 3.3585222502099076e-4 -fiona_PN 1.8658456945610598e-5 -firenze_PN 1.8658456945610598e-5 -fleet_PN 1.8658456945610598e-5 -fleet_street_PN 1.8658456945610598e-5 -fleetwood_PN 1.8658456945610598e-5 -flint_PN 1.8658456945610598e-5 -flora_PN 1.8658456945610598e-5 -florence_PN 1.8658456945610598e-5 -florida_PN 7.836551917156452e-4 -florrie_PN 1.8658456945610598e-5 -foggia_PN 1.8658456945610598e-5 -folkestone_PN 1.8658456945610598e-5 -foochow_PN 1.8658456945610598e-5 -forfar_PN 1.8658456945610598e-5 -forli_PN 1.8658456945610598e-5 -formby_PN 1.8658456945610598e-5 -formosa_PN 1.8658456945610598e-5 -fort_lauderdale_PN 1.8658456945610598e-5 -fort_william_PN 1.8658456945610598e-5 -fort_worth_PN 1.8658456945610598e-5 -fortaleza_PN 1.8658456945610598e-5 -fowey_PN 1.8658456945610598e-5 -fr_PN 1.8658456945610598e-5 -frampton_cotterell_PN 1.8658456945610598e-5 -fran_PN 1.8658456945610598e-5 -france_PN 2.052430264017166e-3 -frances_PN 1.8658456945610598e-5 -francis_PN 1.8658456945610598e-5 -frank_PN 1.8658456945610598e-5 -frankfurt_PN 7.276798208788133e-4 -frankie_PN 1.8658456945610598e-5 -fraserburgh_PN 1.8658456945610598e-5 -freckleton_PN 1.8658456945610598e-5 -fred_PN 1.8658456945610598e-5 -freda_PN 1.8658456945610598e-5 -freddie_PN 1.8658456945610598e-5 -freddy_PN 1.8658456945610598e-5 -frederick_PN 1.8658456945610598e-5 -frederiksberg_PN 1.8658456945610598e-5 -freiburg_PN 1.8658456945610598e-5 -freshwater_PN 1.8658456945610598e-5 -fri_PN 1.8658456945610598e-5 -friday_PN 9.777031439499954e-3 -frinton_PN 1.8658456945610598e-5 -frodsham_PN 1.8658456945610598e-5 -frome_PN 1.8658456945610598e-5 -ft_PN 1.8658456945610598e-5 -furth_PN 1.8658456945610598e-5 -fushun_PN 1.8658456945610598e-5 -fwd_PN 1.8658456945610598e-5 -gabon_PN 1.8658456945610598e-5 -gainsborough_PN 1.8658456945610598e-5 -galashiels_PN 1.8658456945610598e-5 -galloway_PN 1.8658456945610598e-5 -gallup_PN 1.8658456945610598e-5 -galway_PN 1.8658456945610598e-5 -gambia_PN 1.8658456945610598e-5 -gareth_PN 1.8658456945610598e-5 -garforth_PN 1.8658456945610598e-5 -garrowhill_PN 1.8658456945610598e-5 -gary_PN 1.8658456945610598e-5 -gateshead_PN 1.8658456945610598e-5 -gavin_PN 1.8658456945610598e-5 -gb_PN 1.8658456945610598e-5 -gdansk_PN 1.8658456945610598e-5 -gdn_PN 1.8658456945610598e-5 -gdns_PN 1.8658456945610598e-5 -gelligaer_PN 1.8658456945610598e-5 -gelsenkirchen_PN 1.8658456945610598e-5 -gemini_PN 1.8658456945610598e-5 -gen_PN 1.8658456945610598e-5 -gene_PN 1.8658456945610598e-5 -geneva_PN 1.8658456945610598e-5 -genoa_PN 1.8658456945610598e-5 -genova_PN 1.8658456945610598e-5 -geoff_PN 1.8658456945610598e-5 -geoffrey_PN 1.8658456945610598e-5 -george_PN 1.8658456945610598e-5 -georgia_PN 2.4255994029293777e-4 -georgie_PN 1.8658456945610598e-5 -gerald_PN 1.8658456945610598e-5 -geraldine_PN 1.8658456945610598e-5 -gerard_PN 1.8658456945610598e-5 -germany_PN 6.903629069875922e-4 -gerry_PN 1.8658456945610598e-5 -gertie_PN 1.8658456945610598e-5 -gertrude_PN 1.8658456945610598e-5 -ghana_PN 1.8658456945610598e-5 -ghent_PN 1.8658456945610598e-5 -ghq_PN 1.8658456945610598e-5 -gibraltar_PN 1.8658456945610598e-5 -giffnock_PN 1.8658456945610598e-5 -gilbert_PN 1.8658456945610598e-5 -giles_PN 1.8658456945610598e-5 -gilfach_goch_PN 1.8658456945610598e-5 -gill_PN 1.8658456945610598e-5 -gillian_PN 1.8658456945610598e-5 -gillingham_PN 1.8658456945610598e-5 -gina_PN 1.8658456945610598e-5 -girvan_PN 1.8658456945610598e-5 -gladys_PN 1.8658456945610598e-5 -glamorgan_PN 1.8658456945610598e-5 -glasgow_PN 1.8658456945610598e-5 -glastonbury_PN 1.8658456945610598e-5 -glen_PN 1.8658456945610598e-5 -glenrothes_PN 1.8658456945610598e-5 -gloria_PN 1.8658456945610598e-5 -glossop_PN 1.8658456945610598e-5 -gloucester_PN 1.8658456945610598e-5 -gloucestershire_PN 1.8658456945610598e-5 -glusburn_PN 1.8658456945610598e-5 -gmt_PN 1.8658456945610598e-5 -god_PN 1.8658456945610598e-5 -godalming_PN 1.8658456945610598e-5 -godfrey_PN 1.8658456945610598e-5 -godmanchester_PN 1.8658456945610598e-5 -goffs_oak_PN 1.8658456945610598e-5 -golbourne_PN 1.8658456945610598e-5 -goole_PN 1.8658456945610598e-5 -gordon_PN 1.8658456945610598e-5 -gorky_PN 1.8658456945610598e-5 -gorseinon_PN 1.8658456945610598e-5 -gosport_PN 1.8658456945610598e-5 -goteborg_PN 1.8658456945610598e-5 -gothenburg_PN 1.8658456945610598e-5 -gottingen_PN 1.8658456945610598e-5 -gourock_PN 1.8658456945610598e-5 -gov_PN 1.8658456945610598e-5 -grampian_PN 1.8658456945610598e-5 -granada_PN 1.8658456945610598e-5 -grangemouth_PN 1.8658456945610598e-5 -grantham_PN 1.8658456945610598e-5 -gravenhage_PN 1.8658456945610598e-5 -gravesend_PN 1.8658456945610598e-5 -graz_PN 1.8658456945610598e-5 -great_harwood_PN 1.8658456945610598e-5 -great_malvern_PN 1.8658456945610598e-5 -great_shelford_PN 1.8658456945610598e-5 -great_yarmouth_PN 1.8658456945610598e-5 -greece_PN 4.6646142364026495e-4 -greenock_PN 1.8658456945610598e-5 -greenwich_PN 1.8658456945610598e-5 -greg_PN 1.8658456945610598e-5 -gregory_PN 1.8658456945610598e-5 -grenada_PN 1.8658456945610598e-5 -grimethorpe_PN 1.8658456945610598e-5 -grimsby_PN 1.8658456945610598e-5 -grinstead_PN 1.8658456945610598e-5 -groningen_PN 1.8658456945610598e-5 -guadalajara_PN 1.8658456945610598e-5 -guatemala_PN 1.8658456945610598e-5 -guatemala_city_PN 1.8658456945610598e-5 -guayaquil_PN 1.8658456945610598e-5 -guildford_PN 1.8658456945610598e-5 -guinea_PN 1.8658456945610598e-5 -guisborough_PN 1.8658456945610598e-5 -guy's_PN 1.8658456945610598e-5 -guy_PN 1.8658456945610598e-5 -guyana_PN 1.8658456945610598e-5 -gwen_PN 1.8658456945610598e-5 -gwendoline_PN 1.8658456945610598e-5 -gwent_PN 1.8658456945610598e-5 -gwersyllt_PN 1.8658456945610598e-5 -gwynedd_PN 1.8658456945610598e-5 -haarlem_PN 1.8658456945610598e-5 -hackney_PN 1.8658456945610598e-5 -haddington_PN 1.8658456945610598e-5 -hades_PN 1.8658456945610598e-5 -hagen_PN 1.8658456945610598e-5 -hagley_PN 1.8658456945610598e-5 -hailsham_PN 1.8658456945610598e-5 -haiphong_PN 1.8658456945610598e-5 -haiti_PN 1.8658456945610598e-5 -hal_PN 1.8658456945610598e-5 -halesowen_PN 1.8658456945610598e-5 -halifax_PN 1.8658456945610598e-5 -halle_PN 1.8658456945610598e-5 -hallowe'en_PN 1.8658456945610598e-5 -halstead_PN 1.8658456945610598e-5 -hamburg_PN 3.7316913891221197e-5 -hamhung_PN 1.8658456945610598e-5 -hamilton_PN 1.8658456945610598e-5 -hammersmith_PN 1.8658456945610598e-5 -hampreston_PN 1.8658456945610598e-5 -hampshire_PN 1.8658456945610598e-5 -hangchon_PN 1.8658456945610598e-5 -hanoi_PN 1.8658456945610598e-5 -hanover_PN 1.8658456945610598e-5 -harbin_PN 1.8658456945610598e-5 -haringey_PN 1.8658456945610598e-5 -harley_street_PN 1.8658456945610598e-5 -harlow_PN 1.8658456945610598e-5 -harold_PN 1.8658456945610598e-5 -harpenden_PN 1.8658456945610598e-5 -harriet_PN 1.8658456945610598e-5 -harrogate_PN 1.8658456945610598e-5 -harrow_PN 1.8658456945610598e-5 -harry_PN 1.8658456945610598e-5 -hartlepool_PN 1.8658456945610598e-5 -hartley_PN 1.8658456945610598e-5 -harvey_PN 1.8658456945610598e-5 -harwich_PN 1.8658456945610598e-5 -harwood_PN 1.8658456945610598e-5 -harworth_PN 1.8658456945610598e-5 -haslemere_PN 1.8658456945610598e-5 -haslingden_PN 1.8658456945610598e-5 -hastings_PN 1.8658456945610598e-5 -hatfield_PN 1.8658456945610598e-5 -havana_PN 1.8658456945610598e-5 -haverfordwest_PN 1.8658456945610598e-5 -haverhill_PN 1.8658456945610598e-5 -havering_PN 1.8658456945610598e-5 -hawaii_PN 2.9853531112976957e-4 -hawick_PN 1.8658456945610598e-5 -hawke's_bay_PN 1.8658456945610598e-5 -hayling_PN 1.8658456945610598e-5 -haywards_heath_PN 1.8658456945610598e-5 -hazel_PN 1.8658456945610598e-5 -heanor_PN 1.8658456945610598e-5 -heather_PN 1.8658456945610598e-5 -heaviside_PN 1.8658456945610598e-5 -hebden_royal_PN 1.8658456945610598e-5 -hedge_end_PN 1.8658456945610598e-5 -heidelburg_PN 1.8658456945610598e-5 -helen_PN 1.8658456945610598e-5 -helensburgh_PN 1.8658456945610598e-5 -helsinki_PN 1.8658456945610598e-5 -helston_PN 1.8658456945610598e-5 -hemel_hempstead_PN 1.8658456945610598e-5 -hemsworth_PN 1.8658456945610598e-5 -henley_on_thames_PN 1.8658456945610598e-5 -henry_PN 1.8658456945610598e-5 -herb_PN 1.8658456945610598e-5 -herbert_PN 1.8658456945610598e-5 -hereford_PN 1.8658456945610598e-5 -herne_PN 1.8658456945610598e-5 -herne_bay_PN 1.8658456945610598e-5 -hertford_PN 1.8658456945610598e-5 -hertfordshire_PN 1.8658456945610598e-5 -hetton_PN 1.8658456945610598e-5 -hexham_PN 1.8658456945610598e-5 -heysham_PN 1.8658456945610598e-5 -heywood_PN 1.8658456945610598e-5 -high_spen_PN 1.8658456945610598e-5 -high_wycombe_PN 1.8658456945610598e-5 -highland_PN 1.8658456945610598e-5 -hilary_PN 1.8658456945610598e-5 -hilda_PN 1.8658456945610598e-5 -hillingdon_PN 1.8658456945610598e-5 -hinckley_PN 1.8658456945610598e-5 -hiroshima_PN 1.8658456945610598e-5 -hitchin_PN 1.8658456945610598e-5 -hm_PN 1.8658456945610598e-5 -hmso_PN 1.8658456945610598e-5 -hobson_PN 1.8658456945610598e-5 -hockley_PN 1.8658456945610598e-5 -hoddesdon_PN 1.8658456945610598e-5 -hofei_PN 1.8658456945610598e-5 -hogmanay_PN 1.8658456945610598e-5 -holland_PN 1.8658456945610598e-5 -hollywood_PN 5.59753708368318e-4 -holmfirth_PN 1.8658456945610598e-5 -holyhead_PN 1.8658456945610598e-5 -hon_PN 1.8658456945610598e-5 -honduras_PN 1.8658456945610598e-5 -hong_kong_PN 2.1084056348539978e-3 -honiton_PN 1.8658456945610598e-5 -hoo_PN 1.8658456945610598e-5 -hope_PN 1.8658456945610598e-5 -horace_PN 1.8658456945610598e-5 -horley_PN 1.8658456945610598e-5 -hornsea_PN 1.8658456945610598e-5 -horsham_PN 1.8658456945610598e-5 -horsley_PN 1.8658456945610598e-5 -horwich_PN 1.8658456945610598e-5 -hosp_PN 1.8658456945610598e-5 -houghton_PN 1.8658456945610598e-5 -hounslow_PN 1.8658456945610598e-5 -houston_PN 7.649967347700345e-4 -hove_PN 1.8658456945610598e-5 -howard_PN 1.8658456945610598e-5 -hoylake_PN 1.8658456945610598e-5 -hoyland_nether_PN 1.8658456945610598e-5 -hq_PN 1.8658456945610598e-5 -hrh_PN 1.8658456945610598e-5 -hubert_PN 1.8658456945610598e-5 -hucknall_PN 1.8658456945610598e-5 -huddersfield_PN 1.8658456945610598e-5 -hugh_PN 1.8658456945610598e-5 -hughie_PN 1.8658456945610598e-5 -huhehot_PN 1.8658456945610598e-5 -humberside_PN 1.8658456945610598e-5 -humberston_PN 1.8658456945610598e-5 -humphrey_PN 1.8658456945610598e-5 -hungary_PN 8.023136486612557e-4 -huntingdon_PN 1.8658456945610598e-5 -hurstpierpoint_PN 1.8658456945610598e-5 -hwainan_PN 1.8658456945610598e-5 -hyde_PN 1.8658456945610598e-5 -hyderabad_PN 1.8658456945610598e-5 -hythe_PN 1.8658456945610598e-5 -ian_PN 1.8658456945610598e-5 -ibadan_PN 1.8658456945610598e-5 -ibid_PN 1.8658456945610598e-5 -iceland_PN 1.8658456945610598e-5 -ida_PN 1.8658456945610598e-5 -idaho_PN 1.8658456945610598e-5 -idem_PN 1.8658456945610598e-5 -ie_PN 1.8658456945610598e-5 -ilfracombe_PN 1.8658456945610598e-5 -ilkeston_PN 1.8658456945610598e-5 -ilkley_PN 1.8658456945610598e-5 -illinois_PN 3.918275958578226e-4 -immingham_PN 1.8658456945610598e-5 -inc_PN 1.8658456945610598e-5 -inchon_PN 1.8658456945610598e-5 -incl_PN 1.8658456945610598e-5 -india_PN 7.463382778244239e-4 -indiana_PN 1.4926765556488479e-4 -indianapolis_PN 1.8658456945610597e-4 -indies_PN 1.8658456945610598e-5 -indonesia_PN 2.052430264017166e-4 -indore_PN 1.8658456945610598e-5 -ingatestone_PN 1.8658456945610598e-5 -ingrid_PN 1.8658456945610598e-5 -innsbruck_PN 1.8658456945610598e-5 -inst_PN 1.8658456945610598e-5 -interpol_PN 1.8658456945610598e-5 -inverkeithing_PN 1.8658456945610598e-5 -inverness_PN 1.8658456945610598e-5 -inverurie_PN 1.8658456945610598e-5 -iowa_PN 1.8658456945610598e-5 -ipswich_PN 1.8658456945610598e-5 -iran_PN 1.8658456945610598e-5 -iraq_PN 1.8658456945610598e-5 -ireland_PN 1.8658456945610598e-5 -irene_PN 1.8658456945610598e-5 -iris_PN 1.8658456945610598e-5 -irthlingborough_PN 1.8658456945610598e-5 -irvine_PN 1.8658456945610598e-5 -isaac_PN 1.8658456945610598e-5 -isabel_PN 1.8658456945610598e-5 -isabella_PN 1.8658456945610598e-5 -islington_PN 1.8658456945610598e-5 -isobel_PN 1.8658456945610598e-5 -israel_PN 6.903629069875922e-4 -istanbul_PN 1.8658456945610598e-5 -italy_PN 1.0821905028454146e-3 -ivan_PN 1.8658456945610598e-5 -iver_PN 1.8658456945610598e-5 -ivor_PN 1.8658456945610598e-5 -ivy_PN 1.8658456945610598e-5 -izmir_PN 1.8658456945610598e-5 -jabalpur_PN 1.8658456945610598e-5 -jack_PN 1.8658456945610598e-5 -jackie_PN 1.8658456945610598e-5 -jacksonville_PN 1.8658456945610598e-5 -jacob_PN 1.8658456945610598e-5 -jacqueline_PN 1.8658456945610598e-5 -jaipur_PN 1.8658456945610598e-5 -jakarta_PN 3.7316913891221197e-5 -jake_PN 1.8658456945610598e-5 -jamaica_PN 1.8658456945610598e-5 -james_PN 1.8658456945610598e-5 -jan_PN 1.8658456945610598e-5 -jane_PN 1.8658456945610598e-5 -janet_PN 1.8658456945610598e-5 -janice_PN 1.8658456945610598e-5 -janie_PN 1.8658456945610598e-5 -january_PN 1.156824330627857e-3 -janus_PN 1.8658456945610598e-5 -japan_PN 8.470939453307211e-3 -jarrow_PN 1.8658456945610598e-5 -jason_PN 1.8658456945610598e-5 -java_PN 1.8658456945610598e-5 -jc_PN 1.8658456945610598e-5 -jean_PN 1.8658456945610598e-5 -jeanie_PN 1.8658456945610598e-5 -jedburgh_PN 1.8658456945610598e-5 -jeff_PN 1.8658456945610598e-5 -jeffrey_PN 1.8658456945610598e-5 -jehovah_PN 1.8658456945610598e-5 -jekyll_and_hyde_PN 1.8658456945610598e-5 -jennifer_PN 1.8658456945610598e-5 -jenny_PN 1.8658456945610598e-5 -jeremy_PN 1.8658456945610598e-5 -jerome_PN 1.8658456945610598e-5 -jerry_PN 1.8658456945610598e-5 -jersey_PN 1.8658456945610598e-5 -jess_PN 1.8658456945610598e-5 -jessica_PN 1.8658456945610598e-5 -jessie_PN 1.8658456945610598e-5 -jesus_PN 1.8658456945610598e-5 -jill_PN 1.8658456945610598e-5 -jim_PN 1.8658456945610598e-5 -jimmy_PN 1.8658456945610598e-5 -jnr_PN 1.8658456945610598e-5 -jo_PN 1.8658456945610598e-5 -joan_PN 1.8658456945610598e-5 -joanie_PN 1.8658456945610598e-5 -joann_PN 1.8658456945610598e-5 -joanna_PN 1.8658456945610598e-5 -joanne_PN 1.8658456945610598e-5 -job_PN 1.8658456945610598e-5 -jocelyn_PN 1.8658456945610598e-5 -joe_PN 1.8658456945610598e-5 -joey_PN 1.8658456945610598e-5 -johannesburg_PN 1.8658456945610598e-5 -john_PN 1.8658456945610598e-5 -johnny_PN 1.8658456945610598e-5 -johnstone_PN 1.8658456945610598e-5 -jonah_PN 1.8658456945610598e-5 -jonathan_PN 1.8658456945610598e-5 -jordan_PN 1.8658456945610598e-5 -joseph_PN 1.8658456945610598e-5 -josephine_PN 1.8658456945610598e-5 -josh_PN 1.8658456945610598e-5 -joshua_PN 1.8658456945610598e-5 -jove_PN 1.8658456945610598e-5 -joy_PN 1.8658456945610598e-5 -joyce_PN 1.8658456945610598e-5 -judas_PN 1.8658456945610598e-5 -judith_PN 1.8658456945610598e-5 -judy_PN 1.8658456945610598e-5 -jul_PN 1.8658456945610598e-5 -julia_PN 1.8658456945610598e-5 -julian_PN 1.8658456945610598e-5 -julie_PN 1.8658456945610598e-5 -juliet_PN 1.8658456945610598e-5 -july_PN 2.4815747737662094e-3 -jun_PN 1.8658456945610598e-5 -june_PN 1.2874335292471313e-3 -jupiter_PN 1.8658456945610598e-5 -justin_PN 1.8658456945610598e-5 -kalgan_PN 1.8658456945610598e-5 -kampuchea_PN 1.8658456945610598e-5 -kanpur_PN 1.8658456945610598e-5 -kansas_PN 2.052430264017166e-4 -kansas_city_PN 1.8658456945610598e-5 -kaohsiung_PN 1.8658456945610598e-5 -karachi_PN 1.8658456945610598e-5 -karaganda_PN 1.8658456945610598e-5 -karen_PN 1.8658456945610598e-5 -karlsruhe_PN 1.8658456945610598e-5 -kashmir_PN 1.8658456945610598e-5 -kassel_PN 1.8658456945610598e-5 -kate_PN 1.8658456945610598e-5 -kath_PN 1.8658456945610598e-5 -katherine_PN 1.8658456945610598e-5 -kathy_PN 1.8658456945610598e-5 -katie_PN 1.8658456945610598e-5 -katowice_PN 1.8658456945610598e-5 -kay_PN 1.8658456945610598e-5 -kazan_PN 1.8658456945610598e-5 -keighley_PN 1.8658456945610598e-5 -keith_PN 1.8658456945610598e-5 -kelso_PN 1.8658456945610598e-5 -kelty_PN 1.8658456945610598e-5 -kemsing_PN 1.8658456945610598e-5 -ken_PN 1.8658456945610598e-5 -kendal_PN 1.8658456945610598e-5 -kenilworth_PN 1.8658456945610598e-5 -kenneth_PN 1.8658456945610598e-5 -kenny_PN 1.8658456945610598e-5 -kensington_PN 1.8658456945610598e-5 -kent_PN 1.8658456945610598e-5 -kentucky_PN 1.8658456945610597e-4 -kenya_PN 1.8658456945610598e-5 -kerry_PN 1.8658456945610598e-5 -kettering_PN 1.8658456945610598e-5 -kevin_PN 1.8658456945610598e-5 -keynsham_PN 1.8658456945610598e-5 -keyworth_PN 1.8658456945610598e-5 -kharkov_PN 1.8658456945610598e-5 -khartoum_PN 1.8658456945610598e-5 -kidderminster_PN 1.8658456945610598e-5 -kidlington_PN 1.8658456945610598e-5 -kidsgrove_PN 1.8658456945610598e-5 -kiev_PN 1.8658456945610598e-5 -kilbirnie_PN 1.8658456945610598e-5 -kildare_PN 1.8658456945610598e-5 -kilkenny_PN 1.8658456945610598e-5 -killarney_PN 1.8658456945610598e-5 -kilmarnock_PN 1.8658456945610598e-5 -kilsyth_PN 1.8658456945610598e-5 -kilwinning_PN 1.8658456945610598e-5 -kimberley_PN 1.8658456945610598e-5 -king's_lynn_PN 1.8658456945610598e-5 -kingsbury_PN 1.8658456945610598e-5 -kingsteignton_PN 1.8658456945610598e-5 -kingston_PN 1.8658456945610598e-5 -kingston_upon_hull_PN 1.8658456945610598e-5 -kingston_upon_thames_PN 1.8658456945610598e-5 -kinshasa_PN 1.8658456945610598e-5 -kippax_PN 1.8658456945610598e-5 -kirin_PN 1.8658456945610598e-5 -kirkby_PN 1.8658456945610598e-5 -kirkby_in_ashfield_PN 1.8658456945610598e-5 -kirkcaldy_PN 1.8658456945610598e-5 -kirkham_PN 1.8658456945610598e-5 -kirkintilloch_PN 1.8658456945610598e-5 -kirkwall_PN 1.8658456945610598e-5 -kitakyushu_PN 1.8658456945610598e-5 -kitty_PN 1.8658456945610598e-5 -knaresborough_PN 1.8658456945610598e-5 -knottingley_PN 1.8658456945610598e-5 -knutsford_PN 1.8658456945610598e-5 -kobe_PN 1.8658456945610598e-5 -koblenz_PN 1.8658456945610598e-5 -koln_PN 1.8658456945610598e-5 -korea_PN 2.79876854184159e-4 -krakow_PN 1.8658456945610598e-5 -krasnoyarsk_PN 1.8658456945610598e-5 -krefeld_PN 1.8658456945610598e-5 -krivoi_rog_PN 1.8658456945610598e-5 -kunming_PN 1.8658456945610598e-5 -kuwait_PN 1.8658456945610598e-5 -kuwait_city_PN 1.8658456945610598e-5 -kuybyshev_PN 1.8658456945610598e-5 -kweiyang_PN 1.8658456945610598e-5 -kyoto_PN 1.8658456945610598e-5 -la_PN 1.8658456945610598e-5 -la_habana_PN 1.8658456945610598e-5 -la_paz_PN 1.8658456945610598e-5 -la_plata_PN 1.8658456945610598e-5 -la_spezia_PN 1.8658456945610598e-5 -lab_PN 1.8658456945610598e-5 -labrador_PN 1.8658456945610598e-5 -lagos_PN 1.8658456945610598e-5 -lahore_PN 1.8658456945610598e-5 -lakenheath_PN 1.8658456945610598e-5 -lambeth_PN 1.8658456945610598e-5 -lammas_PN 1.8658456945610598e-5 -lanark_PN 1.8658456945610598e-5 -lancashire_PN 1.8658456945610598e-5 -lancaster_PN 1.8658456945610598e-5 -lanchow_PN 1.8658456945610598e-5 -lancing_PN 1.8658456945610598e-5 -laos_PN 1.8658456945610598e-5 -largs_PN 1.8658456945610598e-5 -larkhall_PN 1.8658456945610598e-5 -larne_PN 1.8658456945610598e-5 -larry_PN 1.8658456945610598e-5 -las_palmas_PN 1.8658456945610598e-5 -laura_PN 1.8658456945610598e-5 -laurence_PN 1.8658456945610598e-5 -lausanne_PN 1.8658456945610598e-5 -lawrence_PN 1.8658456945610598e-5 -lazarus_PN 1.8658456945610598e-5 -lbw_PN 1.8658456945610598e-5 -le_havre_PN 1.8658456945610598e-5 -le_mans_PN 1.8658456945610598e-5 -leamington_spa_PN 1.8658456945610598e-5 -leatherhead_PN 1.8658456945610598e-5 -lebanon_PN 4.4780296669465436e-4 -leeds_PN 1.8658456945610598e-5 -leek_PN 1.8658456945610598e-5 -leicester_PN 1.8658456945610598e-5 -leicestershire_PN 1.8658456945610598e-5 -leiden_PN 1.8658456945610598e-5 -leigh_PN 1.8658456945610598e-5 -leighton_linslade_PN 1.8658456945610598e-5 -leinster_PN 1.8658456945610598e-5 -leipzig_PN 1.8658456945610598e-5 -leitrim_PN 1.8658456945610598e-5 -leix_PN 1.8658456945610598e-5 -len_PN 1.8658456945610598e-5 -leningrad_PN 1.8658456945610598e-5 -lenny_PN 1.8658456945610598e-5 -lens_PN 1.8658456945610598e-5 -lent_PN 1.8658456945610598e-5 -leo_PN 1.8658456945610598e-5 -leominster_PN 1.8658456945610598e-5 -leon_PN 1.8658456945610598e-5 -leonard_PN 1.8658456945610598e-5 -lerwick_PN 1.8658456945610598e-5 -les_PN 1.8658456945610598e-5 -lesley_PN 1.8658456945610598e-5 -leslie_PN 1.8658456945610598e-5 -lesotho_PN 1.8658456945610598e-5 -letchworth_PN 1.8658456945610598e-5 -lethe_PN 1.8658456945610598e-5 -levant_PN 1.8658456945610598e-5 -leven_PN 1.8658456945610598e-5 -leverkusen_PN 1.8658456945610598e-5 -lewes_PN 1.8658456945610598e-5 -lewis_PN 1.8658456945610598e-5 -lewisham_PN 1.8658456945610598e-5 -leyland_PN 1.8658456945610598e-5 -lib_PN 1.8658456945610598e-5 -liberia_PN 1.8658456945610598e-5 -libra_PN 1.8658456945610598e-5 -libya_PN 1.306091986192742e-4 -lichfield_PN 1.8658456945610598e-5 -liechtenstein_PN 1.8658456945610598e-5 -liege_PN 1.8658456945610598e-5 -lilian_PN 1.8658456945610598e-5 -lille_PN 1.8658456945610598e-5 -lily_PN 1.8658456945610598e-5 -lima_PN 1.8658456945610598e-5 -limerick_PN 1.8658456945610598e-5 -limoges_PN 1.8658456945610598e-5 -lincoln_PN 1.8658456945610598e-5 -lincolnshire_PN 1.8658456945610598e-5 -linda_PN 1.8658456945610598e-5 -linlithgow_PN 1.8658456945610598e-5 -linwood_PN 1.8658456945610598e-5 -linz_PN 1.8658456945610598e-5 -lionel_PN 1.8658456945610598e-5 -lisa_PN 1.8658456945610598e-5 -lisbon_PN 1.8658456945610598e-5 -liskeard_PN 1.8658456945610598e-5 -littlehampton_PN 1.8658456945610598e-5 -liverpool_PN 1.8658456945610598e-5 -livingston_PN 1.8658456945610598e-5 -livorno_PN 1.8658456945610598e-5 -liz_PN 1.8658456945610598e-5 -liza_PN 1.8658456945610598e-5 -lizzy_PN 1.8658456945610598e-5 -ljubljana_PN 1.8658456945610598e-5 -llandudno_PN 1.8658456945610598e-5 -llanelli_PN 1.8658456945610598e-5 -llangollen_PN 1.8658456945610598e-5 -llantrisant_PN 1.8658456945610598e-5 -llantwit_major_PN 1.8658456945610598e-5 -lloyd's_PN 1.8658456945610598e-5 -loanhead_PN 1.8658456945610598e-5 -loc_cit_PN 1.8658456945610598e-5 -lochgelly_PN 1.8658456945610598e-5 -lodz_PN 1.8658456945610598e-5 -loftus_PN 1.8658456945610598e-5 -lois_PN 1.8658456945610598e-5 -london_PN 2.8920608265696427e-3 -londonderry_PN 1.8658456945610598e-5 -long_eaton_PN 1.8658456945610598e-5 -longridge_PN 1.8658456945610598e-5 -longton_PN 1.8658456945610598e-5 -lorna_PN 1.8658456945610598e-5 -los_angeles_PN 1.5859688403769008e-3 -lossiemouth_PN 1.8658456945610598e-5 -lothian_PN 1.8658456945610598e-5 -loughborough_PN 1.8658456945610598e-5 -louis_PN 1.8658456945610598e-5 -louise_PN 1.8658456945610598e-5 -louisiana_PN 1.8658456945610597e-4 -louisville_PN 1.8658456945610598e-5 -louth_PN 1.8658456945610598e-5 -lowestoft_PN 1.8658456945610598e-5 -loyang_PN 1.8658456945610598e-5 -lt_PN 1.8658456945610598e-5 -ltd_PN 1.8658456945610598e-5 -lubeck_PN 1.8658456945610598e-5 -lucknow_PN 1.8658456945610598e-5 -lucy_PN 1.8658456945610598e-5 -ludlow_PN 1.8658456945610598e-5 -ludwigshafen_PN 1.8658456945610598e-5 -luke_PN 1.8658456945610598e-5 -luta_PN 1.8658456945610598e-5 -luton_PN 1.8658456945610598e-5 -luxembourg_PN 1.8658456945610598e-5 -luxemburg_PN 1.8658456945610598e-5 -lvov_PN 1.8658456945610598e-5 -lyallpur_PN 1.8658456945610598e-5 -lydia_PN 1.8658456945610598e-5 -lydney_PN 1.8658456945610598e-5 -lymington_PN 1.8658456945610598e-5 -lymm_PN 1.8658456945610598e-5 -lynn_PN 1.8658456945610598e-5 -lynne_PN 1.8658456945610598e-5 -lyons_PN 1.8658456945610598e-5 -lytham_PN 1.8658456945610598e-5 -lytham_st_annes_PN 1.8658456945610598e-5 -maastricht_PN 1.8658456945610598e-5 -mabel_PN 1.8658456945610598e-5 -macclesfield_PN 1.8658456945610598e-5 -mach_PN 1.8658456945610598e-5 -madagascar_PN 1.8658456945610598e-5 -maddy_PN 1.8658456945610598e-5 -madeleine_PN 1.8658456945610598e-5 -madge_PN 1.8658456945610598e-5 -madras_PN 1.8658456945610598e-5 -madrid_PN 1.6792611251049538e-4 -madurai_PN 1.8658456945610598e-5 -maecenas_PN 1.8658456945610598e-5 -maesteg_PN 1.8658456945610598e-5 -magdeburg_PN 1.8658456945610598e-5 -maggie_PN 1.8658456945610598e-5 -maghull_PN 1.8658456945610598e-5 -maidenhead_PN 1.8658456945610598e-5 -maidstone_PN 1.8658456945610598e-5 -maine_PN 1.8658456945610598e-5 -mainz_PN 1.8658456945610598e-5 -maj_PN 1.8658456945610598e-5 -malaga_PN 1.8658456945610598e-5 -malawi_PN 1.8658456945610598e-5 -malaya_PN 1.8658456945610598e-5 -malaysia_PN 4.6646142364026495e-4 -malcolm_PN 1.8658456945610598e-5 -maldon_PN 1.8658456945610598e-5 -mali_PN 1.8658456945610598e-5 -mallow_PN 1.8658456945610598e-5 -malmo_PN 1.8658456945610598e-5 -malta_PN 3.7316913891221197e-5 -maltby_PN 1.8658456945610598e-5 -malvern_PN 1.8658456945610598e-5 -mamie_PN 1.8658456945610598e-5 -manchester_PN 3.7316913891221197e-5 -mandy_PN 1.8658456945610598e-5 -manhattan_PN 5.224367944770968e-4 -manila_PN 3.1719376807538016e-4 -manitoba_PN 1.8658456945610598e-5 -mannheim_PN 1.8658456945610598e-5 -mansfield_PN 1.8658456945610598e-5 -mar_PN 1.8658456945610598e-5 -maracaibo_PN 1.8658456945610598e-5 -march_PN 8.769474764436981e-4 -margaret_PN 1.8658456945610598e-5 -margate_PN 1.8658456945610598e-5 -marge_PN 1.8658456945610598e-5 -margery_PN 1.8658456945610598e-5 -margie_PN 1.8658456945610598e-5 -maria_PN 1.8658456945610598e-5 -marian_PN 1.8658456945610598e-5 -marie_PN 1.8658456945610598e-5 -marilyn_PN 1.8658456945610598e-5 -marion_PN 1.8658456945610598e-5 -marjorie_PN 1.8658456945610598e-5 -mark_PN 1.8658456945610598e-5 -market_drayton_PN 1.8658456945610598e-5 -market_harborough_PN 1.8658456945610598e-5 -marlborough_PN 1.8658456945610598e-5 -marlene_PN 1.8658456945610598e-5 -marlow_PN 1.8658456945610598e-5 -marple_PN 1.8658456945610598e-5 -mars_PN 1.8658456945610598e-5 -marseilles_PN 1.8658456945610598e-5 -marske_PN 1.8658456945610598e-5 -martha_PN 1.8658456945610598e-5 -martin_PN 1.8658456945610598e-5 -mary_PN 1.8658456945610598e-5 -maryland_PN 1.8658456945610598e-5 -maryport_PN 1.8658456945610598e-5 -masc_PN 1.8658456945610598e-5 -mason_dixon_PN 1.8658456945610598e-5 -massachusetts_PN 3.3585222502099076e-4 -matlock_PN 1.8658456945610598e-5 -matt_PN 1.8658456945610598e-5 -matthew_PN 1.8658456945610598e-5 -maud_PN 1.8658456945610598e-5 -maudie_PN 1.8658456945610598e-5 -maundy_thursday_PN 1.8658456945610598e-5 -maureen_PN 1.8658456945610598e-5 -maurice_PN 1.8658456945610598e-5 -mauritania_PN 1.8658456945610598e-5 -mauritius_PN 1.8658456945610598e-5 -mavis_PN 1.8658456945610598e-5 -max_PN 1.8658456945610598e-5 -maxine_PN 1.8658456945610598e-5 -may_PN 8.023136486612557e-4 -mayfair_PN 1.8658456945610598e-5 -mayfield_PN 1.8658456945610598e-5 -mayo_PN 1.8658456945610598e-5 -meath_PN 1.8658456945610598e-5 -mecca_PN 1.8658456945610598e-5 -medan_PN 1.8658456945610598e-5 -medellin_PN 1.8658456945610598e-5 -meg_PN 1.8658456945610598e-5 -melbourne_PN 1.8658456945610598e-5 -melcombe_PN 1.8658456945610598e-5 -melcombe_regis_PN 1.8658456945610598e-5 -melksham_PN 1.8658456945610598e-5 -meltham_PN 1.8658456945610598e-5 -melton_mowbray_PN 1.8658456945610598e-5 -memphis_PN 1.8658456945610598e-5 -meopham_PN 1.8658456945610598e-5 -mercator_PN 1.8658456945610598e-5 -mercury_PN 1.8658456945610598e-5 -merthyr_tydfil_PN 1.8658456945610598e-5 -merton_PN 1.8658456945610598e-5 -messina_PN 1.8658456945610598e-5 -met_PN 1.8658456945610598e-5 -methuselah_PN 1.8658456945610598e-5 -metz_PN 1.8658456945610598e-5 -mexico_PN 1.156824330627857e-3 -mexico_city_PN 1.8658456945610598e-5 -mgr_PN 1.8658456945610598e-5 -mi5_PN 1.8658456945610598e-5 -mi6_PN 1.8658456945610598e-5 -miami_PN 3.918275958578226e-4 -michael_PN 1.8658456945610598e-5 -michaelmas_PN 1.8658456945610598e-5 -michelle_PN 1.8658456945610598e-5 -michigan_PN 4.2914450974904377e-4 -mick_PN 1.8658456945610598e-5 -mickey_PN 1.8658456945610598e-5 -middlesex_PN 1.8658456945610598e-5 -middleton_PN 1.8658456945610598e-5 -middlewich_PN 1.8658456945610598e-5 -midlands_PN 1.8658456945610598e-5 -midwest_PN 1.8658456945610598e-5 -mike_PN 1.8658456945610598e-5 -milan_PN 2.79876854184159e-4 -milano_PN 1.8658456945610598e-5 -mildenhall_PN 1.8658456945610598e-5 -mildred_PN 1.8658456945610598e-5 -miles_PN 1.8658456945610598e-5 -milford_PN 1.8658456945610598e-5 -milford_haven_PN 1.8658456945610598e-5 -millicent_PN 1.8658456945610598e-5 -millie_PN 1.8658456945610598e-5 -millom_PN 1.8658456945610598e-5 -milly_PN 1.8658456945610598e-5 -milngavie_PN 1.8658456945610598e-5 -milnrow_PN 1.8658456945610598e-5 -milton_keynes_PN 1.8658456945610598e-5 -milwaukee_PN 1.8658456945610598e-5 -minehead_PN 1.8658456945610598e-5 -minneapolis_PN 4.8511988058587554e-4 -minnesota_PN 2.9853531112976957e-4 -minsk_PN 1.8658456945610598e-5 -minster_in_sheppey_PN 1.8658456945610598e-5 -miranda_PN 1.8658456945610598e-5 -miriam_PN 1.8658456945610598e-5 -misc_PN 1.8658456945610598e-5 -mississippi_PN 1.8658456945610597e-4 -missouri_PN 2.052430264017166e-4 -mlle_PN 1.8658456945610598e-5 -mme_PN 1.8658456945610598e-5 -mo_PN 1.8658456945610598e-5 -modena_PN 1.8658456945610598e-5 -moira_PN 1.8658456945610598e-5 -mold_PN 1.8658456945610598e-5 -molly_PN 1.8658456945610598e-5 -moloch_PN 1.8658456945610598e-5 -mon_PN 1.8658456945610598e-5 -monaco_PN 1.8658456945610598e-5 -monaghan_PN 1.8658456945610598e-5 -monchengladbach_PN 1.8658456945610598e-5 -monday_PN 3.9742513294150576e-3 -mongolia_PN 1.8658456945610598e-5 -monica_PN 1.8658456945610598e-5 -monifieth_PN 1.8658456945610598e-5 -monmouth_PN 1.8658456945610598e-5 -montana_PN 1.1195074167366359e-4 -monterrey_PN 1.8658456945610598e-5 -montevideo_PN 1.8658456945610598e-5 -montreal_PN 1.8658456945610598e-5 -montrose_PN 1.8658456945610598e-5 -montserrat_PN 1.8658456945610598e-5 -monza_PN 1.8658456945610598e-5 -morecambe_PN 1.8658456945610598e-5 -morley_PN 1.8658456945610598e-5 -morocco_PN 1.8658456945610598e-5 -morpeth_PN 1.8658456945610598e-5 -morpheus_PN 1.8658456945610598e-5 -moscow_PN 1.2874335292471313e-3 -mossley_PN 1.8658456945610598e-5 -motherwell_PN 1.8658456945610598e-5 -mountain_ash_PN 1.8658456945610598e-5 -mozambique_PN 1.8658456945610598e-5 -mr_PN 1.8658456945610598e-5 -mrs_PN 1.8658456945610598e-5 -ms_PN 1.8658456945610598e-5 -mt_PN 1.8658456945610598e-5 -muhammad_PN 1.8658456945610598e-5 -mukden_PN 1.8658456945610598e-5 -mulheim_PN 1.8658456945610598e-5 -mulhouse_PN 1.8658456945610598e-5 -multan_PN 1.8658456945610598e-5 -munich_PN 9.329228472805298e-5 -munster_PN 1.8658456945610598e-5 -muriel_PN 1.8658456945610598e-5 -murton_PN 1.8658456945610598e-5 -musselburgh_PN 1.8658456945610598e-5 -myra_PN 1.8658456945610598e-5 -nagoya_PN 1.8658456945610598e-5 -nagpur_PN 1.8658456945610598e-5 -nailsea_PN 1.8658456945610598e-5 -nairn_PN 1.8658456945610598e-5 -nairobi_PN 1.8658456945610598e-5 -namibia_PN 2.612183972385484e-4 -nanchang_PN 1.8658456945610598e-5 -nancy_PN 1.8658456945610598e-5 -nanking_PN 1.8658456945610598e-5 -nanning_PN 1.8658456945610598e-5 -nantwich_PN 1.8658456945610598e-5 -naomi_PN 1.8658456945610598e-5 -naples_PN 1.8658456945610598e-5 -napoli_PN 1.8658456945610598e-5 -narborough_PN 1.8658456945610598e-5 -nasa_PN 1.8658456945610598e-5 -nat_PN 1.8658456945610598e-5 -natalie_PN 1.8658456945610598e-5 -nathaniel_PN 1.8658456945610598e-5 -nato_PN 1.8658456945610598e-5 -nauru_PN 1.8658456945610598e-5 -nb_PN 1.8658456945610598e-5 -neath_PN 1.8658456945610598e-5 -nebraska_PN 1.8658456945610598e-5 -ned_PN 1.8658456945610598e-5 -neddy_PN 1.8658456945610598e-5 -neil_PN 1.8658456945610598e-5 -nell_PN 1.8658456945610598e-5 -nelly_PN 1.8658456945610598e-5 -nelson_PN 1.8658456945610598e-5 -nepal_PN 1.8658456945610598e-5 -neptune_PN 1.8658456945610598e-5 -neston_PN 1.8658456945610598e-5 -nestor_PN 1.8658456945610598e-5 -netherlands_PN 1.8658456945610598e-5 -netley_PN 1.8658456945610598e-5 -neuss_PN 1.8658456945610598e-5 -nevada_PN 1.8658456945610598e-5 -neville_PN 1.8658456945610598e-5 -new_cumnock_PN 1.8658456945610598e-5 -new_mills_PN 1.8658456945610598e-5 -new_orleans_PN 1.8658456945610598e-5 -new_tredegar_PN 1.8658456945610598e-5 -new_windsor_PN 1.8658456945610598e-5 -new_york_PN 7.108872096277638e-3 -newark_PN 1.8658456945610598e-5 -newarthill_PN 1.8658456945610598e-5 -newbiggin_PN 1.8658456945610598e-5 -newbury_PN 1.8658456945610598e-5 -newcastle_PN 1.8658456945610598e-5 -newcastle_under_lyme_PN 1.8658456945610598e-5 -newcastle_upon_tyne_PN 1.8658456945610598e-5 -newfoundland_PN 1.8658456945610598e-5 -newham_PN 1.8658456945610598e-5 -newhaven_PN 1.8658456945610598e-5 -newmains_PN 1.8658456945610598e-5 -newmarket_PN 1.8658456945610598e-5 -newport_PN 1.8658456945610598e-5 -newport_pagnell_PN 1.8658456945610598e-5 -newquay_PN 1.8658456945610598e-5 -newry_PN 1.8658456945610598e-5 -newton_abbot_PN 1.8658456945610598e-5 -newton_aycliffe_PN 1.8658456945610598e-5 -newton_le_willows_PN 1.8658456945610598e-5 -newton_mearns_PN 1.8658456945610598e-5 -newtown_PN 1.8658456945610598e-5 -nicaragua_PN 5.784121653139285e-4 -nice_PN 1.8658456945610598e-5 -nicholas_PN 1.8658456945610598e-5 -nick_PN 1.8658456945610598e-5 -nicola_PN 1.8658456945610598e-5 -nicole_PN 1.8658456945610598e-5 -nigel_PN 1.8658456945610598e-5 -niger_PN 1.8658456945610598e-5 -nigeria_PN 9.329228472805298e-5 -nijmegen_PN 1.8658456945610598e-5 -nimrod_PN 1.8658456945610598e-5 -niobe_PN 1.8658456945610598e-5 -nissen_PN 1.8658456945610598e-5 -noah_PN 1.8658456945610598e-5 -nobel_PN 1.8658456945610598e-5 -noel_PN 1.8658456945610598e-5 -nora_PN 1.8658456945610598e-5 -norfolk_PN 1.8658456945610598e-5 -norman_PN 1.8658456945610598e-5 -normanton_PN 1.8658456945610598e-5 -normantown_PN 1.8658456945610598e-5 -north_walsham_PN 1.8658456945610598e-5 -northallerton_PN 1.8658456945610598e-5 -northam_PN 1.8658456945610598e-5 -northampton_PN 5.5975370836831795e-5 -northamptonshire_PN 1.8658456945610598e-5 -northumberland_PN 1.8658456945610598e-5 -northwich_PN 1.8658456945610598e-5 -norton_PN 1.8658456945610598e-5 -norway_PN 1.6792611251049538e-4 -norwich_PN 1.8658456945610598e-5 -nottingham_PN 1.8658456945610598e-5 -nottinghamshire_PN 1.8658456945610598e-5 -nov_PN 1.8658456945610598e-5 -nova_scotia_PN 1.8658456945610598e-5 -novara_PN 1.8658456945610598e-5 -november_PN 5.037783375314861e-4 -novokuznetsk_PN 1.8658456945610598e-5 -novosibirsk_PN 1.8658456945610598e-5 -nr_PN 1.8658456945610598e-5 -nuneaton_PN 1.8658456945610598e-5 -nurenburg_PN 1.8658456945610598e-5 -oakengates_PN 1.8658456945610598e-5 -ob_PN 1.8658456945610598e-5 -oban_PN 1.8658456945610598e-5 -oberhausen_PN 1.8658456945610598e-5 -occident_PN 1.8658456945610598e-5 -ockbrook_PN 1.8658456945610598e-5 -ockendon_PN 1.8658456945610598e-5 -oct_PN 1.8658456945610598e-5 -october_PN 1.6419442112137327e-3 -odessa_PN 1.8658456945610598e-5 -oedipus_PN 1.8658456945610598e-5 -offaly_PN 1.8658456945610598e-5 -offenbach_PN 1.8658456945610598e-5 -ogmore_valley_PN 1.8658456945610598e-5 -ohio_PN 7.649967347700345e-4 -oklahoma_PN 1.8658456945610597e-4 -oklahoma_city_PN 1.8658456945610598e-5 -old_windsor_PN 1.8658456945610598e-5 -oldenburg_PN 1.8658456945610598e-5 -oldham_PN 1.8658456945610598e-5 -oldland_PN 1.8658456945610598e-5 -olive_PN 1.8658456945610598e-5 -oliver_PN 1.8658456945610598e-5 -olivia_PN 1.8658456945610598e-5 -ollerton_PN 1.8658456945610598e-5 -ollie_PN 1.8658456945610598e-5 -olympics_PN 1.8658456945610598e-5 -oman_PN 1.8658456945610598e-5 -omsk_PN 1.8658456945610598e-5 -ongar_PN 1.8658456945610598e-5 -ontario_PN 1.8658456945610598e-5 -op_PN 1.8658456945610598e-5 -op_cit_PN 1.8658456945610598e-5 -opec_PN 1.8658456945610598e-5 -opp_PN 1.8658456945610598e-5 -oregon_PN 1.8658456945610598e-5 -orkney_PN 1.8658456945610598e-5 -orleans_PN 1.8658456945610598e-5 -ormskirk_PN 1.8658456945610598e-5 -osaka_PN 1.8658456945610598e-5 -oscar_PN 1.8658456945610598e-5 -oslo_PN 1.8658456945610598e-5 -osnabruck_PN 1.8658456945610598e-5 -ossett_PN 1.8658456945610598e-5 -oswald_PN 1.8658456945610598e-5 -oswestry_PN 1.8658456945610598e-5 -otago_PN 1.8658456945610598e-5 -otley_PN 1.8658456945610598e-5 -ottawa_PN 1.8658456945610598e-5 -oviedo_PN 1.8658456945610598e-5 -oxbridge_PN 1.8658456945610598e-5 -oxford_PN 1.8658456945610598e-5 -oxfordshire_PN 1.8658456945610598e-5 -oxon_PN 1.8658456945610598e-5 -oxted_PN 1.8658456945610598e-5 -ozzie_PN 1.8658456945610598e-5 -pacific_PN 1.4926765556488479e-4 -paddy_PN 1.8658456945610598e-5 -padova_PN 1.8658456945610598e-5 -padua_PN 1.8658456945610598e-5 -paisley_PN 1.8658456945610598e-5 -pakistan_PN 2.052430264017166e-4 -palembang_PN 1.8658456945610598e-5 -palermo_PN 1.8658456945610598e-5 -palestine_PN 1.8658456945610598e-5 -pam_PN 1.8658456945610598e-5 -pamela_PN 1.8658456945610598e-5 -pamplona_PN 1.8658456945610598e-5 -panama_PN 8.956059333893087e-4 -paotow_PN 1.8658456945610598e-5 -papua_PN 1.8658456945610598e-5 -paraguay_PN 1.8658456945610598e-5 -paris_PN 1.026215132008583e-3 -parma_PN 1.8658456945610598e-5 -pat_PN 1.8658456945610598e-5 -patience_PN 1.8658456945610598e-5 -patrai_PN 1.8658456945610598e-5 -patricia_PN 1.8658456945610598e-5 -patrick_PN 1.8658456945610598e-5 -patty_PN 1.8658456945610598e-5 -paul_PN 1.8658456945610598e-5 -paula_PN 1.8658456945610598e-5 -pauline_PN 1.8658456945610598e-5 -paye_PN 1.8658456945610598e-5 -pc_PN 1.8658456945610598e-5 -peacehaven_PN 1.8658456945610598e-5 -pearl_PN 1.8658456945610598e-5 -peebles_PN 1.8658456945610598e-5 -peg_PN 1.8658456945610598e-5 -peggy_PN 1.8658456945610598e-5 -peking_PN 1.8658456945610598e-5 -pelton_PN 1.8658456945610598e-5 -pembroke_PN 1.8658456945610598e-5 -penarth_PN 1.8658456945610598e-5 -pendlebury_PN 1.8658456945610598e-5 -penelope_PN 1.8658456945610598e-5 -penicuik_PN 1.8658456945610598e-5 -penki_PN 1.8658456945610598e-5 -pennsylvania_PN 4.8511988058587554e-4 -penny_PN 1.8658456945610598e-5 -penrhyn_PN 1.8658456945610598e-5 -penrith_PN 1.8658456945610598e-5 -penryn_PN 1.8658456945610598e-5 -penzance_PN 1.8658456945610598e-5 -percy_PN 1.8658456945610598e-5 -perm_PN 1.8658456945610598e-5 -pershore_PN 1.8658456945610598e-5 -persia_PN 1.8658456945610598e-5 -perth_PN 1.8658456945610598e-5 -peru_PN 1.8658456945610597e-4 -perugia_PN 1.8658456945610598e-5 -pescara_PN 1.8658456945610598e-5 -pete_PN 1.8658456945610598e-5 -peter_PN 1.8658456945610598e-5 -peterborough_PN 1.8658456945610598e-5 -peterhead_PN 1.8658456945610598e-5 -peterlee_PN 1.8658456945610598e-5 -petersfield_PN 1.8658456945610598e-5 -phil_PN 1.8658456945610598e-5 -philadelphia_PN 1.8658456945610598e-5 -philip_PN 1.8658456945610598e-5 -philippa_PN 1.8658456945610598e-5 -philippines_PN 4.8511988058587554e-4 -phnom_penh_PN 1.8658456945610598e-5 -phoebe_PN 1.8658456945610598e-5 -phoenix_PN 1.8658456945610598e-5 -phyllis_PN 1.8658456945610598e-5 -piacenza_PN 1.8658456945610598e-5 -pill_PN 1.8658456945610598e-5 -piraeus_PN 1.8658456945610598e-5 -pisa_PN 1.8658456945610598e-5 -pisces_PN 1.8658456945610598e-5 -pittsburgh_PN 6.157290792051497e-4 -plc_PN 1.8658456945610598e-5 -pluto_PN 1.8658456945610598e-5 -plymouth_PN 1.8658456945610598e-5 -poland_PN 1.6606026681593431e-3 -polly_PN 1.8658456945610598e-5 -pont_llan_fraith_PN 1.8658456945610598e-5 -pontardawe_PN 1.8658456945610598e-5 -pontardulais_PN 1.8658456945610598e-5 -pontefract_PN 1.8658456945610598e-5 -pontycymmer_PN 1.8658456945610598e-5 -pontypool_PN 1.8658456945610598e-5 -poole_PN 1.8658456945610598e-5 -poona_PN 1.8658456945610598e-5 -port_glasgow_PN 1.8658456945610598e-5 -port_talbot_PN 1.8658456945610598e-5 -porthcawl_PN 1.8658456945610598e-5 -porthmadog_PN 1.8658456945610598e-5 -portishead_PN 1.8658456945610598e-5 -portland_PN 1.8658456945610598e-5 -porto_alegre_PN 1.8658456945610598e-5 -portsmouth_PN 1.8658456945610598e-5 -portugal_PN 1.306091986192742e-4 -potsdam_PN 1.8658456945610598e-5 -potters_bar_PN 1.8658456945610598e-5 -powys_PN 1.8658456945610598e-5 -poynton_PN 1.8658456945610598e-5 -poznan_PN 1.8658456945610598e-5 -prague_PN 1.8658456945610598e-5 -prato_PN 1.8658456945610598e-5 -prescot_PN 1.8658456945610598e-5 -prestatyn_PN 1.8658456945610598e-5 -preston_PN 1.8658456945610598e-5 -prestonpans_PN 1.8658456945610598e-5 -prestwich_PN 1.8658456945610598e-5 -prestwick_PN 1.8658456945610598e-5 -pretoria_PN 1.8658456945610597e-4 -princes_risborough_PN 1.8658456945610598e-5 -priscilla_PN 1.8658456945610598e-5 -prof_PN 1.8658456945610598e-5 -providence_PN 1.8658456945610598e-5 -pru_PN 1.8658456945610598e-5 -prudence_PN 1.8658456945610598e-5 -prudhoe_PN 1.8658456945610598e-5 -pte_PN 1.8658456945610598e-5 -pto_PN 1.8658456945610598e-5 -pty_PN 1.8658456945610598e-5 -pudsey_PN 1.8658456945610598e-5 -pusan_PN 1.8658456945610598e-5 -pwllheli_PN 1.8658456945610598e-5 -pyle_PN 1.8658456945610598e-5 -pyongyang_PN 1.8658456945610598e-5 -qatar_PN 1.8658456945610598e-5 -qed_PN 1.8658456945610598e-5 -quebec_PN 1.8658456945610598e-5 -queenborough_in_sheppey_PN 1.8658456945610598e-5 -queensbury_PN 1.8658456945610598e-5 -queensferry_PN 1.8658456945610598e-5 -queensland_PN 1.8658456945610598e-5 -quentin_PN 1.8658456945610598e-5 -quinquagesima_PN 1.8658456945610598e-5 -quito_PN 1.8658456945610598e-5 -qv_PN 1.8658456945610598e-5 -rachel_PN 1.8658456945610598e-5 -rada_PN 1.8658456945610598e-5 -radcliffe_PN 1.8658456945610598e-5 -radcliffe_on_trent_PN 1.8658456945610598e-5 -radlett_PN 1.8658456945610598e-5 -radstock_PN 1.8658456945610598e-5 -rainford_PN 1.8658456945610598e-5 -ralph_PN 1.8658456945610598e-5 -ramadan_PN 1.8658456945610598e-5 -ramsbottom_PN 1.8658456945610598e-5 -ramsgate_PN 1.8658456945610598e-5 -randolph_PN 1.8658456945610598e-5 -rangoon_PN 1.8658456945610598e-5 -ravenna_PN 1.8658456945610598e-5 -rawtenstall_PN 1.8658456945610598e-5 -ray_PN 1.8658456945610598e-5 -raymond_PN 1.8658456945610598e-5 -rc_PN 1.8658456945610598e-5 -rd_PN 1.8658456945610598e-5 -reading_PN 1.8658456945610598e-5 -rebecca_PN 1.8658456945610598e-5 -rec_PN 1.8658456945610598e-5 -recd_PN 1.8658456945610598e-5 -recife_PN 1.8658456945610598e-5 -recklinghausen_PN 1.8658456945610598e-5 -redbridge_PN 1.8658456945610598e-5 -redditch_PN 1.8658456945610598e-5 -redruth_PN 1.8658456945610598e-5 -reg_PN 1.8658456945610598e-5 -regensburg_PN 1.8658456945610598e-5 -regina_PN 1.8658456945610598e-5 -reginald_PN 1.8658456945610598e-5 -reigate_PN 1.8658456945610598e-5 -remscheid_PN 1.8658456945610598e-5 -renfrew_PN 1.8658456945610598e-5 -rennes_PN 1.8658456945610598e-5 -ret_PN 1.8658456945610598e-5 -retd_PN 1.8658456945610598e-5 -retford_PN 1.8658456945610598e-5 -rev_PN 1.8658456945610598e-5 -revd_PN 1.8658456945610598e-5 -rex_PN 1.8658456945610598e-5 -reykjavik_PN 1.8658456945610598e-5 -rheims_PN 1.8658456945610598e-5 -rheydt_PN 1.8658456945610598e-5 -rhine_PN 1.8658456945610598e-5 -rhode_PN 1.8658456945610598e-5 -rhondda_PN 1.8658456945610598e-5 -rhosllanerchrugog_PN 1.8658456945610598e-5 -rhyl_PN 1.8658456945610598e-5 -rhymney_PN 1.8658456945610598e-5 -richard_PN 1.8658456945610598e-5 -richmond_PN 1.8658456945610598e-5 -richmond_upon_thames_PN 1.8658456945610598e-5 -rick_PN 1.8658456945610598e-5 -rickmansworth_PN 1.8658456945610598e-5 -ricky_PN 1.8658456945610598e-5 -riga_PN 1.8658456945610598e-5 -rijeka_PN 1.8658456945610598e-5 -rimini_PN 1.8658456945610598e-5 -ringwood_PN 1.8658456945610598e-5 -rio_de_janeiro_PN 1.8658456945610598e-5 -rip_PN 1.8658456945610598e-5 -ripley_PN 1.8658456945610598e-5 -ripon_PN 1.8658456945610598e-5 -risborough_PN 1.8658456945610598e-5 -risca_PN 1.8658456945610598e-5 -rishton_PN 1.8658456945610598e-5 -rita_PN 1.8658456945610598e-5 -riviera_PN 1.8658456945610598e-5 -rob_PN 1.8658456945610598e-5 -robert_PN 1.8658456945610598e-5 -robin_PN 1.8658456945610598e-5 -rochdale_PN 1.8658456945610598e-5 -rochester_PN 1.8658456945610598e-5 -rod_PN 1.8658456945610598e-5 -rodney_PN 1.8658456945610598e-5 -roger_PN 1.8658456945610598e-5 -romania_PN 3.7316913891221197e-5 -rome_PN 1.306091986192742e-4 -romsey_PN 1.8658456945610598e-5 -ron_PN 1.8658456945610598e-5 -ronald_PN 1.8658456945610598e-5 -ronnie_PN 1.8658456945610598e-5 -rosalie_PN 1.8658456945610598e-5 -rosalind_PN 1.8658456945610598e-5 -rosamund_PN 1.8658456945610598e-5 -rosario_PN 1.8658456945610598e-5 -roscommon_PN 1.8658456945610598e-5 -rose_PN 1.8658456945610598e-5 -rosemary_PN 1.8658456945610598e-5 -rosie_PN 1.8658456945610598e-5 -roslyn_PN 1.8658456945610598e-5 -ross_on_wye_PN 1.8658456945610598e-5 -rossington_PN 1.8658456945610598e-5 -rosslare_PN 1.8658456945610598e-5 -rostock_PN 1.8658456945610598e-5 -rostov_na_donu_PN 1.8658456945610598e-5 -rotherham_PN 1.8658456945610598e-5 -rothesay_PN 1.8658456945610598e-5 -rothwell_PN 1.8658456945610598e-5 -rotterdam_PN 1.8658456945610598e-5 -roubaix_PN 1.8658456945610598e-5 -rouen_PN 1.8658456945610598e-5 -rowlands_gill_PN 1.8658456945610598e-5 -roy_PN 1.8658456945610598e-5 -royston_PN 1.8658456945610598e-5 -rsvp_PN 1.8658456945610598e-5 -rt_hon_PN 1.8658456945610598e-5 -ruddington_PN 1.8658456945610598e-5 -rudolf_PN 1.8658456945610598e-5 -rudy_PN 1.8658456945610598e-5 -rugby_PN 1.8658456945610598e-5 -rugeley_PN 1.8658456945610598e-5 -runcorn_PN 1.8658456945610598e-5 -rupert_PN 1.8658456945610598e-5 -russia_PN 1.306091986192742e-4 -ruth_PN 1.8658456945610598e-5 -rutherglen_PN 1.8658456945610598e-5 -rutland_PN 1.8658456945610598e-5 -rwanda_PN 1.8658456945610598e-5 -ryde_PN 1.8658456945610598e-5 -ryehill_PN 1.8658456945610598e-5 -saarbrucken_PN 1.8658456945610598e-5 -sabadeli_PN 1.8658456945610598e-5 -sabah_PN 1.8658456945610598e-5 -sacramento_PN 1.8658456945610598e-5 -saffron_walden_PN 1.8658456945610598e-5 -sagittarius_PN 1.8658456945610598e-5 -saigon_PN 1.8658456945610598e-5 -salamanca_PN 1.8658456945610598e-5 -sale_PN 1.8658456945610598e-5 -salerno_PN 1.8658456945610598e-5 -salford_PN 1.8658456945610598e-5 -salisbury_PN 3.7316913891221197e-5 -sally_PN 1.8658456945610598e-5 -salt_PN 1.8658456945610598e-5 -saltash_PN 1.8658456945610598e-5 -saltburn_PN 1.8658456945610598e-5 -saltcoats_PN 1.8658456945610598e-5 -salvador_PN 1.8658456945610598e-5 -salzburg_PN 1.8658456945610598e-5 -sam_PN 1.8658456945610598e-5 -samantha_PN 1.8658456945610598e-5 -sammy_PN 1.8658456945610598e-5 -samoa_PN 1.8658456945610598e-5 -samuel_PN 1.8658456945610598e-5 -san_antonio_PN 2.052430264017166e-4 -san_bernardino_PN 1.8658456945610598e-5 -san_diego_PN 1.8658456945610598e-5 -san_francisco_PN 2.630842429331094e-3 -san_jose_PN 1.8658456945610598e-5 -san_juan_PN 1.8658456945610598e-5 -san_marino_PN 1.8658456945610598e-5 -san_sebastian_PN 1.8658456945610598e-5 -sandbach_PN 1.8658456945610598e-5 -sandown_PN 1.8658456945610598e-5 -sandra_PN 1.8658456945610598e-5 -sandy_PN 1.8658456945610598e-5 -santa_claus_PN 1.8658456945610598e-5 -santander_PN 1.8658456945610598e-5 -santiago_PN 1.8658456945610598e-5 -santo_domingo_PN 1.8658456945610598e-5 -santos_PN 1.8658456945610598e-5 -sao_paolo_PN 1.8658456945610598e-5 -sapporo_PN 1.8658456945610598e-5 -sara_PN 1.8658456945610598e-5 -sarah_PN 1.8658456945610598e-5 -sarajevo_PN 1.8658456945610598e-5 -saratov_PN 1.8658456945610598e-5 -sarawak_PN 1.8658456945610598e-5 -sarisbury_PN 1.8658456945610598e-5 -saskatchewan_PN 1.8658456945610598e-5 -sassari_PN 1.8658456945610598e-5 -sat_PN 1.8658456945610598e-5 -saturday_PN 5.410952514227073e-4 -saturn_PN 1.8658456945610598e-5 -sauchie_PN 1.8658456945610598e-5 -saudi_arabia_PN 2.9853531112976957e-4 -sawbridgeworth_PN 1.8658456945610598e-5 -scarborough_PN 1.8658456945610598e-5 -schwerin_PN 1.8658456945610598e-5 -scorpio_PN 1.8658456945610598e-5 -scotland_PN 1.8658456945610598e-5 -scotland_yard_PN 1.8658456945610598e-5 -scunthorpe_PN 1.8658456945610598e-5 -seaford_PN 1.8658456945610598e-5 -seaham_PN 1.8658456945610598e-5 -seamus_PN 1.8658456945610598e-5 -sean_PN 1.8658456945610598e-5 -seaton_burn_PN 1.8658456945610598e-5 -seaton_delaval_PN 1.8658456945610598e-5 -seattle_PN 1.8658456945610598e-5 -securicor_PN 1.8658456945610598e-5 -selby_PN 1.8658456945610598e-5 -selkirk_PN 1.8658456945610598e-5 -selsey_PN 1.8658456945610598e-5 -selston_PN 1.8658456945610598e-5 -semarang_PN 1.8658456945610598e-5 -senegal_PN 1.8658456945610598e-5 -seoul_PN 4.8511988058587554e-4 -sept_PN 1.8658456945610598e-5 -september_PN 5.149734116988525e-3 -seven_sisters_PN 1.8658456945610598e-5 -sevenoaks_PN 1.8658456945610598e-5 -sevilla_PN 1.8658456945610598e-5 -seville_PN 1.8658456945610598e-5 -seychelles_PN 1.8658456945610598e-5 -sgd_PN 1.8658456945610598e-5 -sgt_PN 1.8658456945610598e-5 -shanghai_PN 1.8658456945610598e-5 -shanklin_PN 1.8658456945610598e-5 -sharon_PN 1.8658456945610598e-5 -sheerness_PN 1.8658456945610598e-5 -sheffield_PN 3.7316913891221197e-5 -sheila_PN 1.8658456945610598e-5 -shelford_PN 1.8658456945610598e-5 -shepshed_PN 1.8658456945610598e-5 -shepton_mallet_PN 1.8658456945610598e-5 -sherbourne_PN 1.8658456945610598e-5 -sheringham_PN 1.8658456945610598e-5 -shetland_PN 1.8658456945610598e-5 -shevington_PN 1.8658456945610598e-5 -shihkiachwang_PN 1.8658456945610598e-5 -shildon_PN 1.8658456945610598e-5 -shirebrook_PN 1.8658456945610598e-5 -shiremoor_PN 1.8658456945610598e-5 -shirley_PN 1.8658456945610598e-5 -shotton_PN 1.8658456945610598e-5 -shotts_PN 1.8658456945610598e-5 -shrewsbury_PN 1.8658456945610598e-5 -shropshire_PN 1.8658456945610598e-5 -shrove_tuesday_PN 1.8658456945610598e-5 -siam_PN 1.8658456945610598e-5 -sian_PN 1.8658456945610598e-5 -sid_PN 1.8658456945610598e-5 -sidmouth_PN 1.8658456945610598e-5 -sidney_PN 3.1719376807538016e-4 -sierra_leone_PN 1.8658456945610598e-5 -sileby_PN 1.8658456945610598e-5 -silsden_PN 1.8658456945610598e-5 -silvia_PN 1.8658456945610598e-5 -simon_PN 1.8658456945610598e-5 -singapore_PN 7.276798208788133e-4 -sining_PN 1.8658456945610598e-5 -sinn_fein_PN 1.8658456945610598e-5 -siracusa_PN 1.8658456945610598e-5 -sittingbourne_PN 1.8658456945610598e-5 -skegness_PN 1.8658456945610598e-5 -skelmanthorpe_PN 1.8658456945610598e-5 -skelmersdale_PN 1.8658456945610598e-5 -skewen_PN 1.8658456945610598e-5 -skipton_PN 1.8658456945610598e-5 -skopje_PN 1.8658456945610598e-5 -sleaford_PN 1.8658456945610598e-5 -sligo_PN 1.8658456945610598e-5 -slough_PN 1.8658456945610598e-5 -snr_PN 1.8658456945610598e-5 -sofia_PN 3.7316913891221197e-5 -soho_PN 1.8658456945610598e-5 -sol_PN 1.8658456945610598e-5 -solihull_PN 1.8658456945610598e-5 -solingen_PN 1.8658456945610598e-5 -solon_PN 1.8658456945610598e-5 -somalia_PN 1.8658456945610598e-5 -somercotes_PN 1.8658456945610598e-5 -somerset_PN 1.8658456945610598e-5 -sonia_PN 1.8658456945610598e-5 -soochow_PN 1.8658456945610598e-5 -sophia_PN 1.8658456945610598e-5 -sophie_PN 1.8658456945610598e-5 -south_kirkby_PN 1.8658456945610598e-5 -south_normantown_PN 1.8658456945610598e-5 -south_ockendon_PN 1.8658456945610598e-5 -south_shields_PN 1.8658456945610598e-5 -southampton_PN 1.8658456945610598e-5 -southend_on_sea_PN 1.8658456945610598e-5 -southport_PN 1.8658456945610598e-5 -southwark_PN 1.8658456945610598e-5 -spain_PN 7.836551917156452e-4 -spalding_PN 1.8658456945610598e-5 -spenborough_PN 1.8658456945610598e-5 -spennymoor_PN 1.8658456945610598e-5 -split_PN 1.8658456945610598e-5 -springfield_PN 1.8658456945610598e-5 -sq_PN 1.8658456945610598e-5 -sr_PN 1.8658456945610598e-5 -sri_lanka_PN 1.8658456945610598e-5 -st_PN 1.8658456945610598e-5 -st_albans_PN 1.8658456945610598e-5 -st_andrews_PN 1.8658456945610598e-5 -st_andrews_major_PN 1.8658456945610598e-5 -st_austell_PN 1.8658456945610598e-5 -st_blazey_PN 1.8658456945610598e-5 -st_helens_PN 1.8658456945610598e-5 -st_ives_PN 1.8658456945610598e-5 -st_louis_PN 1.8658456945610598e-5 -st_neots_PN 1.8658456945610598e-5 -st_paul_PN 1.8658456945610598e-5 -st_petersburg_PN 9.329228472805298e-5 -st_stephen_PN 1.8658456945610598e-5 -sta_PN 1.8658456945610598e-5 -stafford_PN 1.8658456945610598e-5 -staffordshire_PN 1.8658456945610598e-5 -stakeford_PN 1.8658456945610598e-5 -stalybridge_PN 1.8658456945610598e-5 -stamford_PN 2.2390148334732718e-4 -stan_PN 1.8658456945610598e-5 -stanford_PN 7.463382778244239e-5 -stanley_PN 1.8658456945610598e-5 -std_PN 1.8658456945610598e-5 -stella_PN 1.8658456945610598e-5 -sten_PN 1.8658456945610598e-5 -stephanie_PN 1.8658456945610598e-5 -stephen_PN 1.8658456945610598e-5 -steve_PN 1.8658456945610598e-5 -steven_PN 1.8658456945610598e-5 -stevenage_PN 1.8658456945610598e-5 -stevenston_PN 1.8658456945610598e-5 -stewart_PN 1.8658456945610598e-5 -steyning_PN 1.8658456945610598e-5 -stirling_PN 1.8658456945610598e-5 -stockholm_PN 3.3585222502099076e-4 -stockport_PN 1.8658456945610598e-5 -stocksbridge_PN 1.8658456945610598e-5 -stoke_on_trent_PN 1.8658456945610598e-5 -stone_PN 1.8658456945610598e-5 -stonehouse_PN 1.8658456945610598e-5 -stornoway_PN 1.8658456945610598e-5 -stotfold_PN 1.8658456945610598e-5 -stourbridge_PN 1.8658456945610598e-5 -stourport_on_severn_PN 1.8658456945610598e-5 -stowmarket_PN 1.8658456945610598e-5 -stranraer_PN 1.8658456945610598e-5 -strasbourg_PN 1.8658456945610598e-5 -stratford_on_avon_PN 1.8658456945610598e-5 -strathaven_PN 1.8658456945610598e-5 -strathclyde_PN 1.8658456945610598e-5 -street_PN 1.8658456945610598e-5 -stretford_PN 1.8658456945610598e-5 -stroud_PN 1.8658456945610598e-5 -stuart_PN 1.8658456945610598e-5 -studley_PN 1.8658456945610598e-5 -stuttgart_PN 1.8658456945610598e-5 -styx_PN 1.8658456945610598e-5 -suchow_PN 1.8658456945610598e-5 -sudan_PN 1.8658456945610598e-5 -sudbury_PN 1.8658456945610598e-5 -sue_PN 1.8658456945610598e-5 -suffolk_PN 1.8658456945610598e-5 -sumatra_PN 1.8658456945610598e-5 -sun_PN 1.8658456945610598e-5 -sunday_PN 6.343875361507603e-4 -sunderland_PN 1.8658456945610598e-5 -supt_PN 1.8658456945610598e-5 -surabaja_PN 1.8658456945610598e-5 -surrey_PN 1.8658456945610598e-5 -susan_PN 1.8658456945610598e-5 -susanna_PN 1.8658456945610598e-5 -susie_PN 1.8658456945610598e-5 -sussex_PN 1.8658456945610598e-5 -sutton_PN 1.8658456945610598e-5 -sutton_at_hone_PN 1.8658456945610598e-5 -sutton_coldfield_PN 1.8658456945610598e-5 -sutton_in_ashfield_PN 1.8658456945610598e-5 -suzanne_PN 1.8658456945610598e-5 -sverdlovsk_PN 1.8658456945610598e-5 -swadlincote_PN 1.8658456945610598e-5 -swanage_PN 1.8658456945610598e-5 -swanley_PN 1.8658456945610598e-5 -swansea_PN 1.8658456945610598e-5 -swaziland_PN 1.8658456945610598e-5 -sweden_PN 2.79876854184159e-4 -swindon_PN 1.8658456945610598e-5 -swinton_PN 1.8658456945610598e-5 -switzerland_PN 1.8658456945610598e-5 -sydney_PN 1.8658456945610598e-5 -sylvia_PN 1.8658456945610598e-5 -syracuse_PN 1.8658456945610598e-5 -syria_PN 9.329228472805298e-5 -syston_PN 1.8658456945610598e-5 -tadley_PN 1.8658456945610598e-5 -taegu_PN 1.8658456945610598e-5 -tahiti_PN 1.8658456945610598e-5 -taipei_PN 2.9853531112976957e-4 -taiwan_PN 5.59753708368318e-4 -taiyuan_PN 1.8658456945610598e-5 -tampere_PN 1.8658456945610598e-5 -tamworth_PN 1.8658456945610598e-5 -tangshan_PN 1.8658456945610598e-5 -tanzania_PN 1.8658456945610598e-5 -taranaki_PN 1.8658456945610598e-5 -taranto_PN 1.8658456945610598e-5 -tarrasa_PN 1.8658456945610598e-5 -tashkent_PN 1.8658456945610598e-5 -tasmania_PN 1.8658456945610598e-5 -taunton_PN 1.8658456945610598e-5 -taurus_PN 1.8658456945610598e-5 -taverham_PN 1.8658456945610598e-5 -tavistock_PN 1.8658456945610598e-5 -tayside_PN 1.8658456945610598e-5 -tbilisi_PN 1.8658456945610598e-5 -ted_PN 1.8658456945610598e-5 -teddy_PN 1.8658456945610598e-5 -teesside_PN 1.8658456945610598e-5 -teheran_PN 1.8658456945610598e-5 -teignmouth_PN 1.8658456945610598e-5 -tel_PN 1.8658456945610598e-5 -tel_aviv_PN 1.8658456945610598e-5 -telford_PN 1.8658456945610598e-5 -telstar_PN 1.8658456945610598e-5 -tenby_PN 1.8658456945610598e-5 -tennessee_PN 1.6792611251049538e-4 -tenterden_PN 1.8658456945610598e-5 -terence_PN 1.8658456945610598e-5 -teresa_PN 1.8658456945610598e-5 -termi_PN 1.8658456945610598e-5 -terr_PN 1.8658456945610598e-5 -terry_PN 1.8658456945610598e-5 -tess_PN 1.8658456945610598e-5 -tessa_PN 1.8658456945610598e-5 -tewkesbury_PN 1.8658456945610598e-5 -texas_PN 1.9777964362347232e-3 -thailand_PN 1.8658456945610597e-4 -thame_PN 1.8658456945610598e-5 -thatcham_PN 1.8658456945610598e-5 -theo_PN 1.8658456945610598e-5 -theodore_PN 1.8658456945610598e-5 -theresa_PN 1.8658456945610598e-5 -thessaloniki_PN 1.8658456945610598e-5 -thetford_PN 1.8658456945610598e-5 -thionville_PN 1.8658456945610598e-5 -thirsk_PN 1.8658456945610598e-5 -thomas_PN 1.8658456945610598e-5 -thornbury_PN 1.8658456945610598e-5 -thorne_PN 1.8658456945610598e-5 -thurcroft_PN 1.8658456945610598e-5 -thurmaston_PN 1.8658456945610598e-5 -thurrock_PN 1.8658456945610598e-5 -thurs_PN 1.8658456945610598e-5 -thursday_PN 1.8471872376154492e-3 -thurso_PN 1.8658456945610598e-5 -tibet_PN 1.8658456945610598e-5 -tidworth_PN 1.8658456945610598e-5 -tientsin_PN 1.8658456945610598e-5 -tilburg_PN 1.8658456945610598e-5 -tilbury_PN 1.8658456945610598e-5 -tim_PN 1.8658456945610598e-5 -timmy_PN 1.8658456945610598e-5 -timothy_PN 1.8658456945610598e-5 -tina_PN 1.8658456945610598e-5 -tipperary_PN 1.8658456945610598e-5 -tiverton_PN 1.8658456945610598e-5 -tobago_PN 1.8658456945610598e-5 -toby_PN 1.8658456945610598e-5 -todmorden_PN 1.8658456945610598e-5 -togo_PN 1.8658456945610598e-5 -tokyo_PN 2.052430264017166e-3 -tom_PN 1.8658456945610598e-5 -tommy_PN 1.8658456945610598e-5 -tonbridge_PN 1.8658456945610598e-5 -tonga_PN 1.8658456945610598e-5 -tony_PN 1.8658456945610598e-5 -tonyrefail_PN 1.8658456945610598e-5 -torbay_PN 1.8658456945610598e-5 -torino_PN 1.8658456945610598e-5 -toronto_PN 4.6646142364026495e-4 -totnes_PN 1.8658456945610598e-5 -toulon_PN 1.8658456945610598e-5 -toulouse_PN 1.8658456945610598e-5 -tours_PN 1.8658456945610598e-5 -tower_hamlets_PN 1.8658456945610598e-5 -tracy_PN 1.8658456945610598e-5 -tralee_PN 1.8658456945610598e-5 -tranent_PN 1.8658456945610598e-5 -trans_PN 1.8658456945610598e-5 -tredegar_PN 1.8658456945610598e-5 -trevor_PN 1.8658456945610598e-5 -trieste_PN 1.8658456945610598e-5 -tring_PN 1.8658456945610598e-5 -trinidad_PN 1.8658456945610598e-5 -troon_PN 1.8658456945610598e-5 -trowbridge_PN 1.8658456945610598e-5 -truro_PN 1.8658456945610598e-5 -tsinan_PN 1.8658456945610598e-5 -tsingtao_PN 1.8658456945610598e-5 -tsitsihar_PN 1.8658456945610598e-5 -tues_PN 1.8658456945610598e-5 -tuesday_PN 3.209254594645023e-3 -tullibody_PN 1.8658456945610598e-5 -tunbridge_wells_PN 1.8658456945610598e-5 -tunis_PN 1.8658456945610598e-5 -tunisia_PN 1.8658456945610598e-5 -turin_PN 1.8658456945610598e-5 -turkey_PN 3.918275958578226e-4 -turku_PN 1.8658456945610598e-5 -twelfth_night_PN 1.8658456945610598e-5 -tyne_PN 1.8658456945610598e-5 -tynemouth_PN 1.8658456945610598e-5 -tyrone_PN 1.8658456945610598e-5 -tzupo_PN 1.8658456945610598e-5 -uddingston_PN 1.8658456945610598e-5 -udi_PN 1.8658456945610598e-5 -udine_PN 1.8658456945610598e-5 -ufa_PN 1.8658456945610598e-5 -uganda_PN 1.8658456945610598e-5 -uk_PN 1.8658456945610598e-5 -ulster_PN 1.8658456945610598e-5 -ulverston_PN 1.8658456945610598e-5 -unesco_PN 1.8658456945610598e-5 -unicef_PN 1.8658456945610598e-5 -univ_PN 1.8658456945610598e-5 -up_holland_PN 1.8658456945610598e-5 -upton_PN 1.8658456945610598e-5 -uranus_PN 1.8658456945610598e-5 -ursula_PN 1.8658456945610598e-5 -uruguay_PN 1.8658456945610598e-5 -urumchi_PN 1.8658456945610598e-5 -us_PN 1.8658456945610598e-5 -usa_PN 1.8658456945610598e-5 -ushaw_moor_PN 1.8658456945610598e-5 -utah_PN 1.8658456945610598e-5 -utrecht_PN 1.8658456945610598e-5 -uttoxeter_PN 1.8658456945610598e-5 -valencia_PN 1.8658456945610598e-5 -valenciennes_PN 1.8658456945610598e-5 -valladolid_PN 1.8658456945610598e-5 -vancouver_PN 1.8658456945610598e-5 -vanessa_PN 1.8658456945610598e-5 -varanasi_PN 1.8658456945610598e-5 -vasteras_PN 1.8658456945610598e-5 -venezia_PN 1.8658456945610598e-5 -venezuela_PN 1.8658456945610598e-5 -venice_PN 1.8658456945610598e-5 -ventnor_PN 1.8658456945610598e-5 -venus_PN 1.8658456945610598e-5 -vera_PN 1.8658456945610598e-5 -vermont_PN 1.8658456945610598e-5 -vernon_PN 1.8658456945610598e-5 -verona_PN 1.8658456945610598e-5 -veronica_PN 1.8658456945610598e-5 -vhf_PN 1.8658456945610598e-5 -vic_PN 1.8658456945610598e-5 -vicenza_PN 1.8658456945610598e-5 -vicky_PN 1.8658456945610598e-5 -victor_PN 1.8658456945610598e-5 -victoria_PN 1.8658456945610598e-5 -vienna_PN 1.8658456945610598e-5 -vietnam_PN 3.3585222502099076e-4 -viewpark_PN 1.8658456945610598e-5 -vigo_PN 1.8658456945610598e-5 -vince_PN 1.8658456945610598e-5 -vincent_PN 1.8658456945610598e-5 -viola_PN 1.8658456945610598e-5 -violet_PN 1.8658456945610598e-5 -virginia_PN 2.612183972385484e-4 -virginia_water_PN 1.8658456945610598e-5 -virgo_PN 1.8658456945610598e-5 -vitoria_PN 1.8658456945610598e-5 -viv_PN 1.8658456945610598e-5 -vivian_PN 1.8658456945610598e-5 -vivien_PN 1.8658456945610598e-5 -vivienne_PN 1.8658456945610598e-5 -viz_PN 1.8658456945610598e-5 -volgograd_PN 1.8658456945610598e-5 -voronezh_PN 1.8658456945610598e-5 -vs_PN 1.8658456945610598e-5 -vso_PN 1.8658456945610598e-5 -wakefield_PN 1.8658456945610598e-5 -wales_PN 1.8658456945610598e-5 -wall_street_PN 1.8658456945610598e-5 -wallace_PN 1.8658456945610598e-5 -wallasey_PN 1.8658456945610598e-5 -wallingford_PN 1.8658456945610598e-5 -wallsend_PN 1.8658456945610598e-5 -wally_PN 1.8658456945610598e-5 -walsall_PN 1.8658456945610598e-5 -walsham_PN 1.8658456945610598e-5 -walter_PN 1.8658456945610598e-5 -waltham_forest_PN 1.8658456945610598e-5 -walton_PN 1.8658456945610598e-5 -wandsworth_PN 1.8658456945610598e-5 -wantage_PN 1.8658456945610598e-5 -ware_PN 1.8658456945610598e-5 -warley_PN 1.8658456945610598e-5 -warminster_PN 1.8658456945610598e-5 -warrington_PN 1.8658456945610598e-5 -warsaw_PN 3.7316913891221197e-5 -warsop_PN 1.8658456945610598e-5 -warwick_PN 1.8658456945610598e-5 -warwickshire_PN 1.8658456945610598e-5 -washington_PN 3.2279130515906335e-3 -washington_dc_PN 1.8658456945610598e-5 -waterford_PN 1.8658456945610598e-5 -waterloo_PN 1.8658456945610598e-5 -watford_PN 1.8658456945610598e-5 -wayne_PN 1.8658456945610598e-5 -wear_PN 1.8658456945610598e-5 -wed_PN 1.8658456945610598e-5 -wednesday_PN 1.8471872376154492e-3 -wellingborough_PN 1.8658456945610598e-5 -wellington_PN 1.8658456945610598e-5 -wells_PN 1.8658456945610598e-5 -welshpool_PN 1.8658456945610598e-5 -welwyn_PN 1.8658456945610598e-5 -welwyn_garden_city_PN 1.8658456945610598e-5 -wendover_PN 1.8658456945610598e-5 -wendy_PN 1.8658456945610598e-5 -west_bromwich_PN 1.8658456945610598e-5 -westbury_PN 1.8658456945610598e-5 -westhoughton_PN 1.8658456945610598e-5 -westmeath_PN 1.8658456945610598e-5 -westminster_PN 1.8658456945610598e-5 -westmoreland_PN 1.8658456945610598e-5 -weston_super_mare_PN 1.8658456945610598e-5 -wetherby_PN 1.8658456945610598e-5 -wexford_PN 1.8658456945610598e-5 -weymouth_PN 1.8658456945610598e-5 -whaley_bridge_PN 1.8658456945610598e-5 -wheatley_hill_PN 1.8658456945610598e-5 -whitburn_PN 1.8658456945610598e-5 -whitby_PN 1.8658456945610598e-5 -whitchurch_PN 1.8658456945610598e-5 -whitehall_PN 1.8658456945610598e-5 -whitehaven_PN 1.8658456945610598e-5 -whitley_bay_PN 1.8658456945610598e-5 -whitstable_PN 1.8658456945610598e-5 -whitsun_PN 1.8658456945610598e-5 -whitsuntide_PN 1.8658456945610598e-5 -whittle_le_woods_PN 1.8658456945610598e-5 -whittlesey_PN 1.8658456945610598e-5 -whitworth_PN 1.8658456945610598e-5 -wick_PN 1.8658456945610598e-5 -wickford_PN 1.8658456945610598e-5 -wicklow_PN 1.8658456945610598e-5 -widnes_PN 1.8658456945610598e-5 -wiesbaden_PN 1.8658456945610598e-5 -wigan_PN 1.8658456945610598e-5 -wight_PN 1.8658456945610598e-5 -wilf_PN 1.8658456945610598e-5 -wilfrid_PN 1.8658456945610598e-5 -wilhelmshaven_PN 1.8658456945610598e-5 -will_PN 1.8658456945610598e-5 -william_PN 1.8658456945610598e-5 -willie_PN 1.8658456945610598e-5 -willington_PN 1.8658456945610598e-5 -willy_PN 1.8658456945610598e-5 -wilmslow_PN 1.8658456945610598e-5 -wiltshire_PN 1.8658456945610598e-5 -wimbourne_PN 1.8658456945610598e-5 -wimbourne_minster_PN 1.8658456945610598e-5 -winchester_PN 1.8658456945610598e-5 -windermere_PN 1.8658456945610598e-5 -windsor_PN 1.8658456945610598e-5 -wingate_PN 1.8658456945610598e-5 -winifred_PN 1.8658456945610598e-5 -winnie_PN 1.8658456945610598e-5 -winnipeg_PN 1.8658456945610598e-5 -winsford_PN 1.8658456945610598e-5 -wisbech_PN 1.8658456945610598e-5 -wisconsin_PN 1.8658456945610598e-5 -witham_PN 1.8658456945610598e-5 -withernsea_PN 1.8658456945610598e-5 -witney_PN 1.8658456945610598e-5 -woburn_PN 1.8658456945610598e-5 -wokingham_PN 1.8658456945610598e-5 -wolverhampton_PN 1.8658456945610598e-5 -wolverton_PN 1.8658456945610598e-5 -wombourne_PN 1.8658456945610598e-5 -woodbridge_PN 1.8658456945610598e-5 -wootton_bassett_PN 1.8658456945610598e-5 -worcester_PN 1.8658456945610598e-5 -workington_PN 1.8658456945610598e-5 -worksop_PN 1.8658456945610598e-5 -worthing_PN 1.8658456945610598e-5 -wrexham_PN 1.8658456945610598e-5 -writtle_PN 1.8658456945610598e-5 -wroclaw_PN 1.8658456945610598e-5 -wroughton_PN 1.8658456945610598e-5 -wuhan_PN 1.8658456945610598e-5 -wuppertal_PN 1.8658456945610598e-5 -wurzburg_PN 1.8658456945610598e-5 -wusih_PN 1.8658456945610598e-5 -wycombe_PN 1.8658456945610598e-5 -wymondham_PN 1.8658456945610598e-5 -wyoming_PN 1.4926765556488479e-4 -wythall_PN 1.8658456945610598e-5 -xmas_PN 1.8658456945610598e-5 -yarmouth_PN 1.8658456945610598e-5 -yaroslavi_PN 1.8658456945610598e-5 -yate_PN 1.8658456945610598e-5 -yateley_PN 1.8658456945610598e-5 -yemen_PN 1.8658456945610598e-5 -yeovil_PN 1.8658456945610598e-5 -yerevan_PN 1.8658456945610598e-5 -yokohama_PN 3.7316913891221197e-5 -york_PN 1.8658456945610598e-5 -yorkley_PN 1.8658456945610598e-5 -yorkshire_PN 1.8658456945610598e-5 -ystradgynlais_PN 1.8658456945610598e-5 -yugoslavia_PN 1.8658456945610598e-5 -yukon_PN 1.8658456945610598e-5 -yvonne_PN 1.8658456945610598e-5 -zagreb_PN 1.8658456945610598e-5 -zaire_PN 3.7316913891221197e-5 -zambia_PN 3.7316913891221197e-5 -zaporozhye_PN 1.8658456945610598e-5 -zaragoza_PN 1.8658456945610598e-5 -zealand_PN 1.8658456945610598e-5 -zimbabwe_PN 1.8658456945610598e-5 -zoe_PN 1.8658456945610598e-5 -zurich_PN 2.9853531112976957e-4 -PNeg 2.5657769160446448e-2 -PPos 0.9743422308395535 -AgentPastPartAP_none 1.4729709824716454e-4 -LiftAP 0.7073206657828841 -PastPartAP_none 6.2306672558550595e-2 -PresPartAP_none 0.23022536456031817 -LiftA2 0.5 -PresPartAP_np 0.5 -ComplAdv_none 2.8084365433763024e-5 -LiftAdV 0.19234981885584296 -LiftAdv 0.8076220967787233 -LiftPrep 1.0 -LiftCN 1.0 -LiftN2 1.0 -AdvCl_none 0.2532313768800951 -PredVP_none 0.726664357983209 -SlashClNP_none 9.359527531050233e-6 -UseClC_none 2.009490560916485e-2 -AdvCl_np 0.2747068676716918 -PredVP_np 0.7244556113902848 -UseClC_np 8.375209380234506e-4 -AdvQCl_none 0.9753631444033039 -QuestCl_none 5.269154087154657e-1 -QuestIAdv_none 4.414696667616064e-2 -QuestIComp_none 9.968669894616917e-2 -QuestSlash_none 9.541441184847621e-2 -QuestVP_none 4.414696667616064e-2 -AdvQCl_np 0.5 -QuestCl_np 0.5 -UseAdvCl_none 5.5248618784530384e-3 -UseCl_none 0.6740331491712708 -UseQCl_none 0.32044198895027626 -InfVP_none 1.0 -InfVP_np 1.0 -AgentPassUseV_a 1.0449320794148381e-3 -PassUseV_a 1.0449320794148381e-3 -ReflVP_a 1.0449320794148381e-3 -UseV_a 0.9968652037617555 -AgentPassUseV_n 0.25 -PassUseV_n 0.25 -ReflVP_n 0.25 -UseV_n 0.25 -AfterVP_none 1.022515797869077e-5 -AgentPassUseV_none 1.022515797869077e-5 -BeforeVP_none 1.022515797869077e-5 -ByVP_none 1.022515797869077e-5 -ComplV2_none 0.395079653980654 -ComplVA_none 9.754800711670996e-3 -ComplVN_none 1.022515797869077e-5 -ComplVQ_none 5.521585308493017e-4 -ComplVS_none 0.17819382809464407 -ComplVV_none 0.1022515797869077 -InOrderVP_none 1.022515797869077e-5 -PassUseV_none 5.398883412748727e-2 -ReflVP_none 1.022515797869077e-5 -UseAP_none 5.226078242908853e-2 -UseAdv_none 1.7403218879731692e-2 -UseCN_none 3.067547393607231e-5 -UseNP_none 5.610544182907626e-2 -UseQ_none 3.067547393607231e-5 -UseS_none 5.030777725515859e-3 -UseVPC_none 1.646250434569214e-3 -UseVP_none 1.022515797869077e-5 -UseV_none 0.12756907094214606 -WhenVP_none 1.022515797869077e-5 -WithoutVP_none 1.022515797869077e-5 -AgentPassUseV_np 1.99788224482049e-5 -ComplVS_np 1.99788224482049e-5 -ComplVV_np 5.434239705911733e-3 -PassUseV_np 1.99788224482049e-5 -ReflVP2_np 1.99788224482049e-5 -ReflVP_np 1.99788224482049e-5 -SlashV2A_none 2.3974586937845883e-3 -SlashV2N_none 1.99788224482049e-5 -SlashV2Q_none 3.99576448964098e-5 -SlashV2S_none 3.5961880406768827e-4 -SlashV2V_none 3.606177451900985e-2 -SlashV3_none 1.99788224482049e-5 -UseAP_np 1.99788224482049e-5 -UseAdv_np 1.99788224482049e-5 -UseCN_np 1.99788224482049e-5 -UseVPC_np 1.99788224482049e-5 -UseV_np 0.9554871835853995 -UseV_np_a 1.0 -UseV_np_n 1.0 -SlashV2V_np 0.5 -UseV_np_np 0.5 -UseV_np_q 1.0 -UseV_np_s 1.0 -UseV_np_v 1.0 -AgentPassUseV_q 1.7543859649122806e-2 -PassUseV_q 1.7543859649122806e-2 -ReflVP_q 1.7543859649122806e-2 -UseV_q 0.9473684210526315 -AgentPassUseV_s 5.7372346528973036e-5 -PassUseV_s 5.7372346528973036e-5 -ReflVP_s 5.7372346528973036e-5 -UseV_s 0.999827882960413 -AgentPassUseV_v 9.733307377846993e-5 -PassUseV_v 9.733307377846993e-5 -ReflVP_v 9.733307377846993e-5 -UseV_v 0.9997080007786646 -LiftVA 1.0 -LiftVN 1.0 -LiftV 1.0 -LiftV2 1.0 -LiftV2A 1.0 -LiftV2N 1.0 -LiftV3 1.0 -LiftV2Q 1.0 -LiftV2S 1.0 -LiftV2V 1.0 -LiftVQ 1.0 -LiftVS 1.0 -LiftVV 1.0 -all_Predet 0.5103448275862069 -almost_Predet 3.4482758620689655e-3 -half_Predet 0.12931034482758622 -just_Predet 1.0344827586206896e-2 -more_than_Predet 3.4482758620689655e-3 -nary_Predet 3.4482758620689655e-3 -only_Predet 1.3793103448275862e-2 -quite_Predet 4.1379310344827586e-2 -such_Predet 0.28448275862068967 -abaft_Prep 9.913160712161466e-6 -aboard_Prep 9.913160712161466e-5 -about_Prep 1.602958087156509e-2 -above_Prep 1.764542606764741e-3 -absent_Prep 2.9739482136484397e-5 -according_to_Prep 4.916927713232087e-3 -across_Prep 1.0507950354891153e-3 -afore_Prep 9.913160712161466e-6 -after_Prep 1.3214243229311234e-2 -against_Prep 5.868591141599587e-3 -agin_Prep 9.913160712161466e-6 -ago_Prep 1.4869741068242199e-3 -ahead_of_Prep 5.253975177445577e-4 -aka_Prep 9.913160712161466e-6 -along_Prep 1.3382766961417979e-3 -alongside_Prep 6.939212498513025e-5 -amid_Prep 7.23660731987787e-4 -amidst_Prep 9.913160712161466e-6 -among_Prep 5.20440937388477e-3 -amongst_Prep 1.982632142432293e-5 -anenst_Prep 9.913160712161466e-6 -anent_Prep 9.913160712161466e-6 -anti_Prep 9.913160712161466e-6 -apart_from_Prep 4.956580356080733e-5 -apropos_Prep 9.913160712161466e-6 -apud_Prep 9.913160712161466e-6 -around_Prep 2.131329553114715e-3 -as_Prep 4.37071255799199e-2 -as_for_Prep 2.676553392283596e-4 -as_of_Prep 7.038344105634641e-4 -as_opposed_to_Prep 7.930528569729173e-5 -as_per_Prep 9.913160712161466e-6 -as_regards_Prep 9.913160712161466e-6 -aside_from_Prep 1.0904476783377612e-4 -astride_Prep 2.9739482136484397e-5 -at_Prep 5.541456838098259e-2 -at_the_behest_of_Prep 5.9478964272968794e-5 -athwart_Prep 9.913160712161466e-6 -atop_Prep 6.939212498513025e-5 -back_to_Prep 8.921844640945318e-5 -bar_Prep 9.913160712161466e-6 -because_of_Prep 1.0805345176255997e-3 -before_Prep 6.2750307307982076e-3 -behind_Prep 9.516634283675007e-4 -behither_Prep 9.913160712161466e-6 -below_Prep 1.764542606764741e-3 -beneath_Prep 1.387842499702605e-4 -beside_Prep 4.956580356080733e-5 -besides_Prep 3.767001070621357e-4 -between_Prep 5.888417463023911e-3 -betwixen_Prep 9.913160712161466e-6 -betwixt_Prep 9.913160712161466e-6 -beyond_Prep 8.822713033823705e-4 -but_Prep 1.1895792854593759e-4 -by_Prep 5.6326579166501446e-2 -by_means_of_Prep 1.982632142432293e-5 -by_virtue_of_Prep 2.9739482136484397e-5 -chez_Prep 9.913160712161466e-6 -circa_Prep 9.913160712161466e-6 -close_to_Prep 9.913160712161466e-6 -contra_Prep 9.913160712161466e-6 -cum_Prep 9.913160712161466e-6 -despite_Prep 2.5675086244498196e-3 -down_Prep 1.9330663388714858e-3 -due_to_Prep 9.913160712161466e-6 -during_Prep 5.521630516673937e-3 -ere_Prep 9.913160712161466e-6 -except_Prep 6.740949284269797e-4 -except_for_Prep 1.982632142432293e-5 -far_from_Prep 9.913160712161466e-6 -for_Prep 9.988500733573892e-2 -for_the_sake_of_Prep 2.9739482136484397e-5 -forby_Prep 9.913160712161466e-6 -forenenst_Prep 9.913160712161466e-6 -fornenst_Prep 9.913160712161466e-6 -fornent_Prep 9.913160712161466e-6 -from_Prep 5.3759070542051625e-2 -froward_Prep 9.913160712161466e-6 -in_Prep 0.20312066299218842 -in_accordance_with_Prep 2.9739482136484397e-5 -in_addition_to_Prep 4.560053927594274e-4 -in_case_of_Prep 3.965264284864586e-5 -in_front_of_Prep 1.7843689281890637e-4 -in_lieu_of_Prep 4.956580356080733e-5 -in_order_to_Prep 9.913160712161466e-6 -in_place_of_Prep 4.956580356080733e-5 -in_point_of_Prep 2.9739482136484397e-5 -in_spite_of_Prep 8.921844640945318e-5 -inside_Prep 2.77568499940521e-4 -inside_of_Prep 9.913160712161466e-6 -instead_of_Prep 9.318371069431778e-4 -into_Prep 1.1112653158333003e-2 -left_of_Prep 9.913160712161466e-6 -lest_Prep 2.9739482136484397e-5 -like_Prep 5.3035409810063844e-3 -mid_Prep 9.913160712161466e-6 -midst_Prep 9.913160712161466e-6 -minus_Prep 2.9739482136484397e-5 -modulo_Prep 9.913160712161466e-6 -near_Prep 9.81402910503985e-4 -near_to_Prep 9.913160712161466e-6 -nearer_Prep 1.982632142432293e-5 -nearest_Prep 1.982632142432293e-5 -neither_Prep 9.913160712161466e-6 -next_Prep 9.615765890796621e-4 -next_to_Prep 9.913160712161466e-6 -notwithstanding_Prep 7.930528569729173e-5 -of_Prep 8.921844640945319e-2 -off_Prep 1.5167135889607043e-3 -on_Prep 6.350370752210635e-2 -on_account_of_Prep 9.913160712161466e-6 -on_behalf_of_Prep 3.0730798207700543e-4 -on_top_of_Prep 2.4782901780403665e-4 -once_Prep 4.4609223204726593e-4 -onto_Prep 3.172211427891669e-4 -opposite_Prep 1.982632142432293e-5 -out_Prep 1.1598398033228915e-3 -out_from_Prep 9.913160712161466e-6 -out_of_Prep 3.1028193029065385e-3 -outside_Prep 8.327054998215631e-4 -outside_of_Prep 3.965264284864586e-5 -outwith_Prep 9.913160712161466e-6 -over_Prep 9.100281533764226e-3 -overthwart_Prep 9.913160712161466e-6 -owing_to_Prep 9.913160712161466e-6 -pace_Prep 9.913160712161466e-6 -past_Prep 1.6852373210674492e-4 -pending_Prep 1.982632142432293e-5 -per_Prep 1.169752964035053e-3 -post_Prep 1.982632142432293e-5 -prior_to_Prep 8.921844640945318e-5 -pro_Prep 9.913160712161466e-6 -pursuant_to_Prep 9.913160712161466e-6 -qua_Prep 9.913160712161466e-6 -rather_than_Prep 9.913160712161466e-6 -re_Prep 9.913160712161466e-6 -regardless_of_Prep 9.913160712161466e-6 -right_of_Prep 9.913160712161466e-6 -round_Prep 9.913160712161466e-6 -sans_Prep 9.913160712161466e-6 -since_Prep 6.602165034299536e-3 -subject_to_Prep 9.913160712161466e-6 -such_as_Prep 3.767001070621357e-4 -than_Prep 1.941988183512431e-2 -thanks_to_Prep 1.4869741068242198e-4 -that_of_Prep 9.913160712161466e-6 -then_Prep 1.982632142432293e-5 -though_Prep 3.5687378563781274e-4 -through_Prep 6.70129664142115e-3 -throughout_Prep 6.939212498513026e-4 -til_Prep 1.982632142432293e-5 -till_Prep 6.939212498513025e-5 -times_Prep 9.913160712161466e-6 -to_Prep 9.442285578333796e-2 -toward_Prep 1.536539910385027e-3 -towards_Prep 5.9478964272968794e-5 -twixt_Prep 9.913160712161466e-6 -under_Prep 8.32705499821563e-3 -underneath_Prep 3.965264284864586e-5 -unlike_Prep 7.434870534121099e-4 -until_Prep 3.7868273920456798e-3 -unto_Prep 1.982632142432293e-5 -up_Prep 3.44977992783219e-3 -up_to_Prep 9.913160712161466e-6 -upon_Prep 5.055711963202347e-4 -versus_Prep 2.9739482136484397e-5 -via_Prep 1.9727189817201314e-3 -vice_Prep 9.913160712161466e-6 -vis_a_vis_Prep 1.982632142432293e-5 -vs_Prep 1.387842499702605e-4 -where_as_Prep 9.913160712161466e-6 -whereas_Prep 5.9478964272968794e-5 -whether_Prep 3.1821245886038303e-3 -with_Prep 5.215313850668147e-2 -with_a_view_to_Prep 9.913160712161466e-6 -with_regard_to_Prep 1.982632142432293e-5 -with_respect_to_Prep 6.939212498513025e-5 -within_Prep 2.4188112137673978e-3 -without_Prep 3.4993457313929974e-3 -worth_Prep 1.0904476783377612e-4 -he_Pron 0.2167161673553719 -i_Pron 6.1240960743801656e-2 -it_Pron 0.3796164772727273 -she_Pron 3.696410123966942e-2 -they_Pron 0.19069602272727273 -we_Pron 7.638171487603305e-2 -youPl_Pron 3.831998966942149e-2 -youSg_Pron 6.456611570247934e-5 -QuestQVP 1.0 -AddAdvQVP 0.3333333333333333 -AdvQVP 0.3333333333333333 -ComplSlashIP 0.3333333333333333 -DefArt 0.3789829859226865 -IndefArt 0.5080218342005299 -PossPron 6.520892520828678e-2 -another_Quant 3.0899862738213045e-3 -no_Quant 5.605388323171705e-3 -said_Quant 6.3842691607878185e-6 -some_Quant 9.755163277683786e-3 -that_Quant 1.062342388355093e-2 -this_Quant 1.870590864110831e-2 -FunRP 2.1034917963819942e-4 -IdRP 0.9997896508203618 -ConjRS 3.6375661375661374e-3 -RelCl_none 3.3068783068783067e-4 -RelSlash_none 8.664021164021164e-2 -RelVP_none 0.9093915343915344 -ConjS 1.0 -pot0 0.7714891041162227 -pot01 0.22851089588377724 -pot0as1 0.9981867633726201 -pot1 3.022061045633122e-4 -pot110 6.044122091266244e-4 -pot111 3.022061045633122e-4 -pot1plus 3.022061045633122e-4 -pot1to19 3.022061045633122e-4 -pot1as2 0.999395039322444 -pot2 3.0248033877797946e-4 -pot2plus 3.0248033877797946e-4 -pot2as3 0.999395039322444 -pot3 3.0248033877797946e-4 -pot3plus 3.0248033877797946e-4 -after_Subj 1.03359173126615e-2 -albeit_Subj 8.613264427217916e-4 -although_Subj 1.636520241171404e-2 -as_Subj 2.4978466838931956e-2 -as_long_as_Subj 2.153316106804479e-2 -because_Subj 3.617571059431524e-2 -before_Subj 1.119724375538329e-2 -but_Subj 8.354866494401378e-2 -even_though_Subj 8.354866494401378e-2 -if_Subj 5.857019810508183e-2 -once_Subj 4.306632213608958e-3 -since_Subj 6.8906115417743325e-3 -so_Subj 4.306632213608958e-3 -that_Subj 0.3006029285099053 -though_Subj 0.13781223083548666 -unless_Subj 8.699397071490095e-2 -until_Subj 9.474590869939707e-3 -when_Subj 4.823428079242033e-2 -where_Subj 2.153316106804479e-2 -wherein_Subj 8.613264427217916e-4 -while_Subj 3.1007751937984496e-2 -whilst_Subj 8.613264427217916e-4 -MkSymb 1.0 -TCond 1.755207114439504e-2 -TFut 2.4011233325532413e-2 -TPast 0.25249239410250407 -TPres 0.7059443014275685 -PrImpPl 2.0315706072364545e-5 -PrImpSg 5.688397700262073e-4 -UttAP 8.126282428945818e-5 -UttAdV 4.063141214472909e-5 -UttAdv 8.126282428945818e-5 -UttCN 2.2347276679601e-4 -UttCard 2.0315706072364545e-5 -UttIAdv 4.063141214472909e-5 -UttIP 2.0315706072364545e-5 -UttImpPl 2.0315706072364545e-5 -UttImpPol 2.0315706072364545e-5 -UttImpSg 2.0315706072364545e-5 -UttInterj 6.094711821709364e-5 -UttNP 6.115027527781728e-3 -UttPrS 0.9926050829896593 -UttQS 2.0315706072364545e-2 -UttS 2.0315706072364545e-5 -UttVP 2.0315706072364545e-5 -abate_V 2.0284432824719962e-4 -abdicate_V 2.253825869413329e-5 -abet_V 6.761477608239988e-5 -abide_V 6.761477608239988e-5 -abort_V 4.507651738826658e-5 -abound_V 1.8030606955306633e-4 -about_face_V 2.253825869413329e-5 -abscond_V 2.253825869413329e-5 -abstain_V 6.761477608239988e-5 -abut_V 2.253825869413329e-5 -accede_V 9.015303477653316e-5 -accelerate_V 5.859947260474656e-4 -accept_V 4.0568865649439923e-4 -acclimate_V 2.253825869413329e-5 -acclimatize_V 2.253825869413329e-5 -accommodate_V 1.1269129347066645e-4 -accord_V 1.1269129347066645e-4 -account_V 3.6962744258378596e-3 -accrue_V 1.5776781085893304e-4 -accumulate_V 1.3522955216479975e-4 -ache_V 4.507651738826658e-5 -acidify_V 4.507651738826658e-5 -acknowledge_V 2.0284432824719962e-4 -acquiesce_V 6.761477608239988e-5 -act_V 2.321440645495729e-3 -act_up_V 2.253825869413329e-5 -ad_lib_V 2.253825869413329e-5 -adapt_V 2.0284432824719962e-4 -add_V 4.169577858414659e-3 -add_in_V 2.253825869413329e-5 -add_up_V 2.253825869413329e-5 -addle_V 2.253825869413329e-5 -adhere_V 4.507651738826658e-5 -adjoin_V 4.507651738826658e-5 -adjourn_V 2.253825869413329e-5 -adjudicate_V 2.253825869413329e-5 -adjust_V 9.691451238477315e-4 -administer_V 9.015303477653316e-5 -admit_V 5.634564673533323e-4 -admix_V 2.253825869413329e-5 -advance_V 8.56453830377065e-4 -advert_V 2.253825869413329e-5 -advertise_V 4.958416912709324e-4 -advise_V 8.113773129887985e-4 -affiliate_V 9.015303477653316e-5 -affirm_V 2.253825869413329e-5 -age_V 5.634564673533323e-4 -agglomerate_V 2.253825869413329e-5 -aggregate_V 2.253825869413329e-5 -agitate_V 2.253825869413329e-5 -agonize_V 6.761477608239988e-5 -agree_V 3.3131240280375937e-3 -agree_on_V 2.253825869413329e-5 -aid_V 2.0284432824719962e-4 -ail_V 2.479208456354662e-4 -aim_V 5.634564673533323e-4 -air_V 2.253825869413329e-4 -alight_V 2.253825869413329e-5 -align_V 2.253825869413329e-5 -allocate_V 1.3522955216479975e-4 -allow_V 1.0142216412359982e-3 -allude_V 6.761477608239988e-5 -alter_V 1.3522955216479975e-4 -alternate_V 2.253825869413329e-5 -amalgamate_V 2.253825869413329e-5 -amble_V 4.507651738826658e-5 -ameliorate_V 2.253825869413329e-5 -amend_V 2.704591043295995e-4 -amount_V 9.466068651535982e-4 -anathematize_V 2.253825869413329e-5 -anchor_V 4.507651738826658e-5 -angle_V 2.253825869413329e-5 -angle_park_V 2.253825869413329e-5 -animadvert_V 2.253825869413329e-5 -answer_V 3.155356217178661e-4 -anticipate_V 2.929973630237328e-4 -apologize_V 1.3522955216479975e-4 -appeal_V 7.663007956005319e-4 -appear_V 1.622754625977597e-3 -appertain_V 2.253825869413329e-5 -applaud_V 9.015303477653316e-5 -apply_V 1.3522955216479975e-3 -appreciate_V 2.0284432824719962e-4 -approach_V 2.704591043295995e-4 -approve_V 1.4424485564245306e-3 -approximate_V 2.253825869413329e-5 -aquaplane_V 2.253825869413329e-5 -arbitrate_V 2.253825869413329e-5 -arch_V 4.507651738826658e-5 -argue_V 5.634564673533323e-4 -arise_V 4.733034325767991e-4 -arm_V 6.761477608239988e-5 -arrange_V 9.015303477653316e-5 -arrive_V 8.56453830377065e-4 -articulate_V 2.253825869413329e-5 -ascend_V 6.761477608239988e-5 -ask_V 5.116184723568257e-3 -ask_around_V 2.253825869413329e-5 -aspire_V 1.3522955216479975e-4 -assemble_V 2.0284432824719962e-4 -assent_V 2.253825869413329e-5 -assert_V 1.3522955216479975e-4 -assimilate_V 4.507651738826658e-5 -assist_V 2.929973630237328e-4 -associate_V 2.253825869413329e-4 -assume_V 3.3807388041199937e-4 -atone_V 4.507651738826658e-5 -atrophy_V 2.253825869413329e-5 -attach_V 1.5776781085893304e-4 -attain_V 6.761477608239988e-5 -attend_V 2.704591043295995e-4 -attest_V 4.507651738826658e-5 -attitudinize_V 2.253825869413329e-5 -audition_V 6.761477608239988e-5 -augment_V 4.507651738826658e-5 -augur_V 2.253825869413329e-5 -avail_V 2.253825869413329e-5 -average_V 3.6061213910613266e-4 -avouch_V 2.253825869413329e-5 -awake_V 4.507651738826658e-5 -baa_V 2.253825869413329e-5 -babble_V 2.253825869413329e-5 -babysit_V 2.253825869413329e-5 -back_V 1.0367598999301314e-3 -back_away_V 2.253825869413329e-5 -back_down_V 2.253825869413329e-5 -back_off_V 2.253825869413329e-5 -back_out_V 2.253825869413329e-5 -back_up_V 2.253825869413329e-5 -backbite_V 2.253825869413329e-5 -backfire_V 1.8030606955306633e-4 -backpedal_V 2.253825869413329e-5 -backpedaling_V 2.253825869413329e-5 -backslide_V 2.253825869413329e-5 -backspace_V 2.253825869413329e-5 -bag_V 2.253825869413329e-5 -bail_V 2.479208456354662e-4 -bail_out_V 2.253825869413329e-5 -bail_up_V 2.253825869413329e-5 -bait_V 2.253825869413329e-5 -bake_V 2.253825869413329e-5 -balance_V 1.3522955216479975e-4 -balk_V 3.8315039780026594e-4 -ball_V 2.253825869413329e-5 -balloon_V 3.155356217178661e-4 -ballot_V 1.5776781085893304e-4 -band_V 6.761477608239988e-5 -bang_V 4.507651738826658e-5 -bang_about_V 2.253825869413329e-5 -bang_around_V 2.253825869413329e-5 -bang_on_V 2.253825869413329e-5 -bank_V 4.733034325767991e-4 -banquet_V 2.253825869413329e-5 -bant_V 2.253825869413329e-5 -banter_V 2.253825869413329e-5 -bargain_V 4.0568865649439923e-4 -barge_V 4.507651738826658e-5 -barge_in_V 2.253825869413329e-5 -bark_V 4.507651738826658e-5 -barnstorm_V 2.253825869413329e-5 -barrack_V 2.253825869413329e-5 -barter_V 4.507651738826658e-5 -base_V 2.253825869413329e-3 -bask_V 2.253825869413329e-5 -bat_V 6.761477608239988e-5 -bat_in_V 2.253825869413329e-5 -bath_V 2.253825869413329e-5 -bathe_V 2.253825869413329e-5 -batten_V 2.253825869413329e-5 -batter_V 1.1269129347066645e-4 -battle_V 1.1269129347066645e-4 -baulk_V 2.253825869413329e-5 -bawl_V 2.253825869413329e-5 -bay_V 2.253825869413329e-5 -beam_V 4.507651738826658e-5 -bear_V 2.479208456354662e-4 -bear_up_V 2.253825869413329e-5 -beat_V 3.3807388041199937e-4 -beat_back_V 2.253825869413329e-5 -beat_down_V 2.253825869413329e-5 -beaver_V 2.253825869413329e-5 -beaver_away_V 2.253825869413329e-5 -beckon_V 2.253825869413329e-5 -become_V 2.8398205954607947e-3 -bed_down_V 2.253825869413329e-5 -beef_V 2.0284432824719962e-4 -beetle_V 2.253825869413329e-5 -befall_V 2.253825869413329e-5 -beg_V 9.015303477653316e-5 -begin_V 5.882485519168789e-3 -begin_with_V 2.253825869413329e-5 -behave_V 4.282269151885325e-4 -belch_V 2.253825869413329e-5 -believe_V 9.466068651535982e-4 -bellow_V 2.253825869413329e-5 -belly_V 2.253825869413329e-5 -bellyache_V 2.253825869413329e-5 -bellyland_V 2.253825869413329e-5 -bellylaugh_V 2.253825869413329e-5 -belong_V 6.761477608239987e-4 -belt_up_V 2.253825869413329e-5 -bend_V 9.015303477653316e-5 -bend_down_V 2.253825869413329e-5 -bend_over_V 2.253825869413329e-5 -bend_over_backwards_V 2.253825869413329e-5 -benefit_V 1.3522955216479975e-3 -berth_V 2.253825869413329e-5 -bet_V 2.253825869413329e-4 -beware_V 6.761477608239988e-5 -bib_V 2.253825869413329e-5 -bicker_V 1.3522955216479975e-4 -bicycle_V 4.507651738826658e-5 -bid_V 2.7271293019901282e-3 -bid_up_V 2.253825869413329e-5 -bifurcate_V 2.253825869413329e-5 -bike_V 9.015303477653316e-5 -bill_V 4.507651738826658e-4 -billow_V 4.507651738826658e-5 -bind_V 1.5776781085893304e-4 -bitch_V 2.253825869413329e-5 -bite_V 9.015303477653316e-5 -bivouac_V 2.253825869413329e-5 -blab_V 4.507651738826658e-5 -blabber_V 2.253825869413329e-5 -black_out_V 2.253825869413329e-5 -blacken_V 4.507651738826658e-5 -blackleg_V 2.253825869413329e-5 -blame_V 3.3807388041199937e-4 -blanch_V 2.253825869413329e-5 -blank_out_V 2.253825869413329e-5 -blare_V 4.507651738826658e-5 -blare_out_V 2.253825869413329e-5 -blaspheme_V 2.253825869413329e-5 -blast_V 9.015303477653316e-5 -blast_away_V 2.253825869413329e-5 -blast_off_V 2.253825869413329e-5 -blather_V 2.253825869413329e-5 -blaze_V 9.015303477653316e-5 -blaze_away_V 2.253825869413329e-5 -bleach_V 2.253825869413329e-5 -bleat_V 2.253825869413329e-5 -bleed_V 2.0284432824719962e-4 -bleed_off_V 2.253825869413329e-5 -bleep_V 2.253825869413329e-5 -blench_V 2.253825869413329e-5 -blend_V 9.015303477653316e-5 -blether_V 2.253825869413329e-5 -blink_V 4.507651738826658e-5 -bliss_out_V 2.253825869413329e-5 -blister_V 2.253825869413329e-5 -bloom_V 4.507651738826658e-5 -blossom_V 6.761477608239988e-5 -blot_out_V 2.253825869413329e-5 -blow_V 2.479208456354662e-4 -blow_away_V 2.253825869413329e-5 -blow_in_V 2.253825869413329e-5 -blow_off_V 2.253825869413329e-5 -blow_over_V 2.253825869413329e-5 -blow_up_V 2.253825869413329e-5 -blubber_V 2.253825869413329e-5 -bluff_V 2.253825869413329e-5 -blunder_V 9.015303477653316e-5 -blur_V 4.507651738826658e-5 -blush_V 2.253825869413329e-5 -bluster_V 2.253825869413329e-5 -board_V 2.253825869413329e-5 -boast_V 2.0284432824719962e-4 -boat_V 4.507651738826658e-5 -bob_V 2.253825869413329e-5 -bode_V 1.1269129347066645e-4 -bog_V 1.3522955216479975e-4 -bog_down_V 2.253825869413329e-5 -bog_in_V 2.253825869413329e-5 -bog_off_V 2.253825869413329e-5 -boggle_V 2.253825869413329e-5 -boil_V 9.015303477653316e-5 -boil_over_V 2.253825869413329e-5 -boil_up_V 2.253825869413329e-5 -bolster_V 9.015303477653316e-5 -bolt_V 4.507651738826658e-5 -bomb_V 1.1269129347066645e-4 -bone_up_V 2.253825869413329e-5 -boo_V 2.253825869413329e-5 -boob_V 2.253825869413329e-5 -book_out_V 2.253825869413329e-5 -book_up_V 2.253825869413329e-5 -boom_V 4.282269151885325e-4 -booze_V 4.507651738826658e-5 -border_V 6.761477608239988e-5 -bore_V 2.0284432824719962e-4 -borrow_V 1.3522955216479975e-3 -botanize_V 2.253825869413329e-5 -bother_V 2.0284432824719962e-4 -bottle_away_V 2.253825869413329e-5 -bottle_out_V 2.253825869413329e-5 -bottom_V 1.5776781085893304e-4 -bottom_out_V 2.253825869413329e-5 -bounce_V 5.183799499650657e-4 -bounce_back_V 2.253825869413329e-5 -bound_V 6.761477608239988e-5 -bow_V 2.704591043295995e-4 -bowl_V 3.3807388041199937e-4 -box_V 2.253825869413329e-5 -brace_V 2.253825869413329e-4 -brace_up_V 2.253825869413329e-5 -brag_V 4.507651738826658e-5 -brake_V 4.507651738826658e-5 -branch_V 1.3522955216479975e-4 -branch_out_V 2.253825869413329e-5 -brawl_V 2.253825869413329e-5 -break_V 2.1411345759426628e-3 -break_apart_V 2.253825869413329e-5 -break_away_V 2.253825869413329e-5 -break_down_V 2.253825869413329e-5 -break_in_V 2.253825869413329e-5 -break_out_V 2.253825869413329e-5 -break_up_V 2.253825869413329e-5 -breakfast_V 2.253825869413329e-5 -breastfeed_V 2.253825869413329e-5 -breathe_V 1.8030606955306633e-4 -breed_V 1.5776781085893304e-4 -breeze_V 2.253825869413329e-5 -breeze_along_V 2.253825869413329e-5 -breeze_in_V 2.253825869413329e-5 -brew_V 5.859947260474656e-4 -bribe_V 1.8030606955306633e-4 -bridle_V 2.253825869413329e-5 -brighten_V 2.253825869413329e-5 -brighten_up_V 2.253825869413329e-5 -brim_V 4.507651738826658e-5 -bring_forth_V 2.253825869413329e-5 -bristle_V 6.761477608239988e-5 -broach_V 2.253825869413329e-5 -broadcast_V 2.0284432824719962e-4 -broaden_V 1.3522955216479975e-4 -broil_V 2.253825869413329e-5 -bronze_V 2.253825869413329e-5 -brood_V 2.253825869413329e-5 -brought_V 2.253825869413329e-5 -brown_V 2.253825869413329e-5 -browse_V 2.253825869413329e-5 -bruise_V 6.761477608239988e-5 -brush_V 2.0284432824719962e-4 -brush_aside_V 2.253825869413329e-5 -bubble_V 2.253825869413329e-5 -bubble_over_V 2.253825869413329e-5 -buck_V 6.761477608239988e-5 -bucket_V 2.253825869413329e-5 -bucket_down_V 2.253825869413329e-5 -buckle_V 1.5776781085893304e-4 -buckle_down_V 2.253825869413329e-5 -buckle_under_V 2.253825869413329e-5 -buckle_up_V 2.253825869413329e-5 -bud_V 1.3522955216479975e-4 -budge_V 1.8030606955306633e-4 -budge_up_V 2.253825869413329e-5 -budget_V 6.761477608239988e-5 -buffet_V 2.253825869413329e-5 -bug_off_V 2.253825869413329e-5 -bug_out_V 2.253825869413329e-5 -bugger_V 2.253825869413329e-5 -build_V 2.2763641281074625e-3 -bulge_V 4.507651738826658e-5 -bulk_V 2.253825869413329e-5 -bulk_up_V 2.253825869413329e-5 -bullshit_V 2.253825869413329e-5 -bully_V 2.253825869413329e-5 -bum_V 2.253825869413329e-5 -bump_V 6.761477608239988e-5 -bunch_V 2.253825869413329e-5 -bundle_V 2.253825869413329e-5 -bundle_up_V 2.253825869413329e-5 -bungle_V 4.507651738826658e-5 -bunk_V 2.253825869413329e-5 -bunk_off_V 2.253825869413329e-5 -bunker_V 2.253825869413329e-5 -buoy_V 1.1269129347066645e-4 -burble_V 2.253825869413329e-5 -burgeon_V 1.3522955216479975e-4 -burgle_V 2.253825869413329e-5 -burn_V 4.507651738826658e-4 -burn_down_V 2.253825869413329e-5 -burn_out_V 2.253825869413329e-5 -burn_up_V 2.253825869413329e-5 -burnish_V 2.253825869413329e-5 -burp_V 2.253825869413329e-5 -burrow_V 2.253825869413329e-5 -burst_V 9.015303477653316e-5 -bury_V 9.015303477653316e-5 -bus_V 2.253825869413329e-5 -bust_V 4.507651738826658e-5 -bust_up_V 2.253825869413329e-5 -bustle_V 2.253825869413329e-5 -butt_V 4.507651738826658e-5 -butt_in_V 2.253825869413329e-5 -butt_out_V 2.253825869413329e-5 -button_V 2.253825869413329e-5 -buy_V 1.1336744123149046e-2 -buzz_V 1.1269129347066645e-4 -buzz_off_V 2.253825869413329e-5 -cable_V 2.253825869413329e-5 -cackle_V 2.253825869413329e-5 -cadge_V 2.253825869413329e-5 -cake_V 4.507651738826658e-5 -calcify_V 2.253825869413329e-5 -calcine_V 2.253825869413329e-5 -calculate_V 2.253825869413329e-4 -call_V 3.944195271473326e-3 -call_around_V 2.253825869413329e-5 -call_in_V 2.253825869413329e-5 -call_on_V 2.253825869413329e-5 -call_over_V 2.253825869413329e-5 -call_round_V 2.253825869413329e-5 -calm_V 9.015303477653316e-5 -calme_down_V 2.253825869413329e-5 -calve_V 2.253825869413329e-5 -camber_V 2.253825869413329e-5 -camp_V 4.507651738826658e-5 -camp_out_V 2.253825869413329e-5 -campaign_V 1.5776781085893304e-4 -cancel_V 2.704591043295995e-4 -candy_V 2.253825869413329e-5 -cant_V 2.253825869413329e-5 -canter_V 2.253825869413329e-5 -canvass_V 4.507651738826658e-5 -caper_V 2.253825869413329e-5 -capitalize_V 2.929973630237328e-4 -capitulate_V 4.507651738826658e-5 -capsize_V 2.253825869413329e-5 -care_V 6.98686019518132e-4 -careen_V 1.3522955216479975e-4 -career_V 2.253825869413329e-5 -carp_V 6.761477608239988e-5 -carried_away_V 2.253825869413329e-5 -carry_V 8.113773129887985e-4 -carry_on_V 2.253825869413329e-5 -carry_out_V 2.253825869413329e-5 -cart_out_V 2.253825869413329e-5 -carve_V 1.8030606955306633e-4 -cascade_V 6.761477608239988e-5 -cash_V 2.929973630237328e-4 -cash_up_V 2.253825869413329e-5 -cast_V 2.253825869413329e-4 -cast_around_V 2.253825869413329e-5 -cast_off_V 2.253825869413329e-5 -castle_V 4.507651738826658e-5 -catcall_V 2.253825869413329e-5 -catch_V 8.339155716829317e-4 -catch_on_V 4.507651738826658e-5 -catch_up_V 2.253825869413329e-5 -cater_V 3.155356217178661e-4 -caterwaul_V 2.253825869413329e-5 -caution_V 1.8030606955306633e-4 -cave_V 6.761477608239988e-5 -cave_in_V 2.253825869413329e-5 -cavil_V 2.253825869413329e-5 -cavort_V 2.253825869413329e-5 -caw_V 2.253825869413329e-5 -cease_V 1.3522955216479975e-4 -center_V 1.5776781085893304e-4 -centralize_V 2.253825869413329e-5 -centre_V 2.253825869413329e-5 -certify_V 4.507651738826658e-5 -chafe_V 6.761477608239988e-5 -challenge_V 2.479208456354662e-4 -champ_V 2.253825869413329e-5 -chance_V 2.253825869413329e-5 -change_V 2.9750501476255944e-3 -chant_V 9.015303477653316e-5 -chap_V 2.253825869413329e-5 -char_V 2.253825869413329e-5 -charge_V 8.56453830377065e-4 -charge_off_V 2.253825869413329e-5 -charm_V 1.1269129347066645e-4 -chase_V 6.761477608239988e-5 -chat_V 9.015303477653316e-5 -chatter_V 2.253825869413329e-5 -cheapen_V 2.253825869413329e-5 -cheat_V 4.0568865649439923e-4 -check_V 4.507651738826658e-4 -check_back_V 2.253825869413329e-5 -check_in_V 2.253825869413329e-5 -check_out_V 2.253825869413329e-5 -cheep_V 2.253825869413329e-5 -cheer_V 1.3522955216479975e-4 -cheer_up_V 2.253825869413329e-5 -chew_V 1.3522955216479975e-4 -chicken_out_V 2.253825869413329e-5 -chide_V 4.507651738826658e-5 -chill_V 1.5776781085893304e-4 -chill_out_V 2.253825869413329e-5 -chime_V 4.507651738826658e-5 -chime_in_V 2.253825869413329e-5 -chink_V 2.253825869413329e-5 -chip_V 6.761477608239988e-5 -chip_away_V 2.253825869413329e-5 -chip_in_V 2.253825869413329e-5 -chirp_V 2.253825869413329e-5 -chirrup_V 2.253825869413329e-5 -choke_V 1.3522955216479975e-4 -choke_up_V 2.253825869413329e-5 -choose_V 5.183799499650657e-4 -choose_up_V 2.253825869413329e-5 -chop_V 1.1269129347066645e-4 -chop_off_V 2.253825869413329e-5 -chop_out_V 2.253825869413329e-5 -chortle_V 4.507651738826658e-5 -chow_down_V 2.253825869413329e-5 -chuck_up_V 2.253825869413329e-5 -chuckle_V 4.507651738826658e-5 -chug_V 4.507651738826658e-5 -chum_V 2.253825869413329e-5 -churn_V 6.761477608239988e-5 -cipher_V 2.253825869413329e-5 -circle_V 4.507651738826658e-5 -circulate_V 2.479208456354662e-4 -clack_V 2.253825869413329e-5 -clad_V 4.507651738826658e-5 -claim_V 2.479208456354662e-4 -clam_V 2.253825869413329e-5 -clam_up_V 2.253825869413329e-5 -clamber_V 4.507651738826658e-5 -clamour_V 2.253825869413329e-5 -clamp_V 1.1269129347066645e-4 -clamp_down_V 2.253825869413329e-5 -clang_V 6.761477608239988e-5 -clank_V 4.507651738826658e-5 -clank_in_V 2.253825869413329e-5 -clap_V 2.253825869413329e-5 -clarify_V 4.507651738826658e-5 -clash_V 1.1269129347066645e-4 -clasp_V 2.253825869413329e-5 -clatter_V 2.253825869413329e-5 -clean_V 6.310712434357322e-4 -clean_out_V 2.253825869413329e-5 -clean_up_V 2.253825869413329e-5 -clear_V 4.958416912709324e-4 -clear_away_V 2.253825869413329e-5 -clear_off_V 2.253825869413329e-5 -clear_out_V 2.253825869413329e-5 -clear_up_V 2.253825869413329e-5 -cleave_V 2.253825869413329e-5 -clerk_V 2.253825869413329e-5 -click_V 2.253825869413329e-5 -climax_V 2.253825869413329e-5 -climb_V 1.4424485564245306e-3 -climb_down_V 2.253825869413329e-5 -clinch_V 4.507651738826658e-5 -cling_V 6.761477608239988e-5 -cling_on_V 2.253825869413329e-5 -clink_V 2.253825869413329e-5 -clock_V 4.507651738826658e-5 -clog_V 9.015303477653316e-5 -close_V 1.2576348351326377e-2 -close_down_V 2.253825869413329e-5 -close_in_V 2.253825869413329e-5 -close_up_V 2.253825869413329e-5 -clot_V 2.253825869413329e-5 -cloud_V 6.761477608239988e-5 -cloud_over_V 2.253825869413329e-5 -clown_V 2.253825869413329e-5 -clown_about_V 2.253825869413329e-5 -clown_around_V 2.253825869413329e-5 -cloy_V 2.253825869413329e-5 -club_V 4.507651738826658e-5 -cluck_V 2.253825869413329e-5 -clump_V 2.253825869413329e-5 -clunk_V 2.253825869413329e-5 -cluster_V 2.253825869413329e-5 -clutch_V 9.015303477653316e-5 -clutch_on_V 2.253825869413329e-5 -co_exist_V 4.507651738826658e-5 -co_star_V 2.253825869413329e-5 -coach_V 1.1269129347066645e-4 -coagulate_V 2.253825869413329e-5 -coal_V 2.253825869413329e-5 -coalesce_V 2.253825869413329e-5 -coarsen_V 2.253825869413329e-5 -coast_V 4.507651738826658e-5 -coast_along_V 2.253825869413329e-5 -coax_V 4.507651738826658e-5 -cod_V 2.253825869413329e-5 -coexist_V 2.253825869413329e-5 -cogitate_V 2.253825869413329e-5 -cohabit_V 2.253825869413329e-5 -cohere_V 4.507651738826658e-5 -coil_V 2.253825869413329e-5 -coincide_V 9.015303477653316e-5 -collaborate_V 2.253825869413329e-4 -collapse_V 1.1043746760125313e-3 -collect_V 3.6061213910613266e-4 -collide_V 2.253825869413329e-5 -collocate_V 2.253825869413329e-5 -colour_V 2.253825869413329e-5 -colour_up_V 2.253825869413329e-5 -comb_V 9.015303477653316e-5 -combat_V 9.015303477653316e-5 -combine_V 5.40918208659199e-4 -come_V 1.6182469742387705e-2 -come_about_V 2.253825869413329e-5 -come_across_V 2.253825869413329e-5 -come_along_V 2.253825869413329e-5 -come_apart_V 2.253825869413329e-5 -come_around_V 2.253825869413329e-5 -come_away_V 2.253825869413329e-5 -come_back_V 2.253825869413329e-5 -come_by_V 2.253825869413329e-5 -come_down_V 2.253825869413329e-5 -come_forth_V 2.253825869413329e-5 -come_forward_V 2.253825869413329e-5 -come_in_V 2.253825869413329e-5 -come_into_use_V 2.253825869413329e-5 -come_off_V 2.253825869413329e-5 -come_off_it_V 2.253825869413329e-5 -come_on_V 2.253825869413329e-5 -come_out_V 2.253825869413329e-5 -come_over_V 2.253825869413329e-5 -come_round_V 2.253825869413329e-5 -come_through_V 2.253825869413329e-5 -come_to_V 2.253825869413329e-5 -come_up_V 2.253825869413329e-5 -command_V 1.5776781085893304e-4 -commence_V 2.253825869413329e-5 -comment_V 3.4483535802023934e-3 -commentate_V 2.253825869413329e-5 -commingle_V 2.253825869413329e-5 -commiserate_V 2.253825869413329e-5 -commune_V 2.253825869413329e-5 -communicate_V 1.1269129347066645e-4 -commute_V 6.761477608239988e-5 -compare_V 7.482701886452252e-3 -compensate_V 2.0284432824719962e-4 -compete_V 1.8481372129189298e-3 -complain_V 1.0592981586242647e-3 -complete_V 9.691451238477315e-4 -comply_V 5.859947260474656e-4 -comport_V 2.253825869413329e-5 -compose_V 2.253825869413329e-5 -compound_V 1.1269129347066645e-4 -compromise_V 1.8030606955306633e-4 -compute_V 4.733034325767991e-4 -conceale_V 6.761477608239988e-5 -concede_V 1.8030606955306633e-4 -conceive_V 1.1269129347066645e-4 -concentrate_V 1.081836417318398e-3 -concern_V 9.015303477653316e-4 -conclude_V 3.3807388041199937e-4 -concrete_V 2.253825869413329e-5 -concur_V 6.761477608239988e-5 -condense_V 2.253825869413329e-5 -condescend_V 2.253825869413329e-5 -condole_V 2.253825869413329e-5 -conduce_V 2.253825869413329e-5 -conduct_V 3.3807388041199937e-4 -confab_V 2.253825869413329e-5 -confabulate_V 2.253825869413329e-5 -confederate_V 2.253825869413329e-5 -confer_V 1.1269129347066645e-4 -confess_V 1.3522955216479975e-4 -confide_V 9.015303477653316e-5 -conflict_V 1.3522955216479975e-4 -conform_V 2.929973630237328e-4 -congeal_V 2.253825869413329e-5 -conglomerate_V 2.253825869413329e-5 -congregate_V 2.253825869413329e-5 -conjecture_V 2.253825869413329e-5 -conjoin_V 2.253825869413329e-5 -conjugate_V 2.253825869413329e-5 -conjure_V 4.507651738826658e-5 -conk_V 2.253825869413329e-5 -conk_out_V 2.253825869413329e-5 -connect_V 1.5776781085893304e-4 -connive_V 2.253825869413329e-5 -consent_V 2.929973630237328e-4 -consider_V 1.5326015912010638e-3 -consist_V 1.1945277107890645e-3 -consolidate_V 1.3522955216479975e-4 -consort_V 4.507651738826658e-5 -conspire_V 1.1269129347066645e-4 -construe_V 2.253825869413329e-5 -consult_V 1.2846807455655976e-3 -consume_V 1.1269129347066645e-4 -contemplate_V 6.761477608239988e-5 -contend_V 1.5776781085893304e-4 -contest_V 6.761477608239988e-5 -continue_V 5.927562036557056e-3 -continue_on_V 2.253825869413329e-5 -contract_V 4.958416912709324e-4 -contract_in_V 2.253825869413329e-5 -contrast_V 2.704591043295995e-4 -contribute_V 2.6820527846018617e-3 -contrive_V 2.253825869413329e-5 -control_V 3.155356217178661e-4 -convalesce_V 2.253825869413329e-5 -convene_V 1.1269129347066645e-4 -converge_V 4.507651738826658e-5 -converse_V 2.253825869413329e-5 -convert_V 3.8315039780026594e-4 -coo_V 2.253825869413329e-5 -cook_V 1.1269129347066645e-4 -cool_V 4.0568865649439923e-4 -cool_down_V 2.253825869413329e-5 -cool_off_V 2.253825869413329e-5 -cooperate_V 4.733034325767991e-4 -coordinate_V 1.1269129347066645e-4 -cop_V 2.253825869413329e-5 -cop_it_V 2.253825869413329e-5 -cop_off_V 2.253825869413329e-5 -cop_out_V 2.253825869413329e-5 -cope_V 5.40918208659199e-4 -copulate_V 2.253825869413329e-5 -copy_V 2.253825869413329e-4 -corner_V 4.507651738826658e-5 -correct_V 9.015303477653316e-5 -correlate_V 2.253825869413329e-5 -correspond_V 2.479208456354662e-4 -corrode_V 2.253825869413329e-5 -corrugate_V 2.253825869413329e-5 -corrupt_V 2.253825869413329e-5 -coruscate_V 2.253825869413329e-5 -cost_V 1.1043746760125313e-3 -cotton_V 2.253825869413329e-5 -cotton_on_V 2.253825869413329e-5 -couch_V 4.507651738826658e-5 -cough_V 1.1269129347066645e-4 -count_V 7.212242782122653e-4 -counter_V 6.761477608239988e-5 -counterattack_V 4.507651738826658e-5 -countermine_V 2.253825869413329e-5 -counterplot_V 2.253825869413329e-5 -countervail_V 4.507651738826658e-5 -couple_V 6.761477608239988e-5 -course_V 4.507651738826658e-5 -court_V 6.761477608239988e-5 -covenant_V 2.253825869413329e-5 -cower_V 4.507651738826658e-5 -cox_V 2.253825869413329e-5 -cozy_up_V 2.253825869413329e-5 -crab_V 2.253825869413329e-5 -crack_V 1.3522955216479975e-4 -crack_down_V 2.253825869413329e-5 -crack_on_V 2.253825869413329e-5 -crack_up_V 2.253825869413329e-5 -crackle_V 4.507651738826658e-5 -cram_V 6.761477608239988e-5 -cram_in_V 2.253825869413329e-5 -crane_V 2.253825869413329e-5 -crank_out_V 2.253825869413329e-5 -crap_V 2.253825869413329e-5 -crash_V 3.155356217178661e-4 -crash_dive_V 2.253825869413329e-5 -crash_land_V 2.253825869413329e-5 -crash_out_V 2.253825869413329e-5 -crater_V 4.507651738826658e-5 -crave_V 2.253825869413329e-5 -crawl_V 1.3522955216479975e-4 -creak_V 4.507651738826658e-5 -crease_V 2.253825869413329e-5 -create_V 1.2846807455655976e-3 -creep_V 2.0284432824719962e-4 -creep_in_V 2.253825869413329e-5 -creep_up_V 2.253825869413329e-5 -crepitate_V 2.253825869413329e-5 -crest_V 4.507651738826658e-5 -crew_V 2.253825869413329e-5 -crib_V 2.253825869413329e-5 -crimson_V 2.253825869413329e-5 -cringe_V 4.507651738826658e-5 -crinkle_V 2.253825869413329e-5 -crisp_V 2.253825869413329e-5 -crisscross_V 4.507651738826658e-5 -criticize_V 2.253825869413329e-4 -croak_V 2.253825869413329e-5 -crochet_V 2.253825869413329e-5 -crock_V 2.253825869413329e-5 -crook_V 2.253825869413329e-5 -croon_V 4.507651738826658e-5 -crop_V 1.1269129347066645e-4 -crop_up_V 2.253825869413329e-5 -cross_V 2.929973630237328e-4 -crosscheck_V 2.253825869413329e-5 -crouch_V 4.507651738826658e-5 -crow_V 4.507651738826658e-5 -crowd_V 1.8030606955306633e-4 -cruise_V 9.015303477653316e-5 -crumb_down_V 2.253825869413329e-5 -crumble_V 3.155356217178661e-4 -crumple_V 4.507651738826658e-5 -crunch_V 6.761477608239988e-5 -crusade_V 2.253825869413329e-5 -crush_V 1.1269129347066645e-4 -crust_V 2.253825869413329e-5 -cry_V 1.1269129347066645e-4 -cry_out_V 2.253825869413329e-5 -crystallize_V 2.253825869413329e-5 -cuddle_V 2.253825869413329e-5 -culminate_V 4.507651738826658e-5 -curdle_V 2.253825869413329e-5 -cure_V 4.507651738826658e-5 -curl_V 9.015303477653316e-5 -curl_up_V 2.253825869413329e-5 -curse_V 6.761477608239988e-5 -curtsey_V 2.253825869413329e-5 -curtsy_V 2.253825869413329e-5 -curve_V 2.253825869413329e-5 -cut_V 2.862358854154928e-3 -cut_down_V 2.253825869413329e-5 -cut_in_V 2.253825869413329e-5 -cut_off_V 2.253825869413329e-5 -cut_out_V 2.253825869413329e-5 -cut_up_V 2.253825869413329e-5 -cycle_V 1.1269129347066645e-4 -cypher_V 2.253825869413329e-5 -dab_V 2.253825869413329e-5 -dabble_V 9.015303477653316e-5 -dally_V 2.253825869413329e-5 -damp_V 6.761477608239988e-5 -damp_off_V 2.253825869413329e-5 -dampen_V 4.507651738826658e-5 -dance_V 1.3522955216479975e-4 -dangle_V 6.761477608239988e-5 -dare_V 4.507651738826658e-5 -darken_V 2.253825869413329e-5 -darn_V 2.253825869413329e-5 -dart_V 2.253825869413329e-5 -dash_V 6.761477608239988e-5 -dash_off_V 2.253825869413329e-5 -date_V 5.634564673533323e-4 -daub_V 2.253825869413329e-5 -dawdle_V 4.507651738826658e-5 -dawn_V 1.1269129347066645e-4 -daydream_V 2.253825869413329e-5 -deadlock_V 6.761477608239988e-5 -deal_V 1.7579841781423966e-3 -debark_V 2.253825869413329e-5 -debate_V 9.015303477653316e-5 -debouch_V 2.253825869413329e-5 -decamp_V 2.253825869413329e-5 -decay_V 2.253825869413329e-5 -decease_V 4.507651738826658e-5 -decelerate_V 6.761477608239988e-5 -decide_V 1.3522955216479975e-3 -deck_out_V 2.253825869413329e-5 -declaim_V 2.253825869413329e-5 -declare_V 4.282269151885325e-4 -decline_V 4.823187360544524e-3 -declutch_V 2.253825869413329e-5 -decompose_V 2.253825869413329e-5 -decrease_V 3.6061213910613266e-4 -deepen_V 1.5776781085893304e-4 -default_V 3.3807388041199937e-4 -defecate_V 2.253825869413329e-5 -defect_V 1.1269129347066645e-4 -defend_V 3.6061213910613266e-4 -defer_V 6.761477608239988e-5 -defile_V 2.253825869413329e-5 -define_V 1.3522955216479975e-4 -deflect_V 2.253825869413329e-5 -degenerate_V 9.015303477653316e-5 -deign_V 2.253825869413329e-5 -delay_V 4.958416912709324e-4 -deliberate_V 4.507651738826658e-5 -delight_V 6.761477608239988e-5 -deliver_V 7.663007956005319e-4 -delve_V 9.015303477653316e-5 -demonstrate_V 2.479208456354662e-4 -demur_V 2.253825869413329e-5 -dent_V 2.253825869413329e-5 -depart_V 2.0284432824719962e-4 -depend_V 1.71290766075413e-3 -deplane_V 2.253825869413329e-5 -deploy_V 9.015303477653316e-5 -depose_V 2.253825869413329e-5 -depreciate_V 4.507651738826658e-5 -deputize_V 2.253825869413329e-5 -derive_V 9.015303477653316e-5 -derogate_V 2.253825869413329e-5 -descant_V 2.253825869413329e-5 -descend_V 1.3522955216479975e-4 -describe_V 3.155356217178661e-4 -desert_V 4.507651738826658e-5 -deserve_V 1.1269129347066645e-4 -design_V 9.240686064594649e-4 -designate_V 4.507651738826658e-5 -desist_V 4.507651738826658e-5 -despair_V 4.507651738826658e-5 -deteriorate_V 5.40918208659199e-4 -determine_V 4.733034325767991e-4 -detonate_V 2.253825869413329e-5 -detract_V 6.761477608239988e-5 -detrain_V 2.253825869413329e-5 -develop_V 1.9157519890013297e-3 -deviate_V 4.507651738826658e-5 -devil_V 2.253825869413329e-5 -devolve_V 2.253825869413329e-5 -dice_V 2.253825869413329e-5 -dicker_V 6.761477608239988e-5 -dictate_V 4.507651738826658e-5 -die_V 1.6002163672834636e-3 -die_away_V 2.253825869413329e-5 -die_back_V 2.253825869413329e-5 -die_down_V 2.253825869413329e-5 -die_off_V 2.253825869413329e-5 -die_out_V 2.253825869413329e-5 -diet_V 4.507651738826658e-5 -differ_V 3.3807388041199937e-4 -differentiate_V 6.761477608239988e-5 -diffuse_V 2.253825869413329e-5 -dig_V 1.8030606955306633e-4 -dig_in_V 2.253825869413329e-5 -digest_V 2.253825869413329e-5 -digress_V 2.253825869413329e-5 -dike_V 2.253825869413329e-5 -dilate_V 2.253825869413329e-5 -dilly_dally_V 2.253825869413329e-5 -dilute_V 4.0568865649439923e-4 -dim_V 2.253825869413329e-5 -diminish_V 2.929973630237328e-4 -dimple_V 2.253825869413329e-5 -din_V 2.253825869413329e-5 -dine_V 1.1269129347066645e-4 -dine_out_V 2.253825869413329e-5 -dip_V 2.704591043295995e-4 -dip_out_V 2.253825869413329e-5 -direct_V 2.704591043295995e-4 -dirty_V 2.253825869413329e-5 -disagree_V 6.085329847415989e-4 -disappear_V 5.40918208659199e-4 -disapprove_V 1.3522955216479975e-4 -disarm_V 1.1269129347066645e-4 -disband_V 1.3522955216479975e-4 -disbelieve_V 2.253825869413329e-5 -disburse_V 2.253825869413329e-5 -discharge_V 2.253825869413329e-5 -disclose_V 9.240686064594649e-4 -discolour_V 2.253825869413329e-5 -discontinue_V 6.761477608239988e-5 -discount_V 6.310712434357322e-4 -discourse_V 2.253825869413329e-5 -discover_V 5.859947260474656e-4 -discriminate_V 9.015303477653316e-5 -disembark_V 4.507651738826658e-5 -disengage_V 2.253825869413329e-5 -disentangle_V 2.253825869413329e-5 -disintegrate_V 9.015303477653316e-5 -dismay_V 4.507651738826658e-5 -dismount_V 2.253825869413329e-5 -dispense_V 6.761477608239988e-5 -disperse_V 4.507651738826658e-5 -dispose_V 3.155356217178661e-4 -dispute_V 1.1269129347066645e-4 -disrobe_V 2.253825869413329e-5 -disrupt_V 6.761477608239988e-5 -dissemble_V 2.253825869413329e-5 -disseminate_V 6.761477608239988e-5 -dissent_V 9.015303477653316e-5 -dissimulate_V 2.253825869413329e-5 -dissipate_V 6.761477608239988e-5 -dissolve_V 9.015303477653316e-5 -distend_V 2.253825869413329e-5 -distil_V 2.253825869413329e-5 -distinguish_V 1.1269129347066645e-4 -distract_V 9.015303477653316e-5 -distrain_V 2.253825869413329e-5 -disunite_V 2.253825869413329e-5 -ditch_V 2.253825869413329e-5 -dither_V 4.507651738826658e-5 -divagate_V 2.253825869413329e-5 -dive_V 1.8030606955306633e-4 -dive_bomb_V 2.253825869413329e-5 -dive_in_V 2.253825869413329e-5 -diverge_V 6.761477608239988e-5 -diversify_V 3.6061213910613266e-4 -divert_V 1.3522955216479975e-4 -divide_V 3.3807388041199937e-4 -divine_V 2.253825869413329e-5 -do_V 2.041966237688476e-2 -dock_V 2.253825869413329e-5 -dodder_V 6.761477608239988e-5 -dodge_V 6.761477608239988e-5 -dogmatize_V 2.253825869413329e-5 -doll_V 2.253825869413329e-5 -dominate_V 2.0284432824719962e-4 -domineer_V 4.507651738826658e-5 -donate_V 2.704591043295995e-4 -doodle_V 2.253825869413329e-5 -doss_V 2.253825869413329e-5 -doss_about_V 2.253825869413329e-5 -doss_around_V 2.253825869413329e-5 -doss_down_V 2.253825869413329e-5 -dote_V 2.253825869413329e-5 -double_V 1.1719894520949312e-3 -double_back_V 2.253825869413329e-5 -double_over_V 2.253825869413329e-5 -double_park_V 2.253825869413329e-5 -double_up_V 2.253825869413329e-5 -dovetail_V 4.507651738826658e-5 -doze_V 2.253825869413329e-5 -doze_off_V 2.253825869413329e-5 -drag_V 4.0568865649439923e-4 -drag_down_V 2.253825869413329e-5 -drag_in_V 2.253825869413329e-5 -drag_on_V 2.253825869413329e-5 -drain_V 9.015303477653316e-5 -draw_V 7.212242782122653e-4 -draw_even_V 2.253825869413329e-5 -draw_in_V 2.253825869413329e-5 -draw_off_V 2.253825869413329e-5 -draw_on_V 2.253825869413329e-5 -draw_up_V 2.253825869413329e-5 -drawl_V 2.253825869413329e-5 -dread_V 4.507651738826658e-5 -dream_V 2.253825869413329e-4 -dredge_V 2.253825869413329e-5 -dress_V 3.3807388041199937e-4 -dress_down_V 2.253825869413329e-5 -dress_up_V 2.253825869413329e-5 -dribble_V 2.253825869413329e-5 -drift_V 3.155356217178661e-4 -drift_apart_V 4.507651738826658e-5 -drift_off_V 2.253825869413329e-5 -drill_V 5.634564673533323e-4 -drill_down_V 2.253825869413329e-5 -drink_V 1.8030606955306633e-4 -drip_V 4.507651738826658e-5 -drive_V 1.4424485564245306e-3 -drive_by_V 2.253825869413329e-5 -drive_down_V 2.253825869413329e-5 -drive_off_V 2.253825869413329e-5 -drive_up_V 2.253825869413329e-5 -drivel_V 2.253825869413329e-5 -drizzle_V 2.253825869413329e-5 -drone_V 2.253825869413329e-5 -drone_on_V 2.253825869413329e-5 -drool_V 6.761477608239988e-5 -droop_V 2.253825869413329e-5 -drop_V 3.6061213910613264e-3 -drop_around_V 2.253825869413329e-5 -drop_away_V 2.253825869413329e-5 -drop_back_V 2.253825869413329e-5 -drop_by_V 2.253825869413329e-5 -drop_in_V 2.253825869413329e-5 -drop_off_V 2.253825869413329e-5 -drop_out_V 2.253825869413329e-5 -drop_over_V 2.253825869413329e-5 -drop_round_V 2.253825869413329e-5 -drop_through_V 2.253825869413329e-5 -drown_V 9.015303477653316e-5 -drowse_V 2.253825869413329e-5 -drudge_V 2.253825869413329e-5 -drum_V 1.8030606955306633e-4 -dry_V 2.704591043295995e-4 -dry_out_V 2.253825869413329e-5 -dry_up_V 2.253825869413329e-5 -duck_V 9.015303477653316e-5 -duel_V 2.253825869413329e-5 -dug_out_V 2.253825869413329e-5 -dull_V 2.253825869413329e-5 -dump_V 2.704591043295995e-4 -dust_off_V 2.253825869413329e-5 -dwell_V 2.253825869413329e-5 -dwindle_V 1.5776781085893304e-4 -dye_V 1.8030606955306633e-4 -dyke_V 2.253825869413329e-5 -earn_V 1.464986815118664e-3 -ease_V 1.2621424868714643e-3 -ease_up_V 2.253825869413329e-5 -eat_V 5.40918208659199e-4 -eat_away_V 2.253825869413329e-5 -eat_in_V 2.253825869413329e-5 -eat_out_V 2.253825869413329e-5 -eavesdrop_V 1.3522955216479975e-4 -ebb_V 9.015303477653316e-5 -ebb_away_V 2.253825869413329e-5 -echo_V 4.507651738826658e-5 -economize_V 4.507651738826658e-5 -eddy_V 2.253825869413329e-5 -edge_V 7.212242782122653e-4 -edge_up_V 2.253825869413329e-5 -eff_V 2.253825869413329e-5 -effervesce_V 2.253825869413329e-5 -egotrip_V 2.253825869413329e-5 -eject_V 2.253825869413329e-5 -elaborate_V 7.437625369063986e-4 -elapse_V 4.507651738826658e-5 -elect_V 6.98686019518132e-4 -elongate_V 2.253825869413329e-5 -elope_V 2.253825869413329e-5 -emanate_V 2.253825869413329e-5 -embark_V 1.3522955216479975e-4 -embrace_V 1.5776781085893304e-4 -embroider_V 2.253825869413329e-5 -embroil_V 6.761477608239988e-5 -emerge_V 1.622754625977597e-3 -emigrate_V 4.507651738826658e-5 -empathize_V 6.761477608239988e-5 -emplane_V 2.253825869413329e-5 -empty_V 2.253825869413329e-5 -encamp_V 2.253825869413329e-5 -encroach_V 4.507651738826658e-5 -encrust_V 2.253825869413329e-5 -end_V 5.882485519168789e-3 -endeavour_V 2.253825869413329e-5 -endure_V 1.1269129347066645e-4 -engage_V 9.015303477653316e-4 -engineer_V 2.929973630237328e-4 -enlarge_V 4.507651738826658e-5 -enlist_V 2.253825869413329e-5 -enplane_V 2.253825869413329e-5 -enquire_V 2.253825869413329e-5 -enrol_V 2.253825869413329e-5 -enroll_V 1.1269129347066645e-4 -ensue_V 1.5776781085893304e-4 -ensure_V 6.761477608239988e-5 -enter_V 7.437625369063986e-4 -enthuse_V 2.253825869413329e-5 -entrain_V 2.253825869413329e-5 -entwin_V 2.253825869413329e-5 -enunciate_V 2.253825869413329e-5 -erode_V 3.8315039780026594e-4 -err_V 1.1269129347066645e-4 -erupt_V 2.479208456354662e-4 -escalate_V 9.015303477653316e-5 -escape_V 2.704591043295995e-4 -essay_V 2.253825869413329e-5 -estimate_V 1.7579841781423966e-3 -etch_V 2.253825869413329e-5 -evaluate_V 1.1269129347066645e-4 -evaporate_V 6.761477608239988e-5 -even_out_V 2.253825869413329e-5 -evolve_V 2.479208456354662e-4 -exaggerate_V 4.507651738826658e-5 -excavate_V 6.761477608239988e-5 -excel_V 4.507651738826658e-5 -exclaim_V 4.507651738826658e-5 -exercise_V 1.8030606955306633e-4 -exhale_V 4.507651738826658e-5 -exist_V 3.087741441096261e-3 -exit_V 4.507651738826658e-5 -expand_V 1.622754625977597e-3 -expatiate_V 2.253825869413329e-5 -expect_V 2.8398205954607947e-3 -expectorate_V 2.253825869413329e-5 -experiment_V 1.5776781085893304e-4 -expire_V 1.0367598999301314e-3 -explain_away_V 2.253825869413329e-5 -explode_V 3.3807388041199937e-4 -export_V 3.155356217178661e-4 -expose_V 2.0284432824719962e-4 -expostulate_V 2.253825869413329e-5 -extemporize_V 2.253825869413329e-5 -extend_V 9.015303477653316e-4 -extort_V 4.507651738826658e-5 -extrapolate_V 2.253825869413329e-5 -exude_V 2.253825869413329e-5 -exult_V 2.253825869413329e-5 -face_V 7.212242782122653e-4 -factor_in_V 2.253825869413329e-5 -fade_V 3.155356217178661e-4 -faff_about_V 2.253825869413329e-5 -faff_around_V 2.253825869413329e-5 -fag_V 2.253825869413329e-5 -fail_V 1.555139849895197e-3 -faint_V 1.1269129347066645e-4 -fall_V 1.1877662331808245e-2 -fall_about_V 2.253825869413329e-5 -fall_apart_V 1.1269129347066645e-4 -fall_back_V 2.253825869413329e-5 -fall_behind_V 2.253825869413329e-5 -fall_down_V 2.253825869413329e-5 -fall_in_V 2.253825869413329e-5 -fall_off_V 2.253825869413329e-5 -fall_out_V 2.253825869413329e-5 -fall_over_V 2.253825869413329e-5 -fall_through_V 2.253825869413329e-5 -falter_V 2.929973630237328e-4 -famish_V 2.253825869413329e-5 -fan_V 2.253825869413329e-5 -fantasize_V 6.761477608239988e-5 -fare_V 5.634564673533323e-4 -farm_V 1.1269129347066645e-4 -farrow_V 2.253825869413329e-5 -fart_V 2.253825869413329e-5 -fart_about_V 2.253825869413329e-5 -fart_around_V 2.253825869413329e-5 -fast_V 2.253825869413329e-5 -fasten_V 4.507651738826658e-5 -fatten_V 9.015303477653316e-5 -favour_V 2.253825869413329e-5 -fawn_V 4.507651738826658e-5 -fear_V 3.155356217178661e-4 -feast_V 4.507651738826658e-5 -fed_up_V 2.253825869413329e-5 -federate_V 2.253825869413329e-5 -feed_V 4.282269151885325e-4 -feel_V 1.1494511934007979e-3 -feel_out_V 2.253825869413329e-5 -feint_V 2.253825869413329e-5 -fell_apart_V 2.253825869413329e-5 -fell_off_V 2.253825869413329e-5 -fell_through_V 2.253825869413329e-5 -fend_V 4.958416912709324e-4 -ferment_V 2.253825869413329e-5 -ferret_V 6.761477608239988e-5 -ferry_V 2.253825869413329e-5 -fess_up_V 2.253825869413329e-5 -fester_V 4.507651738826658e-5 -fetch_V 9.015303477653316e-5 -feude_V 1.1269129347066645e-4 -fib_V 2.253825869413329e-5 -fiddle_about_V 2.253825869413329e-5 -fiddle_around_V 2.253825869413329e-5 -fidget_V 4.507651738826658e-5 -field_V 6.761477608239988e-5 -fight_V 1.0367598999301314e-3 -fight_back_V 2.253825869413329e-5 -figure_V 4.733034325767991e-4 -file_V 5.319029051815457e-3 -filibuster_V 2.253825869413329e-5 -fill_V 5.40918208659199e-4 -fill_in_V 2.253825869413329e-5 -fill_out_V 2.253825869413329e-5 -film_V 9.015303477653316e-5 -filter_V 1.1269129347066645e-4 -filter_in_V 2.253825869413329e-5 -filtrate_V 2.253825869413329e-5 -find_V 1.4199102977303973e-3 -find_out_V 2.253825869413329e-5 -finish_V 1.5776781085893303e-3 -finish_up_V 2.253825869413329e-5 -fink_out_V 2.253825869413329e-5 -fire_V 4.733034325767991e-4 -fire_away_V 2.253825869413329e-5 -fire_back_V 2.253825869413329e-5 -fire_up_V 2.253825869413329e-5 -firm_V 2.0284432824719962e-4 -fish_V 4.507651738826658e-5 -fit_V 4.282269151885325e-4 -fit_in_V 2.253825869413329e-5 -fix_V 8.113773129887985e-4 -fizz_V 2.253825869413329e-5 -fizzle_V 6.761477608239988e-5 -fizzle_out_V 2.253825869413329e-5 -flag_V 4.507651738826658e-5 -flake_V 2.253825869413329e-5 -flake_out_V 2.253825869413329e-5 -flame_V 4.507651738826658e-5 -flame_out_V 2.253825869413329e-5 -flame_up_V 2.253825869413329e-5 -flank_V 4.507651738826658e-5 -flap_V 6.761477608239988e-5 -flare_V 9.015303477653316e-5 -flare_out_V 2.253825869413329e-5 -flare_up_V 2.253825869413329e-5 -flash_V 2.0284432824719962e-4 -flatten_V 2.0284432824719962e-4 -flaunt_V 4.507651738826658e-5 -flee_V 5.40918208659199e-4 -flick_over_V 2.253825869413329e-5 -flicker_V 4.507651738826658e-5 -flinch_V 4.507651738826658e-5 -fling_V 2.253825869413329e-5 -flip_V 9.015303477653316e-5 -flip_out_V 2.253825869413329e-5 -flirt_V 1.3522955216479975e-4 -flit_V 2.253825869413329e-5 -float_V 4.958416912709324e-4 -flock_V 1.8030606955306633e-4 -flood_V 1.5776781085893304e-4 -floor_it_V 2.253825869413329e-5 -flop_V 1.1269129347066645e-4 -flounce_V 2.253825869413329e-5 -flounce_off_V 2.253825869413329e-5 -flounce_out_V 2.253825869413329e-5 -flounder_V 9.015303477653316e-5 -flourish_V 1.3522955216479975e-4 -flow_V 5.859947260474656e-4 -flower_V 2.253825869413329e-5 -fluctuate_V 1.8030606955306633e-4 -flunk_V 4.507651738826658e-5 -flush_V 4.507651738826658e-5 -flush_out_V 2.253825869413329e-5 -flute_V 2.253825869413329e-5 -flutter_V 2.253825869413329e-5 -fly_V 1.397372039036264e-3 -fly_about_V 2.253825869413329e-5 -fly_around_V 2.253825869413329e-5 -fly_by_V 2.253825869413329e-5 -fly_fish_V 2.253825869413329e-5 -fly_out_V 2.253825869413329e-5 -foal_V 2.253825869413329e-5 -foam_V 4.507651738826658e-5 -focus_V 2.073519799860263e-3 -fold_V 2.0284432824719962e-4 -follow_V 5.093646464874124e-3 -follow_on_V 2.253825869413329e-5 -follow_through_V 2.253825869413329e-5 -fool_V 6.761477608239988e-5 -fool_about_V 2.253825869413329e-5 -fool_around_V 2.253825869413329e-5 -foot_V 4.507651738826658e-5 -footle_V 2.253825869413329e-5 -footslog_V 2.253825869413329e-5 -forage_V 2.253825869413329e-5 -foray_V 2.253825869413329e-5 -forbear_V 2.253825869413329e-5 -force_V 8.56453830377065e-4 -force_land_V 2.253825869413329e-5 -force_out_V 2.253825869413329e-5 -forecast_V 2.929973630237328e-4 -foreclose_V 9.015303477653316e-5 -foregather_V 2.253825869413329e-5 -forego_V 2.253825869413329e-5 -foreknow_V 2.253825869413329e-5 -forgather_V 2.253825869413329e-5 -forge_V 4.507651738826658e-5 -forge_ahead_V 2.253825869413329e-5 -forget_V 2.253825869413329e-4 -forgive_V 4.507651738826658e-5 -fork_V 9.015303477653316e-5 -fork_out_V 2.253825869413329e-5 -fork_over_V 2.253825869413329e-5 -form_V 6.085329847415989e-4 -fornicate_V 2.253825869413329e-5 -fossilize_V 2.253825869413329e-5 -foul_V 4.507651738826658e-5 -founder_V 1.1269129347066645e-4 -fowl_V 2.253825869413329e-5 -foxhunt_V 2.253825869413329e-5 -fracture_V 4.507651738826658e-5 -fragment_V 4.507651738826658e-5 -frame_V 6.761477608239988e-5 -fraternize_V 2.253825869413329e-5 -fray_V 4.507651738826658e-5 -freak_V 4.507651738826658e-5 -freckle_V 2.253825869413329e-5 -freelance_V 2.253825869413329e-5 -freewheel_V 2.253825869413329e-5 -freeze_V 1.3522955216479975e-4 -freeze_over_V 2.253825869413329e-5 -freeze_up_V 2.253825869413329e-5 -freshen_V 2.253825869413329e-5 -freshen_up_V 2.253825869413329e-5 -fret_V 1.3522955216479975e-4 -frisk_V 2.253825869413329e-5 -fritter_away_V 2.253825869413329e-5 -frivol_V 2.253825869413329e-5 -frizzle_V 2.253825869413329e-5 -frolic_V 6.761477608239988e-5 -front_V 2.253825869413329e-5 -front_up_V 2.253825869413329e-5 -frost_V 2.253825869413329e-5 -froth_V 4.507651738826658e-5 -frown_V 2.253825869413329e-5 -fructify_V 2.253825869413329e-5 -fruit_V 2.253825869413329e-5 -fry_V 4.507651738826658e-5 -fuck_V 2.253825869413329e-5 -fudge_over_V 2.253825869413329e-5 -fuel_V 9.015303477653316e-5 -fuel_up_V 2.253825869413329e-5 -fulminate_V 2.253825869413329e-5 -fumble_V 2.253825869413329e-5 -fume_V 6.761477608239988e-5 -function_V 2.479208456354662e-4 -funk_V 2.253825869413329e-5 -funnel_V 2.253825869413329e-5 -furl_V 2.253825869413329e-5 -furrow_V 4.507651738826658e-5 -fuse_V 4.507651738826658e-5 -fuss_V 4.507651738826658e-5 -gabble_V 2.253825869413329e-5 -gad_V 2.253825869413329e-5 -gad_about_V 2.253825869413329e-5 -gad_around_V 2.253825869413329e-5 -gag_V 2.253825869413329e-5 -gain_V 1.1945277107890645e-3 -gain_back_V 2.253825869413329e-5 -gallivant_V 2.253825869413329e-5 -gallop_V 4.507651738826658e-5 -galumph_V 2.253825869413329e-5 -gamble_V 2.253825869413329e-4 -gambol_V 2.253825869413329e-5 -game_V 1.3522955216479975e-4 -gang_V 2.253825869413329e-5 -gang_up_V 2.253825869413329e-5 -gangrene_V 2.253825869413329e-5 -gape_V 6.761477608239988e-5 -garden_V 6.761477608239988e-5 -gargle_V 2.253825869413329e-5 -gas_V 2.253825869413329e-5 -gasify_V 2.253825869413329e-5 -gasp_V 6.761477608239988e-5 -gather_V 2.253825869413329e-4 -gawp_V 2.253825869413329e-5 -gaze_V 4.507651738826658e-5 -gazump_V 2.253825869413329e-5 -gear_V 1.5776781085893304e-4 -gear_up_V 2.253825869413329e-5 -geek_out_V 2.253825869413329e-5 -gel_V 2.253825869413329e-5 -generalize_V 9.015303477653316e-5 -genuflect_V 2.253825869413329e-5 -germinate_V 2.253825869413329e-5 -gesticulate_V 2.253825869413329e-5 -gesture_V 4.507651738826658e-5 -get_V 9.87175730803038e-3 -get_about_V 2.253825869413329e-5 -get_across_V 2.253825869413329e-5 -get_ahead_V 2.253825869413329e-5 -get_along_V 2.253825869413329e-5 -get_around_V 2.253825869413329e-5 -get_away_V 2.253825869413329e-5 -get_back_V 2.253825869413329e-5 -get_back_together_V 2.253825869413329e-5 -get_by_V 2.253825869413329e-5 -get_down_V 2.253825869413329e-5 -get_even_V 2.253825869413329e-5 -get_in_V 2.253825869413329e-5 -get_it_V 2.253825869413329e-5 -get_it_off_V 2.253825869413329e-5 -get_it_on_V 2.253825869413329e-5 -get_it_together_V 2.253825869413329e-5 -get_it_up_V 2.253825869413329e-5 -get_off_V 2.253825869413329e-5 -get_on_V 2.253825869413329e-5 -get_out_V 2.253825869413329e-5 -get_over_V 2.253825869413329e-5 -get_round_V 2.253825869413329e-5 -get_through_V 2.253825869413329e-5 -get_together_V 2.253825869413329e-5 -get_up_V 2.253825869413329e-5 -ghost_V 2.253825869413329e-5 -gibber_V 2.253825869413329e-5 -gibe_V 2.253825869413329e-5 -giggle_V 2.253825869413329e-5 -gird_V 9.015303477653316e-5 -give_V 1.1652279744866911e-2 -give_away_V 2.253825869413329e-5 -give_in_V 2.253825869413329e-5 -give_off_V 2.253825869413329e-5 -give_out_V 2.253825869413329e-5 -give_over_V 2.253825869413329e-5 -give_up_V 2.253825869413329e-5 -give_way_V 2.253825869413329e-5 -give_yourself_up_V 2.253825869413329e-5 -glance_V 4.507651738826658e-5 -glare_V 4.507651738826658e-5 -glaze_V 4.507651738826658e-5 -gleam_V 4.507651738826658e-5 -glean_V 2.253825869413329e-5 -glide_V 6.761477608239988e-5 -glimmer_V 2.253825869413329e-5 -glint_V 2.253825869413329e-5 -glissade_V 2.253825869413329e-5 -glisten_V 2.253825869413329e-5 -glister_V 2.253825869413329e-5 -glitter_V 2.253825869413329e-5 -gloat_V 9.015303477653316e-5 -globetrot_V 2.253825869413329e-5 -glory_V 2.253825869413329e-5 -glow_V 9.015303477653316e-5 -glower_V 2.253825869413329e-5 -glue_down_V 2.253825869413329e-5 -gnash_V 2.253825869413329e-5 -gnaw_V 4.507651738826658e-5 -go_V 1.5348554170704772e-2 -go_about_V 2.253825869413329e-5 -go_across_V 2.253825869413329e-5 -go_ahead_V 2.253825869413329e-5 -go_along_V 2.253825869413329e-5 -go_around_V 2.253825869413329e-5 -go_away_V 2.253825869413329e-5 -go_back_V 2.253825869413329e-5 -go_before_V 2.253825869413329e-5 -go_below_V 2.253825869413329e-5 -go_by_V 2.253825869413329e-5 -go_down_V 2.253825869413329e-5 -go_for_V 2.253825869413329e-5 -go_for_it_V 2.253825869413329e-5 -go_forth_V 2.253825869413329e-5 -go_forward_V 2.253825869413329e-5 -go_in_V 2.253825869413329e-5 -go_it_V 2.253825869413329e-5 -go_it_alone_V 2.253825869413329e-5 -go_off_V 2.253825869413329e-5 -go_on_V 2.253825869413329e-5 -go_one_V 2.253825869413329e-5 -go_out_V 2.253825869413329e-5 -go_over_V 2.253825869413329e-5 -go_round_V 2.253825869413329e-5 -go_through_V 2.253825869413329e-5 -go_together_V 2.253825869413329e-5 -go_under_V 2.253825869413329e-5 -go_up_V 4.507651738826658e-5 -gobble_V 4.507651738826658e-5 -goggle_V 2.253825869413329e-5 -golf_V 4.507651738826658e-5 -goof_V 2.253825869413329e-5 -goof_around_V 2.253825869413329e-5 -goof_off_V 2.253825869413329e-5 -gorge_V 2.253825869413329e-5 -gormandize_V 2.253825869413329e-5 -gossip_V 4.507651738826658e-5 -govern_V 1.5776781085893304e-4 -grab_V 1.1269129347066645e-4 -graduate_V 1.1269129347066645e-4 -graft_V 2.253825869413329e-5 -granulate_V 2.253825869413329e-5 -grapple_V 1.1269129347066645e-4 -grasp_V 2.253825869413329e-5 -grass_V 2.253825869413329e-5 -grate_V 2.253825869413329e-5 -gravitate_V 2.253825869413329e-5 -gray_V 9.015303477653316e-5 -graze_V 1.1269129347066645e-4 -grey_V 2.253825869413329e-5 -grieve_V 2.253825869413329e-5 -grill_V 2.253825869413329e-5 -grimace_V 6.761477608239988e-5 -grin_V 2.253825869413329e-5 -grind_V 2.0284432824719962e-4 -grind_away_V 2.253825869413329e-5 -grind_on_V 2.253825869413329e-5 -grip_V 1.1269129347066645e-4 -grizzle_V 2.253825869413329e-5 -groan_V 6.761477608239988e-5 -grope_V 2.253825869413329e-5 -grouch_V 2.253825869413329e-5 -ground_V 6.761477608239988e-5 -group_V 2.253825869413329e-5 -grouse_V 2.253825869413329e-5 -grovel_V 4.507651738826658e-5 -grow_V 6.626248056075187e-3 -grow_apart_V 2.253825869413329e-5 -grow_back_V 2.253825869413329e-5 -grow_out_V 2.253825869413329e-5 -grow_to_V 2.253825869413329e-5 -grow_together_V 2.253825869413329e-5 -grow_under_V 2.253825869413329e-5 -grow_up_V 4.507651738826658e-5 -growl_V 4.507651738826658e-5 -grub_V 2.253825869413329e-5 -grumble_V 6.761477608239988e-5 -grunt_V 2.253825869413329e-5 -guarantee_V 5.183799499650657e-4 -guard_V 9.015303477653316e-5 -guess_V 1.1269129347066645e-4 -guffaw_V 2.253825869413329e-5 -gulp_V 2.253825869413329e-5 -gurgle_V 2.253825869413329e-5 -gush_V 4.507651738826658e-5 -gutter_V 2.253825869413329e-5 -guzzle_V 4.507651738826658e-5 -gybe_V 2.253825869413329e-5 -gyrate_V 1.1269129347066645e-4 -h'm_V 2.253825869413329e-5 -hack_V 4.507651738826658e-5 -hack_around_V 2.253825869413329e-5 -hack_away_V 2.253825869413329e-5 -haggle_V 6.761477608239988e-5 -hail_V 4.507651738826658e-5 -halloo_V 2.253825869413329e-5 -halt_V 4.958416912709324e-4 -ham_V 4.507651738826658e-5 -hammer_V 1.5776781085893304e-4 -handle_V 8.56453830377065e-4 -hang_V 4.507651738826658e-4 -hang_about_V 2.253825869413329e-5 -hang_around_V 2.253825869413329e-5 -hang_back_V 2.253825869413329e-5 -hang_in_there_V 2.253825869413329e-5 -hang_it_up_V 2.253825869413329e-5 -hang_on_V 2.253825869413329e-5 -hang_out_V 2.253825869413329e-5 -hang_together_V 2.253825869413329e-5 -hang_up_V 2.253825869413329e-5 -hanker_V 2.253825869413329e-5 -hap_V 2.253825869413329e-5 -happen_V 3.020126665013861e-3 -harangue_V 2.253825869413329e-5 -harbour_V 2.253825869413329e-5 -harden_V 2.253825869413329e-5 -hare_V 2.253825869413329e-5 -hark_V 2.253825869413329e-5 -harmonize_V 2.253825869413329e-5 -harp_V 6.761477608239988e-5 -harp_on_V 2.253825869413329e-5 -hash_out_V 2.253825869413329e-5 -hassle_V 2.253825869413329e-5 -hasten_V 2.253825869413329e-5 -hatch_V 2.253825869413329e-5 -haul_V 9.015303477653316e-5 -have_V 1.636277581194077e-2 -have_it_away_V 2.253825869413329e-5 -have_it_off_V 2.253825869413329e-5 -have_on_V 2.253825869413329e-5 -haw_V 2.253825869413329e-5 -head_V 1.3748337803421308e-3 -head_off_V 2.253825869413329e-5 -head_out_V 2.253825869413329e-5 -heal_V 1.1269129347066645e-4 -hear_V 7.888390542946652e-4 -hearken_V 2.253825869413329e-5 -heat_V 3.155356217178661e-4 -heave_V 6.761477608239988e-5 -heave_out_V 2.253825869413329e-5 -hector_V 2.253825869413329e-5 -hedge_V 4.282269151885325e-4 -hedgehop_V 2.253825869413329e-5 -heel_V 2.253825869413329e-5 -heighten_V 1.1269129347066645e-4 -help_V 2.5918997498253285e-3 -hem_V 2.253825869413329e-5 -hemorrhage_V 1.5776781085893304e-4 -herd_V 4.507651738826658e-5 -hesitate_V 6.761477608239988e-5 -hew_V 6.761477608239988e-5 -hibernate_V 2.253825869413329e-5 -hiccough_V 2.253825869413329e-5 -hiccup_V 2.253825869413329e-5 -hide_V 4.507651738826658e-5 -hide_away_V 2.253825869413329e-5 -hide_out_V 2.253825869413329e-5 -hie_V 2.253825869413329e-5 -hike_V 4.507651738826658e-5 -hinge_V 4.507651738826658e-5 -hint_V 1.5776781085893304e-4 -hire_V 7.888390542946652e-4 -hiss_V 2.253825869413329e-5 -hit_V 1.622754625977597e-3 -hit_it_off_V 2.253825869413329e-5 -hit_up_V 2.253825869413329e-5 -hitch_V 2.253825869413329e-5 -hitchhike_V 2.253825869413329e-5 -hive_V 2.253825869413329e-5 -hoard_V 2.253825869413329e-5 -hobble_V 2.253825869413329e-5 -hobnob_V 2.253825869413329e-5 -hoe_V 2.253825869413329e-5 -hold_V 7.234781040816787e-3 -hold_back_V 2.253825869413329e-5 -hold_forth_V 2.253825869413329e-5 -hold_off_V 2.253825869413329e-5 -hold_on_V 2.253825869413329e-5 -hold_onto_V 2.253825869413329e-5 -hold_out_V 2.253825869413329e-5 -hold_together_V 2.253825869413329e-5 -hole_V 6.761477608239988e-5 -hole_up_V 2.253825869413329e-5 -holiday_V 2.253825869413329e-5 -holler_V 4.507651738826658e-5 -homer_V 4.507651738826658e-5 -honeymoon_V 2.253825869413329e-5 -honk_V 2.253825869413329e-5 -hook_V 1.1269129347066645e-4 -hook_up_V 2.253825869413329e-5 -hoon_around_V 2.253825869413329e-5 -hoot_V 2.253825869413329e-5 -hop_V 1.1269129347066645e-4 -hope_V 5.634564673533323e-4 -hopscotch_V 4.507651738826658e-5 -horn_V 2.253825869413329e-5 -horse_around_V 2.253825869413329e-5 -hot_V 2.253825869413329e-5 -hotfoot_V 2.253825869413329e-5 -hover_V 2.479208456354662e-4 -hover_around_V 2.253825869413329e-5 -howl_V 4.507651738826658e-5 -huddle_V 9.015303477653316e-5 -huff_V 2.253825869413329e-5 -hum_V 4.507651738826658e-5 -humanize_V 2.253825869413329e-5 -hung_on_V 2.253825869413329e-5 -hung_out_V 2.253825869413329e-5 -hunger_V 2.253825869413329e-5 -hunker_down_V 2.253825869413329e-5 -hunt_V 4.507651738826658e-5 -hurdle_V 2.253825869413329e-5 -hurrah_V 2.253825869413329e-5 -hurry_V 6.761477608239988e-5 -hurt_V 7.663007956005319e-4 -hurtle_V 4.507651738826658e-5 -hush_V 2.253825869413329e-5 -hustle_V 4.507651738826658e-5 -hybridize_V 2.253825869413329e-5 -hydrate_V 2.253825869413329e-5 -ice_V 2.253825869413329e-5 -ice_skate_V 2.253825869413329e-5 -identify_V 2.704591043295995e-4 -idle_V 1.1269129347066645e-4 -ignite_V 2.253825869413329e-5 -ignore_V 2.929973630237328e-4 -illustrate_V 1.3522955216479975e-4 -imagine_V 9.015303477653316e-5 -immigrate_V 4.507651738826658e-5 -impend_V 3.3807388041199937e-4 -impinge_V 2.253825869413329e-5 -imply_V 6.761477608239988e-5 -impose_V 3.155356217178661e-4 -impress_V 1.1269129347066645e-4 -improve_V 1.6452928846717302e-3 -improvise_V 4.507651738826658e-5 -impulse_buy_V 2.253825869413329e-5 -inch_V 4.282269151885325e-4 -inch_up_V 2.253825869413329e-5 -incline_V 1.3522955216479975e-4 -include_V 1.1381820640537312e-2 -incorporate_V 1.3522955216479975e-4 -increase_V 4.93587865401519e-3 -incubate_V 2.253825869413329e-5 -indent_V 2.253825869413329e-5 -indicate_V 4.733034325767991e-4 -indict_V 2.253825869413329e-4 -indulge_V 9.015303477653316e-5 -infect_V 4.507651738826658e-5 -infiltrate_V 2.253825869413329e-5 -inflame_V 2.253825869413329e-5 -inflate_V 1.5776781085893304e-4 -inform_V 4.507651738826658e-4 -infringe_V 2.479208456354662e-4 -infuse_V 4.507651738826658e-5 -inhale_V 2.253825869413329e-5 -inherit_V 6.761477608239988e-5 -innovate_V 4.507651738826658e-5 -inquire_V 1.1269129347066645e-4 -insist_V 7.888390542946652e-4 -install_V 2.479208456354662e-4 -insure_V 2.929973630237328e-4 -integrate_V 1.3522955216479975e-4 -intend_V 2.0284432824719962e-4 -intensify_V 2.479208456354662e-4 -interact_V 2.253825869413329e-5 -interbreed_V 2.253825869413329e-5 -intercede_V 4.507651738826658e-5 -intercommunicate_V 2.253825869413329e-5 -interconnect_V 4.507651738826658e-5 -interest_V 4.958416912709324e-4 -interfere_V 4.0568865649439923e-4 -interlace_V 2.253825869413329e-5 -interlink_V 2.253825869413329e-5 -interlock_V 2.253825869413329e-5 -intermarry_V 2.253825869413329e-5 -intermingle_V 2.253825869413329e-5 -intermix_V 2.253825869413329e-5 -interpose_V 2.253825869413329e-5 -interpret_V 9.015303477653316e-5 -interrelate_V 2.253825869413329e-5 -interrupt_V 9.015303477653316e-5 -intersect_V 2.253825869413329e-5 -intertwine_V 4.507651738826658e-5 -intervene_V 3.8315039780026594e-4 -intone_V 4.507651738826658e-5 -intrigue_V 9.015303477653316e-5 -introspect_V 2.253825869413329e-5 -intrude_V 4.507651738826658e-5 -intuit_V 2.253825869413329e-5 -inveigh_V 2.253825869413329e-5 -invent_V 1.1269129347066645e-4 -invest_V 2.5242849737429286e-3 -investigate_V 1.3522955216479975e-4 -invigilate_V 2.253825869413329e-5 -invite_in_V 2.253825869413329e-5 -involve_V 1.239604228177331e-3 -ionize_V 2.253825869413329e-5 -iron_V 6.761477608239988e-5 -iron_out_V 2.253825869413329e-5 -issue_V 1.2170659694831977e-3 -issue_forth_V 2.253825869413329e-5 -itch_V 2.253825869413329e-5 -jab_V 2.253825869413329e-5 -jabber_V 2.253825869413329e-5 -jabber_away_V 2.253825869413329e-5 -jack_knife_V 2.253825869413329e-5 -jack_up_V 2.253825869413329e-5 -jam_V 1.1269129347066645e-4 -jangle_V 2.253825869413329e-5 -jar_V 6.761477608239988e-5 -jaunt_V 2.253825869413329e-5 -jaw_V 2.253825869413329e-5 -jaw_away_V 2.253825869413329e-5 -jaywalk_V 2.253825869413329e-5 -jeer_V 2.253825869413329e-5 -jell_V 2.253825869413329e-5 -jelly_V 2.253825869413329e-5 -jerk_V 2.253825869413329e-5 -jerk_around_V 2.253825869413329e-5 -jerk_off_V 2.253825869413329e-5 -jest_V 2.253825869413329e-5 -jet_V 2.253825869413329e-5 -jet_off_V 4.507651738826658e-5 -jib_V 2.253825869413329e-5 -jibe_V 2.253825869413329e-5 -jig_V 2.253825869413329e-5 -jiggle_V 4.507651738826658e-5 -jingle_V 2.253825869413329e-5 -jive_V 2.253825869413329e-5 -job_V 2.253825869413329e-5 -jockey_V 4.507651738826658e-5 -jog_V 4.507651738826658e-5 -joggle_V 2.253825869413329e-5 -join_V 8.789920890711983e-4 -join_up_V 2.253825869413329e-5 -joke_V 6.761477608239988e-5 -joke_around_V 2.253825869413329e-5 -jolt_V 4.507651738826658e-5 -jostle_V 4.507651738826658e-5 -journey_V 2.253825869413329e-5 -joust_V 6.761477608239988e-5 -joy_V 2.253825869413329e-5 -judder_V 2.253825869413329e-5 -judge_V 2.929973630237328e-4 -juggle_V 1.1269129347066645e-4 -jumble_V 2.253825869413329e-5 -jump_V 1.8255989542247965e-3 -jump_in_V 2.253825869413329e-5 -junket_V 2.253825869413329e-5 -jut_V 6.761477608239988e-5 -keel_V 2.253825869413329e-5 -keel_over_V 2.253825869413329e-5 -keen_V 4.507651738826658e-5 -keep_V 2.096058058554396e-3 -keep_back_V 2.253825869413329e-5 -keep_on_V 2.253825869413329e-5 -keep_out_V 2.253825869413329e-5 -keep_up_V 4.507651738826658e-5 -kennel_V 2.253825869413329e-5 -key_down_V 2.253825869413329e-5 -kick_V 5.634564673533323e-4 -kick_back_V 2.253825869413329e-5 -kick_in_V 2.253825869413329e-5 -kick_off_V 2.253825869413329e-5 -kick_through_V 2.253825869413329e-5 -kick_up_V 2.253825869413329e-5 -kid_V 6.761477608239988e-5 -kill_V 6.310712434357322e-4 -kindle_V 2.253825869413329e-5 -kink_V 2.253825869413329e-5 -kip_V 2.253825869413329e-5 -kip_down_V 2.253825869413329e-5 -kiss_V 4.507651738826658e-5 -kiss_off_V 2.253825869413329e-5 -knead_V 4.507651738826658e-5 -kneel_V 2.253825869413329e-5 -knit_V 4.507651738826658e-5 -knock_V 7.663007956005319e-4 -knock_off_V 2.253825869413329e-5 -knock_out_V 2.253825869413329e-5 -knock_over_V 2.253825869413329e-5 -knock_up_V 2.253825869413329e-5 -knot_V 2.253825869413329e-5 -know_V 2.7271293019901282e-3 -knuckle_V 2.253825869413329e-5 -knuckle_down_V 2.253825869413329e-5 -knuckle_under_V 2.253825869413329e-5 -kotow_V 2.253825869413329e-5 -kowtow_V 4.507651738826658e-5 -label_V 6.761477608239988e-5 -labour_V 1.1269129347066645e-4 -lace_V 4.507651738826658e-5 -lack_V 1.1269129347066645e-4 -ladder_V 2.253825869413329e-5 -lag_V 5.634564673533323e-4 -lam_V 2.253825869413329e-5 -lamb_V 2.253825869413329e-5 -lament_V 4.507651738826658e-5 -laminate_V 2.253825869413329e-5 -land_V 8.113773129887985e-4 -languish_V 2.0284432824719962e-4 -lap_V 4.507651738826658e-5 -lapse_V 9.015303477653316e-5 -lark_V 2.253825869413329e-5 -lark_about_V 2.253825869413329e-5 -lark_around_V 2.253825869413329e-5 -lark_it_up_V 2.253825869413329e-5 -larn_V 2.253825869413329e-5 -lash_V 6.761477608239988e-5 -lash_down_V 2.253825869413329e-5 -lash_out_V 2.253825869413329e-5 -last_V 6.310712434357322e-4 -latch_V 1.1269129347066645e-4 -latch_on_V 2.253825869413329e-5 -lather_V 2.253825869413329e-5 -laugh_V 2.929973630237328e-4 -launch_V 9.015303477653316e-4 -launder_V 1.8030606955306633e-4 -lay_V 4.507651738826658e-4 -lay_down_V 2.253825869413329e-5 -laze_V 2.253825869413329e-5 -lead_V 6.243097658274922e-3 -lead_up_V 2.253825869413329e-5 -leaf_V 2.253825869413329e-5 -league_V 2.253825869413329e-5 -leak_V 1.3522955216479975e-4 -lean_V 2.704591043295995e-4 -leap_V 2.929973630237328e-4 -leap_out_V 2.253825869413329e-5 -learn_V 8.113773129887985e-4 -leave_V 2.569361491131195e-3 -leave_behind_V 2.253825869413329e-5 -leave_off_V 2.253825869413329e-5 -leave_open_V 2.253825869413329e-5 -leave_over_V 2.253825869413329e-5 -lecture_V 4.507651738826658e-5 -leer_V 2.253825869413329e-5 -legislate_V 6.761477608239988e-5 -lend_V 1.7354459194482634e-3 -lengthen_V 1.1269129347066645e-4 -lessen_V 6.761477608239988e-5 -let_V 7.663007956005319e-4 -let_on_V 2.253825869413329e-5 -let_up_V 2.253825869413329e-5 -levant_V 2.253825869413329e-5 -level_V 6.761477608239988e-5 -level_off_V 2.253825869413329e-5 -level_out_V 2.253825869413329e-5 -levitate_V 2.253825869413329e-5 -levy_V 2.253825869413329e-5 -liaise_V 2.253825869413329e-5 -lick_V 2.253825869413329e-5 -lie_1_V 1.2846807455655976e-3 -lie_2_V 4.507651738826658e-5 -lie_around_V 2.253825869413329e-5 -lie_back_V 2.253825869413329e-5 -lie_down_V 2.253825869413329e-5 -lift_V 5.634564673533323e-4 -lift_off_V 2.253825869413329e-5 -light_V 1.5776781085893304e-4 -light_out_V 2.253825869413329e-5 -light_up_V 2.253825869413329e-5 -lighten_V 9.015303477653316e-5 -lilt_V 2.253825869413329e-5 -limber_V 2.253825869413329e-5 -limber_up_V 2.253825869413329e-5 -limp_V 4.507651738826658e-5 -line_V 3.8315039780026594e-4 -line_up_V 2.253825869413329e-5 -linger_V 2.253825869413329e-4 -link_V 2.929973630237328e-4 -liquefy_V 1.1269129347066645e-4 -liquidate_V 2.0284432824719962e-4 -lisp_V 2.253825869413329e-5 -list_V 2.704591043295995e-4 -listen_V 7.663007956005319e-4 -listen_in_V 2.253825869413329e-5 -listen_up_V 2.253825869413329e-5 -lithograph_V 2.253825869413329e-5 -litigate_V 2.253825869413329e-5 -litter_V 2.253825869413329e-5 -live_V 2.8172823367666614e-3 -live_in_V 2.253825869413329e-5 -live_on_V 2.253825869413329e-5 -live_out_V 2.253825869413329e-5 -live_together_V 2.253825869413329e-5 -live_up_V 2.253825869413329e-5 -liven_V 2.253825869413329e-5 -load_V 1.5776781085893304e-4 -load_down_V 2.253825869413329e-5 -load_up_V 2.253825869413329e-5 -loaf_V 2.253825869413329e-5 -loan_out_V 2.253825869413329e-5 -lob_V 2.253825869413329e-5 -lobby_V 5.183799499650657e-4 -locate_V 2.0284432824719962e-4 -lock_V 6.536095021298654e-4 -lock_yourself_away_V 2.253825869413329e-5 -lodge_V 4.507651738826658e-5 -log_in_V 2.253825869413329e-5 -log_out_V 2.253825869413329e-5 -loiter_V 4.507651738826658e-5 -loll_V 2.253825869413329e-5 -long_V 2.253825869413329e-5 -look_V 7.370010592981586e-3 -look_around_V 2.253825869413329e-5 -look_back_V 2.253825869413329e-5 -look_down_V 2.253825869413329e-5 -look_forward_V 2.253825869413329e-5 -look_on_V 2.253825869413329e-5 -look_out_V 2.253825869413329e-5 -look_up_V 2.253825869413329e-5 -loom_V 2.929973630237328e-4 -loop_V 2.253825869413329e-5 -loosen_V 1.1269129347066645e-4 -loosen_up_V 2.253825869413329e-5 -loot_V 1.3522955216479975e-4 -lop_V 2.253825869413329e-5 -lope_V 2.253825869413329e-5 -lose_V 2.321440645495729e-3 -lose_out_V 4.507651738826658e-5 -lose_up_V 2.253825869413329e-5 -lounge_V 2.253825869413329e-5 -lour_V 2.253825869413329e-5 -low_V 2.253825869413329e-5 -lower_V 5.634564673533323e-4 -luck_out_V 2.253825869413329e-5 -luff_V 2.253825869413329e-5 -lug_around_V 2.253825869413329e-5 -lull_V 2.253825869413329e-5 -lumber_V 4.507651738826658e-5 -lunch_V 4.507651738826658e-5 -lunge_V 6.761477608239988e-5 -lurch_V 1.3522955216479975e-4 -lure_away_V 2.253825869413329e-5 -lurk_V 4.507651738826658e-5 -lust_V 2.253825869413329e-5 -luxuriate_V 2.253825869413329e-5 -macerate_V 2.253825869413329e-5 -maffick_V 2.253825869413329e-5 -maintain_V 7.212242782122653e-4 -major_V 4.507651738826658e-5 -make_V 7.392548851675719e-3 -make_after_V 2.253825869413329e-5 -make_it_V 4.507651738826658e-5 -make_off_V 2.253825869413329e-5 -make_out_V 2.253825869413329e-5 -make_up_V 2.253825869413329e-5 -malfunction_V 2.253825869413329e-5 -malinger_V 2.253825869413329e-5 -malt_V 2.253825869413329e-5 -man_down_V 2.253825869413329e-5 -man_up_V 2.253825869413329e-5 -manage_V 2.2763641281074625e-3 -maneuver_V 4.507651738826658e-5 -manoeuvre_V 2.253825869413329e-5 -mantle_V 2.253825869413329e-5 -map_out_V 2.253825869413329e-5 -maraud_V 2.253825869413329e-5 -march_V 3.8315039780026594e-4 -marke_up_V 2.253825869413329e-5 -market_V 7.212242782122653e-4 -marry_V 1.1269129347066645e-4 -marry_in_V 2.253825869413329e-5 -marry_out_V 2.253825869413329e-5 -marvel_V 4.507651738826658e-5 -masquerade_V 6.761477608239988e-5 -mass_V 4.507651738826658e-5 -masturbate_V 2.253825869413329e-5 -mat_V 2.253825869413329e-5 -match_V 4.958416912709324e-4 -match_up_V 2.253825869413329e-5 -mate_V 9.015303477653316e-5 -materialize_V 3.6061213910613266e-4 -matriculate_V 2.253825869413329e-5 -matter_V 3.3807388041199937e-4 -maturate_V 2.253825869413329e-5 -mature_V 6.310712434357322e-4 -maunder_V 2.253825869413329e-5 -mean_V 3.8315039780026594e-4 -meander_V 4.507651738826658e-5 -measure_V 3.3807388041199937e-4 -measure_up_V 2.253825869413329e-5 -meddle_V 1.1269129347066645e-4 -mediate_V 2.253825869413329e-5 -meditate_V 2.253825869413329e-5 -meet_V 2.411593680272262e-3 -meet_up_V 2.253825869413329e-5 -meliorate_V 2.253825869413329e-5 -mellow_V 4.507651738826658e-5 -melt_V 1.3522955216479975e-4 -mend_V 4.507651738826658e-5 -menstruate_V 2.253825869413329e-5 -mention_V 3.8315039780026594e-4 -merge_V 7.437625369063986e-4 -mesh_V 4.507651738826658e-5 -mess_V 6.761477608239988e-5 -mess_about_V 2.253825869413329e-5 -mess_around_V 2.253825869413329e-5 -met_out_V 2.253825869413329e-5 -metamorphose_V 2.253825869413329e-5 -mew_V 2.253825869413329e-5 -miaou_V 2.253825869413329e-5 -miaow_V 2.253825869413329e-5 -migrate_V 6.761477608239988e-5 -mildew_V 2.253825869413329e-5 -militate_V 4.507651738826658e-5 -milk_V 2.253825869413329e-5 -mill_V 4.507651738826658e-5 -mill_around_V 2.253825869413329e-5 -mime_V 2.253825869413329e-5 -mince_V 2.253825869413329e-5 -mind_V 1.8030606955306633e-4 -mine_V 1.3522955216479975e-4 -mingle_V 4.507651738826658e-5 -minister_V 2.253825869413329e-5 -mire_V 1.1269129347066645e-4 -misbehave_V 2.253825869413329e-5 -miscalculate_V 6.761477608239988e-5 -misconceive_V 2.253825869413329e-5 -miscount_V 2.253825869413329e-5 -misdeal_V 2.253825869413329e-5 -misfire_V 2.253825869413329e-5 -misjudge_V 2.253825869413329e-5 -miss_V 7.212242782122653e-4 -miss_out_V 2.253825869413329e-5 -mist_V 2.253825869413329e-5 -mistake_V 4.507651738826658e-5 -mix_V 4.282269151885325e-4 -mizzle_V 2.253825869413329e-5 -moan_V 6.761477608239988e-5 -mobilize_V 1.3522955216479975e-4 -mock_V 2.253825869413329e-5 -model_V 4.507651738826658e-5 -moderate_V 1.1269129347066645e-4 -modulate_V 4.507651738826658e-5 -moggy_off_V 2.253825869413329e-5 -moil_V 2.253825869413329e-5 -moisten_V 2.253825869413329e-5 -mold_V 4.507651738826658e-5 -monitor_V 6.761477608239987e-4 -monkey_V 2.253825869413329e-5 -monkey_around_V 2.253825869413329e-5 -moo_V 2.253825869413329e-5 -mooch_V 2.253825869413329e-5 -mooch_about_V 2.253825869413329e-5 -mooch_around_V 2.253825869413329e-5 -moon_V 2.253825869413329e-5 -mop_V 9.015303477653316e-5 -mope_V 2.253825869413329e-5 -mope_about_V 2.253825869413329e-5 -mope_around_V 2.253825869413329e-5 -moralize_V 2.253825869413329e-5 -mortify_V 2.253825869413329e-5 -mosey_V 2.253825869413329e-5 -motion_V 2.253825869413329e-5 -motor_V 2.253825869413329e-5 -mould_V 2.253825869413329e-5 -moulder_V 2.253825869413329e-5 -moult_V 2.253825869413329e-5 -mount_V 6.310712434357322e-4 -mount_up_V 2.253825869413329e-5 -mourn_V 6.761477608239988e-5 -mouse_V 2.253825869413329e-5 -mouth_V 2.253825869413329e-5 -mouth_off_V 2.253825869413329e-5 -move_V 5.814870743086389e-3 -move_ahead_V 2.253825869413329e-5 -move_along_V 2.253825869413329e-5 -move_away_V 2.253825869413329e-5 -move_in_V 2.253825869413329e-5 -move_on_V 2.253825869413329e-5 -move_out_V 2.253825869413329e-5 -move_up_V 2.253825869413329e-5 -mow_V 2.253825869413329e-5 -muck_V 4.507651738826658e-5 -muddle_V 4.507651738826658e-5 -muddle_along_V 2.253825869413329e-5 -muddle_through_V 2.253825869413329e-5 -mug_up_V 2.253825869413329e-5 -mule_over_V 2.253825869413329e-5 -multiply_V 9.015303477653316e-5 -mumble_V 2.253825869413329e-5 -munch_V 4.507651738826658e-5 -murmur_V 2.253825869413329e-5 -muscle_V 6.761477608239988e-5 -muscle_in_V 2.253825869413329e-5 -muse_V 4.507651738826658e-5 -mushroom_V 1.3522955216479975e-4 -muster_V 2.253825869413329e-5 -mutilate_V 4.507651738826658e-5 -mutiny_V 2.253825869413329e-5 -mutter_V 2.253825869413329e-5 -naff_off_V 2.253825869413329e-5 -nag_V 1.5776781085893304e-4 -name_drop_V 4.507651738826658e-5 -nap_V 2.253825869413329e-5 -narrow_V 8.339155716829317e-4 -natter_V 2.253825869413329e-5 -naturalize_V 2.253825869413329e-5 -navigate_V 4.507651738826658e-5 -near_V 2.0284432824719962e-4 -neck_V 2.253825869413329e-5 -need_V 3.110279699790394e-3 -negotiate_V 1.1269129347066646e-3 -neigh_V 2.253825869413329e-5 -neighbour_V 2.253825869413329e-5 -nerd_out_V 2.253825869413329e-5 -nest_V 2.253825869413329e-5 -nestle_V 2.253825869413329e-5 -net_out_V 2.253825869413329e-5 -nibble_V 4.507651738826658e-5 -niggle_V 2.253825869413329e-5 -nip_V 2.253825869413329e-5 -nip_off_V 2.253825869413329e-5 -nip_out_V 2.253825869413329e-5 -nod_V 4.507651738826658e-5 -nod_off_V 2.253825869413329e-5 -nose_V 2.253825869413329e-5 -nose_about_V 2.253825869413329e-5 -nose_around_V 2.253825869413329e-5 -nosedive_V 4.507651738826658e-5 -nosh_V 2.253825869413329e-5 -note_V 6.310712434357322e-4 -notice_V 1.5776781085893304e-4 -nut_V 2.253825869413329e-5 -nuzzle_V 2.253825869413329e-5 -obey_V 2.253825869413329e-5 -object_V 2.479208456354662e-4 -observe_V 9.015303477653316e-5 -obtain_V 3.155356217178661e-4 -obtrude_V 2.253825869413329e-5 -occupy_V 1.3522955216479975e-4 -occur_V 1.78052243683653e-3 -offend_V 6.761477608239988e-5 -offer_V 3.2004327345669273e-3 -offer_up_V 2.253825869413329e-5 -officiate_V 2.253825869413329e-5 -ogle_V 2.253825869413329e-5 -ooze_V 6.761477608239988e-5 -open_V 3.6737361671437263e-3 -open_up_V 2.253825869413329e-5 -operate_V 1.0029525118889314e-2 -oppose_V 6.98686019518132e-4 -opt_V 1.8030606955306633e-4 -opt_in_V 2.253825869413329e-5 -orate_V 2.253825869413329e-5 -orbit_V 2.253825869413329e-5 -order_V 1.5776781085893304e-4 -originate_V 1.1269129347066645e-4 -oscillate_V 2.253825869413329e-5 -ossify_V 2.253825869413329e-5 -oust_V 1.8030606955306633e-4 -outgo_V 6.761477608239988e-5 -outspan_V 2.253825869413329e-5 -overact_V 2.253825869413329e-5 -overarch_V 6.761477608239988e-5 -overbalance_V 2.253825869413329e-5 -overbid_V 4.507651738826658e-5 -overcall_V 2.253825869413329e-5 -overcharge_V 2.253825869413329e-5 -overcloud_V 2.253825869413329e-5 -overcome_V 1.1269129347066645e-4 -overdose_V 6.761477608239988e-5 -overdraw_V 2.253825869413329e-5 -overdress_V 2.253825869413329e-5 -overeat_V 2.253825869413329e-5 -overemphasize_V 4.507651738826658e-5 -overfeed_V 2.253825869413329e-5 -overflow_V 6.761477608239988e-5 -overhang_V 2.253825869413329e-5 -overindulge_V 2.253825869413329e-5 -overlap_V 1.1269129347066645e-4 -overlie_V 2.253825869413329e-5 -overpay_V 9.015303477653316e-5 -overproduce_V 2.253825869413329e-5 -overreact_V 2.704591043295995e-4 -oversimplify_V 4.507651738826658e-5 -oversleep_V 2.253825869413329e-5 -overspend_V 2.253825869413329e-5 -overturn_V 4.507651738826658e-5 -overwork_V 2.253825869413329e-5 -owe_V 5.183799499650657e-4 -own_V 1.1043746760125313e-3 -own_up_V 2.253825869413329e-5 -oxidize_V 2.253825869413329e-5 -pace_V 4.507651738826658e-5 -pack_V 1.8030606955306633e-4 -pack_in_V 2.253825869413329e-5 -pack_it_in_V 2.253825869413329e-5 -pack_up_V 2.253825869413329e-5 -pad_V 2.253825869413329e-5 -pad_down_V 2.253825869413329e-5 -paddle_V 2.253825869413329e-5 -paint_V 1.5776781085893304e-4 -pair_V 6.761477608239988e-5 -pair_off_V 2.253825869413329e-5 -pair_up_V 2.253825869413329e-5 -pal_V 2.253825869413329e-5 -pal_about_V 2.253825869413329e-5 -pal_around_V 2.253825869413329e-5 -pal_up_V 2.253825869413329e-5 -palaver_V 2.253825869413329e-5 -pale_V 1.1269129347066645e-4 -pall_V 2.253825869413329e-5 -palm_off_V 2.253825869413329e-5 -palpitate_V 2.253825869413329e-5 -palter_V 2.253825869413329e-5 -pan_V 1.1269129347066645e-4 -pan_out_V 2.253825869413329e-5 -pander_V 2.253825869413329e-5 -panhandle_V 2.253825869413329e-5 -panic_V 2.253825869413329e-4 -pant_V 2.253825869413329e-5 -par_down_V 2.253825869413329e-5 -parachute_V 9.015303477653316e-5 -parade_V 2.253825869413329e-5 -parcel_out_V 2.253825869413329e-5 -park_V 1.1269129347066645e-4 -parley_V 2.253825869413329e-5 -part_V 6.761477608239988e-5 -partake_V 4.507651738826658e-5 -participate_V 1.3522955216479975e-3 -particularize_V 2.253825869413329e-5 -pass_V 1.6002163672834636e-3 -pass_away_V 2.253825869413329e-5 -pass_by_V 2.253825869413329e-5 -pass_off_V 2.253825869413329e-5 -pass_on_V 2.253825869413329e-5 -pass_out_V 2.253825869413329e-5 -pass_over_V 2.253825869413329e-5 -pasture_V 2.253825869413329e-5 -pat_V 2.253825869413329e-5 -patrol_V 4.507651738826658e-5 -patter_V 2.253825869413329e-5 -pause_V 1.5776781085893304e-4 -paw_V 4.507651738826658e-5 -pay_V 7.099551488651987e-3 -pay_back_V 2.253825869413329e-5 -pay_off_V 4.507651738826658e-5 -pay_out_V 2.253825869413329e-5 -pay_up_V 2.253825869413329e-5 -peach_V 2.253825869413329e-5 -peak_V 2.479208456354662e-4 -peal_V 4.507651738826658e-5 -pearl_V 2.253825869413329e-5 -peck_V 4.507651738826658e-5 -peculate_V 2.253825869413329e-5 -pedal_V 6.761477608239988e-5 -peddle_V 9.015303477653316e-5 -pee_V 2.253825869413329e-5 -peek_V 4.507651738826658e-5 -peel_V 4.507651738826658e-5 -peel_away_V 2.253825869413329e-5 -peel_off_V 2.253825869413329e-5 -peel_out_V 2.253825869413329e-5 -peep_V 2.253825869413329e-5 -peer_V 1.1269129347066645e-4 -peg_V 1.1269129347066645e-4 -peg_away_V 2.253825869413329e-5 -peg_it_V 2.253825869413329e-5 -peg_out_V 2.253825869413329e-5 -pelt_V 2.253825869413329e-5 -pend_V 1.6002163672834636e-3 -penetrate_V 4.507651738826658e-5 -perambulate_V 2.253825869413329e-5 -perch_V 4.507651738826658e-5 -percolate_V 2.253825869413329e-5 -perform_V 9.916833825418649e-4 -perish_V 2.253825869413329e-5 -perk_V 6.761477608239988e-5 -permeate_V 2.253825869413329e-5 -permit_V 3.3807388041199937e-4 -persevere_V 2.253825869413329e-5 -persist_V 2.704591043295995e-4 -perspire_V 2.253825869413329e-5 -pertain_V 4.507651738826658e-5 -peter_V 2.253825869413329e-5 -peter_out_V 2.253825869413329e-5 -petition_V 4.507651738826658e-5 -petrify_V 2.253825869413329e-5 -philander_V 2.253825869413329e-5 -philosophize_V 2.253825869413329e-5 -phone_V 9.015303477653316e-5 -pick_V 1.5776781085893303e-3 -pick_away_V 2.253825869413329e-5 -pick_up_V 2.253825869413329e-5 -pick_yourself_up_V 2.253825869413329e-5 -picket_V 6.761477608239988e-5 -picnic_V 2.253825869413329e-5 -piddle_V 2.253825869413329e-5 -pierce_V 2.253825869413329e-5 -piffle_V 2.253825869413329e-5 -pig_V 2.253825869413329e-5 -pig_off_V 2.253825869413329e-5 -pig_out_V 2.253825869413329e-5 -piggyback_V 9.015303477653316e-5 -pile_V 2.929973630237328e-4 -pile_in_V 2.253825869413329e-5 -pile_out_V 2.253825869413329e-5 -pile_up_V 2.253825869413329e-5 -pilfer_V 2.253825869413329e-5 -pimp_V 2.253825869413329e-5 -pinch_V 2.253825869413329e-5 -pine_V 4.507651738826658e-5 -pine_away_V 2.253825869413329e-5 -ping_V 6.761477608239988e-5 -pink_V 2.253825869413329e-5 -pioneer_V 6.761477608239988e-5 -pipe_V 4.507651738826658e-5 -pipe_down_V 2.253825869413329e-5 -pipe_in_V 2.253825869413329e-5 -pipe_up_V 2.253825869413329e-5 -pirouette_V 2.253825869413329e-5 -piss_V 2.253825869413329e-5 -pit_out_V 2.253825869413329e-5 -pitch_V 1.3522955216479975e-4 -pitch_in_V 2.253825869413329e-5 -pivot_V 4.507651738826658e-5 -plain_V 2.253825869413329e-5 -plan_V 2.1411345759426628e-3 -plane_V 2.253825869413329e-5 -plash_V 2.253825869413329e-5 -plate_up_V 2.253825869413329e-5 -play_V 1.78052243683653e-3 -play_along_V 2.253825869413329e-5 -play_around_V 2.253825869413329e-5 -play_away_V 2.253825869413329e-5 -play_off_V 2.253825869413329e-5 -play_on_V 2.253825869413329e-5 -play_out_V 2.253825869413329e-5 -play_up_V 2.253825869413329e-5 -plead_V 2.253825869413329e-4 -plead_out_V 2.253825869413329e-5 -please_V 1.3522955216479975e-4 -plod_V 2.253825869413329e-5 -plonk_V 2.253825869413329e-5 -plop_V 2.253825869413329e-5 -plot_V 4.507651738826658e-5 -plot_out_V 2.253825869413329e-5 -plough_V 2.253825869413329e-5 -plough_on_V 2.253825869413329e-5 -plow_V 6.761477608239988e-5 -plow_on_V 2.253825869413329e-5 -pluck_V 4.507651738826658e-5 -plug_V 4.507651738826658e-5 -plummet_V 7.663007956005319e-4 -plump_V 2.253825869413329e-5 -plump_down_V 2.253825869413329e-5 -plump_yourself_down_V 2.253825869413329e-5 -plunder_V 2.253825869413329e-5 -plunge_V 1.4199102977303973e-3 -plunge_in_V 2.253825869413329e-5 -ply_V 2.253825869413329e-5 -poach_V 2.253825869413329e-5 -pod_V 2.253825869413329e-5 -point_V 1.8255989542247965e-3 -point_up_V 2.253825869413329e-5 -poise_V 9.015303477653316e-5 -poke_V 6.761477608239988e-5 -poke_about_V 2.253825869413329e-5 -poke_around_V 2.253825869413329e-5 -polish_V 1.1269129347066645e-4 -politicize_V 4.507651738826658e-5 -politick_V 6.761477608239988e-5 -poll_V 1.3522955216479975e-4 -ponder_V 6.761477608239988e-5 -pontificate_V 4.507651738826658e-5 -poop_out_V 2.253825869413329e-5 -pootle_along_V 2.253825869413329e-5 -pop_V 2.0284432824719962e-4 -pop_in_V 2.253825869413329e-5 -pop_off_V 2.253825869413329e-5 -pop_out_V 2.253825869413329e-5 -pop_up_V 2.253825869413329e-5 -pore_V 9.015303477653316e-5 -pose_V 1.5776781085893304e-4 -post_V 1.3297572629538642e-3 -posture_V 4.507651738826658e-5 -pot_V 4.507651738826658e-5 -potter_V 2.253825869413329e-5 -potter_about_V 2.253825869413329e-5 -potter_around_V 2.253825869413329e-5 -pounce_V 4.507651738826658e-5 -pound_V 4.507651738826658e-5 -pour_V 4.733034325767991e-4 -pour_down_V 2.253825869413329e-5 -pour_forth_V 2.253825869413329e-5 -pour_out_V 2.253825869413329e-5 -pout_V 2.253825869413329e-5 -powder_V 2.253825869413329e-5 -powwow_V 2.253825869413329e-5 -practice_V 2.253825869413329e-4 -practise_V 2.253825869413329e-5 -prance_V 4.507651738826658e-5 -prate_V 2.253825869413329e-5 -prattle_V 2.253825869413329e-5 -prattle_on_V 2.253825869413329e-5 -prawn_V 2.253825869413329e-5 -pray_V 6.761477608239988e-5 -pre_exist_V 2.253825869413329e-5 -preach_V 6.761477608239988e-5 -preachify_V 2.253825869413329e-5 -precede_V 1.5776781085893304e-4 -predominate_V 2.253825869413329e-5 -premiere_V 1.3522955216479975e-4 -prepare_V 9.466068651535982e-4 -preponderate_V 2.253825869413329e-5 -prescribe_V 9.015303477653316e-5 -preside_V 9.015303477653316e-5 -press_V 7.437625369063986e-4 -press_ahead_V 2.253825869413329e-5 -press_on_V 2.253825869413329e-5 -presume_V 4.507651738826658e-5 -pretend_V 2.253825869413329e-5 -prevail_V 7.437625369063986e-4 -prevaricate_V 2.253825869413329e-5 -prey_V 6.761477608239988e-5 -price_V 5.048569947485857e-3 -prick_V 2.253825869413329e-5 -prickle_V 2.253825869413329e-5 -print_V 1.8030606955306633e-4 -probe_V 1.1269129347066645e-4 -proceed_V 7.212242782122653e-4 -process_V 1.0367598999301314e-3 -procrastinate_V 2.253825869413329e-5 -prod_V 9.015303477653316e-5 -produce_V 1.3522955216479975e-3 -profess_V 2.253825869413329e-5 -profit_V 6.761477608239987e-4 -profiteer_V 4.507651738826658e-5 -progress_V 2.704591043295995e-4 -prohibit_V 2.253825869413329e-5 -project_V 1.8030606955306633e-4 -prolapse_V 2.253825869413329e-5 -proliferate_V 9.015303477653316e-5 -promenade_V 2.253825869413329e-5 -promise_V 6.761477608239987e-4 -promote_V 3.3807388041199937e-4 -pronounce_V 6.761477608239988e-5 -proofread_V 2.253825869413329e-5 -propagandize_V 4.507651738826658e-5 -propagate_V 2.253825869413329e-5 -prophesy_V 2.253825869413329e-5 -propose_V 8.56453830377065e-4 -proselytize_V 2.253825869413329e-5 -prospect_V 2.253825869413329e-5 -prosper_V 9.015303477653316e-5 -protect_V 4.507651738826658e-4 -protest_V 1.1269129347066645e-4 -protrude_V 2.253825869413329e-5 -prove_V 3.6061213910613266e-4 -provide_V 1.870675471613063e-3 -prowl_V 2.253825869413329e-5 -pry_V 4.507651738826658e-5 -pub_crawl_V 2.253825869413329e-5 -publish_V 1.6903694020599968e-3 -pucker_V 2.253825869413329e-5 -pucker_up_V 2.253825869413329e-5 -puff_V 2.253825869413329e-5 -puke_V 2.253825869413329e-5 -pule_V 2.253825869413329e-5 -pull_V 1.6002163672834636e-3 -pull_ahead_V 2.253825869413329e-5 -pull_away_V 2.253825869413329e-5 -pull_back_V 2.253825869413329e-5 -pull_down_V 2.253825869413329e-5 -pull_in_V 2.253825869413329e-5 -pull_off_V 2.253825869413329e-5 -pull_out_V 2.253825869413329e-5 -pull_through_V 2.253825869413329e-5 -pull_together_V 2.253825869413329e-5 -pull_up_V 2.253825869413329e-5 -pull_yourself_together_V 2.253825869413329e-5 -pullulate_V 2.253825869413329e-5 -pulp_V 2.253825869413329e-5 -pulsate_V 2.253825869413329e-5 -pulse_V 2.253825869413329e-5 -pulverize_V 2.253825869413329e-5 -pump_V 2.929973630237328e-4 -pump_in_V 2.253825869413329e-5 -pump_out_V 2.253825869413329e-5 -pump_up_V 2.253825869413329e-5 -pun_V 2.253825869413329e-5 -puncture_V 2.253825869413329e-5 -punt_V 2.253825869413329e-5 -purl_V 2.253825869413329e-5 -purr_V 4.507651738826658e-5 -pursue_V 3.3807388041199937e-4 -purvey_V 2.253825869413329e-5 -push_V 1.870675471613063e-3 -push_ahead_V 2.253825869413329e-5 -push_around_V 2.253825869413329e-5 -push_back_V 2.253825869413329e-5 -push_through_V 2.253825869413329e-5 -pussyfoot_V 2.253825869413329e-5 -put_V 4.011810047555726e-3 -put_across_V 2.253825869413329e-5 -put_aside_V 2.253825869413329e-5 -put_away_V 2.253825869413329e-5 -put_down_V 2.253825869413329e-5 -put_forth_V 2.253825869413329e-5 -put_in_V 2.253825869413329e-5 -put_off_V 2.253825869413329e-5 -put_on_V 2.253825869413329e-5 -put_out_V 2.253825869413329e-5 -put_up_V 2.253825869413329e-5 -put_upon_V 2.253825869413329e-5 -putrefy_V 2.253825869413329e-5 -putt_V 5.40918208659199e-4 -putter_V 2.253825869413329e-5 -puzzle_V 4.507651738826658e-5 -quack_V 4.507651738826658e-5 -quadruple_V 1.1269129347066645e-4 -quaff_V 2.253825869413329e-5 -quail_V 2.253825869413329e-5 -quake_V 2.253825869413329e-5 -qualify_V 6.761477608239987e-4 -quarrel_V 4.507651738826658e-5 -quarrel_out_V 2.253825869413329e-5 -quarry_V 2.253825869413329e-5 -quaver_V 2.253825869413329e-5 -query_V 4.507651738826658e-5 -quest_V 2.253825869413329e-5 -queue_V 4.507651738826658e-5 -quibble_V 4.507651738826658e-5 -quicken_V 2.253825869413329e-5 -quiet_V 1.5776781085893304e-4 -quieten_V 2.253825869413329e-5 -quip_V 6.761477608239988e-5 -quit_V 3.8315039780026594e-4 -quiver_V 2.253825869413329e-5 -quot_V 2.253825869413329e-5 -quote_V 1.1043746760125313e-3 -rabbit_V 2.253825869413329e-5 -race_V 1.5776781085893304e-4 -race_off_V 2.253825869413329e-5 -rack_in_V 2.253825869413329e-5 -rack_off_V 2.253825869413329e-5 -rack_out_V 2.253825869413329e-5 -racket_V 2.253825869413329e-5 -radiate_V 2.253825869413329e-5 -raft_V 2.253825869413329e-5 -rage_V 1.3522955216479975e-4 -raid_V 6.761477608239988e-5 -rail_V 4.507651738826658e-5 -rain_V 9.015303477653316e-5 -rain_off_V 2.253825869413329e-5 -rain_out_V 2.253825869413329e-5 -rake_V 4.507651738826658e-5 -rally_V 8.789920890711983e-4 -ramble_V 4.507651738826658e-5 -ramble_on_V 2.253825869413329e-5 -ramify_V 2.253825869413329e-5 -rampage_V 2.253825869413329e-5 -rang_up_V 2.253825869413329e-5 -range_V 1.8030606955306632e-3 -rank_V 4.282269151885325e-4 -rankle_V 2.253825869413329e-5 -rant_V 2.253825869413329e-5 -rap_V 2.253825869413329e-5 -rarefy_V 2.253825869413329e-5 -rasp_V 2.253825869413329e-5 -rat_V 4.507651738826658e-5 -rate_V 5.183799499650657e-4 -rattle_V 9.015303477653316e-5 -ravage_V 4.507651738826658e-5 -rave_V 4.507651738826658e-5 -ravel_V 2.253825869413329e-5 -ray_V 2.253825869413329e-5 -re_echo_V 2.253825869413329e-5 -re_emerge_V 4.507651738826658e-5 -re_enter_V 4.507651738826658e-5 -re_form_V 2.253825869413329e-5 -reach_V 1.6678311433658635e-3 -reach_out_V 2.253825869413329e-5 -react_V 1.1269129347066646e-3 -read_V 8.113773129887985e-4 -reap_V 1.1269129347066645e-4 -reappear_V 2.253825869413329e-5 -reappoint_V 4.507651738826658e-5 -rear_V 6.761477608239988e-5 -rearm_V 2.253825869413329e-5 -reason_V 1.1269129347066645e-4 -reassemble_V 2.253825869413329e-5 -rebel_V 4.507651738826658e-5 -rebound_V 9.015303477653316e-4 -rebuff_V 4.507651738826658e-5 -recant_V 2.253825869413329e-5 -recap_V 2.253825869413329e-5 -recapitulate_V 2.253825869413329e-5 -recede_V 6.761477608239988e-5 -receive_V 1.6678311433658635e-3 -reciprocate_V 2.253825869413329e-5 -recite_V 4.507651738826658e-5 -reckon_V 6.761477608239988e-5 -recline_V 2.253825869413329e-5 -recoil_V 2.253825869413329e-5 -recollect_V 2.253825869413329e-5 -reconnoitre_V 2.253825869413329e-5 -recover_V 1.1269129347066646e-3 -recriminate_V 2.253825869413329e-5 -recruit_V 3.8315039780026594e-4 -recuperate_V 2.253825869413329e-5 -recur_V 1.5776781085893304e-4 -recurve_V 2.253825869413329e-5 -redden_V 2.253825869413329e-5 -redouble_V 2.253825869413329e-5 -redound_V 4.507651738826658e-5 -reduce_V 1.2846807455655976e-3 -reek_V 2.253825869413329e-5 -reel_V 2.253825869413329e-4 -reexamine_V 4.507651738826658e-5 -refer_V 1.2621424868714643e-3 -referee_V 2.253825869413329e-5 -refinance_V 4.958416912709324e-4 -refine_V 4.733034325767991e-4 -refit_V 2.253825869413329e-5 -reflect_V 4.0568865649439923e-4 -refloat_V 2.253825869413329e-5 -refocus_V 1.8030606955306633e-4 -reform_V 9.015303477653316e-5 -refrain_V 1.1269129347066645e-4 -refuel_V 2.253825869413329e-5 -refuse_V 5.183799499650657e-4 -regard_V 4.733034325767991e-4 -regenerate_V 2.253825869413329e-5 -register_V 2.0284432824719962e-4 -regress_V 2.253825869413329e-5 -regroup_V 6.761477608239988e-5 -regurgitate_V 2.253825869413329e-5 -rehearse_V 2.253825869413329e-5 -reign_V 1.3522955216479975e-4 -rejoice_V 2.253825869413329e-5 -rejoin_V 4.507651738826658e-5 -rejuvenate_V 2.253825869413329e-5 -rekindle_V 4.507651738826658e-5 -relapse_V 2.253825869413329e-5 -relate_V 1.464986815118664e-3 -relax_V 2.479208456354662e-4 -relent_V 9.015303477653316e-5 -relocate_V 1.1269129347066645e-4 -rely_V 1.1945277107890645e-3 -rely_on_V 2.253825869413329e-5 -remain_V 5.07110820617999e-3 -remark_V 1.3522955216479975e-4 -remarry_V 2.253825869413329e-5 -remember_V 3.3807388041199937e-4 -reminisce_V 2.253825869413329e-5 -remit_V 2.253825869413329e-5 -remodel_V 1.5776781085893304e-4 -remonstrate_V 2.253825869413329e-5 -remount_V 2.253825869413329e-5 -remove_V 1.5776781085893304e-4 -rendezvous_V 2.253825869413329e-5 -rendezvouse_V 4.507651738826658e-5 -renegade_V 2.253825869413329e-5 -renege_V 6.761477608239988e-5 -renegue_V 2.253825869413329e-5 -rent_V 1.5776781085893304e-4 -reopen_V 2.929973630237328e-4 -reorganize_V 4.507651738826658e-5 -reorient_V 2.253825869413329e-5 -reorientate_V 2.253825869413329e-5 -repair_V 1.5776781085893304e-4 -repay_V 1.3522955216479975e-4 -repeat_V 1.8030606955306633e-4 -repent_V 2.253825869413329e-5 -repine_V 2.253825869413329e-5 -reply_V 3.3807388041199937e-4 -repond_V 4.507651738826658e-5 -report_V 3.718812684531993e-3 -report_in_V 2.253825869413329e-5 -repose_V 2.253825869413329e-5 -represent_V 3.8315039780026594e-4 -reproduce_V 4.507651738826658e-5 -require_V 1.2621424868714643e-3 -research_V 6.761477608239988e-5 -reserve_V 1.1269129347066645e-4 -reset_V 1.3522955216479975e-4 -resettle_V 2.253825869413329e-5 -reside_V 1.3522955216479975e-4 -resign_V 2.073519799860263e-3 -resist_V 1.5776781085893304e-4 -resolve_V 1.8030606955306633e-4 -resonate_V 9.015303477653316e-5 -resort_V 1.3522955216479975e-4 -resound_V 2.253825869413329e-5 -respire_V 2.253825869413329e-5 -respond_V 1.9157519890013297e-3 -rest_V 1.8030606955306633e-4 -restart_V 9.015303477653316e-5 -restrict_V 3.155356217178661e-4 -restructure_V 4.530189997520791e-3 -result_V 3.741350943226126e-3 -resume_V 5.859947260474656e-4 -resurface_V 9.015303477653316e-5 -resurrect_V 6.761477608239988e-5 -resuscitate_V 2.253825869413329e-5 -retail_V 1.2846807455655976e-3 -retaliate_V 4.507651738826658e-5 -retch_V 2.253825869413329e-5 -rethink_V 2.253825869413329e-5 -reticulate_V 2.253825869413329e-5 -retire_V 1.1494511934007979e-3 -retract_V 2.253825869413329e-5 -retreat_V 4.507651738826658e-4 -retrench_V 4.507651738826658e-5 -retrieve_V 9.015303477653316e-5 -retrograde_V 2.253825869413329e-5 -retrogress_V 2.253825869413329e-5 -return_V 2.389055421578129e-3 -reunite_V 2.253825869413329e-5 -rev_V 4.507651738826658e-5 -revel_V 6.761477608239988e-5 -reverberate_V 1.1269129347066645e-4 -reverse_V 2.0284432824719962e-4 -revert_V 1.3522955216479975e-4 -review_V 4.733034325767991e-4 -revile_V 2.253825869413329e-5 -revise_V 5.183799499650657e-4 -revive_V 2.0284432824719962e-4 -revoke_V 1.3522955216479975e-4 -revolt_V 4.507651738826658e-5 -revolve_V 2.0284432824719962e-4 -rhapsodize_V 2.253825869413329e-5 -rhyme_V 6.761477608239988e-5 -ricochet_V 2.253825869413329e-5 -rid_V 6.761477608239988e-5 -ride_V 4.507651738826658e-4 -ride_off_V 2.253825869413329e-5 -ride_up_V 2.253825869413329e-5 -riffle_V 2.253825869413329e-5 -rig_V 4.507651738826658e-5 -rigg_up_V 2.253825869413329e-5 -ring_V 2.929973630237328e-4 -ring_in_V 2.253825869413329e-5 -ring_off_V 2.253825869413329e-5 -ring_out_V 2.253825869413329e-5 -ring_round_V 2.253825869413329e-5 -ring_up_V 2.253825869413329e-5 -riot_V 9.015303477653316e-5 -rip_V 1.1269129347066645e-4 -rip_out_V 2.253825869413329e-5 -ripen_V 6.761477608239988e-5 -riposte_V 2.253825869413329e-5 -ripple_V 6.761477608239988e-5 -rise_V 1.3477878699091709e-2 -rive_V 2.253825869413329e-5 -rivet_V 4.507651738826658e-5 -roam_V 4.507651738826658e-5 -roar_V 9.015303477653316e-5 -roast_V 2.253825869413329e-5 -robe_V 2.253825869413329e-5 -rock_V 1.5776781085893304e-4 -rocket_V 9.015303477653316e-5 -roll_V 1.081836417318398e-3 -roll_back_V 2.253825869413329e-5 -roll_by_V 2.253825869413329e-5 -roll_down_V 2.253825869413329e-5 -roll_in_V 2.253825869413329e-5 -roll_on_V 2.253825869413329e-5 -roll_over_V 2.253825869413329e-5 -roll_up_V 2.253825869413329e-5 -romance_V 2.253825869413329e-5 -romanticize_V 6.761477608239988e-5 -romp_V 4.507651738826658e-5 -romp_in_V 2.253825869413329e-5 -room_V 2.253825869413329e-5 -roost_V 4.507651738826658e-5 -root_V 1.5776781085893304e-4 -root_about_V 2.253825869413329e-5 -rootle_V 2.253825869413329e-5 -rose_V 4.507651738826658e-5 -rot_V 1.1269129347066645e-4 -rotate_V 4.507651738826658e-5 -rouge_V 2.253825869413329e-5 -rough_house_V 2.253825869413329e-5 -roughen_V 2.253825869413329e-5 -round_V 1.5776781085893304e-4 -round_out_V 2.253825869413329e-5 -round_up_V 2.253825869413329e-5 -rouse_V 2.253825869413329e-5 -rove_V 2.253825869413329e-5 -row_V 6.761477608239988e-5 -row_back_V 2.253825869413329e-5 -rub_V 6.761477608239988e-5 -rub_along_V 2.253825869413329e-5 -rubber_necking_V 2.253825869413329e-5 -rubberneck_V 2.253825869413329e-5 -ruck_V 2.253825869413329e-5 -ruff_V 2.253825869413329e-5 -ruffle_V 2.253825869413329e-5 -rule_V 1.239604228177331e-3 -rumble_V 1.3522955216479975e-4 -ruminate_V 6.761477608239988e-5 -rummage_V 2.253825869413329e-5 -run_V 4.733034325767991e-3 -run_along_V 2.253825869413329e-5 -run_around_V 2.253825869413329e-5 -run_away_V 2.253825869413329e-5 -run_down_V 2.253825869413329e-5 -run_in_V 2.253825869413329e-5 -run_off_V 2.253825869413329e-5 -run_out_V 4.507651738826658e-5 -run_over_V 2.253825869413329e-5 -run_up_V 2.253825869413329e-5 -rupture_V 1.1269129347066645e-4 -rush_V 5.183799499650657e-4 -rush_away_V 2.253825869413329e-5 -rush_off_V 2.253825869413329e-5 -rust_V 4.507651738826658e-5 -rusticate_V 2.253825869413329e-5 -rustle_V 2.253825869413329e-5 -sacrifice_V 2.0284432824719962e-4 -sadden_V 2.253825869413329e-5 -saddle_V 6.761477608239988e-5 -sag_V 4.282269151885325e-4 -sail_V 6.761477608239988e-5 -salaam_V 2.253825869413329e-5 -salivate_V 2.253825869413329e-5 -sallow_V 2.253825869413329e-5 -sally_V 2.253825869413329e-5 -sally_forth_V 2.253825869413329e-5 -sally_out_V 2.253825869413329e-5 -salute_V 4.507651738826658e-5 -sandwich_V 4.507651738826658e-5 -sap_V 4.507651738826658e-5 -sat_down_V 2.253825869413329e-5 -sat_in_V 2.253825869413329e-5 -satisfy_V 2.704591043295995e-4 -saunter_V 2.253825869413329e-5 -save_V 6.98686019518132e-4 -savour_V 2.253825869413329e-5 -savvy_V 2.253825869413329e-5 -saw_V 2.253825869413329e-5 -say_V 1.7106538348847167e-2 -scale_V 2.929973630237328e-4 -scamper_V 4.507651738826658e-5 -scan_V 1.1269129347066645e-4 -scar_V 4.507651738826658e-5 -scare_V 3.155356217178661e-4 -scarf_up_V 2.253825869413329e-5 -scarper_V 2.253825869413329e-5 -scatter_V 6.761477608239988e-5 -scavenge_V 2.253825869413329e-5 -schedule_V 6.98686019518132e-4 -scheme_V 4.507651738826658e-5 -scintillate_V 2.253825869413329e-5 -scoff_V 1.3522955216479975e-4 -scold_V 2.253825869413329e-5 -scoop_V 1.5776781085893304e-4 -scoop_up_V 2.253825869413329e-5 -scoot_V 2.253825869413329e-5 -scorch_V 2.253825869413329e-5 -score_V 1.1269129347066645e-4 -scour_V 4.507651738826658e-5 -scout_V 6.761477608239988e-5 -scout_about_V 2.253825869413329e-5 -scout_around_V 2.253825869413329e-5 -scout_round_V 2.253825869413329e-5 -scowl_V 6.761477608239988e-5 -scrabble_V 2.253825869413329e-5 -scram_V 2.253825869413329e-5 -scramble_V 1.5776781085893304e-4 -scrap_V 1.3522955216479975e-4 -scrape_V 4.507651738826658e-5 -scrape_along_V 2.253825869413329e-5 -scrape_by_V 2.253825869413329e-5 -scrape_in_V 2.253825869413329e-5 -scratch_V 6.761477608239988e-5 -scratch_out_V 2.253825869413329e-5 -scrawl_V 2.253825869413329e-5 -scream_V 1.8030606955306633e-4 -screech_V 9.015303477653316e-5 -screen_V 1.8030606955306633e-4 -screw_V 9.015303477653316e-5 -screw_around_V 2.253825869413329e-5 -scribble_V 2.253825869413329e-5 -scrimmage_V 2.253825869413329e-5 -scrimp_V 9.015303477653316e-5 -scrimshank_V 2.253825869413329e-5 -scrounge_V 4.507651738826658e-5 -scrub_V 2.253825869413329e-5 -scruple_V 2.253825869413329e-5 -scud_V 2.253825869413329e-5 -scuff_V 2.253825869413329e-5 -scuffle_V 2.253825869413329e-5 -scull_V 2.253825869413329e-5 -sculpt_V 2.253825869413329e-5 -sculpture_V 2.253825869413329e-5 -scurry_V 6.761477608239988e-5 -scuttle_V 1.3522955216479975e-4 -seal_V 4.507651738826658e-5 -search_V 4.282269151885325e-4 -season_V 2.253825869413329e-5 -secede_V 4.507651738826658e-5 -see_V 2.411593680272262e-3 -seed_V 2.253825869413329e-5 -seem_V 1.5776781085893303e-3 -seep_V 4.507651738826658e-5 -seesaw_V 2.253825869413329e-5 -seethe_V 9.015303477653316e-5 -segment_V 2.253825869413329e-5 -seine_V 2.253825869413329e-5 -seize_V 4.507651738826658e-4 -seize_up_V 2.253825869413329e-5 -select_V 2.479208456354662e-4 -self_destruct_V 4.507651738826658e-5 -self_insure_V 4.507651738826658e-5 -sell_V 1.1269129347066646e-2 -sell_back_V 2.253825869413329e-5 -sell_out_V 2.253825869413329e-5 -semaphore_V 2.253825869413329e-5 -send_V 1.9157519890013297e-3 -send_in_V 2.253825869413329e-5 -sentence_V 2.704591043295995e-4 -sentimentalize_V 2.253825869413329e-5 -separate_V 1.8030606955306633e-4 -sermonize_V 2.253825869413329e-5 -serve_V 1.870675471613063e-3 -set_V 3.6737361671437263e-3 -set_back_V 2.253825869413329e-5 -set_forth_V 2.253825869413329e-5 -set_in_V 2.253825869413329e-5 -set_off_V 2.253825869413329e-5 -set_out_V 2.253825869413329e-5 -set_to_V 2.253825869413329e-5 -set_up_V 4.507651738826658e-5 -settle_V 1.9833667650837297e-3 -settle_back_V 2.253825869413329e-5 -settle_down_V 2.253825869413329e-5 -settle_in_V 2.253825869413329e-5 -settle_up_V 2.253825869413329e-5 -sever_V 4.507651738826658e-5 -sew_V 4.507651738826658e-5 -shack_V 2.253825869413329e-5 -shack_up_V 2.253825869413329e-5 -shade_V 2.253825869413329e-5 -shag_V 2.253825869413329e-5 -shake_V 6.310712434357322e-4 -shallow_V 2.253825869413329e-5 -sham_V 2.253825869413329e-5 -shamble_V 2.253825869413329e-5 -shape_V 2.479208456354662e-4 -shape_up_V 2.253825869413329e-5 -share_V 4.507651738826658e-4 -share_out_V 2.253825869413329e-5 -sharpen_V 4.507651738826658e-5 -shatter_V 2.253825869413329e-5 -shave_V 9.015303477653316e-5 -shave_away_V 2.253825869413329e-5 -sheer_V 2.253825869413329e-5 -shell_V 1.1269129347066645e-4 -shelter_V 4.507651738826658e-5 -shelve_V 2.253825869413329e-5 -shew_V 2.253825869413329e-5 -shift_V 6.085329847415989e-4 -shillyshally_V 2.253825869413329e-5 -shimmer_V 6.761477608239988e-5 -shin_V 2.253825869413329e-5 -shine_V 1.3522955216479975e-4 -ship_V 4.958416912709324e-4 -ship_in_V 2.253825869413329e-5 -ship_out_V 2.253825869413329e-5 -shipwreck_V 2.253825869413329e-5 -shirk_V 4.507651738826658e-5 -shit_V 2.253825869413329e-5 -shiver_V 4.507651738826658e-5 -shoal_V 2.253825869413329e-5 -shoo_V 2.253825869413329e-5 -shoot_V 5.859947260474656e-4 -shoot_away_V 2.253825869413329e-5 -shoot_back_V 2.253825869413329e-5 -shoot_off_V 2.253825869413329e-5 -shoot_out_V 2.253825869413329e-5 -shoot_up_V 2.253825869413329e-5 -shop_V 2.0284432824719962e-4 -shop_around_V 2.253825869413329e-5 -shoplift_V 2.253825869413329e-5 -short_V 4.507651738826658e-5 -short_circuit_V 4.507651738826658e-5 -short_out_V 2.253825869413329e-5 -shorten_V 6.761477608239988e-5 -shot_down_V 2.253825869413329e-5 -shout_V 3.155356217178661e-4 -shove_V 6.761477608239988e-5 -shove_through_V 2.253825869413329e-5 -show_V 2.096058058554396e-3 -show_off_V 2.253825869413329e-5 -show_through_V 2.253825869413329e-5 -show_up_V 4.507651738826658e-5 -shower_V 2.253825869413329e-5 -shriek_V 2.253825869413329e-5 -shrill_V 2.253825869413329e-5 -shrimp_V 2.253825869413329e-5 -shrink_V 6.98686019518132e-4 -shrivel_V 2.253825869413329e-5 -shudder_V 2.253825869413329e-5 -shuffle_V 4.507651738826658e-5 -shunt_V 2.253825869413329e-5 -shush_V 2.253825869413329e-5 -shut_V 8.113773129887985e-4 -shut_off_V 2.253825869413329e-5 -shut_yourself_away_V 2.253825869413329e-5 -shuttle_V 4.507651738826658e-5 -shy_V 2.253825869413329e-4 -shy_away_V 2.253825869413329e-5 -sicken_V 4.507651738826658e-5 -side_V 1.1269129347066645e-4 -side_slip_V 2.253825869413329e-5 -sideline_V 9.015303477653316e-5 -sidestep_V 6.761477608239988e-5 -sidle_V 2.253825869413329e-5 -sift_V 1.1269129347066645e-4 -sigh_V 6.761477608239988e-5 -sign_V 6.761477608239988e-5 -sign_in_V 2.253825869413329e-5 -sign_off_V 2.253825869413329e-5 -sign_on_V 2.253825869413329e-5 -sign_out_V 2.253825869413329e-5 -sign_up_V 1.081836417318398e-3 -signal_V 6.761477608239988e-5 -signify_V 2.253825869413329e-5 -silt_V 4.507651738826658e-5 -silt_up_V 2.253825869413329e-5 -silver_V 2.253825869413329e-5 -simmer_V 1.8030606955306633e-4 -simmer_down_V 2.253825869413329e-5 -simper_V 2.253825869413329e-5 -simplify_V 4.507651738826658e-5 -sin_V 2.253825869413329e-5 -sing_V 2.929973630237328e-4 -sing_along_V 2.253825869413329e-5 -sing_out_V 2.253825869413329e-5 -sing_up_V 2.253825869413329e-5 -singe_V 2.253825869413329e-5 -sink_V 4.507651738826658e-4 -sink_in_V 2.253825869413329e-5 -sip_V 2.253825869413329e-5 -siphon_V 9.015303477653316e-5 -siphone_off_V 2.253825869413329e-5 -sit_V 2.0284432824719963e-3 -sit_about_V 2.253825869413329e-5 -sit_around_V 2.253825869413329e-5 -sit_back_V 2.253825869413329e-5 -sit_by_V 2.253825869413329e-5 -sit_up_V 2.253825869413329e-5 -site_V 2.253825869413329e-5 -sizzle_V 9.015303477653316e-5 -skate_V 2.253825869413329e-5 -skedaddle_V 2.253825869413329e-5 -sketch_V 2.253825869413329e-5 -ski_V 6.761477608239988e-5 -skid_V 1.8030606955306633e-4 -skim_V 6.761477608239988e-5 -skimp_V 4.507651738826658e-5 -skin_V 2.253825869413329e-5 -skin_up_V 2.253825869413329e-5 -skip_V 1.1269129347066645e-4 -skip_off_V 2.253825869413329e-5 -skirmish_V 4.507651738826658e-5 -skirt_V 2.253825869413329e-5 -skitter_V 2.253825869413329e-5 -skive_off_V 2.253825869413329e-5 -skulk_V 2.253825869413329e-5 -skylark_V 2.253825869413329e-5 -skyrocket_V 2.253825869413329e-4 -slack_V 4.507651738826658e-5 -slack_off_V 2.253825869413329e-5 -slacken_V 9.015303477653316e-5 -slacken_off_V 2.253825869413329e-5 -slam_V 6.761477608239988e-5 -slant_V 2.253825869413329e-5 -slash_V 3.6061213910613266e-4 -slave_V 2.253825869413329e-5 -slaver_V 2.253825869413329e-5 -sledge_V 2.253825869413329e-5 -sleep_V 4.0568865649439923e-4 -sleep_in_V 2.253825869413329e-5 -sleep_over_V 2.253825869413329e-5 -sleet_V 2.253825869413329e-5 -sleigh_V 2.253825869413329e-5 -slenderize_V 2.253825869413329e-5 -slew_V 2.253825869413329e-5 -slice_V 6.761477608239988e-5 -slide_V 7.212242782122653e-4 -slim_V 4.507651738826658e-5 -sling_V 2.253825869413329e-5 -slink_V 2.253825869413329e-5 -slip_V 1.1945277107890645e-3 -slip_away_V 2.253825869413329e-5 -slip_by_V 2.253825869413329e-5 -slip_down_V 2.253825869413329e-5 -slip_off_V 2.253825869413329e-5 -slip_out_V 2.253825869413329e-5 -slip_up_V 2.253825869413329e-5 -slither_V 6.761477608239988e-5 -sliver_V 2.253825869413329e-5 -slob_about_V 2.253825869413329e-5 -slob_around_V 2.253825869413329e-5 -slobber_V 2.253825869413329e-5 -slog_V 6.761477608239988e-5 -slop_V 2.253825869413329e-5 -slope_V 4.507651738826658e-5 -slope_off_V 2.253825869413329e-5 -slosh_V 4.507651738826658e-5 -slouch_V 2.253825869413329e-5 -slough_V 2.253825869413329e-5 -slow_V 2.7271293019901282e-3 -slow_down_V 4.507651738826658e-5 -slug_V 2.253825869413329e-5 -sluice_V 2.253825869413329e-5 -slum_V 2.253825869413329e-5 -slumber_V 2.253825869413329e-5 -slump_V 3.8315039780026594e-4 -slur_V 2.253825869413329e-5 -smack_V 6.761477608239988e-5 -smart_V 4.507651738826658e-5 -smarten_V 2.253825869413329e-5 -smash_V 1.1269129347066645e-4 -smear_V 2.253825869413329e-5 -smell_V 1.1269129347066645e-4 -smile_V 2.479208456354662e-4 -smirk_V 2.253825869413329e-5 -smite_V 2.253825869413329e-5 -smoke_V 1.8030606955306633e-4 -smooth_V 6.761477608239988e-5 -smooth_out_V 2.253825869413329e-5 -smoulder_V 2.253825869413329e-5 -smudge_V 2.253825869413329e-5 -smuggle_out_V 2.253825869413329e-5 -snag_V 4.507651738826658e-5 -snake_V 6.761477608239988e-5 -snap_V 3.8315039780026594e-4 -snap_back_V 2.253825869413329e-5 -snarl_V 2.253825869413329e-5 -snatch_V 4.507651738826658e-5 -sneak_V 1.1269129347066645e-4 -sneak_out_V 2.253825869413329e-5 -sneer_V 2.253825869413329e-5 -sneeze_V 2.253825869413329e-5 -snick_V 2.253825869413329e-5 -snicker_V 2.253825869413329e-5 -sniff_V 9.015303477653316e-5 -sniffle_V 2.253825869413329e-5 -snigger_V 2.253825869413329e-5 -snip_V 2.253825869413329e-5 -snipe_V 9.015303477653316e-5 -snitch_V 2.253825869413329e-5 -snivel_V 2.253825869413329e-5 -snog_V 2.253825869413329e-5 -snoop_V 6.761477608239988e-5 -snooze_V 2.253825869413329e-5 -snore_V 4.507651738826658e-5 -snort_V 2.253825869413329e-5 -snow_V 2.253825869413329e-5 -snowball_V 1.1269129347066645e-4 -snuff_V 2.253825869413329e-5 -snuffle_V 2.253825869413329e-5 -snuggle_V 2.253825869413329e-5 -soak_V 6.761477608239988e-5 -soak_off_V 2.253825869413329e-5 -soak_up_V 2.253825869413329e-5 -soar_V 1.622754625977597e-3 -sob_V 4.507651738826658e-5 -sober_V 9.015303477653316e-5 -sod_V 2.253825869413329e-5 -soft_pedal_V 2.253825869413329e-5 -soften_V 5.183799499650657e-4 -softland_V 2.253825869413329e-5 -soil_V 2.253825869413329e-5 -sojourn_V 2.253825869413329e-5 -soldier_V 2.253825869413329e-5 -soldier_on_V 2.253825869413329e-5 -solicit_V 1.5776781085893304e-4 -solidify_V 4.507651738826658e-5 -soliloquize_V 2.253825869413329e-5 -somersault_V 4.507651738826658e-5 -sorrow_V 2.253825869413329e-5 -sort_V 2.253825869413329e-4 -sough_V 2.253825869413329e-5 -sound_V 5.634564673533323e-4 -sound_off_V 2.253825869413329e-5 -sour_V 9.015303477653316e-5 -sow_V 9.015303477653316e-5 -spank_V 4.507651738826658e-5 -spar_V 4.507651738826658e-5 -spare_V 9.015303477653316e-5 -spark_V 1.5776781085893304e-4 -sparkle_V 6.761477608239988e-5 -spat_V 2.253825869413329e-5 -spatter_V 2.253825869413329e-5 -spawn_V 9.015303477653316e-5 -speak_V 1.4424485564245306e-3 -speak_out_V 2.253825869413329e-5 -speak_up_V 2.253825869413329e-5 -specialize_V 8.113773129887985e-4 -specify_V 9.015303477653316e-5 -speculate_V 3.6061213910613266e-4 -speechify_V 2.253825869413329e-5 -speed_V 3.155356217178661e-4 -speed_along_V 2.253825869413329e-5 -spell_V 9.015303477653316e-5 -spend_V 7.617931438617052e-3 -spew_V 6.761477608239988e-5 -spew_up_V 2.253825869413329e-5 -spiel_V 2.253825869413329e-5 -spill_V 2.0284432824719962e-4 -spill_out_V 2.253825869413329e-5 -spill_over_V 2.253825869413329e-5 -spin_V 6.085329847415989e-4 -spin_out_V 2.253825869413329e-5 -spiral_V 2.253825869413329e-5 -spirt_V 2.253825869413329e-5 -spit_V 2.253825869413329e-5 -splash_V 2.253825869413329e-5 -splash_down_V 2.253825869413329e-5 -splash_out_V 2.253825869413329e-5 -splay_V 2.253825869413329e-5 -splinter_V 2.253825869413329e-5 -split_V 5.859947260474656e-4 -split_up_V 2.253825869413329e-5 -splurge_V 2.253825869413329e-5 -splutter_V 2.253825869413329e-5 -spoil_V 4.507651738826658e-5 -sponge_V 2.253825869413329e-5 -spoon_V 2.253825869413329e-5 -sport_V 9.015303477653316e-5 -spot_V 6.761477608239988e-5 -spout_V 2.253825869413329e-5 -sprawl_V 6.761477608239988e-5 -spread_V 6.98686019518132e-4 -spring_V 2.479208456354662e-4 -spring_back_V 2.253825869413329e-5 -spring_up_V 2.253825869413329e-5 -sprint_V 2.253825869413329e-5 -sprout_V 6.761477608239988e-5 -sprout_up_V 4.507651738826658e-5 -spruce_V 6.761477608239988e-5 -spue_V 2.253825869413329e-5 -spur_V 1.1269129347066645e-4 -spurt_V 1.3522955216479975e-4 -sputter_V 6.761477608239988e-5 -spy_V 4.507651738826658e-5 -squabble_V 4.507651738826658e-5 -squall_V 2.253825869413329e-5 -square_V 9.015303477653316e-5 -square_off_V 2.253825869413329e-5 -square_up_V 2.253825869413329e-5 -squash_V 2.253825869413329e-5 -squat_V 4.507651738826658e-5 -squawk_V 2.253825869413329e-5 -squeak_V 2.253825869413329e-5 -squeal_V 2.253825869413329e-5 -squeeze_V 2.929973630237328e-4 -squeeze_up_V 2.253825869413329e-5 -squelch_V 4.507651738826658e-5 -squint_V 9.015303477653316e-5 -squirm_V 4.507651738826658e-5 -squirt_V 2.253825869413329e-5 -stab_V 2.253825869413329e-5 -stabilize_V 5.634564673533323e-4 -stack_up_V 2.253825869413329e-5 -stage_V 2.704591043295995e-4 -stagger_V 2.0284432824719962e-4 -stagnate_V 6.761477608239988e-5 -stain_V 2.253825869413329e-5 -stale_V 2.253825869413329e-5 -stalk_V 2.253825869413329e-5 -stall_V 2.704591043295995e-4 -stammer_V 2.253825869413329e-5 -stamp_V 1.1269129347066645e-4 -stampede_V 4.507651738826658e-5 -stand_V 2.4566701976605288e-3 -stand_about_V 2.253825869413329e-5 -stand_around_V 2.253825869413329e-5 -stand_aside_V 2.253825869413329e-5 -stand_back_V 2.253825869413329e-5 -stand_by_V 2.253825869413329e-5 -stand_down_V 2.253825869413329e-5 -stand_out_V 6.761477608239988e-5 -stand_up_V 2.253825869413329e-5 -star_V 1.3522955216479975e-4 -stare_V 9.015303477653316e-5 -start_V 3.6286596497554597e-3 -start_off_V 2.253825869413329e-5 -start_out_V 2.253825869413329e-5 -start_over_V 2.253825869413329e-5 -start_up_V 2.253825869413329e-5 -starve_V 1.1269129347066645e-4 -stave_V 6.761477608239988e-5 -stay_V 2.005905023777863e-3 -stay_away_V 2.253825869413329e-5 -stay_in_V 2.253825869413329e-5 -stay_on_V 2.253825869413329e-5 -stay_out_V 2.253825869413329e-5 -stay_over_V 2.253825869413329e-5 -stay_up_V 2.253825869413329e-5 -steady_V 9.015303477653316e-5 -steal_V 2.929973630237328e-4 -steal_away_V 2.253825869413329e-5 -steal_out_V 2.253825869413329e-5 -steal_up_V 2.253825869413329e-5 -steam_V 6.761477608239988e-5 -steep_V 2.253825869413329e-5 -steepen_V 2.253825869413329e-5 -steer_V 2.929973630237328e-4 -stem_V 1.555139849895197e-3 -step_V 1.4875250738127972e-3 -step_aside_V 2.253825869413329e-5 -step_back_V 2.253825869413329e-5 -step_down_V 2.253825869413329e-5 -step_forward_V 2.253825869413329e-5 -step_in_V 2.253825869413329e-5 -step_out_V 2.253825869413329e-5 -sterilize_V 1.1269129347066645e-4 -stew_V 4.507651738826658e-5 -stick_V 7.437625369063986e-4 -stick_around_V 2.253825869413329e-5 -stick_out_V 2.253825869413329e-5 -stick_together_V 2.253825869413329e-5 -stick_up_V 2.253825869413329e-5 -stiffen_V 4.507651738826658e-5 -stiffen_up_V 2.253825869413329e-5 -stifle_V 4.507651738826658e-5 -sting_V 1.1269129347066645e-4 -stink_V 4.507651738826658e-5 -stint_V 2.253825869413329e-5 -stipulate_V 4.507651738826658e-5 -stir_V 1.3522955216479975e-4 -stitch_V 2.253825869413329e-5 -stock_up_V 2.253825869413329e-5 -stoke_V 2.253825869413329e-5 -stomp_V 4.507651738826658e-5 -stomp_off_V 2.253825869413329e-5 -stooge_V 2.253825869413329e-5 -stoop_V 2.253825869413329e-5 -stop_V 1.3297572629538642e-3 -stop_around_V 2.253825869413329e-5 -stop_back_V 2.253825869413329e-5 -stop_behind_V 2.253825869413329e-5 -stop_in_V 2.253825869413329e-5 -stop_off_V 2.253825869413329e-5 -stop_out_V 2.253825869413329e-5 -stop_over_V 2.253825869413329e-5 -stop_up_V 2.253825869413329e-5 -storm_V 4.507651738826658e-5 -storm_off_V 2.253825869413329e-5 -storm_out_V 2.253825869413329e-5 -stow_away_V 2.253825869413329e-5 -straddle_V 2.253825869413329e-5 -straggle_V 2.253825869413329e-5 -straighten_V 9.015303477653316e-5 -straighten_up_V 2.253825869413329e-5 -strain_V 9.015303477653316e-5 -strand_V 4.507651738826658e-5 -stratify_V 2.253825869413329e-5 -stray_V 9.015303477653316e-5 -streak_V 4.507651738826658e-5 -stream_V 1.1269129347066645e-4 -streamline_V 2.704591043295995e-4 -strengthen_V 4.282269151885325e-4 -stretch_V 3.8315039780026594e-4 -stretch_out_V 2.253825869413329e-5 -stride_V 2.253825869413329e-5 -stridulate_V 2.253825869413329e-5 -strike_V 1.0592981586242647e-3 -strike_back_V 2.253825869413329e-5 -strike_down_V 2.253825869413329e-5 -strike_out_V 4.507651738826658e-5 -strike_up_V 2.253825869413329e-5 -string_V 2.253825869413329e-5 -string_along_V 2.253825869413329e-5 -strip_V 2.929973630237328e-4 -strive_V 9.015303477653316e-5 -stroll_V 1.3522955216479975e-4 -struggle_V 5.183799499650657e-4 -struggle_back_V 2.253825869413329e-5 -strum_V 2.253825869413329e-5 -strut_V 2.253825869413329e-5 -stuck_by_V 2.253825869413329e-5 -study_V 2.704591043295995e-4 -stumble_V 2.929973630237328e-4 -stump_V 2.253825869413329e-5 -stutter_V 2.253825869413329e-5 -sub_V 2.253825869413329e-5 -subcontract_V 4.507651738826658e-5 -subdivide_V 2.253825869413329e-5 -sublease_V 2.253825869413329e-5 -sublet_V 2.253825869413329e-5 -submerge_V 2.253825869413329e-5 -submit_V 3.3807388041199937e-4 -subscribe_V 2.929973630237328e-4 -subside_V 6.761477608239988e-5 -subsist_V 2.253825869413329e-5 -substitute_V 6.761477608239988e-5 -succeed_V 1.1494511934007979e-3 -succumb_V 6.761477608239988e-5 -suck_V 4.507651738826658e-5 -suck_up_V 2.253825869413329e-5 -sue_V 5.859947260474656e-4 -suffer_V 1.4199102977303973e-3 -suffice_V 6.761477608239988e-5 -suffocate_V 2.253825869413329e-5 -suggest_V 5.859947260474656e-4 -suit_V 6.761477608239988e-5 -suit_up_V 2.253825869413329e-5 -sulk_V 2.253825869413329e-5 -sum_V 1.5776781085893304e-4 -summer_V 2.253825869413329e-5 -sunbathe_V 2.253825869413329e-5 -sup_V 2.253825869413329e-5 -superintend_V 2.253825869413329e-5 -supervene_V 2.253825869413329e-5 -supervise_V 4.507651738826658e-5 -supplicate_V 2.253825869413329e-5 -suppurate_V 2.253825869413329e-5 -surface_V 3.8315039780026594e-4 -surge_V 1.1719894520949312e-3 -surge_on_V 2.253825869413329e-5 -surmise_V 2.253825869413329e-5 -surrender_V 1.5776781085893304e-4 -survive_V 7.663007956005319e-4 -suspend_V 4.282269151885325e-4 -swagger_V 2.253825869413329e-5 -swallow_V 9.015303477653316e-5 -swallow_up_V 2.253825869413329e-5 -swan_V 2.253825869413329e-5 -swan_about_V 2.253825869413329e-5 -swan_around_V 2.253825869413329e-5 -swan_in_V 2.253825869413329e-5 -swan_off_V 2.253825869413329e-5 -swank_V 2.253825869413329e-5 -swap_V 9.015303477653316e-5 -swarm_V 2.253825869413329e-5 -sway_V 1.8030606955306633e-4 -swear_V 1.3522955216479975e-4 -swear_down_V 2.253825869413329e-5 -swear_off_V 2.253825869413329e-5 -sweat_V 1.3522955216479975e-4 -sweat_out_V 2.253825869413329e-5 -sweep_V 6.085329847415989e-4 -sweeten_V 1.1269129347066645e-4 -swell_V 3.8315039780026594e-4 -swelter_V 2.253825869413329e-5 -swerve_V 4.507651738826658e-5 -swig_V 2.253825869413329e-5 -swill_V 2.253825869413329e-5 -swim_V 1.1269129347066645e-4 -swindle_V 2.253825869413329e-5 -swing_V 2.704591043295995e-4 -swing_around_V 2.253825869413329e-5 -swing_by_V 2.253825869413329e-5 -swing_round_V 2.253825869413329e-5 -swirl_V 2.253825869413329e-5 -swish_V 2.253825869413329e-5 -switch_V 8.339155716829317e-4 -swivel_V 2.253825869413329e-5 -swoon_V 2.253825869413329e-5 -swoop_V 2.253825869413329e-5 -swop_V 2.253825869413329e-5 -swore_off_V 2.253825869413329e-5 -swot_V 2.253825869413329e-5 -sympathize_V 6.761477608239988e-5 -synchronize_V 4.507651738826658e-5 -syphon_V 2.253825869413329e-5 -tack_V 1.8030606955306633e-4 -tack_down_V 2.253825869413329e-5 -tackle_V 4.507651738826658e-5 -tag_V 2.253825869413329e-5 -tag_along_V 2.253825869413329e-5 -tail_V 2.253825869413329e-5 -tail_away_V 2.253825869413329e-5 -tail_back_V 2.253825869413329e-5 -tail_off_V 2.253825869413329e-5 -taint_V 4.507651738826658e-5 -take_V 1.095359372534878e-2 -take_back_V 2.253825869413329e-5 -take_in_V 2.253825869413329e-5 -take_it_upon_yourself_V 2.253825869413329e-5 -take_off_V 2.253825869413329e-5 -take_on_V 2.253825869413329e-5 -take_out_V 2.253825869413329e-5 -take_over_V 6.761477608239988e-5 -take_up_V 2.253825869413329e-5 -talk_V 2.8848971128490612e-3 -talk_back_V 2.253825869413329e-5 -talk_yourself_out_V 2.253825869413329e-5 -tally_V 2.253825869413329e-5 -tamper_V 6.761477608239988e-5 -tan_V 4.507651738826658e-5 -tangle_V 2.253825869413329e-5 -tango_V 4.507651738826658e-5 -tank_V 4.507651738826658e-5 -tap_V 1.5776781085893304e-4 -tape_V 2.929973630237328e-4 -taper_V 9.015303477653316e-5 -taper_off_V 2.253825869413329e-5 -tarnish_V 2.253825869413329e-5 -tarry_V 2.253825869413329e-5 -taste_V 9.015303477653316e-5 -tat_V 2.253825869413329e-5 -tattle_V 2.253825869413329e-5 -taxi_V 2.253825869413329e-5 -teach_V 6.761477608239987e-4 -team_V 2.253825869413329e-4 -team_up_V 2.253825869413329e-5 -tear_V 2.479208456354662e-4 -tear_off_V 2.253825869413329e-5 -tear_out_V 2.253825869413329e-5 -tear_up_V 2.253825869413329e-5 -tee_V 2.253825869413329e-5 -tee_off_V 2.253825869413329e-5 -tee_up_V 2.253825869413329e-5 -teem_V 1.1269129347066645e-4 -teeter_V 6.761477608239988e-5 -teethe_V 2.253825869413329e-5 -telegraph_V 6.761477608239988e-5 -telephone_V 6.761477608239988e-5 -telescope_V 2.253825869413329e-5 -tell_V 6.693862832157588e-3 -temper_V 2.253825869413329e-5 -temporize_V 2.253825869413329e-5 -tend_V 2.253825869413329e-4 -tender_V 1.5776781085893304e-4 -tense_V 2.253825869413329e-5 -tergiversate_V 2.253825869413329e-5 -terminate_V 1.5776781085893304e-4 -testify_V 6.085329847415989e-4 -text_out_V 2.253825869413329e-5 -thaw_V 2.253825869413329e-5 -theorize_V 2.253825869413329e-5 -thicken_V 2.253825869413329e-5 -thieve_V 2.253825869413329e-5 -thin_V 9.015303477653316e-5 -think_V 2.5918997498253285e-3 -thrash_V 9.015303477653316e-5 -threaten_V 3.155356217178661e-4 -thresh_V 2.253825869413329e-5 -thrill_V 4.507651738826658e-5 -thrive_V 2.704591043295995e-4 -throb_V 2.253825869413329e-5 -throng_V 2.253825869413329e-5 -throttle_V 2.253825869413329e-5 -throw_V 9.916833825418649e-4 -throw_in_V 2.253825869413329e-5 -throw_off_V 2.253825869413329e-5 -throw_up_V 2.253825869413329e-5 -thrum_V 2.253825869413329e-5 -thrust_V 4.507651738826658e-5 -thrust_open_V 2.253825869413329e-5 -thud_V 2.253825869413329e-5 -thump_V 2.253825869413329e-5 -thunder_V 4.507651738826658e-5 -tick_V 1.3522955216479975e-4 -tick_along_V 2.253825869413329e-5 -tick_away_V 2.253825869413329e-5 -tick_by_V 2.253825869413329e-5 -tick_off_V 2.253825869413329e-5 -tick_over_V 2.253825869413329e-5 -tickle_V 2.253825869413329e-5 -tidy_V 2.253825869413329e-5 -tie_V 3.6061213910613266e-4 -tie_in_V 2.253825869413329e-5 -tighten_V 2.704591043295995e-4 -tilt_V 9.015303477653316e-5 -time_out_V 2.253825869413329e-5 -ting_V 2.253825869413329e-5 -tingle_V 2.253825869413329e-5 -tinker_V 1.3522955216479975e-4 -tinkle_V 2.253825869413329e-5 -tip_V 4.507651738826658e-5 -tipple_V 4.507651738826658e-5 -tiptoe_V 4.507651738826658e-5 -tire_V 6.761477608239988e-5 -titivate_V 2.253825869413329e-5 -titter_V 2.253825869413329e-5 -tittivate_V 2.253825869413329e-5 -tittle_tattle_V 2.253825869413329e-5 -toady_V 2.253825869413329e-5 -toast_V 2.253825869413329e-5 -toboggan_V 2.253825869413329e-5 -toddle_V 2.253825869413329e-5 -toddle_off_V 2.253825869413329e-5 -toil_V 9.015303477653316e-5 -toll_V 2.253825869413329e-5 -ton_V 2.253825869413329e-5 -tone_V 4.507651738826658e-5 -toot_V 4.507651738826658e-5 -tootle_V 2.253825869413329e-5 -tootle_off_V 2.253825869413329e-5 -top_out_V 2.253825869413329e-5 -tope_V 2.253825869413329e-5 -topple_V 6.761477608239988e-5 -tore_up_V 2.253825869413329e-5 -toss_V 9.015303477653316e-5 -toss_out_V 2.253825869413329e-5 -toss_up_V 2.253825869413329e-5 -tot_V 2.253825869413329e-5 -tot_up_V 2.253825869413329e-5 -total_V 9.691451238477315e-4 -totter_V 6.761477608239988e-5 -touch_V 2.704591043295995e-4 -touch_down_V 2.253825869413329e-5 -touch_type_V 2.253825869413329e-5 -toughen_V 2.253825869413329e-5 -tour_V 6.761477608239988e-5 -tout_V 6.761477608239988e-5 -tower_V 9.015303477653316e-5 -toy_V 9.015303477653316e-5 -trace_V 2.253825869413329e-5 -track_V 2.479208456354662e-4 -trade_V 3.3942617593364734e-2 -trade_away_V 2.253825869413329e-5 -trade_down_V 2.253825869413329e-5 -trade_up_V 2.253825869413329e-5 -traffic_V 2.253825869413329e-5 -trail_V 1.5776781085893304e-4 -train_V 1.8030606955306633e-4 -traipse_V 4.507651738826658e-5 -tramp_V 4.507651738826658e-5 -trample_V 2.253825869413329e-5 -transfer_V 3.8315039780026594e-4 -transgress_V 2.253825869413329e-5 -translate_V 3.8315039780026594e-4 -transpire_V 2.253825869413329e-5 -transplant_V 4.507651738826658e-5 -trap_V 1.1269129347066645e-4 -travel_V 8.339155716829317e-4 -trawl_V 2.253825869413329e-5 -tread_V 6.761477608239988e-5 -treadle_V 2.253825869413329e-5 -treat_V 2.0284432824719962e-4 -treble_V 2.253825869413329e-5 -trek_V 4.507651738826658e-5 -trek_over_V 2.253825869413329e-5 -tremble_V 4.507651738826658e-5 -trend_V 9.015303477653316e-5 -trespass_V 1.1269129347066645e-4 -trickle_V 1.1269129347066645e-4 -trickle_down_V 2.253825869413329e-5 -trifle_V 2.253825869413329e-5 -trill_V 2.253825869413329e-5 -trim_V 2.253825869413329e-4 -trip_V 2.253825869413329e-5 -trip_out_V 2.253825869413329e-5 -trip_over_V 2.253825869413329e-5 -trip_up_V 2.253825869413329e-5 -triple_V 2.929973630237328e-4 -triumph_V 6.761477608239988e-5 -troll_V 2.253825869413329e-5 -troop_V 2.253825869413329e-5 -trot_V 9.015303477653316e-5 -trot_off_V 2.253825869413329e-5 -trouble_V 3.6061213910613266e-4 -trough_V 6.761477608239988e-5 -trough_out_V 2.253825869413329e-5 -truckle_V 2.253825869413329e-5 -trudge_V 6.761477608239988e-5 -trump_V 2.253825869413329e-5 -trump_up_V 2.253825869413329e-5 -trumpet_V 4.507651738826658e-5 -trundle_V 4.507651738826658e-5 -trust_V 1.1269129347066645e-4 -try_V 1.307219004259731e-3 -try_back_V 2.253825869413329e-5 -try_it_on_V 2.253825869413329e-5 -try_out_V 2.253825869413329e-5 -tuck_V 6.761477608239988e-5 -tuck_in_V 2.253825869413329e-5 -tug_V 4.507651738826658e-5 -tumble_V 9.691451238477315e-4 -tune_V 1.5776781085893304e-4 -tune_in_V 2.253825869413329e-5 -tunnel_V 2.253825869413329e-5 -turn_V 5.882485519168789e-3 -turn_away_V 2.253825869413329e-5 -turn_back_V 2.253825869413329e-5 -turn_in_V 2.253825869413329e-5 -turn_on_V 2.253825869413329e-5 -turn_out_V 2.253825869413329e-5 -turn_over_V 2.253825869413329e-5 -turn_up_V 2.253825869413329e-5 -tussle_V 2.253825869413329e-5 -twaddle_V 2.253825869413329e-5 -twang_V 2.253825869413329e-5 -tweet_V 2.253825869413329e-5 -twiddle_V 2.253825869413329e-5 -twig_V 2.253825869413329e-5 -twine_V 2.253825869413329e-5 -twinkle_V 2.253825869413329e-5 -twirl_V 2.253825869413329e-5 -twist_V 6.761477608239988e-5 -twist_together_V 2.253825869413329e-5 -twitch_V 4.507651738826658e-5 -twitter_V 2.253825869413329e-5 -type_V 2.253825869413329e-5 -tyrannize_V 2.253825869413329e-5 -ulcerate_V 2.253825869413329e-5 -ululate_V 2.253825869413329e-5 -umpire_V 2.253825869413329e-5 -unbend_V 2.253825869413329e-5 -unbolt_V 2.253825869413329e-5 -uncurl_V 2.253825869413329e-5 -underact_V 2.253825869413329e-5 -underspend_V 2.253825869413329e-5 -understand_V 4.282269151885325e-4 -underwrite_V 5.183799499650657e-4 -undock_V 2.253825869413329e-5 -undress_V 2.253825869413329e-5 -undulate_V 6.761477608239988e-5 -unfasten_V 2.253825869413329e-5 -unfold_V 2.0284432824719962e-4 -unfurl_V 2.253825869413329e-5 -unhitch_V 2.253825869413329e-5 -unite_V 1.5776781085893304e-4 -unload_V 1.1269129347066645e-4 -unlock_V 4.507651738826658e-5 -unmask_V 2.253825869413329e-5 -unpack_V 2.253825869413329e-5 -unpick_V 2.253825869413329e-5 -unplug_V 2.253825869413329e-5 -unravel_V 6.761477608239988e-5 -unroll_V 4.507651738826658e-5 -unscrew_V 2.253825869413329e-5 -untie_V 2.253825869413329e-5 -unveil_V 2.929973630237328e-4 -unwind_V 6.761477608239988e-5 -unwrap_V 2.253825869413329e-5 -up_V 2.253825869413329e-5 -upset_V 1.8030606955306633e-4 -urinate_V 2.253825869413329e-5 -use_V 8.091234871193852e-3 -use_up_V 2.253825869413329e-5 -vacation_V 6.761477608239988e-5 -vacillate_V 4.507651738826658e-5 -value_V 2.704591043295995e-4 -vamoose_V 2.253825869413329e-5 -vamp_V 2.253825869413329e-5 -vanish_V 1.3522955216479975e-4 -vaporize_V 2.253825869413329e-5 -vary_V 8.789920890711983e-4 -vault_V 2.253825869413329e-5 -vaunt_V 2.253825869413329e-5 -veer_V 6.761477608239988e-5 -veer_off_V 2.253825869413329e-5 -veg_out_V 2.253825869413329e-5 -vegetate_V 2.253825869413329e-5 -venture_V 4.507651738826658e-5 -venture_forth_V 2.253825869413329e-5 -verge_V 4.507651738826658e-5 -versify_V 2.253825869413329e-5 -vest_V 4.507651738826658e-5 -veto_V 2.0284432824719962e-4 -vibrate_V 4.507651738826658e-5 -victual_V 2.253825869413329e-5 -vie_V 2.253825869413329e-5 -visit_V 5.183799499650657e-4 -vitrify_V 2.253825869413329e-5 -vociferate_V 2.253825869413329e-5 -volley_V 2.253825869413329e-5 -volunteer_V 1.3522955216479975e-4 -vomit_V 6.761477608239988e-5 -vote_V 2.479208456354662e-3 -vote_down_V 2.253825869413329e-5 -vouch_V 2.253825869413329e-5 -voyage_V 2.253825869413329e-5 -waddle_V 4.507651738826658e-5 -wade_V 4.507651738826658e-5 -wade_in_V 2.253825869413329e-5 -waffle_V 4.507651738826658e-5 -wag_V 2.253825869413329e-5 -wager_V 4.507651738826658e-5 -waggle_V 2.253825869413329e-5 -wail_V 6.761477608239988e-5 -wait_V 2.0284432824719963e-3 -wait_about_V 2.253825869413329e-5 -wait_around_V 2.253825869413329e-5 -wait_behind_V 2.253825869413329e-5 -wait_in_V 2.253825869413329e-5 -wait_up_V 2.253825869413329e-5 -waiver_V 2.253825869413329e-5 -wake_V 2.253825869413329e-5 -wake_up_V 9.015303477653316e-5 -waken_V 2.253825869413329e-5 -walk_V 9.015303477653316e-4 -walk_by_V 2.253825869413329e-5 -walk_in_V 2.253825869413329e-5 -walk_on_V 2.253825869413329e-5 -walk_out_V 2.253825869413329e-5 -walk_up_V 2.253825869413329e-5 -wall_off_V 2.253825869413329e-5 -wallow_V 6.761477608239988e-5 -waltz_V 2.253825869413329e-5 -wander_V 1.3522955216479975e-4 -wander_off_V 2.253825869413329e-5 -wane_V 2.479208456354662e-4 -wank_V 2.253825869413329e-5 -want_V 1.1269129347066646e-3 -want_in_V 2.253825869413329e-5 -want_out_V 2.253825869413329e-5 -wanton_V 2.253825869413329e-5 -war_V 6.761477608239988e-5 -warble_V 2.253825869413329e-5 -ward_off_V 2.253825869413329e-5 -warm_V 5.183799499650657e-4 -warm_up_V 2.253825869413329e-5 -warn_V 7.663007956005319e-4 -warp_V 2.253825869413329e-5 -wash_V 6.761477608239988e-5 -wash_up_V 2.253825869413329e-5 -waste_V 9.015303477653316e-5 -waste_away_V 2.253825869413329e-5 -watch_V 9.916833825418649e-4 -watch_out_V 2.253825869413329e-5 -water_V 9.015303477653316e-5 -wave_V 1.5776781085893304e-4 -wave_away_V 2.253825869413329e-5 -waver_V 1.1269129347066645e-4 -wax_V 4.507651738826658e-5 -weaken_V 1.0592981586242647e-3 -wear_V 4.282269151885325e-4 -wear_off_V 2.253825869413329e-5 -wear_out_V 2.253825869413329e-5 -weary_V 2.253825869413329e-5 -weather_V 6.761477608239988e-5 -weave_V 4.507651738826658e-5 -wed_V 2.253825869413329e-5 -wedge_V 6.761477608239988e-5 -wee_V 2.253825869413329e-5 -weed_V 2.253825869413329e-5 -weekend_V 2.253825869413329e-5 -weep_V 6.761477608239988e-5 -weigh_V 3.6061213910613266e-4 -weigh_in_V 2.253825869413329e-5 -weld_V 6.761477608239988e-5 -well_V 2.253825869413329e-5 -well_up_V 2.253825869413329e-5 -welsh_V 2.253825869413329e-5 -welter_V 2.253825869413329e-5 -wench_V 2.253825869413329e-5 -whack_off_V 2.253825869413329e-5 -whale_V 2.253825869413329e-5 -wheel_V 6.761477608239988e-5 -wheel_around_V 2.253825869413329e-5 -wheel_round_V 2.253825869413329e-5 -wheel_up_V 2.253825869413329e-5 -wheeze_V 4.507651738826658e-5 -whelp_V 2.253825869413329e-5 -whimper_V 2.253825869413329e-5 -whine_V 2.253825869413329e-5 -whinny_V 2.253825869413329e-5 -whip_V 1.1269129347066645e-4 -whir_V 2.253825869413329e-5 -whirl_V 4.507651738826658e-5 -whirr_V 4.507651738826658e-5 -whisk_V 2.253825869413329e-5 -whisper_V 6.761477608239988e-5 -whistle_V 4.507651738826658e-5 -whiten_V 2.253825869413329e-5 -whittle_V 4.507651738826658e-5 -whiz_V 2.253825869413329e-5 -whoop_V 1.8030606955306633e-4 -widen_V 7.888390542946652e-4 -wig_out_V 2.253825869413329e-5 -wiggle_V 6.761477608239988e-5 -wiggle_out_V 2.253825869413329e-5 -will_V 1.8030606955306633e-4 -wilt_V 2.253825869413329e-5 -wimp_out_V 2.253825869413329e-5 -win_V 1.7579841781423966e-3 -win_back_V 2.253825869413329e-5 -win_down_V 2.253825869413329e-5 -win_over_V 2.253825869413329e-5 -win_up_V 2.253825869413329e-5 -wind_V 4.0568865649439923e-4 -wind_down_V 2.253825869413329e-5 -wind_on_V 2.253825869413329e-5 -wind_up_V 2.253825869413329e-5 -wing_V 2.253825869413329e-5 -wink_V 4.507651738826658e-5 -winter_V 2.253825869413329e-5 -wipe_V 4.282269151885325e-4 -wipe_out_V 2.253825869413329e-5 -wire_V 2.253825869413329e-5 -wise_up_V 2.253825869413329e-5 -wisecrack_V 2.253825869413329e-5 -wish_V 6.761477608239988e-5 -withdraw_V 7.888390542946652e-4 -wither_V 6.761477608239988e-5 -witness_V 4.507651738826658e-5 -wive_V 2.253825869413329e-5 -wobble_V 2.253825869413329e-5 -womanize_V 6.761477608239988e-5 -wonder_V 1.3522955216479975e-4 -work_V 9.488606910230115e-3 -work_out_V 2.253825869413329e-5 -work_together_V 2.253825869413329e-5 -work_up_V 2.253825869413329e-5 -worry_V 1.3297572629538642e-3 -worsen_V 3.6061213910613266e-4 -worship_V 2.253825869413329e-5 -wound_up_V 2.253825869413329e-5 -wrangle_V 1.3522955216479975e-4 -wrap_V 2.0284432824719962e-4 -wrap_up_V 2.253825869413329e-5 -wreathe_V 2.253825869413329e-5 -wrestle_V 1.5776781085893304e-4 -wriggle_V 4.507651738826658e-5 -wrinkle_V 2.253825869413329e-5 -write_V 2.163672834636796e-3 -write_in_V 2.253825869413329e-5 -writhe_V 6.761477608239988e-5 -yacht_V 2.253825869413329e-5 -yack_on_V 2.253825869413329e-5 -yak_on_V 2.253825869413329e-5 -yammer_V 2.253825869413329e-5 -yammer_on_V 2.253825869413329e-5 -yank_out_V 2.253825869413329e-5 -yap_V 2.253825869413329e-5 -yarn_V 2.253825869413329e-5 -yaw_V 2.253825869413329e-5 -yawn_V 2.253825869413329e-5 -yearn_V 2.253825869413329e-5 -yell_V 1.1269129347066645e-4 -yell_out_V 2.253825869413329e-5 -yellow_V 2.253825869413329e-5 -yelp_V 2.253825869413329e-5 -yen_V 2.253825869413329e-5 -yield_V 1.622754625977597e-3 -yield_up_V 2.253825869413329e-5 -yodel_V 2.253825869413329e-5 -yoke_V 2.253825869413329e-5 -yowl_V 2.253825869413329e-5 -zero_V 1.1269129347066645e-4 -zero_in_V 2.253825869413329e-5 -zigzag_V 2.253825869413329e-5 -zip_it_V 2.253825869413329e-5 -zip_through_V 2.253825869413329e-5 -zip_up_V 2.253825869413329e-5 -zone_in_V 2.253825869413329e-5 -zone_out_V 2.253825869413329e-5 -zonk_out_V 2.253825869413329e-5 -zoom_V 1.1269129347066645e-4 -zoom_in_V 2.253825869413329e-5 -zoom_off_V 2.253825869413329e-5 -zoom_out_V 2.253825869413329e-5 -abandon_V2 1.0263427984946972e-3 -abase_V2 1.629115553166186e-5 -abash_V2 3.258231106332372e-5 -abate_V2 4.887346659498558e-5 -abbreviate_V2 1.629115553166186e-5 -abdicate_V2 3.258231106332372e-5 -abduct_V2 1.629115553166186e-5 -abet_V2 3.258231106332372e-5 -abhor_V2 1.629115553166186e-5 -abide_V2 1.629115553166186e-5 -abide_by_V2 1.629115553166186e-5 -abjure_V2 1.629115553166186e-5 -abolish_V2 2.443673329749279e-4 -abominate_V2 1.629115553166186e-5 -abort_V2 6.516462212664744e-5 -abrade_V2 1.629115553166186e-5 -abridge_V2 3.258231106332372e-5 -abrogate_V2 1.629115553166186e-5 -absent_V2 1.629115553166186e-5 -absolve_V2 3.258231106332372e-5 -absorb_V2 5.050258214815177e-4 -abstract_V2 1.629115553166186e-5 -abuse_V2 1.3032924425329488e-4 -accelerate_V2 1.4662039978495674e-4 -accent_V2 1.629115553166186e-5 -accentuate_V2 1.629115553166186e-5 -accept_V2 2.2481794633693367e-3 -access_V2 4.887346659498558e-5 -acclaim_V2 6.516462212664744e-5 -acclimate_V2 1.629115553166186e-5 -acclimatize_V2 1.629115553166186e-5 -accommodate_V2 3.0953195510157534e-4 -accompany_V2 5.538992880765032e-4 -accomplish_V2 2.932407995699135e-4 -accord_V2 3.258231106332372e-5 -accost_V2 1.629115553166186e-5 -account_V2 3.258231106332372e-5 -account_for_V2 4.887346659498558e-5 -accredit_V2 1.629115553166186e-5 -accrue_V2 2.769496440382516e-4 -accumulate_V2 1.4662039978495674e-4 -accuse_V2 1.3032924425329488e-3 -accustom_V2 1.1403808872163302e-4 -ache_for_V2 1.629115553166186e-5 -achieve_V2 1.0752162650896828e-3 -acidify_V2 1.629115553166186e-5 -acknowledge_V2 2.1178502191160418e-4 -acquaint_V2 3.258231106332372e-5 -acquire_V2 6.092892168841536e-3 -acquit_V2 1.3032924425329488e-4 -act_V2 1.629115553166186e-5 -act_on_V2 1.629115553166186e-5 -act_out_V2 1.629115553166186e-5 -act_upon_V2 1.629115553166186e-5 -activate_V2 6.516462212664744e-5 -actuate_V2 1.629115553166186e-5 -adapt_V2 1.629115553166186e-4 -add_V2 3.5514719059022855e-3 -add_on_V2 1.629115553166186e-5 -add_up_V2 1.629115553166186e-5 -add_up_to_V2 1.629115553166186e-5 -addict_V2 6.516462212664744e-5 -addle_V2 1.629115553166186e-5 -address_V2 7.331019989247837e-4 -adduce_V2 1.629115553166186e-5 -adjoin_V2 1.629115553166186e-5 -adjourn_V2 3.258231106332372e-5 -adjudge_V2 1.629115553166186e-5 -adjudicate_V2 1.629115553166186e-5 -adjure_V2 1.629115553166186e-5 -adjust_V2 8.14557776583093e-4 -administer_V2 1.3032924425329488e-4 -admire_V2 6.516462212664744e-5 -admit_V2 2.6065848850658976e-4 -admix_V2 1.629115553166186e-5 -admonish_V2 1.629115553166186e-5 -adopt_V2 1.4336216867862437e-3 -adore_V2 1.629115553166186e-5 -adorn_V2 6.516462212664744e-5 -adulterate_V2 1.629115553166186e-5 -adumbrate_V2 1.629115553166186e-5 -advance_V2 1.4662039978495674e-3 -advantage_V2 1.629115553166186e-5 -adventure_V2 1.629115553166186e-5 -advertise_V2 2.1178502191160418e-4 -advise_V2 5.050258214815177e-4 -advocate_V2 1.9549386637994232e-4 -aerate_V2 1.629115553166186e-5 -affect_V2 2.7369141293191925e-3 -affiance_V2 1.629115553166186e-5 -affiliate_V2 1.629115553166186e-4 -affirm_V2 6.516462212664744e-5 -affix_V2 1.629115553166186e-5 -afflict_V2 9.774693318997116e-5 -afford_V2 3.746965772282228e-4 -afforest_V2 1.629115553166186e-5 -affranchise_V2 1.629115553166186e-5 -affront_V2 1.629115553166186e-5 -age_V2 3.258231106332372e-5 -agglomerate_V2 1.629115553166186e-5 -agglutinate_V2 1.629115553166186e-5 -aggrandize_V2 1.629115553166186e-5 -aggravate_V2 1.7920271084828046e-4 -aggregate_V2 1.629115553166186e-5 -aggrieve_V2 1.629115553166186e-5 -agitate_V2 3.258231106332372e-5 -agree_V2 4.887346659498558e-5 -agree_with_V2 1.629115553166186e-5 -aid_V2 3.746965772282228e-4 -ail_V2 1.629115553166186e-5 -aim_V2 1.172963198279654e-3 -aim_at_V2 1.629115553166186e-5 -air_V2 3.258231106332372e-4 -alarm_V2 1.629115553166186e-4 -alert_V2 1.629115553166186e-4 -alienate_V2 1.1403808872163302e-4 -align_V2 1.3032924425329488e-4 -allay_V2 1.1403808872163302e-4 -allege_V2 8.634312431780786e-4 -alleviate_V2 1.4662039978495674e-4 -allocate_V2 2.443673329749279e-4 -allot_V2 1.629115553166186e-5 -allow_V2 8.960135542414023e-4 -allow_for_V2 1.629115553166186e-5 -allow_of_V2 1.629115553166186e-5 -alloy_V2 1.629115553166186e-5 -allure_V2 1.629115553166186e-5 -ally_V2 8.14557776583093e-5 -alter_V2 4.072788882915465e-4 -alternate_V2 4.887346659498558e-5 -amalgamate_V2 3.258231106332372e-5 -amass_V2 2.2807617744326604e-4 -amaze_V2 4.887346659498558e-5 -ambuscade_V2 1.629115553166186e-5 -ambush_V2 4.887346659498558e-5 -ameliorate_V2 1.629115553166186e-5 -amend_V2 2.932407995699135e-4 -americanize_V2 3.258231106332372e-5 -amortize_V2 4.887346659498558e-5 -amplify_V2 6.516462212664744e-5 -amputate_V2 1.629115553166186e-5 -amuse_V2 4.887346659498558e-5 -anaesthetize_V2 1.629115553166186e-5 -analyse_V2 1.629115553166186e-5 -analyze_V2 3.584054216965609e-4 -anathematize_V2 1.629115553166186e-5 -anchor_V2 4.887346659498558e-5 -anesthetize_V2 3.258231106332372e-5 -anger_V2 1.9549386637994232e-4 -angle_V2 1.629115553166186e-5 -angle_for_V2 1.629115553166186e-5 -angle_park_V2 1.629115553166186e-5 -anglicize_V2 1.629115553166186e-5 -animate_V2 4.887346659498558e-5 -anneal_V2 1.629115553166186e-5 -annex_V2 1.629115553166186e-5 -annihilate_V2 1.629115553166186e-5 -annotate_V2 1.629115553166186e-5 -announce_V2 4.740726259713601e-3 -annoy_V2 6.516462212664744e-5 -annul_V2 1.629115553166186e-5 -annunciate_V2 1.629115553166186e-5 -anoint_V2 3.258231106332372e-5 -answer_V2 3.584054216965609e-4 -answer_back_V2 1.629115553166186e-5 -answer_for_V2 1.629115553166186e-5 -antagonize_V2 6.516462212664744e-5 -antedate_V2 1.629115553166186e-5 -anticipate_V2 1.0263427984946972e-3 -ape_V2 1.629115553166186e-5 -apostrophize_V2 1.629115553166186e-5 -appal_V2 9.774693318997116e-5 -apparel_V2 1.629115553166186e-5 -appeal_V2 1.7920271084828046e-4 -appear_V2 1.1403808872163302e-4 -appease_V2 1.1403808872163302e-4 -append_V2 6.516462212664744e-5 -applaud_V2 1.629115553166186e-4 -applique_V2 1.629115553166186e-5 -apply_V2 4.2357004382320837e-4 -appoint_V2 6.190639102031507e-4 -apportion_V2 1.629115553166186e-5 -appraise_V2 4.887346659498558e-5 -appreciate_V2 1.3032924425329488e-4 -apprehend_V2 1.629115553166186e-5 -apprentice_V2 1.629115553166186e-5 -apprise_V2 3.258231106332372e-5 -approach_V2 5.86481599139827e-4 -appropriate_V2 9.774693318997116e-5 -approve_V2 2.6554583516608834e-3 -approximate_V2 3.258231106332372e-5 -arbitrate_V2 3.258231106332372e-5 -arch_V2 4.887346659498558e-5 -argue_V2 6.516462212664744e-5 -argue_down_V2 1.629115553166186e-5 -argue_out_V2 1.629115553166186e-5 -arm_V2 1.9549386637994232e-4 -arose_V2 1.629115553166186e-5 -arouse_V2 1.629115553166186e-4 -arraign_V2 1.629115553166186e-5 -arrange_V2 6.027727546714888e-4 -array_V2 1.629115553166186e-5 -arrest_V2 4.072788882915465e-4 -arrive_V2 4.887346659498558e-5 -arrogate_V2 1.629115553166186e-5 -article_V2 1.629115553166186e-5 -articulate_V2 6.516462212664744e-5 -ascend_V2 1.629115553166186e-5 -ascertain_V2 1.629115553166186e-5 -ascribe_V2 4.887346659498558e-5 -ask_V2 9.448870208363879e-4 -ask_about_V2 1.629115553166186e-5 -ask_after_V2 1.629115553166186e-5 -ask_around_V2 1.629115553166186e-5 -ask_for_V2 3.258231106332372e-5 -ask_in_V2 1.629115553166186e-5 -ask_out_V2 1.629115553166186e-5 -ask_over_V2 1.629115553166186e-5 -ask_round_V2 1.629115553166186e-5 -asperse_V2 1.629115553166186e-5 -asphalt_V2 1.629115553166186e-5 -asphyxiate_V2 1.629115553166186e-5 -aspirate_V2 1.629115553166186e-5 -assail_V2 6.516462212664744e-5 -assassinate_V2 9.774693318997116e-5 -assault_V2 1.629115553166186e-5 -assay_V2 1.629115553166186e-5 -assemble_V2 2.1178502191160418e-4 -assert_V2 1.629115553166186e-4 -assess_V2 4.398611993548702e-4 -asseverate_V2 1.629115553166186e-5 -assign_V2 3.584054216965609e-4 -assimilate_V2 4.887346659498558e-5 -assist_V2 4.2357004382320837e-4 -associate_V2 7.982666210514312e-4 -assuage_V2 4.887346659498558e-5 -assume_V2 9.448870208363879e-4 -assure_V2 3.4211426616489907e-4 -astonish_V2 1.629115553166186e-5 -astound_V2 4.887346659498558e-5 -atomize_V2 1.629115553166186e-5 -atrophy_V2 1.629115553166186e-5 -attach_V2 5.701904436081651e-4 -attack_V2 4.2357004382320837e-4 -attain_V2 3.258231106332372e-5 -attempt_V2 2.932407995699135e-4 -attend_V2 5.538992880765032e-4 -attenuate_V2 1.629115553166186e-5 -attest_V2 1.629115553166186e-5 -attire_V2 1.629115553166186e-5 -attract_V2 1.743153641887819e-3 -attribute_V2 1.4824951533812293e-3 -attune_V2 1.629115553166186e-5 -auction_V2 3.4211426616489907e-4 -auction_off_V2 1.629115553166186e-5 -audit_V2 1.3032924425329488e-4 -audition_V2 1.629115553166186e-5 -augment_V2 4.887346659498558e-5 -augur_V2 1.629115553166186e-5 -authenticate_V2 1.629115553166186e-5 -authore_V2 3.258231106332372e-5 -authorize_V2 5.213169770131795e-4 -autograph_V2 8.14557776583093e-5 -automate_V2 2.443673329749279e-4 -avail_V2 1.629115553166186e-5 -avenge_V2 3.258231106332372e-5 -aver_V2 1.629115553166186e-5 -average_V2 3.584054216965609e-4 -avert_V2 1.629115553166186e-4 -avoid_V2 1.7757359529511428e-3 -avouch_V2 1.629115553166186e-5 -avow_V2 1.629115553166186e-5 -await_V2 4.398611993548702e-4 -awaken_V2 1.629115553166186e-5 -award_V2 7.982666210514312e-4 -awe_V2 1.629115553166186e-5 -ax_V2 1.629115553166186e-5 -axe_V2 1.629115553166186e-5 -babble_V2 1.629115553166186e-5 -baby_V2 1.629115553166186e-5 -back_V2 1.4824951533812293e-3 -back_out_of_V2 1.629115553166186e-5 -back_up_V2 3.258231106332372e-5 -backbite_V2 1.629115553166186e-5 -backdate_V2 1.629115553166186e-5 -badger_V2 1.629115553166186e-5 -baffle_V2 1.629115553166186e-5 -bag_V2 1.629115553166186e-5 -bag_out_V2 1.629115553166186e-5 -bail_V2 4.887346659498558e-5 -bail_out_V2 1.629115553166186e-5 -bail_out_on_V2 1.629115553166186e-5 -bait_V2 1.629115553166186e-5 -bake_V2 3.258231106332372e-5 -balance_V2 1.629115553166186e-4 -bale_V2 1.629115553166186e-5 -balk_V2 1.629115553166186e-5 -ball_V2 1.629115553166186e-5 -ball_up_V2 1.629115553166186e-5 -ballast_V2 1.629115553166186e-5 -balloon_V2 3.258231106332372e-5 -balls_up_V2 1.629115553166186e-5 -bamboozle_V2 1.629115553166186e-5 -ban_V2 9.611781763680498e-4 -band_V2 1.629115553166186e-5 -bandage_V2 1.629115553166186e-5 -bandy_V2 3.258231106332372e-5 -bang_V2 1.629115553166186e-5 -bang_on_about_V2 1.629115553166186e-5 -bang_out_V2 1.629115553166186e-5 -bang_up_V2 1.629115553166186e-5 -banish_V2 6.516462212664744e-5 -bank_V2 4.887346659498558e-5 -bank_on_V2 1.629115553166186e-5 -bankrupt_V2 4.887346659498558e-5 -banquet_V2 1.629115553166186e-5 -banter_V2 1.629115553166186e-5 -baptize_V2 1.629115553166186e-5 -bar_V2 6.190639102031507e-4 -barbarize_V2 1.629115553166186e-5 -barbecue_V2 1.629115553166186e-5 -bare_V2 3.258231106332372e-5 -bargain_V2 1.629115553166186e-5 -bargain_down_V2 1.629115553166186e-5 -bargain_for_V2 1.629115553166186e-5 -bargain_on_V2 1.629115553166186e-5 -barge_into_V2 1.629115553166186e-5 -bark_V2 1.629115553166186e-5 -barrack_V2 1.629115553166186e-5 -barrel_V2 1.629115553166186e-5 -barricade_V2 1.629115553166186e-5 -barter_V2 3.258231106332372e-5 -base_V2 5.148005148005148e-3 -bash_V2 6.516462212664744e-5 -bash_about_V2 1.629115553166186e-5 -bash_in_V2 1.629115553166186e-5 -bash_out_V2 1.629115553166186e-5 -bash_up_V2 1.629115553166186e-5 -bastardize_V2 1.629115553166186e-5 -baste_V2 1.629115553166186e-5 -bastinado_V2 1.629115553166186e-5 -bat_V2 3.258231106332372e-5 -bate_V2 3.258231106332372e-5 -bath_V2 1.629115553166186e-5 -bathe_V2 1.629115553166186e-5 -batten_V2 1.629115553166186e-5 -batter_V2 2.6065848850658976e-4 -battle_V2 1.7920271084828046e-4 -baulk_V2 1.629115553166186e-5 -bawl_V2 1.629115553166186e-5 -bawl_out_V2 1.629115553166186e-5 -bayonet_V2 1.629115553166186e-5 -beach_V2 3.258231106332372e-5 -beam_V2 3.258231106332372e-5 -bear_V2 7.982666210514312e-4 -bear_down_on_V2 1.629115553166186e-5 -bear_on_V2 1.629115553166186e-5 -bear_out_V2 1.629115553166186e-5 -bear_up_under_V2 1.629115553166186e-5 -bear_with_V2 1.629115553166186e-5 -beard_V2 3.258231106332372e-5 -beat_V2 4.2357004382320837e-4 -beat_down_V2 1.629115553166186e-5 -beat_out_V2 1.629115553166186e-5 -beat_up_V2 1.629115553166186e-5 -beatify_V2 1.629115553166186e-5 -beautify_V2 1.629115553166186e-5 -beaver_away_at_V2 1.629115553166186e-5 -beckon_V2 1.629115553166186e-5 -become_V2 3.6655099946239188e-3 -bed_V2 1.629115553166186e-5 -bed_out_V2 1.629115553166186e-5 -bedevil_V2 4.887346659498558e-5 -beef_up_V2 1.629115553166186e-5 -beeswax_V2 1.629115553166186e-5 -befall_V2 6.516462212664744e-5 -befit_V2 1.629115553166186e-5 -befoul_V2 1.629115553166186e-5 -befriend_V2 3.258231106332372e-5 -beg_V2 4.887346659498558e-5 -beget_V2 3.258231106332372e-5 -beggar_V2 1.629115553166186e-5 -begin_V2 1.5476597755078767e-3 -begrudge_V2 1.629115553166186e-5 -beguile_V2 1.629115553166186e-5 -behead_V2 3.258231106332372e-5 -behold_V2 1.629115553166186e-5 -behove_V2 1.629115553166186e-5 -belabour_V2 1.629115553166186e-5 -belay_V2 1.629115553166186e-5 -belch_V2 1.629115553166186e-5 -beleaguer_V2 1.1403808872163302e-4 -belie_V2 4.887346659498558e-5 -believe_V2 1.7920271084828046e-4 -belittle_V2 3.258231106332372e-5 -bell_V2 1.629115553166186e-5 -bellow_V2 1.629115553166186e-5 -belly_V2 1.629115553166186e-5 -belong_to_V2 1.629115553166186e-5 -belong_with_V2 1.629115553166186e-5 -belt_V2 1.629115553166186e-5 -belt_out_V2 1.629115553166186e-5 -bemoan_V2 4.887346659498558e-5 -bend_V2 4.887346659498558e-5 -benefit_V2 3.4211426616489907e-4 -bequeath_V2 3.258231106332372e-5 -berate_V2 3.258231106332372e-5 -bereave_V2 1.629115553166186e-5 -berth_V2 1.629115553166186e-5 -beseech_V2 1.629115553166186e-5 -beseem_V2 1.629115553166186e-5 -beset_V2 4.887346659498558e-5 -beshrew_V2 1.629115553166186e-5 -besiege_V2 1.3032924425329488e-4 -besmear_V2 1.629115553166186e-5 -besmirch_V2 1.629115553166186e-5 -bespeak_V2 1.629115553166186e-5 -best_V2 6.516462212664744e-5 -bestir_V2 1.629115553166186e-5 -bestow_V2 6.516462212664744e-5 -bestrew_V2 1.629115553166186e-5 -bestride_V2 1.629115553166186e-5 -bet_V2 4.887346659498558e-5 -betake_V2 1.629115553166186e-5 -bethink_V2 1.629115553166186e-5 -betide_V2 1.629115553166186e-5 -betoken_V2 1.629115553166186e-5 -betray_V2 4.887346659498558e-5 -betroth_V2 1.629115553166186e-5 -better_V2 3.258231106332372e-5 -bevel_V2 1.629115553166186e-5 -bewail_V2 1.629115553166186e-5 -beware_V2 3.258231106332372e-5 -bewilder_V2 4.887346659498558e-5 -bewitch_V2 3.258231106332372e-5 -bias_V2 3.258231106332372e-5 -bid_V2 2.932407995699135e-4 -bide_V2 1.629115553166186e-5 -biff_V2 1.629115553166186e-5 -bifurcate_V2 3.258231106332372e-5 -big_up_V2 1.629115553166186e-5 -bilk_V2 1.629115553166186e-5 -bill_V2 1.629115553166186e-4 -billet_V2 1.629115553166186e-5 -bind_V2 9.774693318997116e-5 -birch_V2 1.629115553166186e-5 -bisect_V2 1.629115553166186e-5 -bitch_up_V2 1.629115553166186e-5 -bite_V2 9.774693318997116e-5 -blab_V2 1.629115553166186e-5 -blabber_V2 1.629115553166186e-5 -black_V2 3.258231106332372e-5 -black_lead_V2 1.629115553166186e-5 -blackball_V2 1.629115553166186e-5 -blacken_V2 4.887346659498558e-5 -blackguard_V2 1.629115553166186e-5 -blackleg_V2 1.629115553166186e-5 -blacklist_V2 1.629115553166186e-5 -blackmail_V2 6.516462212664744e-5 -blame_V2 1.058925109558021e-3 -blanch_V2 1.629115553166186e-5 -blank_out_V2 1.629115553166186e-5 -blanket_V2 4.887346659498558e-5 -blare_V2 1.629115553166186e-5 -blaspheme_V2 1.629115553166186e-5 -blast_V2 4.887346659498558e-5 -blaze_V2 1.629115553166186e-5 -blazon_V2 1.629115553166186e-5 -bleach_V2 3.258231106332372e-5 -bleat_V2 1.629115553166186e-5 -bleed_V2 1.629115553166186e-5 -blemish_V2 1.629115553166186e-5 -blend_V2 4.887346659498558e-5 -bless_V2 8.14557776583093e-5 -blight_V2 3.258231106332372e-5 -blind_V2 1.629115553166186e-5 -blindfold_V2 3.258231106332372e-5 -blink_V2 3.258231106332372e-5 -blister_V2 1.629115553166186e-5 -blitz_V2 1.629115553166186e-5 -block_V2 1.4499128423179056e-3 -block_in_V2 1.629115553166186e-5 -block_off_V2 1.629115553166186e-5 -block_out_V2 1.629115553166186e-5 -block_up_V2 1.629115553166186e-5 -blockade_V2 1.629115553166186e-5 -blood_V2 3.258231106332372e-5 -blot_V2 4.887346659498558e-5 -blow_V2 4.887346659498558e-5 -blow_away_V2 1.629115553166186e-5 -blow_down_V2 1.629115553166186e-5 -blow_dry_V2 1.629115553166186e-5 -blow_off_V2 1.629115553166186e-5 -blow_out_V2 1.629115553166186e-5 -blow_up_V2 1.629115553166186e-5 -blubber_V2 1.629115553166186e-5 -bludgeon_V2 4.887346659498558e-5 -blue_V2 1.629115553166186e-5 -blue_pencil_V2 1.629115553166186e-5 -bluff_V2 1.629115553166186e-5 -blunder_V2 1.629115553166186e-5 -blunt_V2 1.4662039978495674e-4 -blur_V2 6.516462212664744e-5 -blurt_V2 1.629115553166186e-5 -blurt_out_V2 3.258231106332372e-5 -bluster_V2 1.629115553166186e-5 -board_V2 4.887346659498558e-5 -board_out_V2 1.629115553166186e-5 -board_up_V2 1.629115553166186e-5 -boast_V2 1.1403808872163302e-4 -bob_V2 1.629115553166186e-5 -bode_V2 3.258231106332372e-5 -bog_V2 1.629115553166186e-5 -bog_into_V2 1.629115553166186e-5 -boil_V2 1.629115553166186e-5 -boil_down_V2 1.629115553166186e-5 -boil_down_to_V2 1.629115553166186e-5 -boil_up_V2 1.629115553166186e-5 -bolster_V2 7.168108433931219e-4 -bolster_up_V2 1.629115553166186e-5 -bolt_V2 3.258231106332372e-5 -bomb_V2 6.516462212664744e-5 -bombard_V2 8.14557776583093e-5 -bond_V2 3.258231106332372e-5 -bone_V2 3.258231106332372e-5 -bone_up_on_V2 1.629115553166186e-5 -boo_V2 3.258231106332372e-5 -book_V2 1.4662039978495674e-4 -book_in_V2 1.629115553166186e-5 -book_into_V2 1.629115553166186e-5 -boom_V2 3.258231106332372e-5 -boost_V2 2.80207875144584e-3 -boot_V2 1.629115553166186e-5 -boot_up_V2 1.629115553166186e-5 -bootleg_V2 3.258231106332372e-5 -border_V2 3.258231106332372e-5 -border_on_V2 1.629115553166186e-5 -bore_V2 3.258231106332372e-5 -borrow_V2 5.86481599139827e-4 -boss_V2 1.629115553166186e-5 -boss_about_V2 1.629115553166186e-5 -boss_around_V2 1.629115553166186e-5 -botch_V2 4.887346659498558e-5 -botch_up_V2 1.629115553166186e-5 -bother_V2 1.3032924425329488e-4 -bottle_V2 1.7920271084828046e-4 -bottle_up_V2 1.629115553166186e-5 -bounce_V2 6.516462212664744e-5 -bounce_into_V2 1.629115553166186e-5 -bounce_off_V2 1.629115553166186e-5 -bound_V2 1.629115553166186e-5 -bow_V2 1.629115553166186e-5 -bowdlerize_V2 1.629115553166186e-5 -bowl_V2 1.629115553166186e-5 -bowl_out_V2 1.629115553166186e-5 -bowl_over_V2 1.629115553166186e-5 -box_V2 1.629115553166186e-5 -box_in_V2 1.629115553166186e-5 -box_up_V2 1.629115553166186e-5 -boycott_V2 3.258231106332372e-5 -brace_V2 6.516462212664744e-5 -bracket_V2 1.629115553166186e-5 -braid_V2 1.629115553166186e-5 -brain_V2 1.629115553166186e-5 -brainwash_V2 1.629115553166186e-5 -braise_V2 1.629115553166186e-5 -brake_V2 1.629115553166186e-5 -brand_V2 3.258231106332372e-5 -brandish_V2 4.887346659498558e-5 -brave_V2 6.516462212664744e-5 -bray_V2 1.629115553166186e-5 -braze_V2 1.629115553166186e-5 -brazen_V2 3.258231106332372e-5 -breach_V2 1.3032924425329488e-4 -break_V2 1.0263427984946972e-3 -break_down_V2 1.629115553166186e-5 -break_in_V2 1.629115553166186e-5 -break_in_on_V2 1.629115553166186e-5 -break_into_V2 1.629115553166186e-5 -break_off_V2 1.629115553166186e-5 -break_out_V2 1.629115553166186e-5 -break_out_in_V2 1.629115553166186e-5 -break_out_of_V2 1.629115553166186e-5 -break_through_V2 1.629115553166186e-5 -break_up_V2 1.629115553166186e-5 -breast_V2 1.629115553166186e-5 -breastfeed_V2 1.629115553166186e-5 -breathe_V2 4.887346659498558e-5 -breed_V2 1.1403808872163302e-4 -breeze_into_V2 1.629115553166186e-5 -breeze_through_V2 1.629115553166186e-5 -brew_V2 4.887346659498558e-5 -bribe_V2 9.774693318997116e-5 -brick_V2 1.629115553166186e-5 -brick_in_V2 1.629115553166186e-5 -brick_up_V2 1.629115553166186e-5 -bridge_V2 6.516462212664744e-5 -bridle_V2 1.629115553166186e-5 -brief_V2 8.14557776583093e-5 -brighten_V2 6.516462212664744e-5 -brighten_up_V2 1.629115553166186e-5 -bring_V2 4.333447371422055e-3 -bring_about_V2 3.258231106332372e-5 -bring_along_V2 1.629115553166186e-5 -bring_around_V2 1.629115553166186e-5 -bring_away_V2 1.629115553166186e-5 -bring_back_V2 1.629115553166186e-5 -bring_down_V2 3.258231106332372e-5 -bring_forth_V2 1.629115553166186e-5 -bring_forward_V2 1.629115553166186e-5 -bring_in_V2 3.258231106332372e-5 -bring_off_V2 1.629115553166186e-5 -bring_on_V2 1.629115553166186e-5 -bring_out_V2 1.629115553166186e-5 -bring_over_V2 1.629115553166186e-5 -bring_round_V2 1.629115553166186e-5 -bring_to_V2 1.629115553166186e-5 -bring_up_V2 1.629115553166186e-5 -broach_V2 1.629115553166186e-5 -broadcast_V2 1.1403808872163302e-4 -broaden_V2 1.7920271084828046e-4 -brocade_V2 1.629115553166186e-5 -broil_V2 1.629115553166186e-5 -bronze_V2 1.629115553166186e-5 -brook_V2 1.629115553166186e-5 -browbeat_V2 3.258231106332372e-5 -brown_V2 1.629115553166186e-5 -bruise_V2 1.629115553166186e-5 -bruit_V2 1.629115553166186e-5 -brush_V2 3.258231106332372e-5 -brush_off_V2 1.629115553166186e-5 -brush_up_V2 1.629115553166186e-5 -brutalize_V2 1.629115553166186e-5 -buck_V2 1.3032924425329488e-4 -buck_up_V2 1.629115553166186e-5 -buckle_V2 6.516462212664744e-5 -budge_V2 1.629115553166186e-5 -budget_V2 9.774693318997116e-5 -buff_V2 3.258231106332372e-5 -buff_up_V2 1.629115553166186e-5 -buff_up_on_V2 1.629115553166186e-5 -buffer_V2 4.887346659498558e-5 -buffet_V2 9.774693318997116e-5 -bug_V2 1.629115553166186e-5 -bugger_V2 1.629115553166186e-5 -build_V2 4.040206571852141e-3 -build_up_V2 1.629115553166186e-5 -bulge_V2 1.629115553166186e-5 -bulk_out_V2 1.629115553166186e-5 -bulldoze_V2 3.258231106332372e-5 -bully_V2 4.887346659498558e-5 -bum_V2 1.629115553166186e-5 -bump_V2 3.258231106332372e-5 -bump_into_V2 1.629115553166186e-5 -bump_off_V2 1.629115553166186e-5 -bump_up_V2 1.629115553166186e-5 -bunch_V2 1.629115553166186e-5 -bundle_V2 6.516462212664744e-5 -bundle_off_V2 1.629115553166186e-5 -bundle_out_V2 1.629115553166186e-5 -bundle_up_V2 1.629115553166186e-5 -bung_V2 1.629115553166186e-5 -bungle_V2 1.629115553166186e-5 -bunker_V2 1.629115553166186e-5 -buoy_V2 2.769496440382516e-4 -buoy_up_V2 1.629115553166186e-5 -burden_V2 1.1403808872163302e-4 -burgle_V2 1.629115553166186e-5 -burke_V2 1.629115553166186e-5 -burlesque_V2 1.629115553166186e-5 -burn_V2 1.1403808872163302e-4 -burn_down_V2 1.629115553166186e-5 -burn_off_V2 1.629115553166186e-5 -burn_up_V2 1.629115553166186e-5 -burnish_V2 3.258231106332372e-5 -burp_V2 1.629115553166186e-5 -burrow_V2 1.629115553166186e-5 -burst_V2 3.258231106332372e-5 -burst_into_V2 1.629115553166186e-5 -burthen_V2 1.629115553166186e-5 -bury_V2 2.1178502191160418e-4 -bus_V2 1.629115553166186e-5 -bust_V2 6.516462212664744e-5 -bustle_V2 1.629115553166186e-5 -busy_V2 1.629115553166186e-5 -butcher_V2 1.629115553166186e-5 -butt_V2 1.629115553166186e-5 -butter_V2 1.629115553166186e-5 -butter_up_V2 1.629115553166186e-5 -button_V2 1.629115553166186e-5 -buttonhole_V2 1.629115553166186e-5 -buttress_V2 9.774693318997116e-5 -buy_V2 9.790984474528778e-3 -buy_back_V2 1.629115553166186e-5 -buy_in_V2 1.629115553166186e-5 -buy_into_V2 1.629115553166186e-5 -buy_off_V2 1.629115553166186e-5 -buy_out_V2 1.629115553166186e-5 -buy_up_V2 3.258231106332372e-5 -buzz_V2 3.258231106332372e-5 -buzz_around_V2 1.629115553166186e-5 -bypass_V2 4.887346659498558e-5 -cable_V2 1.629115553166186e-5 -cache_V2 1.629115553166186e-5 -cadge_V2 3.258231106332372e-5 -cage_V2 1.629115553166186e-5 -cajole_V2 1.629115553166186e-5 -cake_V2 1.629115553166186e-5 -calcify_V2 1.629115553166186e-5 -calcine_V2 1.629115553166186e-5 -calculate_V2 5.376081325448414e-4 -calender_V2 1.629115553166186e-5 -calibrate_V2 3.258231106332372e-5 -calk_V2 1.629115553166186e-5 -call_V2 8.797223987097405e-4 -call_after_V2 1.629115553166186e-5 -call_back_V2 1.629115553166186e-5 -call_forth_V2 1.629115553166186e-5 -call_in_V2 1.629115553166186e-5 -call_off_V2 1.629115553166186e-5 -call_on_V2 1.629115553166186e-5 -call_out_V2 1.629115553166186e-5 -call_up_V2 1.629115553166186e-5 -calm_V2 1.3032924425329488e-4 -calm_down_V2 1.629115553166186e-5 -calumniate_V2 1.629115553166186e-5 -camber_V2 1.629115553166186e-5 -camouflage_V2 3.258231106332372e-5 -camp_V2 1.629115553166186e-5 -can_V2 8.14557776583093e-5 -canalize_V2 1.629115553166186e-5 -cancel_V2 6.190639102031507e-4 -cancel_out_V2 1.629115553166186e-5 -candy_V2 1.629115553166186e-5 -cane_V2 1.629115553166186e-5 -canker_V2 1.629115553166186e-5 -cannibalize_V2 1.629115553166186e-5 -canoe_V2 1.629115553166186e-5 -canonize_V2 1.629115553166186e-5 -cant_V2 1.629115553166186e-5 -canter_V2 1.629115553166186e-5 -canvass_V2 1.629115553166186e-5 -cap_V2 5.376081325448414e-4 -cap_off_V2 1.629115553166186e-5 -caparison_V2 1.629115553166186e-5 -capitalize_V2 1.4662039978495674e-4 -capitulate_V2 1.629115553166186e-5 -capsize_V2 1.629115553166186e-5 -captain_V2 3.258231106332372e-5 -captivate_V2 3.258231106332372e-5 -capture_V2 4.072788882915465e-4 -carbonize_V2 1.629115553166186e-5 -card_V2 1.629115553166186e-5 -care_for_V2 1.629115553166186e-5 -careen_V2 1.629115553166186e-5 -caress_V2 1.629115553166186e-5 -caricature_V2 3.258231106332372e-5 -carol_V2 1.629115553166186e-5 -carouse_V2 1.629115553166186e-5 -carp_V2 1.629115553166186e-5 -carpet_V2 3.258231106332372e-5 -carry_V2 2.3785087076226316e-3 -carry_forward_V2 1.629115553166186e-5 -carry_off_V2 1.629115553166186e-5 -carry_on_V2 1.629115553166186e-5 -carry_on_about_V2 1.629115553166186e-5 -carry_on_with_V2 1.629115553166186e-5 -carry_out_V2 4.398611993548702e-4 -carry_over_V2 1.629115553166186e-5 -carry_through_V2 1.629115553166186e-5 -cart_V2 6.516462212664744e-5 -cart_off_V2 1.629115553166186e-5 -cartoon_V2 1.629115553166186e-5 -carve_V2 1.629115553166186e-5 -carve_out_V2 1.629115553166186e-5 -carve_up_V2 1.629115553166186e-5 -case_V2 3.258231106332372e-5 -cash_V2 1.629115553166186e-5 -cash_in_V2 1.629115553166186e-5 -cash_in_on_V2 1.629115553166186e-5 -cash_out_V2 1.629115553166186e-5 -cashier_V2 1.629115553166186e-5 -cast_V2 5.050258214815177e-4 -cast_about_for_V2 1.629115553166186e-5 -cast_around_for_V2 1.629115553166186e-5 -cast_aside_V2 1.629115553166186e-5 -cast_off_V2 1.629115553166186e-5 -cast_out_V2 1.629115553166186e-5 -cast_round_for_V2 1.629115553166186e-5 -cast_up_V2 1.629115553166186e-5 -castigate_V2 8.14557776583093e-5 -castrate_V2 1.629115553166186e-5 -catalog_V2 1.629115553166186e-5 -catalogue_V2 1.629115553166186e-5 -catapult_V2 4.887346659498558e-5 -catch_V2 8.14557776583093e-4 -catch_at_V2 1.629115553166186e-5 -catch_out_V2 1.629115553166186e-5 -catch_up_V2 1.629115553166186e-5 -catch_up_in_V2 1.629115553166186e-5 -catch_up_on_V2 1.629115553166186e-5 -catch_up_with_V2 1.629115553166186e-5 -catechize_V2 1.629115553166186e-5 -categorize_V2 4.887346659498558e-5 -cater_for_V2 1.629115553166186e-5 -cater_to_V2 1.629115553166186e-5 -caulk_V2 1.629115553166186e-5 -cause_V2 3.127901862079077e-3 -cauterize_V2 1.629115553166186e-5 -caution_V2 1.629115553166186e-5 -cave_V2 1.629115553166186e-5 -caw_V2 1.629115553166186e-5 -cease_V2 9.774693318997116e-5 -cede_V2 8.14557776583093e-5 -celebrate_V2 2.6065848850658976e-4 -cement_V2 6.516462212664744e-5 -censor_V2 8.14557776583093e-5 -censure_V2 1.629115553166186e-5 -center_V2 1.629115553166186e-5 -centralize_V2 4.887346659498558e-5 -centre_V2 1.629115553166186e-5 -certificate_V2 1.629115553166186e-5 -certify_V2 8.14557776583093e-5 -chafe_V2 1.629115553166186e-5 -chaff_V2 1.629115553166186e-5 -chagrin_V2 1.629115553166186e-5 -chain_V2 4.887346659498558e-5 -chair_V2 1.629115553166186e-4 -chalk_V2 8.14557776583093e-5 -chalk_out_V2 1.629115553166186e-5 -chalk_up_V2 1.629115553166186e-5 -challenge_V2 6.516462212664744e-4 -champ_V2 1.629115553166186e-5 -champion_V2 8.14557776583093e-5 -chance_V2 1.629115553166186e-5 -chance_upon_V2 1.629115553166186e-5 -change_V2 2.345926396559308e-3 -change_over_V2 1.629115553166186e-5 -channel_V2 9.774693318997116e-5 -chant_V2 4.887346659498558e-5 -chap_V2 1.629115553166186e-5 -chaperon_V2 1.629115553166186e-5 -char_V2 3.258231106332372e-5 -characterize_V2 2.6065848850658976e-4 -charge_V2 1.4499128423179056e-3 -charge_up_V2 1.629115553166186e-5 -charm_V2 1.629115553166186e-5 -chart_V2 9.774693318997116e-5 -charter_V2 1.629115553166186e-4 -chase_V2 1.3032924425329488e-4 -chase_down_V2 1.629115553166186e-5 -chase_off_V2 1.629115553166186e-5 -chase_up_V2 1.629115553166186e-5 -chasten_V2 3.258231106332372e-5 -chastise_V2 8.14557776583093e-5 -chat_V2 1.629115553166186e-5 -chat_up_V2 1.629115553166186e-5 -chauffeur_V2 3.258231106332372e-5 -chaw_V2 1.629115553166186e-5 -cheapen_V2 3.258231106332372e-5 -cheat_V2 8.14557776583093e-5 -cheat_on_V2 1.629115553166186e-5 -check_V2 2.1178502191160418e-4 -check_by_V2 1.629115553166186e-5 -check_for_V2 1.629115553166186e-5 -check_in_V2 1.629115553166186e-5 -check_into_V2 1.629115553166186e-5 -check_off_V2 1.629115553166186e-5 -check_on_V2 1.629115553166186e-5 -check_out_V2 1.629115553166186e-5 -check_out_of_V2 1.629115553166186e-5 -check_over_V2 1.629115553166186e-5 -check_through_V2 1.629115553166186e-5 -check_up_on_V2 1.629115553166186e-5 -check_with_V2 1.629115553166186e-5 -checker_V2 1.629115553166186e-5 -checkmate_V2 1.629115553166186e-5 -cheek_V2 1.629115553166186e-5 -cheer_V2 1.1403808872163302e-4 -cheer_on_V2 1.629115553166186e-5 -cheer_up_V2 1.629115553166186e-5 -chequer_V2 1.629115553166186e-5 -cherish_V2 8.14557776583093e-5 -chew_V2 4.887346659498558e-5 -chew_off_V2 1.629115553166186e-5 -chew_on_V2 1.629115553166186e-5 -chew_out_V2 1.629115553166186e-5 -chew_over_V2 1.629115553166186e-5 -chew_up_V2 1.629115553166186e-5 -chide_V2 6.516462212664744e-5 -chill_V2 3.258231106332372e-5 -chime_V2 1.629115553166186e-5 -chink_V2 1.629115553166186e-5 -chip_V2 1.629115553166186e-5 -chip_away_at_V2 1.629115553166186e-5 -chirp_V2 1.629115553166186e-5 -chirrup_V2 1.629115553166186e-5 -chisel_V2 3.258231106332372e-5 -chivvy_V2 1.629115553166186e-5 -chivy_V2 1.629115553166186e-5 -chlorinate_V2 1.629115553166186e-5 -chock_V2 1.629115553166186e-5 -choke_V2 4.887346659498558e-5 -choke_off_V2 1.629115553166186e-5 -choke_out_V2 1.629115553166186e-5 -choke_up_V2 1.629115553166186e-5 -choose_V2 7.656843099881074e-4 -choose_up_V2 1.629115553166186e-5 -chop_V2 3.258231106332372e-5 -chop_down_V2 1.629115553166186e-5 -chop_up_V2 1.629115553166186e-5 -chorus_V2 1.629115553166186e-5 -chow_down_on_V2 1.629115553166186e-5 -christen_V2 1.629115553166186e-5 -chronicle_V2 3.258231106332372e-5 -chuck_V2 3.258231106332372e-5 -chuck_away_V2 1.629115553166186e-5 -chuck_in_V2 1.629115553166186e-5 -chuck_out_V2 1.629115553166186e-5 -chuck_up_V2 1.629115553166186e-5 -churn_V2 1.629115553166186e-5 -churn_out_V2 1.629115553166186e-5 -cinch_V2 3.258231106332372e-5 -cipher_V2 1.629115553166186e-5 -circle_V2 3.258231106332372e-5 -circularize_V2 1.629115553166186e-5 -circulate_V2 1.4662039978495674e-4 -circumcise_V2 1.629115553166186e-5 -circumnavigate_V2 1.629115553166186e-5 -circumscribe_V2 1.629115553166186e-5 -circumvent_V2 9.774693318997116e-5 -cite_V2 2.80207875144584e-3 -civilize_V2 4.887346659498558e-5 -clad_V2 4.887346659498558e-5 -clag_up_V2 1.629115553166186e-5 -claim_V2 4.887346659498558e-4 -clamour_V2 1.629115553166186e-5 -clamp_V2 1.629115553166186e-5 -clamp_down_on_V2 1.629115553166186e-5 -clang_V2 1.629115553166186e-5 -clank_V2 1.629115553166186e-5 -clap_V2 1.629115553166186e-5 -clarify_V2 1.1403808872163302e-4 -clash_V2 1.629115553166186e-5 -clasp_V2 1.629115553166186e-5 -class_V2 3.258231106332372e-5 -classify_V2 2.2807617744326604e-4 -clatter_V2 1.629115553166186e-5 -claw_V2 1.629115553166186e-5 -claw_back_V2 1.629115553166186e-5 -clean_V2 8.14557776583093e-5 -clean_out_V2 3.258231106332372e-5 -clean_up_V2 1.629115553166186e-5 -cleanse_V2 4.887346659498558e-5 -clear_V2 6.516462212664744e-4 -clear_away_V2 1.629115553166186e-5 -clear_out_V2 1.629115553166186e-5 -clear_up_V2 1.629115553166186e-5 -cleave_V2 1.629115553166186e-5 -clench_V2 1.629115553166186e-5 -clew_V2 1.629115553166186e-5 -click_through_V2 1.629115553166186e-5 -climax_V2 1.629115553166186e-5 -climb_V2 9.28595865304726e-4 -clinch_V2 3.258231106332372e-5 -cling_on_to_V2 1.629115553166186e-5 -cling_to_V2 1.629115553166186e-5 -clink_V2 1.629115553166186e-5 -clip_V2 6.516462212664744e-5 -cloak_V2 3.258231106332372e-5 -clobber_V2 1.4662039978495674e-4 -clock_V2 3.258231106332372e-5 -clog_V2 1.629115553166186e-5 -clog_up_V2 1.629115553166186e-5 -cloister_V2 1.629115553166186e-5 -clone_V2 3.258231106332372e-5 -close_V2 2.10155906358438e-3 -close_down_V2 1.629115553166186e-5 -close_in_on_V2 1.629115553166186e-5 -close_in_upon_V2 1.629115553166186e-5 -close_off_V2 1.629115553166186e-5 -close_on_V2 1.629115553166186e-5 -close_out_V2 1.629115553166186e-5 -close_up_V2 1.629115553166186e-5 -closet_V2 1.629115553166186e-5 -clot_V2 1.629115553166186e-5 -clothe_V2 3.258231106332372e-5 -cloud_V2 9.774693318997116e-5 -clout_V2 1.629115553166186e-5 -cloy_V2 1.629115553166186e-5 -club_V2 3.258231106332372e-5 -clump_V2 1.629115553166186e-5 -cluster_V2 4.887346659498558e-5 -clutch_V2 3.258231106332372e-5 -clutter_V2 4.887346659498558e-5 -co_author_V2 1.629115553166186e-5 -co_edit_V2 3.258231106332372e-5 -co_found_V2 8.14557776583093e-5 -co_manage_V2 4.887346659498558e-5 -co_opt_V2 1.629115553166186e-5 -co_sponsor_V2 3.258231106332372e-5 -co_star_V2 1.629115553166186e-5 -coach_V2 1.629115553166186e-5 -coagulate_V2 1.629115553166186e-5 -coal_V2 1.629115553166186e-5 -coarsen_V2 1.629115553166186e-5 -coast_V2 1.629115553166186e-5 -coat_V2 9.774693318997116e-5 -coax_V2 3.258231106332372e-5 -cobble_V2 4.887346659498558e-5 -cobble_together_V2 1.629115553166186e-5 -cock_V2 1.629115553166186e-5 -cock_up_V2 1.629115553166186e-5 -cocoon_V2 1.629115553166186e-5 -cod_V2 1.629115553166186e-5 -coddle_V2 3.258231106332372e-5 -code_V2 4.887346659498558e-5 -codify_V2 4.887346659498558e-5 -coerce_V2 3.258231106332372e-5 -coextrude_V2 3.258231106332372e-5 -cogitate_V2 1.629115553166186e-5 -coil_V2 1.629115553166186e-5 -coin_V2 3.258231106332372e-5 -coke_V2 1.629115553166186e-5 -cold_shoulder_V2 1.629115553166186e-5 -collapse_V2 1.9549386637994232e-4 -collar_V2 1.629115553166186e-5 -collate_V2 1.629115553166186e-5 -collect_V2 5.050258214815177e-4 -collectivize_V2 1.629115553166186e-5 -colonize_V2 1.629115553166186e-5 -colour_V2 6.516462212664744e-5 -colour_code_V2 4.887346659498558e-5 -comb_V2 3.258231106332372e-5 -combat_V2 1.3032924425329488e-4 -combine_V2 1.4499128423179056e-3 -come_V2 2.443673329749279e-4 -come_across_V2 1.629115553166186e-5 -come_along_with_V2 1.629115553166186e-5 -come_around_to_V2 1.629115553166186e-5 -come_before_V2 1.629115553166186e-5 -come_by_V2 1.629115553166186e-5 -come_down_on_V2 1.629115553166186e-5 -come_down_upon_V2 1.629115553166186e-5 -come_down_with_V2 1.629115553166186e-5 -come_forth_with_V2 1.629115553166186e-5 -come_from_V2 1.629115553166186e-5 -come_in_V2 1.629115553166186e-5 -come_in_for_V2 1.629115553166186e-5 -come_into_V2 1.629115553166186e-5 -come_off_V2 1.629115553166186e-5 -come_out_in_V2 1.629115553166186e-5 -come_out_of_V2 1.629115553166186e-5 -come_out_with_V2 1.629115553166186e-5 -come_over_V2 1.629115553166186e-5 -come_through_with_V2 1.629115553166186e-5 -come_to_V2 1.629115553166186e-5 -come_up_against_V2 1.629115553166186e-5 -come_up_to_V2 1.629115553166186e-5 -come_up_with_V2 1.629115553166186e-5 -come_upon_V2 1.629115553166186e-5 -come_with_V2 1.629115553166186e-5 -comfort_V2 4.887346659498558e-5 -command_V2 8.14557776583093e-5 -commandeer_V2 1.629115553166186e-5 -commemorate_V2 4.887346659498558e-5 -commence_V2 4.887346659498558e-5 -commend_V2 4.887346659498558e-5 -comment_V2 3.258231106332372e-5 -commercialize_V2 1.1403808872163302e-4 -commingle_V2 1.629115553166186e-5 -commission_V2 1.629115553166186e-4 -commit_V2 9.774693318997116e-4 -communicate_V2 1.629115553166186e-5 -commute_V2 1.629115553166186e-5 -compact_V2 4.887346659498558e-5 -compare_V2 9.937604874313735e-4 -compartmentalize_V2 1.629115553166186e-5 -compass_V2 1.629115553166186e-5 -compel_V2 6.516462212664744e-5 -compensate_V2 1.1403808872163302e-4 -compere_V2 1.629115553166186e-5 -compile_V2 4.561523548865321e-4 -complement_V2 9.774693318997116e-5 -complete_V2 2.80207875144584e-3 -complicate_V2 5.213169770131795e-4 -compliment_V2 3.258231106332372e-5 -comply_V2 1.629115553166186e-5 -comport_V2 1.629115553166186e-5 -compose_V2 1.4662039978495674e-4 -compost_V2 1.629115553166186e-5 -compound_V2 1.629115553166186e-4 -comprehend_V2 1.629115553166186e-5 -compress_V2 4.887346659498558e-5 -comprise_V2 2.1178502191160418e-4 -compromise_V2 6.516462212664744e-5 -compute_V2 3.258231106332372e-5 -computerize_V2 3.584054216965609e-4 -con_V2 3.258231106332372e-5 -conceal_V2 1.629115553166186e-4 -concede_V2 4.887346659498558e-5 -conceive_V2 3.258231106332372e-5 -concentrate_V2 2.932407995699135e-4 -concern_V2 1.0752162650896828e-3 -concert_V2 4.887346659498558e-5 -conciliate_V2 1.629115553166186e-5 -conclude_V2 3.4211426616489907e-4 -concoct_V2 6.516462212664744e-5 -concrete_V2 1.629115553166186e-5 -concuss_V2 1.629115553166186e-5 -condemn_V2 2.932407995699135e-4 -condense_V2 3.258231106332372e-5 -condition_V2 9.774693318997116e-5 -condone_V2 6.516462212664744e-5 -conduct_V2 9.448870208363879e-4 -cone_V2 1.629115553166186e-5 -confederate_V2 1.629115553166186e-5 -confer_V2 9.774693318997116e-5 -confess_V2 3.258231106332372e-5 -confide_V2 1.629115553166186e-5 -configure_V2 1.629115553166186e-5 -confine_V2 1.3032924425329488e-4 -confirm_V2 1.0263427984946972e-3 -confiscate_V2 1.9549386637994232e-4 -conform_V2 1.629115553166186e-5 -confound_V2 1.629115553166186e-5 -confront_V2 2.769496440382516e-4 -confuse_V2 2.769496440382516e-4 -confute_V2 1.629115553166186e-5 -congeal_V2 1.629115553166186e-5 -conglomerate_V2 1.629115553166186e-5 -congratulate_V2 6.516462212664744e-5 -congregate_V2 1.629115553166186e-5 -conjecture_V2 1.629115553166186e-5 -conjoin_V2 1.629115553166186e-5 -conjugate_V2 1.629115553166186e-5 -conjure_V2 1.629115553166186e-5 -conjure_up_V2 1.629115553166186e-5 -connect_V2 4.7244351041819395e-4 -connote_V2 3.258231106332372e-5 -conquer_V2 4.887346659498558e-5 -conscript_V2 1.629115553166186e-5 -consecrate_V2 1.629115553166186e-5 -conserve_V2 8.14557776583093e-5 -consider_V2 2.2481794633693367e-3 -consign_V2 3.258231106332372e-5 -console_V2 4.887346659498558e-5 -consolidate_V2 5.701904436081651e-4 -conspire_V2 1.629115553166186e-5 -constipate_V2 1.629115553166186e-5 -constitute_V2 3.0953195510157534e-4 -constitutionalize_V2 1.629115553166186e-5 -constrain_V2 1.1403808872163302e-4 -constrict_V2 3.258231106332372e-5 -construct_V2 2.769496440382516e-4 -construe_V2 8.14557776583093e-5 -consult_V2 1.4662039978495674e-4 -consume_V2 2.932407995699135e-4 -consummate_V2 6.516462212664744e-5 -contact_V2 2.1178502191160418e-4 -contain_V2 1.2544189759379632e-3 -contaminate_V2 9.774693318997116e-5 -contemn_V2 1.629115553166186e-5 -contemplate_V2 2.2807617744326604e-4 -content_V2 4.887346659498558e-5 -contest_V2 1.1403808872163302e-4 -continue_V2 2.4762556408126028e-3 -contort_V2 1.629115553166186e-5 -contour_V2 1.629115553166186e-5 -contract_V2 1.3032924425329488e-4 -contract_out_V2 1.629115553166186e-5 -contract_out_of_V2 1.629115553166186e-5 -contradict_V2 8.14557776583093e-5 -contradistinguish_V2 1.629115553166186e-5 -contrast_V2 3.258231106332372e-5 -contravene_V2 3.258231106332372e-5 -contribute_V2 4.2357004382320837e-4 -contrive_V2 1.629115553166186e-5 -control_V2 2.345926396559308e-3 -controvert_V2 1.629115553166186e-5 -contuse_V2 1.629115553166186e-5 -convene_V2 1.4662039978495674e-4 -convert_V2 9.28595865304726e-4 -convey_V2 1.629115553166186e-4 -convict_V2 6.190639102031507e-4 -convince_V2 5.050258214815177e-4 -convoke_V2 1.629115553166186e-5 -convoy_V2 1.629115553166186e-5 -convulse_V2 1.629115553166186e-5 -coo_V2 1.629115553166186e-5 -cook_V2 6.516462212664744e-5 -cool_V2 1.7920271084828046e-4 -cool_down_V2 1.629115553166186e-5 -coop_V2 1.629115553166186e-5 -coop_up_V2 1.629115553166186e-5 -coordinate_V2 2.443673329749279e-4 -cop_V2 1.629115553166186e-5 -cop_off_V2 1.629115553166186e-5 -copper_V2 1.629115553166186e-5 -copper_bottom_V2 1.629115553166186e-5 -copy_V2 2.1178502191160418e-4 -copyright_V2 6.516462212664744e-5 -cord_V2 1.629115553166186e-5 -cordon_V2 1.629115553166186e-5 -core_V2 1.629115553166186e-5 -cork_V2 1.629115553166186e-5 -corn_V2 1.629115553166186e-5 -corner_V2 9.774693318997116e-5 -corral_V2 3.258231106332372e-5 -correct_V2 4.072788882915465e-4 -correlate_V2 1.629115553166186e-5 -correspond_V2 1.629115553166186e-5 -corroborate_V2 3.258231106332372e-5 -corrode_V2 1.629115553166186e-5 -corrugate_V2 3.258231106332372e-5 -corrupt_V2 1.629115553166186e-5 -cosh_V2 1.629115553166186e-5 -cosset_V2 1.629115553166186e-5 -cost_V2 1.2218366648746395e-3 -cost_up_V2 1.629115553166186e-5 -costum_V2 1.629115553166186e-5 -couch_V2 3.258231106332372e-5 -cough_V2 1.629115553166186e-5 -cough_up_V2 1.629115553166186e-5 -counsel_V2 4.887346659498558e-5 -count_V2 4.7244351041819395e-4 -count_against_V2 1.629115553166186e-5 -count_among_V2 1.629115553166186e-5 -count_down_V2 1.629115553166186e-5 -count_for_V2 1.629115553166186e-5 -count_in_V2 1.629115553166186e-5 -count_off_V2 1.629115553166186e-5 -count_on_V2 1.629115553166186e-5 -count_out_V2 1.629115553166186e-5 -count_towards_V2 1.629115553166186e-5 -count_up_V2 1.629115553166186e-5 -count_upon_V2 1.629115553166186e-5 -countenance_V2 1.629115553166186e-5 -counter_V2 2.443673329749279e-4 -counteract_V2 6.516462212664744e-5 -counterattack_V2 1.629115553166186e-5 -counterbalance_V2 3.258231106332372e-5 -counterfeit_V2 1.629115553166186e-5 -countermand_V2 1.629115553166186e-5 -countermine_V2 1.629115553166186e-5 -counterplot_V2 1.629115553166186e-5 -counterpoise_V2 1.629115553166186e-5 -countersign_V2 1.629115553166186e-5 -countersink_V2 1.629115553166186e-5 -countersuing_V2 1.629115553166186e-5 -countervail_V2 1.629115553166186e-5 -couple_V2 1.629115553166186e-4 -course_V2 1.629115553166186e-5 -court_V2 1.4662039978495674e-4 -court_martial_V2 1.629115553166186e-5 -covenant_V2 1.629115553166186e-5 -cover_V2 2.9812814622941206e-3 -cover_for_V2 1.629115553166186e-5 -cover_up_V2 1.629115553166186e-5 -covet_V2 6.516462212664744e-5 -cow_V2 1.629115553166186e-5 -cox_V2 1.629115553166186e-5 -cozen_V2 1.629115553166186e-5 -cozy_up_to_V2 1.629115553166186e-5 -crab_V2 1.629115553166186e-5 -crack_V2 2.2807617744326604e-4 -crack_down_on_V2 1.629115553166186e-5 -crack_up_V2 1.629115553166186e-5 -crack_up_at_V2 1.629115553166186e-5 -cradle_V2 1.629115553166186e-5 -craft_V2 1.4662039978495674e-4 -cram_V2 4.887346659498558e-5 -cramp_V2 3.258231106332372e-5 -crane_V2 3.258231106332372e-5 -crank_V2 4.887346659498558e-5 -crank_up_V2 1.629115553166186e-5 -crash_V2 4.887346659498558e-5 -crash_land_V2 1.629115553166186e-5 -crate_V2 1.629115553166186e-5 -crave_V2 3.258231106332372e-5 -crayon_V2 1.629115553166186e-5 -cream_V2 3.258231106332372e-5 -cream_off_V2 1.629115553166186e-5 -crease_V2 1.629115553166186e-5 -create_V2 3.8121303944088753e-3 -credit_V2 2.769496440382516e-4 -creep_into_V2 1.629115553166186e-5 -creep_out_V2 1.629115553166186e-5 -creep_out_on_V2 1.629115553166186e-5 -creep_over_V2 1.629115553166186e-5 -creep_up_on_V2 1.629115553166186e-5 -cremate_V2 1.629115553166186e-5 -crest_V2 1.629115553166186e-5 -crib_V2 1.629115553166186e-5 -crick_V2 1.629115553166186e-5 -crime_V2 1.629115553166186e-5 -criminalize_V2 3.258231106332372e-5 -crimp_V2 6.516462212664744e-5 -crimson_V2 1.629115553166186e-5 -crinkle_V2 1.629115553166186e-5 -cripple_V2 8.14557776583093e-5 -crisp_V2 1.629115553166186e-5 -criss_cross_V2 3.258231106332372e-5 -crisscross_V2 1.629115553166186e-5 -criticize_V2 6.190639102031507e-4 -croak_V2 3.258231106332372e-5 -crochet_V2 1.629115553166186e-5 -crock_V2 1.629115553166186e-5 -crook_V2 4.887346659498558e-5 -croon_V2 1.629115553166186e-5 -crop_V2 1.629115553166186e-5 -cross_V2 2.2807617744326604e-4 -cross_examine_V2 1.629115553166186e-5 -cross_fertilize_V2 1.629115553166186e-5 -cross_index_V2 1.629115553166186e-5 -cross_off_V2 1.629115553166186e-5 -cross_out_V2 1.629115553166186e-5 -cross_question_V2 1.629115553166186e-5 -cross_up_V2 1.629115553166186e-5 -crossbreed_V2 1.629115553166186e-5 -crosscheck_V2 1.629115553166186e-5 -crouch_V2 3.258231106332372e-5 -crowd_V2 2.2807617744326604e-4 -crown_V2 3.258231106332372e-5 -crucify_V2 1.629115553166186e-5 -cruise_through_V2 1.629115553166186e-5 -crumble_V2 3.258231106332372e-5 -crumple_V2 4.887346659498558e-5 -crunch_V2 1.629115553166186e-5 -crush_V2 2.1178502191160418e-4 -crust_V2 1.629115553166186e-5 -cry_V2 1.629115553166186e-5 -cry_off_V2 1.629115553166186e-5 -crystallize_V2 1.629115553166186e-5 -cube_V2 1.629115553166186e-5 -cuckold_V2 1.629115553166186e-5 -cuddle_V2 1.629115553166186e-5 -cudgel_V2 1.629115553166186e-5 -cuff_V2 3.258231106332372e-5 -cull_V2 1.629115553166186e-5 -culminate_V2 4.887346659498558e-5 -cultivate_V2 8.14557776583093e-5 -cumber_V2 1.629115553166186e-5 -cup_V2 1.629115553166186e-5 -curb_V2 6.516462212664744e-4 -curdle_V2 1.629115553166186e-5 -cure_V2 1.629115553166186e-4 -curl_V2 1.629115553166186e-5 -curry_V2 6.516462212664744e-5 -curse_V2 1.629115553166186e-5 -curtail_V2 3.4211426616489907e-4 -curtain_V2 1.629115553166186e-5 -curve_V2 1.629115553166186e-5 -cushion_V2 1.3032924425329488e-4 -customize_V2 8.14557776583093e-5 -cut_V2 2.8672433735724874e-3 -cut_across_V2 1.629115553166186e-5 -cut_back_V2 1.629115553166186e-5 -cut_back_on_V2 1.629115553166186e-5 -cut_down_V2 1.629115553166186e-5 -cut_down_on_V2 1.629115553166186e-5 -cut_in_V2 1.629115553166186e-5 -cut_in_on_V2 1.629115553166186e-5 -cut_it_out_V2 1.629115553166186e-5 -cut_off_V2 1.629115553166186e-5 -cut_out_V2 1.629115553166186e-5 -cut_out_on_V2 1.629115553166186e-5 -cut_up_V2 1.629115553166186e-5 -cyclostyle_V2 1.629115553166186e-5 -cypher_V2 1.629115553166186e-5 -dab_V2 3.258231106332372e-5 -dabble_V2 1.629115553166186e-5 -dam_V2 1.629115553166186e-5 -damage_V2 1.156672042747992e-3 -damascene_V2 1.629115553166186e-5 -damn_V2 1.629115553166186e-5 -damp_V2 2.1178502191160418e-4 -damp_down_V2 1.629115553166186e-5 -dampen_V2 4.887346659498558e-5 -dance_V2 1.629115553166186e-5 -dandle_V2 1.629115553166186e-5 -dangle_V2 4.887346659498558e-5 -dapple_V2 1.629115553166186e-5 -dare_V2 1.629115553166186e-5 -darken_V2 1.629115553166186e-5 -darn_V2 3.258231106332372e-5 -dart_V2 1.629115553166186e-5 -dash_V2 1.1403808872163302e-4 -dash_down_V2 1.629115553166186e-5 -dash_off_V2 1.629115553166186e-5 -date_V2 9.774693318997116e-5 -daub_V2 1.629115553166186e-5 -daunt_V2 4.887346659498558e-5 -dawdle_V2 1.629115553166186e-5 -dawn_on_V2 1.629115553166186e-5 -daze_V2 1.629115553166186e-5 -dazzle_V2 3.258231106332372e-5 -de_emphasize_V2 4.887346659498558e-5 -de_escalate_V2 1.629115553166186e-5 -de_ice_V2 1.629115553166186e-5 -deactivate_V2 3.258231106332372e-5 -deaden_V2 1.629115553166186e-5 -deafen_V2 3.258231106332372e-5 -deal_V2 9.774693318997116e-5 -debag_V2 1.629115553166186e-5 -debar_V2 1.629115553166186e-5 -debark_V2 1.629115553166186e-5 -debase_V2 1.629115553166186e-5 -debate_V2 6.516462212664744e-5 -debauch_V2 1.629115553166186e-5 -debilitate_V2 1.629115553166186e-5 -debit_V2 1.629115553166186e-5 -debouch_V2 1.629115553166186e-5 -debrief_V2 1.629115553166186e-5 -debug_V2 1.629115553166186e-5 -debunk_V2 4.887346659498558e-5 -debut_V2 3.258231106332372e-5 -decant_V2 1.629115553166186e-5 -decapitate_V2 1.629115553166186e-5 -decarbonize_V2 1.629115553166186e-5 -deceive_V2 4.887346659498558e-5 -decelerate_V2 1.629115553166186e-5 -decentralize_V2 8.14557776583093e-5 -decide_V2 3.0953195510157534e-4 -decide_on_V2 1.629115553166186e-5 -decide_upon_V2 1.629115553166186e-5 -decimalize_V2 1.629115553166186e-5 -decimate_V2 3.258231106332372e-5 -decipher_V2 1.629115553166186e-5 -deck_V2 4.887346659498558e-5 -declaim_V2 1.629115553166186e-5 -declare_V2 3.9098773275988465e-4 -declassify_V2 3.258231106332372e-5 -decline_V2 1.1892543538113158e-3 -decode_V2 1.629115553166186e-5 -decoke_V2 1.629115553166186e-5 -decolonize_V2 1.629115553166186e-5 -decompose_V2 1.629115553166186e-5 -decompress_V2 1.629115553166186e-5 -decontaminate_V2 3.258231106332372e-5 -decontrol_V2 1.629115553166186e-5 -decorate_V2 8.14557776583093e-5 -decoy_V2 1.629115553166186e-5 -decrease_V2 1.4662039978495674e-4 -decree_V2 4.887346659498558e-5 -decribe_V2 3.258231106332372e-5 -decry_V2 9.774693318997116e-5 -dedicate_V2 1.629115553166186e-4 -deduce_V2 1.629115553166186e-5 -deduct_V2 1.3032924425329488e-4 -deem_V2 8.14557776583093e-5 -deep_freeze_V2 1.629115553166186e-5 -deepen_V2 1.629115553166186e-5 -deface_V2 1.629115553166186e-5 -defame_V2 1.629115553166186e-5 -defeat_V2 4.2357004382320837e-4 -defend_V2 9.123047097730642e-4 -defer_V2 3.584054216965609e-4 -defile_V2 1.629115553166186e-5 -define_V2 3.9098773275988465e-4 -deflate_V2 8.14557776583093e-5 -deflect_V2 8.14557776583093e-5 -deflower_V2 1.629115553166186e-5 -defoliate_V2 1.629115553166186e-5 -deforest_V2 1.629115553166186e-5 -deform_V2 3.258231106332372e-5 -defraud_V2 2.1178502191160418e-4 -defray_V2 1.629115553166186e-5 -defrock_V2 1.629115553166186e-5 -defrost_V2 1.629115553166186e-5 -defuse_V2 8.14557776583093e-5 -defy_V2 1.3032924425329488e-4 -degauss_V2 1.629115553166186e-5 -degrade_V2 3.258231106332372e-5 -dehorn_V2 1.629115553166186e-5 -dehumanize_V2 1.629115553166186e-5 -dehydrate_V2 1.629115553166186e-5 -deify_V2 1.629115553166186e-5 -deject_V2 1.629115553166186e-5 -delay_V2 9.28595865304726e-4 -delegate_V2 6.516462212664744e-5 -delete_V2 9.774693318997116e-5 -deliberate_V2 3.258231106332372e-5 -delight_V2 6.516462212664744e-5 -delimit_V2 1.629115553166186e-5 -delimitate_V2 1.629115553166186e-5 -delineate_V2 1.629115553166186e-5 -deliver_V2 1.058925109558021e-3 -delouse_V2 3.258231106332372e-5 -delude_V2 1.629115553166186e-5 -deluge_V2 1.629115553166186e-5 -delve_V2 1.629115553166186e-5 -demagnetize_V2 1.629115553166186e-5 -demand_V2 8.634312431780786e-4 -demarcate_V2 1.629115553166186e-5 -demean_V2 3.258231106332372e-5 -demilitarize_V2 3.258231106332372e-5 -demist_V2 1.629115553166186e-5 -demob_V2 1.629115553166186e-5 -demobilize_V2 6.516462212664744e-5 -democratize_V2 4.887346659498558e-5 -demolish_V2 9.774693318997116e-5 -demonetize_V2 1.629115553166186e-5 -demonize_V2 3.258231106332372e-5 -demonstrate_V2 1.4662039978495674e-4 -demoralize_V2 3.258231106332372e-5 -demote_V2 4.887346659498558e-5 -denationalize_V2 3.258231106332372e-5 -denigrate_V2 1.629115553166186e-5 -denominate_V2 4.887346659498558e-5 -denote_V2 1.629115553166186e-5 -denounce_V2 2.6065848850658976e-4 -dent_V2 1.629115553166186e-5 -denude_V2 3.258231106332372e-5 -deny_V2 1.3847482201912581e-3 -deodorize_V2 1.629115553166186e-5 -depict_V2 2.443673329749279e-4 -deplete_V2 1.1403808872163302e-4 -deplore_V2 4.887346659498558e-5 -deploy_V2 8.14557776583093e-5 -depopulate_V2 1.629115553166186e-5 -deport_V2 3.258231106332372e-5 -depose_V2 4.887346659498558e-5 -deposit_V2 9.774693318997116e-5 -deprave_V2 1.629115553166186e-5 -deprecate_V2 1.629115553166186e-5 -depreciate_V2 1.629115553166186e-5 -depress_V2 6.190639102031507e-4 -deprive_V2 2.443673329749279e-4 -depute_V2 1.629115553166186e-5 -derail_V2 9.774693318997116e-5 -derange_V2 1.629115553166186e-5 -derate_V2 1.629115553166186e-5 -deregulate_V2 6.516462212664744e-5 -derequisition_V2 1.629115553166186e-5 -derestrict_V2 1.629115553166186e-5 -deride_V2 3.258231106332372e-5 -derive_V2 1.629115553166186e-4 -desalinate_V2 1.629115553166186e-5 -desalinize_V2 1.629115553166186e-5 -desalt_V2 1.629115553166186e-5 -descale_V2 1.629115553166186e-5 -descend_V2 1.629115553166186e-5 -describe_V2 1.2055455093429777e-3 -descry_V2 1.629115553166186e-5 -desecrate_V2 1.629115553166186e-5 -desegregate_V2 1.629115553166186e-5 -desensitize_V2 1.629115553166186e-5 -desert_V2 4.887346659498558e-5 -deserve_V2 2.2807617744326604e-4 -desiccate_V2 1.629115553166186e-5 -design_V2 7.819754655197693e-4 -designate_V2 1.7920271084828046e-4 -desire_V2 1.3032924425329488e-4 -desolate_V2 1.629115553166186e-5 -despatch_V2 1.629115553166186e-5 -despise_V2 4.887346659498558e-5 -despoil_V2 1.629115553166186e-5 -destine_V2 1.629115553166186e-5 -destroy_V2 5.538992880765032e-4 -detach_V2 4.887346659498558e-5 -detail_V2 5.86481599139827e-4 -detain_V2 9.774693318997116e-5 -detect_V2 3.0953195510157534e-4 -deter_V2 2.6065848850658976e-4 -deteriorate_V2 4.887346659498558e-5 -determine_V2 7.0051968786146e-4 -detest_V2 3.258231106332372e-5 -dethrone_V2 3.258231106332372e-5 -detonate_V2 1.629115553166186e-5 -detour_V2 1.629115553166186e-5 -detrain_V2 1.629115553166186e-5 -detribalize_V2 1.629115553166186e-5 -devaluate_V2 1.629115553166186e-5 -devalue_V2 6.516462212664744e-5 -devastate_V2 1.4662039978495674e-4 -develop_V2 2.916116840167473e-3 -devil_V2 1.629115553166186e-5 -devise_V2 3.258231106332372e-4 -devitalize_V2 1.629115553166186e-5 -devolve_V2 1.629115553166186e-5 -devote_V2 3.746965772282228e-4 -devour_V2 4.887346659498558e-5 -diagnose_V2 9.774693318997116e-5 -dial_V2 6.516462212664744e-5 -dibble_V2 1.629115553166186e-5 -dice_V2 1.629115553166186e-5 -dictate_V2 8.14557776583093e-5 -diddle_V2 1.629115553166186e-5 -die_V2 8.14557776583093e-5 -die_for_V2 1.629115553166186e-5 -diet_V2 1.629115553166186e-5 -differentiate_V2 1.629115553166186e-5 -diffract_V2 1.629115553166186e-5 -diffuse_V2 1.629115553166186e-5 -dig_V2 1.629115553166186e-5 -dig_into_V2 1.629115553166186e-5 -dig_out_V2 1.629115553166186e-5 -dig_up_V2 1.629115553166186e-5 -digest_V2 8.14557776583093e-5 -dignify_V2 4.887346659498558e-5 -dike_V2 1.629115553166186e-5 -dilate_V2 1.629115553166186e-5 -dilute_V2 2.2807617744326604e-4 -dim_V2 1.629115553166186e-5 -diminish_V2 2.769496440382516e-4 -dimple_V2 1.629115553166186e-5 -din_V2 1.629115553166186e-5 -dine_V2 1.629115553166186e-5 -dine_out_on_V2 1.629115553166186e-5 -dip_V2 9.774693318997116e-5 -dip_in_V2 1.629115553166186e-5 -dip_into_V2 1.629115553166186e-5 -direct_V2 3.746965772282228e-4 -dirty_V2 1.629115553166186e-5 -disable_V2 8.14557776583093e-5 -disabuse_V2 1.629115553166186e-5 -disafforest_V2 1.629115553166186e-5 -disagree_V2 1.629115553166186e-5 -disagree_with_V2 1.629115553166186e-5 -disallow_V2 3.258231106332372e-5 -disappoint_V2 5.213169770131795e-4 -disapprove_V2 6.516462212664744e-5 -disarm_V2 3.258231106332372e-5 -disarrange_V2 1.629115553166186e-5 -disarray_V2 1.629115553166186e-5 -disassociate_V2 3.258231106332372e-5 -disavow_V2 3.258231106332372e-5 -disband_V2 8.14557776583093e-5 -disbelieve_V2 1.629115553166186e-5 -disbud_V2 1.629115553166186e-5 -disburden_V2 1.629115553166186e-5 -disburse_V2 4.887346659498558e-5 -discard_V2 1.7920271084828046e-4 -discern_V2 3.258231106332372e-5 -discharge_V2 6.516462212664744e-5 -discipline_V2 1.9549386637994232e-4 -disclaim_V2 1.629115553166186e-5 -disclose_V2 2.3947998631542937e-3 -discolour_V2 1.629115553166186e-5 -discomfit_V2 3.258231106332372e-5 -discommode_V2 1.629115553166186e-5 -discompose_V2 1.629115553166186e-5 -disconcert_V2 1.629115553166186e-5 -disconnect_V2 1.1403808872163302e-4 -discontent_V2 1.629115553166186e-5 -discontinue_V2 5.701904436081651e-4 -discount_V2 2.6065848850658976e-4 -discountenance_V2 1.629115553166186e-5 -discourage_V2 5.050258214815177e-4 -discover_V2 4.2357004382320837e-4 -discredit_V2 1.3032924425329488e-4 -discriminate_V2 1.629115553166186e-5 -discuss_V2 1.7268624863561572e-3 -disdain_V2 4.887346659498558e-5 -disembark_V2 1.629115553166186e-5 -disembarrass_V2 1.629115553166186e-5 -disembody_V2 3.258231106332372e-5 -disembowel_V2 1.629115553166186e-5 -disenchant_V2 6.516462212664744e-5 -disencumber_V2 1.629115553166186e-5 -disenfranchise_V2 1.629115553166186e-5 -disengage_V2 3.258231106332372e-5 -disentangle_V2 1.629115553166186e-5 -disestablish_V2 1.629115553166186e-5 -disfavour_V2 1.629115553166186e-5 -disfigure_V2 1.629115553166186e-5 -disforest_V2 1.629115553166186e-5 -disfranchise_V2 1.629115553166186e-5 -disgorge_V2 1.1403808872163302e-4 -disgrace_V2 1.629115553166186e-5 -disguise_V2 9.774693318997116e-5 -disgust_V2 6.516462212664744e-5 -dish_V2 3.258231106332372e-5 -dish_out_V2 1.629115553166186e-5 -dish_up_V2 1.629115553166186e-5 -dishearten_V2 1.629115553166186e-5 -dishonour_V2 1.629115553166186e-5 -disillusion_V2 1.629115553166186e-5 -disincline_V2 1.629115553166186e-5 -disinfect_V2 1.629115553166186e-5 -disinfest_V2 1.629115553166186e-5 -disinherit_V2 1.629115553166186e-5 -disintegrate_V2 1.629115553166186e-5 -disinter_V2 1.629115553166186e-5 -disjoint_V2 1.629115553166186e-5 -dislike_V2 9.774693318997116e-5 -dislocate_V2 1.629115553166186e-5 -dislodge_V2 1.629115553166186e-5 -dismantle_V2 1.4662039978495674e-4 -dismay_V2 4.887346659498558e-5 -dismember_V2 3.258231106332372e-5 -dismiss_V2 7.168108433931219e-4 -dismount_V2 1.629115553166186e-5 -disobey_V2 3.258231106332372e-5 -disoblige_V2 1.629115553166186e-5 -disorder_V2 1.629115553166186e-5 -disorganize_V2 1.629115553166186e-5 -disorient_V2 1.629115553166186e-5 -disorientate_V2 1.629115553166186e-5 -disown_V2 1.629115553166186e-5 -disparage_V2 6.516462212664744e-5 -dispatch_V2 1.9549386637994232e-4 -dispel_V2 1.1403808872163302e-4 -dispense_V2 4.887346659498558e-5 -disperse_V2 3.258231106332372e-5 -dispirit_V2 1.629115553166186e-5 -displace_V2 8.14557776583093e-5 -display_V2 4.398611993548702e-4 -displease_V2 4.887346659498558e-5 -disport_V2 1.629115553166186e-5 -dispose_V2 1.629115553166186e-5 -dispossess_V2 1.629115553166186e-5 -disprove_V2 1.629115553166186e-5 -dispute_V2 3.0953195510157534e-4 -disqualify_V2 4.887346659498558e-5 -disquiet_V2 1.629115553166186e-5 -disregard_V2 6.516462212664744e-5 -disrobe_V2 1.629115553166186e-5 -disrupt_V2 3.4211426616489907e-4 -dissatisfy_V2 8.14557776583093e-5 -dissect_V2 4.887346659498558e-5 -dissemble_V2 1.629115553166186e-5 -disseminate_V2 4.887346659498558e-5 -dissever_V2 1.629115553166186e-5 -dissimulate_V2 1.629115553166186e-5 -dissipate_V2 1.629115553166186e-5 -dissociate_V2 3.258231106332372e-5 -dissolve_V2 1.1403808872163302e-4 -dissuade_V2 3.258231106332372e-5 -distance_V2 9.774693318997116e-5 -distemper_V2 1.629115553166186e-5 -distend_V2 1.629115553166186e-5 -distil_V2 9.774693318997116e-5 -distinguish_V2 1.629115553166186e-4 -distort_V2 1.3032924425329488e-4 -distract_V2 1.1403808872163302e-4 -distress_V2 1.1403808872163302e-4 -distribute_V2 1.042633954026359e-3 -distrust_V2 1.629115553166186e-5 -disturb_V2 1.9549386637994232e-4 -disunite_V2 1.629115553166186e-5 -ditch_V2 1.629115553166186e-5 -dive_bomb_V2 1.629115553166186e-5 -dive_into_V2 1.629115553166186e-5 -diversify_V2 3.584054216965609e-4 -divert_V2 2.443673329749279e-4 -divest_V2 1.9549386637994232e-4 -divide_V2 5.376081325448414e-4 -divide_up_V2 1.629115553166186e-5 -divine_V2 1.629115553166186e-5 -divorce_V2 9.774693318997116e-5 -divulge_V2 1.629115553166186e-5 -divvy_out_V2 1.629115553166186e-5 -divvy_up_V2 1.629115553166186e-5 -dizzy_V2 4.887346659498558e-5 -do_V2 8.683185898375773e-3 -dob_in_V2 1.629115553166186e-5 -dock_V2 1.629115553166186e-5 -docket_V2 1.629115553166186e-5 -doctor_V2 3.258231106332372e-5 -document_V2 1.4662039978495674e-4 -dodge_V2 1.629115553166186e-5 -doff_V2 1.629115553166186e-5 -dog_V2 1.4662039978495674e-4 -dogmatize_V2 1.629115553166186e-5 -dole_V2 9.774693318997116e-5 -dole_out_V2 1.629115553166186e-5 -doll_V2 1.629115553166186e-5 -domesticate_V2 1.629115553166186e-5 -dominate_V2 6.190639102031507e-4 -don_V2 8.14557776583093e-5 -donate_V2 2.6065848850658976e-4 -doom_V2 1.4662039978495674e-4 -dope_V2 1.629115553166186e-5 -dose_V2 1.629115553166186e-5 -dot_V2 6.516462212664744e-5 -double_V2 4.887346659498558e-4 -double_as_V2 1.629115553166186e-5 -double_check_V2 1.629115553166186e-5 -double_cross_V2 3.258231106332372e-5 -double_park_V2 1.629115553166186e-5 -double_up_as_V2 1.629115553166186e-5 -doubt_V2 1.629115553166186e-4 -douse_V2 1.629115553166186e-5 -dovetail_V2 1.629115553166186e-5 -dower_V2 1.629115553166186e-5 -down_V2 4.887346659498558e-5 -downgrade_V2 2.443673329749279e-4 -downplay_V2 6.516462212664744e-5 -downsize_V2 6.516462212664744e-5 -dowse_V2 1.629115553166186e-5 -draft_V2 2.6065848850658976e-4 -drag_V2 1.7920271084828046e-4 -dragoon_V2 1.629115553166186e-5 -drain_V2 1.3032924425329488e-4 -dramatize_V2 1.629115553166186e-5 -drape_V2 3.258231106332372e-5 -drat_V2 1.629115553166186e-5 -draught_V2 1.629115553166186e-5 -draw_V2 1.0752162650896828e-3 -draw_back_V2 1.629115553166186e-5 -draw_down_V2 1.629115553166186e-5 -draw_into_V2 1.629115553166186e-5 -draw_on_V2 1.629115553166186e-5 -draw_out_V2 1.629115553166186e-5 -draw_up_V2 1.629115553166186e-5 -drawl_V2 1.629115553166186e-5 -dread_V2 4.887346659498558e-5 -dream_V2 1.629115553166186e-5 -dream_of_V2 1.629115553166186e-5 -dream_up_V2 1.629115553166186e-5 -dredge_V2 1.629115553166186e-5 -dredge_up_V2 1.629115553166186e-5 -drench_V2 1.629115553166186e-5 -dress_V2 3.258231106332372e-5 -dress_down_V2 1.629115553166186e-5 -dress_up_V2 1.629115553166186e-5 -dribble_V2 1.629115553166186e-5 -drift_V2 3.258231106332372e-5 -drill_V2 1.629115553166186e-4 -drill_down_through_V2 1.629115553166186e-5 -drink_V2 1.9549386637994232e-4 -drink_up_V2 1.629115553166186e-5 -drip_V2 1.629115553166186e-5 -drip_dry_V2 1.629115553166186e-5 -drive_V2 7.656843099881074e-4 -drive_away_V2 1.629115553166186e-5 -drive_back_V2 1.629115553166186e-5 -drive_out_V2 1.629115553166186e-5 -drive_up_V2 1.629115553166186e-5 -drone_V2 1.629115553166186e-5 -droop_V2 1.629115553166186e-5 -drop_V2 3.0953195510157534e-3 -drop_around_V2 1.629115553166186e-5 -drop_in_on_V2 1.629115553166186e-5 -drop_off_V2 1.629115553166186e-5 -drop_out_of_V2 1.629115553166186e-5 -drop_round_V2 1.629115553166186e-5 -drop_someone_in_it_V2 1.629115553166186e-5 -drown_V2 4.887346659498558e-5 -drown_in_V2 1.629115553166186e-5 -drown_out_V2 1.629115553166186e-5 -drowse_V2 1.629115553166186e-5 -drub_V2 1.629115553166186e-5 -drug_V2 1.629115553166186e-5 -drum_V2 1.629115553166186e-5 -drum_into_V2 1.629115553166186e-5 -drum_out_V2 1.629115553166186e-5 -drum_up_V2 1.629115553166186e-5 -dry_V2 1.629115553166186e-5 -dry_clean_V2 1.629115553166186e-5 -dry_off_V2 1.629115553166186e-5 -dry_out_V2 1.629115553166186e-5 -dry_up_V2 1.629115553166186e-5 -dub_V2 9.774693318997116e-5 -duck_V2 1.629115553166186e-5 -duck_out_of_V2 1.629115553166186e-5 -duff_up_V2 1.629115553166186e-5 -dull_V2 4.887346659498558e-5 -dumb_down_V2 1.629115553166186e-5 -dumbfound_V2 3.258231106332372e-5 -dump_V2 6.516462212664744e-4 -dump_on_V2 1.629115553166186e-5 -dun_V2 1.629115553166186e-5 -dunk_V2 1.629115553166186e-5 -dupe_V2 3.258231106332372e-5 -duplicate_V2 9.774693318997116e-5 -dust_V2 4.887346659498558e-5 -dwarf_V2 9.774693318997116e-5 -dwell_on_V2 1.629115553166186e-5 -dwell_upon_V2 1.629115553166186e-5 -dye_V2 3.258231106332372e-5 -dyke_V2 1.629115553166186e-5 -dynamite_V2 1.629115553166186e-5 -earmark_V2 2.2807617744326604e-4 -earn_V2 2.0363944414577327e-3 -earth_V2 1.629115553166186e-5 -ease_V2 1.2544189759379632e-3 -ease_off_V2 1.629115553166186e-5 -eat_V2 2.932407995699135e-4 -eat_away_V2 1.629115553166186e-5 -eat_into_V2 1.629115553166186e-5 -eat_up_V2 1.629115553166186e-5 -echo_V2 2.443673329749279e-4 -eclipse_V2 8.14557776583093e-5 -economize_V2 1.629115553166186e-5 -edge_V2 1.629115553166186e-5 -edge_out_V2 1.629115553166186e-5 -edify_V2 1.629115553166186e-5 -edit_V2 3.258231106332372e-5 -educate_V2 2.6065848850658976e-4 -educe_V2 1.629115553166186e-5 -efface_V2 1.629115553166186e-5 -effect_V2 6.516462212664744e-5 -egg_V2 1.629115553166186e-5 -egg_on_V2 1.629115553166186e-5 -ejaculate_V2 1.629115553166186e-5 -eject_V2 3.258231106332372e-5 -eke_V2 4.887346659498558e-5 -eke_out_V2 1.629115553166186e-5 -elaborate_V2 3.258231106332372e-5 -elate_V2 1.629115553166186e-5 -elbow_V2 1.629115553166186e-5 -elect_V2 5.86481599139827e-4 -electrify_V2 3.258231106332372e-5 -electrocute_V2 1.629115553166186e-5 -electroplate_V2 1.629115553166186e-5 -elevate_V2 8.14557776583093e-5 -elicit_V2 1.629115553166186e-5 -elide_V2 1.629115553166186e-5 -eliminate_V2 1.5802420865712004e-3 -elongate_V2 3.258231106332372e-5 -elucidate_V2 1.629115553166186e-5 -elude_V2 6.516462212664744e-5 -emaciate_V2 1.629115553166186e-5 -emancipate_V2 1.629115553166186e-5 -emasculate_V2 4.887346659498558e-5 -embalm_V2 1.629115553166186e-5 -embargo_V2 3.258231106332372e-5 -embark_V2 1.629115553166186e-5 -embark_on_V2 1.629115553166186e-5 -embark_upon_V2 1.629115553166186e-5 -embarrass_V2 1.7920271084828046e-4 -embed_V2 4.887346659498558e-5 -embellish_V2 3.258231106332372e-5 -embezzle_V2 6.516462212664744e-5 -embitter_V2 4.887346659498558e-5 -emblazon_V2 1.629115553166186e-5 -embody_V2 1.1403808872163302e-4 -embolden_V2 4.887346659498558e-5 -emboss_V2 1.629115553166186e-5 -embrace_V2 2.769496440382516e-4 -embroider_V2 1.629115553166186e-5 -embroil_V2 4.887346659498558e-5 -emend_V2 1.629115553166186e-5 -emerge_V2 9.774693318997116e-5 -emit_V2 3.258231106332372e-5 -empale_V2 1.629115553166186e-5 -empanel_V2 1.629115553166186e-5 -emphasize_V2 2.2807617744326604e-4 -emplane_V2 1.629115553166186e-5 -employ_V2 9.28595865304726e-4 -empower_V2 3.258231106332372e-5 -empty_V2 8.14557776583093e-5 -empty_out_V2 1.629115553166186e-5 -emulate_V2 6.516462212664744e-5 -emulsify_V2 1.629115553166186e-5 -enable_V2 1.1403808872163302e-4 -enact_V2 5.538992880765032e-4 -enamel_V2 1.629115553166186e-5 -enamour_V2 1.629115553166186e-5 -encamp_V2 1.629115553166186e-5 -encase_V2 3.258231106332372e-5 -enchain_V2 1.629115553166186e-5 -enchant_V2 1.629115553166186e-5 -encircle_V2 8.14557776583093e-5 -enclose_V2 8.14557776583093e-5 -encode_V2 1.629115553166186e-5 -encompass_V2 4.887346659498558e-5 -encore_V2 1.629115553166186e-5 -encounter_V2 2.1178502191160418e-4 -encourage_V2 1.058925109558021e-3 -encrust_V2 3.258231106332372e-5 -encrypt_V2 3.258231106332372e-5 -encumber_V2 3.258231106332372e-5 -end_V2 4.577814704396983e-3 -end_in_V2 1.629115553166186e-5 -end_tail_V2 3.258231106332372e-5 -end_up_V2 1.629115553166186e-5 -end_up_with_V2 1.629115553166186e-5 -endanger_V2 2.2807617744326604e-4 -endear_V2 1.629115553166186e-5 -endorse_V2 4.072788882915465e-4 -endow_V2 6.516462212664744e-5 -endue_V2 1.629115553166186e-5 -endure_V2 1.7920271084828046e-4 -enervate_V2 1.629115553166186e-5 -enfeeble_V2 1.629115553166186e-5 -enfold_V2 1.629115553166186e-5 -enforce_V2 2.932407995699135e-4 -enfranchise_V2 1.629115553166186e-5 -engage_V2 3.258231106332372e-4 -engender_V2 1.629115553166186e-5 -engineer_V2 2.2807617744326604e-4 -engraft_V2 1.629115553166186e-5 -engrave_V2 3.258231106332372e-5 -engross_V2 1.629115553166186e-5 -engulf_V2 6.516462212664744e-5 -enhance_V2 6.842285323297981e-4 -enjoin_V2 1.3032924425329488e-4 -enjoy_V2 7.493931544564456e-4 -enkindle_V2 1.629115553166186e-5 -enlarge_V2 8.14557776583093e-5 -enlighten_V2 6.516462212664744e-5 -enlist_V2 1.1403808872163302e-4 -enliven_V2 3.258231106332372e-5 -enmesh_V2 1.629115553166186e-5 -ennoble_V2 1.629115553166186e-5 -ennumerate_V2 3.258231106332372e-5 -enplane_V2 1.629115553166186e-5 -enquire_V2 1.629115553166186e-5 -enrage_V2 4.887346659498558e-5 -enrapture_V2 1.629115553166186e-5 -enrich_V2 4.887346659498558e-5 -enrol_V2 1.629115553166186e-5 -enroll_V2 1.629115553166186e-5 -ensconce_V2 3.258231106332372e-5 -enshrine_V2 1.629115553166186e-5 -enshroud_V2 1.629115553166186e-5 -enslave_V2 1.629115553166186e-5 -ensnare_V2 1.629115553166186e-5 -ensure_V2 3.746965772282228e-4 -entail_V2 8.14557776583093e-5 -entangle_V2 6.516462212664744e-5 -enter_V2 1.3847482201912581e-3 -enter_for_V2 1.629115553166186e-5 -enter_into_V2 1.629115553166186e-5 -entertain_V2 9.774693318997116e-5 -enthral_V2 1.629115553166186e-5 -enthrall_V2 1.629115553166186e-5 -enthrone_V2 1.629115553166186e-5 -entice_V2 1.3032924425329488e-4 -entitle_V2 1.3032924425329488e-4 -entomb_V2 4.887346659498558e-5 -entrain_V2 1.629115553166186e-5 -entrance_V2 3.258231106332372e-5 -entrap_V2 1.629115553166186e-5 -entreat_V2 1.629115553166186e-5 -entrench_V2 1.3032924425329488e-4 -entrust_V2 8.14557776583093e-5 -entwine_V2 4.887346659498558e-5 -enumerate_V2 1.629115553166186e-5 -enunciate_V2 1.629115553166186e-5 -envelop_V2 1.629115553166186e-5 -envenom_V2 1.629115553166186e-5 -environ_V2 1.629115553166186e-5 -envisage_V2 4.887346659498558e-5 -envision_V2 4.887346659498558e-5 -envy_V2 3.258231106332372e-5 -enwrap_V2 1.629115553166186e-5 -epitomize_V2 3.258231106332372e-5 -equal_V2 5.376081325448414e-4 -equalize_V2 1.629115553166186e-5 -equate_V2 8.14557776583093e-5 -equip_V2 2.2807617744326604e-4 -eradicate_V2 4.887346659498558e-5 -erase_V2 2.2807617744326604e-4 -erect_V2 9.774693318997116e-5 -erode_V2 1.629115553166186e-4 -escalate_V2 3.258231106332372e-5 -escape_V2 2.6065848850658976e-4 -eschew_V2 4.887346659498558e-5 -escort_V2 3.258231106332372e-5 -espouse_V2 4.887346659498558e-5 -espy_V2 1.629115553166186e-5 -essay_V2 1.629115553166186e-5 -establish_V2 2.1830148412426893e-3 -esteem_V2 1.629115553166186e-5 -estimate_V2 1.873482886141114e-3 -estrange_V2 3.258231106332372e-5 -etch_V2 1.629115553166186e-5 -eulogize_V2 1.629115553166186e-5 -evacuate_V2 8.14557776583093e-5 -evade_V2 1.1403808872163302e-4 -evaluate_V2 4.561523548865321e-4 -evaporate_V2 1.629115553166186e-5 -even_V2 1.1403808872163302e-4 -evict_V2 1.629115553166186e-5 -evidence_V2 8.14557776583093e-5 -evince_V2 4.887346659498558e-5 -eviscerate_V2 3.258231106332372e-5 -evoke_V2 6.516462212664744e-5 -evolve_V2 6.516462212664744e-5 -exacerbate_V2 2.1178502191160418e-4 -exact_V2 1.629115553166186e-5 -exaggerate_V2 1.3032924425329488e-4 -exalt_V2 1.629115553166186e-5 -examine_V2 3.9098773275988465e-4 -exasperate_V2 1.629115553166186e-5 -excavate_V2 1.629115553166186e-5 -exceed_V2 1.5639509310395386e-3 -excel_V2 1.629115553166186e-5 -except_V2 3.258231106332372e-5 -exchange_V2 4.072788882915465e-4 -excise_V2 6.516462212664744e-5 -excite_V2 1.1403808872163302e-4 -exclaim_V2 1.629115553166186e-5 -exclude_V2 1.2055455093429777e-3 -excogitate_V2 1.629115553166186e-5 -excommunicate_V2 1.629115553166186e-5 -excoriate_V2 3.258231106332372e-5 -excrete_V2 1.629115553166186e-5 -exculpate_V2 1.629115553166186e-5 -excuse_V2 6.516462212664744e-5 -execrate_V2 1.629115553166186e-5 -execute_V2 7.656843099881074e-4 -exemplify_V2 4.887346659498558e-5 -exempt_V2 1.629115553166186e-4 -exercise_V2 7.0051968786146e-4 -exert_V2 6.516462212664744e-5 -exhale_V2 1.629115553166186e-5 -exhaust_V2 2.1178502191160418e-4 -exhibit_V2 8.14557776583093e-5 -exhilarate_V2 1.629115553166186e-5 -exhort_V2 3.258231106332372e-5 -exhume_V2 1.629115553166186e-5 -exile_V2 4.887346659498558e-5 -exonerate_V2 6.516462212664744e-5 -exorcize_V2 1.629115553166186e-5 -expand_V2 1.5639509310395386e-3 -expatriate_V2 1.629115553166186e-5 -expect_V2 4.496358926738673e-3 -expectorate_V2 1.629115553166186e-5 -expedite_V2 1.629115553166186e-4 -expel_V2 1.3032924425329488e-4 -expend_V2 3.258231106332372e-5 -experience_V2 8.471400876464167e-4 -experiment_V2 3.258231106332372e-5 -expiate_V2 1.629115553166186e-5 -expire_V2 6.353550657348125e-4 -explain_V2 9.448870208363879e-4 -explicate_V2 1.629115553166186e-5 -explode_V2 4.887346659498558e-5 -exploit_V2 2.769496440382516e-4 -explore_V2 4.7244351041819395e-4 -export_V2 3.584054216965609e-4 -expose_V2 3.0953195510157534e-4 -expound_V2 1.629115553166186e-5 -express_V2 1.1077985761530065e-3 -expropriate_V2 1.629115553166186e-5 -expunge_V2 4.887346659498558e-5 -expurgate_V2 1.629115553166186e-5 -extemporize_V2 1.629115553166186e-5 -extend_V2 1.3032924425329488e-3 -extenuate_V2 1.629115553166186e-5 -exteriorize_V2 1.629115553166186e-5 -exterminate_V2 1.629115553166186e-5 -externalize_V2 1.629115553166186e-5 -extinguish_V2 4.887346659498558e-5 -extirpate_V2 1.629115553166186e-5 -extol_V2 1.629115553166186e-5 -extort_V2 9.774693318997116e-5 -extract_V2 1.9549386637994232e-4 -extradite_V2 4.887346659498558e-5 -extrapolate_V2 1.629115553166186e-5 -extricate_V2 3.258231106332372e-5 -extrude_V2 1.629115553166186e-5 -exude_V2 4.887346659498558e-5 -eye_V2 8.14557776583093e-5 -eye_up_V2 1.629115553166186e-5 -eyeball_V2 3.258231106332372e-5 -fabricate_V2 9.774693318997116e-5 -face_V2 3.2256487952690483e-3 -face_off_V2 1.629115553166186e-5 -face_up_to_V2 1.629115553166186e-5 -facilitate_V2 1.629115553166186e-4 -factorize_V2 1.629115553166186e-5 -fade_V2 1.629115553166186e-5 -fag_V2 1.629115553166186e-5 -fail_V2 3.9098773275988465e-4 -fake_V2 6.516462212664744e-5 -fall_V2 4.20311812716876e-3 -fall_back_on_V2 1.629115553166186e-5 -fall_behind_in_V2 1.629115553166186e-5 -fall_for_V2 1.629115553166186e-5 -fall_into_V2 1.629115553166186e-5 -fall_out_with_V2 1.629115553166186e-5 -fall_under_V2 1.629115553166186e-5 -falsify_V2 8.14557776583093e-5 -falter_V2 1.629115553166186e-5 -fame_V2 9.774693318997116e-5 -familiarize_V2 3.258231106332372e-5 -famish_V2 1.629115553166186e-5 -fan_V2 3.258231106332372e-5 -fancy_V2 1.629115553166186e-5 -far_V2 1.629115553166186e-5 -farm_V2 3.258231106332372e-5 -farm_out_V2 1.629115553166186e-5 -fascinate_V2 3.258231106332372e-5 -fashion_V2 8.14557776583093e-5 -fasten_V2 1.629115553166186e-5 -fasten_down_V2 1.629115553166186e-5 -fasten_on_V2 1.629115553166186e-5 -fasten_onto_V2 1.629115553166186e-5 -fasten_up_V2 1.629115553166186e-5 -fat_V2 1.629115553166186e-5 -fate_V2 1.629115553166186e-5 -father_V2 1.629115553166186e-5 -fathom_V2 1.629115553166186e-5 -fathom_out_V2 1.629115553166186e-5 -fatigue_V2 1.629115553166186e-5 -fatten_V2 6.516462212664744e-5 -fatten_up_V2 1.629115553166186e-5 -fault_V2 4.887346659498558e-5 -favour_V2 1.629115553166186e-5 -fawn_on_V2 1.629115553166186e-5 -fawn_over_V2 1.629115553166186e-5 -fear_V2 3.584054216965609e-4 -feast_V2 1.629115553166186e-5 -feather_V2 1.629115553166186e-5 -featherbed_V2 1.629115553166186e-5 -feature_V2 8.797223987097405e-4 -federate_V2 1.629115553166186e-5 -fee_V2 1.629115553166186e-5 -feed_V2 2.443673329749279e-4 -feed_off_V2 1.629115553166186e-5 -feed_on_V2 1.629115553166186e-5 -feed_up_V2 1.629115553166186e-5 -feel_V2 5.701904436081651e-4 -feel_up_V2 1.629115553166186e-5 -feel_up_to_V2 1.629115553166186e-5 -feign_V2 1.629115553166186e-5 -felicitate_V2 1.629115553166186e-5 -fell_V2 4.887346659498558e-5 -fence_V2 1.629115553166186e-5 -fence_in_V2 1.629115553166186e-5 -fence_off_V2 1.629115553166186e-5 -fend_V2 1.629115553166186e-5 -fend_for_V2 1.629115553166186e-5 -fend_off_V2 3.258231106332372e-5 -ferment_V2 1.629115553166186e-5 -ferret_V2 1.629115553166186e-5 -ferret_out_V2 1.629115553166186e-5 -ferry_V2 6.516462212664744e-5 -fertilize_V2 9.774693318997116e-5 -fess_up_V2 1.629115553166186e-5 -fess_up_to_V2 1.629115553166186e-5 -festoon_V2 4.887346659498558e-5 -fetch_V2 2.1178502191160418e-4 -fete_V2 1.629115553166186e-5 -fetter_V2 1.629115553166186e-5 -fiddle_V2 1.629115553166186e-5 -fiddle_away_V2 1.629115553166186e-5 -fidget_V2 1.629115553166186e-5 -field_V2 1.4662039978495674e-4 -fight_V2 7.819754655197693e-4 -fight_back_V2 1.629115553166186e-5 -fight_it_out_V2 1.629115553166186e-5 -fight_off_V2 1.629115553166186e-5 -figure_V2 8.14557776583093e-5 -figure_on_V2 1.629115553166186e-5 -figure_out_V2 1.629115553166186e-5 -figure_up_V2 1.629115553166186e-5 -filch_V2 3.258231106332372e-5 -file_V2 2.7369141293191925e-3 -file_away_V2 1.629115553166186e-5 -file_for_V2 1.629115553166186e-5 -fill_V2 1.1240897316846684e-3 -fill_in_V2 1.629115553166186e-5 -fill_in_for_V2 1.629115553166186e-5 -fill_out_V2 1.629115553166186e-5 -fill_up_V2 1.629115553166186e-5 -fillet_V2 1.629115553166186e-5 -film_V2 6.516462212664744e-5 -filter_V2 3.258231106332372e-5 -filter_out_V2 1.629115553166186e-5 -filtrate_V2 1.629115553166186e-5 -finagle_V2 3.258231106332372e-5 -finalize_V2 8.14557776583093e-5 -finance_V2 2.1667236857110276e-3 -find_V2 3.4700161282439764e-3 -find_out_V2 1.629115553166186e-5 -fine_V2 5.213169770131795e-4 -finesse_V2 3.258231106332372e-5 -finger_V2 8.14557776583093e-5 -finish_V2 2.2807617744326604e-4 -finish_off_V2 1.629115553166186e-5 -finish_up_with_V2 1.629115553166186e-5 -finish_with_V2 1.629115553166186e-5 -fink_on_V2 1.629115553166186e-5 -fire_V2 2.932407995699135e-4 -fire_off_V2 1.629115553166186e-5 -fire_up_V2 1.629115553166186e-5 -firm_V2 1.4662039978495674e-4 -firm_up_V2 1.629115553166186e-5 -fish_V2 1.629115553166186e-5 -fish_for_V2 1.629115553166186e-5 -fish_out_V2 1.629115553166186e-5 -fit_V2 1.9549386637994232e-4 -fit_in_V2 1.629115553166186e-5 -fit_in_with_V2 1.629115553166186e-5 -fit_into_V2 1.629115553166186e-5 -fit_out_V2 1.629115553166186e-5 -fit_out_with_V2 1.629115553166186e-5 -fit_up_V2 1.629115553166186e-5 -fix_V2 8.14557776583093e-4 -fix_up_V2 1.629115553166186e-5 -fixate_V2 1.629115553166186e-5 -flabbergast_V2 3.258231106332372e-5 -flag_V2 1.629115553166186e-5 -flag_down_V2 1.629115553166186e-5 -flag_up_V2 1.629115553166186e-5 -flagellate_V2 1.629115553166186e-5 -flail_V2 1.629115553166186e-5 -flank_V2 1.629115553166186e-5 -flap_V2 1.629115553166186e-5 -flare_V2 1.629115553166186e-5 -flash_V2 4.887346659498558e-5 -flatten_V2 3.258231106332372e-5 -flatter_V2 1.629115553166186e-5 -flaunt_V2 4.887346659498558e-5 -flavour_V2 1.629115553166186e-5 -flaw_V2 1.4662039978495674e-4 -flay_V2 3.258231106332372e-5 -fleck_V2 1.629115553166186e-5 -flee_V2 1.1403808872163302e-4 -fleece_V2 3.258231106332372e-5 -flesh_out_V2 1.629115553166186e-5 -flex_V2 1.629115553166186e-5 -flick_V2 1.629115553166186e-5 -flick_through_V2 1.629115553166186e-5 -flight_V2 1.629115553166186e-5 -fling_V2 3.258231106332372e-5 -flip_V2 4.887346659498558e-5 -flip_off_V2 1.629115553166186e-5 -flip_through_V2 1.629115553166186e-5 -float_V2 9.774693318997116e-5 -flog_V2 3.258231106332372e-5 -flog_off_V2 1.629115553166186e-5 -flood_V2 1.7920271084828046e-4 -floodlight_V2 1.629115553166186e-5 -floor_V2 1.629115553166186e-5 -flop_V2 3.258231106332372e-5 -flounce_V2 1.629115553166186e-5 -flour_V2 1.629115553166186e-5 -flourish_V2 1.629115553166186e-5 -flout_V2 3.258231106332372e-5 -fluff_V2 1.629115553166186e-5 -fluff_out_V2 1.629115553166186e-5 -fluff_up_V2 1.629115553166186e-5 -flummox_V2 1.629115553166186e-5 -flunk_V2 4.887346659498558e-5 -fluoridate_V2 1.629115553166186e-5 -fluoridize_V2 1.629115553166186e-5 -flurry_V2 1.629115553166186e-5 -flush_V2 3.258231106332372e-5 -fluster_V2 1.629115553166186e-5 -flute_V2 1.629115553166186e-5 -flutter_V2 1.629115553166186e-5 -fly_V2 3.4211426616489907e-4 -fly_at_V2 1.629115553166186e-5 -fly_into_V2 1.629115553166186e-5 -fob_V2 1.629115553166186e-5 -fob_off_V2 1.629115553166186e-5 -focus_V2 3.4211426616489907e-4 -focus_on_V2 1.629115553166186e-5 -fog_V2 3.258231106332372e-5 -foil_V2 1.3032924425329488e-4 -foist_V2 1.629115553166186e-5 -fold_V2 6.516462212664744e-5 -fold_up_V2 1.629115553166186e-5 -follow_V2 3.3233957284590195e-3 -follow_on_from_V2 1.629115553166186e-5 -follow_up_V2 1.629115553166186e-5 -foment_V2 3.258231106332372e-5 -fondle_V2 1.629115553166186e-5 -fool_V2 6.516462212664744e-5 -fool_with_V2 1.629115553166186e-5 -foot_V2 6.516462212664744e-5 -footle_V2 1.629115553166186e-5 -forbear_V2 1.629115553166186e-5 -forbid_V2 1.7920271084828046e-4 -force_V2 6.679373767981363e-4 -force_feed_V2 1.629115553166186e-5 -force_land_V2 1.629115553166186e-5 -ford_V2 1.629115553166186e-5 -forearm_V2 1.629115553166186e-5 -forebode_V2 1.629115553166186e-5 -forecast_V2 4.2357004382320837e-4 -foreclose_V2 8.14557776583093e-5 -foredoom_V2 1.629115553166186e-5 -forego_V2 3.258231106332372e-5 -foreknow_V2 1.629115553166186e-5 -foreordain_V2 1.629115553166186e-5 -foresee_V2 2.2807617744326604e-4 -foreshadow_V2 4.887346659498558e-5 -foreshorten_V2 1.629115553166186e-5 -forestall_V2 1.629115553166186e-5 -foreswear_V2 1.629115553166186e-5 -foretell_V2 1.629115553166186e-5 -forewarn_V2 1.629115553166186e-5 -forfeit_V2 6.516462212664744e-5 -forge_V2 1.4662039978495674e-4 -forget_V2 2.6065848850658976e-4 -forgive_V2 1.3032924425329488e-4 -forgo_V2 8.14557776583093e-5 -fork_V2 1.629115553166186e-5 -form_V2 1.042633954026359e-3 -formalize_V2 3.258231106332372e-5 -formulate_V2 1.1403808872163302e-4 -forsake_V2 3.258231106332372e-5 -forswear_V2 1.629115553166186e-5 -fortify_V2 1.629115553166186e-5 -forward_V2 3.258231106332372e-5 -fossilize_V2 1.629115553166186e-5 -foster_V2 1.3032924425329488e-4 -foul_V2 3.258231106332372e-5 -found_V2 5.701904436081651e-4 -founder_V2 1.629115553166186e-5 -fox_V2 1.629115553166186e-5 -fracture_V2 3.258231106332372e-5 -fragment_V2 4.887346659498558e-5 -frame_V2 1.1403808872163302e-4 -frank_V2 1.629115553166186e-5 -fray_V2 3.258231106332372e-5 -freak_V2 1.629115553166186e-5 -freak_out_V2 1.629115553166186e-5 -freckle_V2 1.629115553166186e-5 -free_V2 3.746965772282228e-4 -free_up_V2 1.629115553166186e-5 -freeze_V2 3.258231106332372e-4 -freeze_out_V2 1.629115553166186e-5 -freight_V2 3.258231106332372e-5 -frequent_V2 3.258231106332372e-5 -fresco_V2 1.629115553166186e-5 -freshen_V2 1.629115553166186e-5 -freshen_up_V2 1.629115553166186e-5 -fret_V2 1.629115553166186e-5 -fricassee_V2 1.629115553166186e-5 -fright_V2 1.629115553166186e-5 -frighten_V2 1.629115553166186e-4 -frighten_away_V2 1.629115553166186e-5 -frighten_off_V2 1.629115553166186e-5 -fringe_V2 1.629115553166186e-5 -frisk_V2 1.629115553166186e-5 -fritter_V2 4.887346659498558e-5 -frivol_V2 1.629115553166186e-5 -frizz_V2 1.629115553166186e-5 -frizzle_V2 1.629115553166186e-5 -frogmarch_V2 1.629115553166186e-5 -front_V2 1.629115553166186e-5 -front_for_V2 1.629115553166186e-5 -front_off_V2 1.629115553166186e-5 -front_onto_V2 1.629115553166186e-5 -front_out_V2 1.629115553166186e-5 -front_up_V2 1.629115553166186e-5 -frost_V2 1.629115553166186e-5 -frown_on_V2 1.629115553166186e-5 -fructify_V2 1.629115553166186e-5 -frustrate_V2 2.1178502191160418e-4 -fry_V2 4.887346659498558e-5 -fuck_V2 1.629115553166186e-5 -fuddle_V2 1.629115553166186e-5 -fuel_V2 7.0051968786146e-4 -fulfil_V2 1.629115553166186e-5 -fulfill_V2 2.6065848850658976e-4 -fumble_V2 1.629115553166186e-5 -fume_V2 1.629115553166186e-5 -fumigate_V2 1.629115553166186e-5 -fund_V2 1.058925109558021e-3 -funk_V2 1.629115553166186e-5 -funnel_V2 8.14557776583093e-5 -furbish_V2 1.629115553166186e-5 -furl_V2 1.629115553166186e-5 -furnish_V2 9.774693318997116e-5 -furrow_V2 1.629115553166186e-5 -further_V2 8.14557776583093e-5 -fuse_V2 1.629115553166186e-5 -fuss_V2 1.629115553166186e-5 -gabble_V2 1.629115553166186e-5 -gag_V2 1.629115553166186e-5 -gag_for_V2 1.629115553166186e-5 -gage_V2 1.629115553166186e-5 -gain_V2 2.948699151230797e-3 -gainsay_V2 1.629115553166186e-5 -gall_V2 1.629115553166186e-5 -gallop_V2 1.629115553166186e-5 -galvanize_V2 2.1178502191160418e-4 -gamble_V2 1.629115553166186e-5 -game_V2 1.629115553166186e-5 -gang_up_against_V2 1.629115553166186e-5 -gang_up_on_V2 1.629115553166186e-5 -gangrene_V2 1.629115553166186e-5 -gaol_V2 1.629115553166186e-5 -garage_V2 1.629115553166186e-5 -garb_V2 1.629115553166186e-5 -garble_V2 1.629115553166186e-5 -gargle_V2 1.629115553166186e-5 -garland_V2 1.629115553166186e-5 -garner_V2 1.3032924425329488e-4 -garnish_V2 1.629115553166186e-5 -garotte_V2 1.629115553166186e-5 -garrison_V2 1.629115553166186e-5 -garrotte_V2 1.629115553166186e-5 -gas_V2 1.629115553166186e-5 -gash_V2 1.629115553166186e-5 -gasify_V2 1.629115553166186e-5 -gasp_V2 1.629115553166186e-5 -gate_V2 1.629115553166186e-5 -gatecrash_V2 1.629115553166186e-5 -gather_V2 3.9098773275988465e-4 -gauge_V2 1.3032924425329488e-4 -gazette_V2 1.629115553166186e-5 -gazump_V2 1.629115553166186e-5 -gear_V2 9.774693318997116e-5 -gear_to_V2 1.629115553166186e-5 -gear_towards_V2 1.629115553166186e-5 -geld_V2 1.629115553166186e-5 -gen_V2 1.629115553166186e-5 -generalize_V2 1.629115553166186e-5 -generate_V2 1.2055455093429777e-3 -germinate_V2 1.629115553166186e-5 -gerrymander_V2 1.629115553166186e-5 -get_V2 7.135526122867895e-3 -get_above_V2 1.629115553166186e-5 -get_across_V2 1.629115553166186e-5 -get_across_to_V2 1.629115553166186e-5 -get_after_V2 1.629115553166186e-5 -get_ahead_of_V2 1.629115553166186e-5 -get_along_in_V2 1.629115553166186e-5 -get_along_with_V2 1.629115553166186e-5 -get_around_V2 1.629115553166186e-5 -get_around_to_V2 1.629115553166186e-5 -get_at_V2 1.629115553166186e-5 -get_away_from_V2 1.629115553166186e-5 -get_away_with_V2 1.629115553166186e-5 -get_back_V2 1.629115553166186e-5 -get_back_at_V2 1.629115553166186e-5 -get_back_into_V2 1.629115553166186e-5 -get_back_to_V2 1.629115553166186e-5 -get_behind_V2 1.629115553166186e-5 -get_behind_with_V2 1.629115553166186e-5 -get_by_V2 1.629115553166186e-5 -get_by_on_V2 1.629115553166186e-5 -get_by_with_V2 1.629115553166186e-5 -get_down_V2 1.629115553166186e-5 -get_down_on_V2 1.629115553166186e-5 -get_down_to_V2 1.629115553166186e-5 -get_in_V2 1.629115553166186e-5 -get_in_on_V2 1.629115553166186e-5 -get_in_with_V2 1.629115553166186e-5 -get_into_V2 1.629115553166186e-5 -get_it_off_with_V2 1.629115553166186e-5 -get_it_on_with_V2 1.629115553166186e-5 -get_off_V2 1.629115553166186e-5 -get_off_it_V2 1.629115553166186e-5 -get_off_on_V2 1.629115553166186e-5 -get_off_with_V2 1.629115553166186e-5 -get_on_1_V2 1.629115553166186e-5 -get_on_2_V2 1.629115553166186e-5 -get_on_at_V2 1.629115553166186e-5 -get_on_for_V2 1.629115553166186e-5 -get_on_to_V2 1.629115553166186e-5 -get_on_with_V2 1.629115553166186e-5 -get_onto_V2 1.629115553166186e-5 -get_out_V2 1.629115553166186e-5 -get_out_of_V2 1.629115553166186e-5 -get_over_V2 1.629115553166186e-5 -get_over_with_V2 1.629115553166186e-5 -get_round_V2 1.629115553166186e-5 -get_round_to_V2 1.629115553166186e-5 -get_through_V2 1.629115553166186e-5 -get_through_to_V2 1.629115553166186e-5 -get_to_V2 1.629115553166186e-5 -get_up_V2 1.629115553166186e-5 -get_up_to_V2 1.629115553166186e-5 -ghost_V2 1.629115553166186e-5 -ghost_away_V2 1.629115553166186e-5 -gibbet_V2 1.629115553166186e-5 -gift_V2 4.887346659498558e-5 -gild_V2 3.258231106332372e-5 -gin_V2 1.629115553166186e-5 -gin_up_V2 1.629115553166186e-5 -ginger_V2 1.629115553166186e-5 -ginger_up_V2 1.629115553166186e-5 -gird_V2 1.629115553166186e-5 -girdle_V2 1.629115553166186e-5 -give_V2 3.176775328674063e-3 -give_away_V2 1.629115553166186e-5 -give_back_V2 1.629115553166186e-5 -give_in_V2 1.629115553166186e-5 -give_in_to_V2 1.629115553166186e-5 -give_it_to_V2 1.629115553166186e-5 -give_it_up_for_V2 1.629115553166186e-5 -give_it_up_to_V2 1.629115553166186e-5 -give_of_V2 1.629115553166186e-5 -give_off_V2 1.629115553166186e-5 -give_onto_V2 1.629115553166186e-5 -give_out_V2 1.629115553166186e-5 -give_over_V2 1.629115553166186e-5 -give_up_V2 3.258231106332372e-5 -give_up_on_V2 1.629115553166186e-5 -give_up_to_V2 1.629115553166186e-5 -give_way_to_V2 1.629115553166186e-5 -give_yourself_up_to_V2 1.629115553166186e-5 -giveth_V2 1.629115553166186e-5 -gladden_V2 1.629115553166186e-5 -glamorize_V2 6.516462212664744e-5 -glance_V2 1.629115553166186e-5 -glare_V2 1.629115553166186e-5 -glass_V2 1.629115553166186e-5 -glaze_V2 1.629115553166186e-5 -glean_V2 4.887346659498558e-5 -glimpse_V2 1.629115553166186e-5 -glorify_V2 1.629115553166186e-5 -gloss_V2 3.258231106332372e-5 -gloss_over_V2 1.629115553166186e-5 -glue_V2 1.629115553166186e-5 -glut_V2 6.516462212664744e-5 -gnash_V2 1.629115553166186e-5 -gnaw_V2 1.629115553166186e-5 -gnaw_at_V2 1.629115553166186e-5 -gnaw_away_at_V2 1.629115553166186e-5 -go_V2 7.168108433931219e-4 -go_about_V2 1.629115553166186e-5 -go_after_V2 3.258231106332372e-5 -go_against_V2 1.629115553166186e-5 -go_ahead_with_V2 1.629115553166186e-5 -go_along_with_V2 1.629115553166186e-5 -go_at_V2 1.629115553166186e-5 -go_back_V2 1.629115553166186e-5 -go_back_on_V2 1.629115553166186e-5 -go_by_V2 1.629115553166186e-5 -go_down_on_V2 1.629115553166186e-5 -go_down_to_V2 1.629115553166186e-5 -go_down_with_V2 1.629115553166186e-5 -go_for_V2 1.629115553166186e-5 -go_in_for_V2 1.629115553166186e-5 -go_in_with_V2 1.629115553166186e-5 -go_into_V2 1.629115553166186e-5 -go_off_V2 1.629115553166186e-5 -go_off_with_V2 1.629115553166186e-5 -go_on_V2 1.629115553166186e-5 -go_on_about_V2 1.629115553166186e-5 -go_on_at_V2 1.629115553166186e-5 -go_on_to_V2 1.629115553166186e-5 -go_on_with_V2 1.629115553166186e-5 -go_out_for_V2 1.629115553166186e-5 -go_out_to_V2 1.629115553166186e-5 -go_out_with_V2 1.629115553166186e-5 -go_over_V2 1.629115553166186e-5 -go_over_to_V2 1.629115553166186e-5 -go_past_V2 1.629115553166186e-5 -go_through_V2 1.629115553166186e-5 -go_through_with_V2 1.629115553166186e-5 -go_to_V2 1.629115553166186e-5 -go_towards_V2 1.629115553166186e-5 -go_up_to_V2 1.629115553166186e-5 -go_with_V2 1.629115553166186e-5 -go_without_V2 1.629115553166186e-5 -goad_V2 1.629115553166186e-5 -gobble_V2 1.629115553166186e-5 -gong_V2 1.629115553166186e-5 -goof_V2 1.629115553166186e-5 -goof_up_V2 1.629115553166186e-5 -gore_V2 4.887346659498558e-5 -gorge_V2 1.629115553166186e-5 -gouge_V2 1.629115553166186e-5 -govern_V2 3.746965772282228e-4 -gown_V2 1.629115553166186e-5 -grab_V2 2.6065848850658976e-4 -grace_V2 3.258231106332372e-5 -grade_V2 1.629115553166186e-5 -graduate_V2 3.258231106332372e-5 -graft_V2 3.258231106332372e-5 -grant_V2 6.353550657348125e-4 -granulate_V2 1.629115553166186e-5 -grasp_V2 6.516462212664744e-5 -grasp_at_V2 1.629115553166186e-5 -grass_V2 1.629115553166186e-5 -grass_on_V2 1.629115553166186e-5 -grass_up_V2 1.629115553166186e-5 -grate_V2 1.629115553166186e-5 -gratify_V2 1.629115553166186e-5 -grave_V2 1.629115553166186e-5 -gravel_V2 1.629115553166186e-5 -gray_V2 1.629115553166186e-5 -graze_V2 1.629115553166186e-5 -grease_V2 1.629115553166186e-5 -greet_V2 1.4662039978495674e-4 -grey_V2 1.629115553166186e-5 -grey_out_V2 1.629115553166186e-5 -grieve_V2 1.629115553166186e-5 -grill_V2 3.258231106332372e-5 -grime_V2 1.629115553166186e-5 -grin_V2 1.629115553166186e-5 -grind_V2 1.629115553166186e-5 -grind_down_V2 1.629115553166186e-5 -grind_into_V2 1.629115553166186e-5 -grind_out_V2 1.629115553166186e-5 -grind_up_V2 1.629115553166186e-5 -grip_V2 1.629115553166186e-5 -grit_V2 1.629115553166186e-5 -groan_V2 1.629115553166186e-5 -groin_V2 1.629115553166186e-5 -groom_V2 1.629115553166186e-5 -groove_V2 1.629115553166186e-5 -grope_V2 1.629115553166186e-5 -gross_V2 3.258231106332372e-5 -ground_V2 8.14557776583093e-5 -group_V2 3.258231106332372e-5 -grow_V2 9.28595865304726e-4 -grow_away_from_V2 1.629115553166186e-5 -grow_from_V2 1.629115553166186e-5 -grow_into_V2 1.629115553166186e-5 -grow_on_V2 1.629115553166186e-5 -grow_out_of_V2 1.629115553166186e-5 -grow_up_on_V2 1.629115553166186e-5 -grow_upon_V2 1.629115553166186e-5 -growl_V2 1.629115553166186e-5 -grub_V2 1.629115553166186e-5 -grudge_V2 1.629115553166186e-5 -grumble_V2 1.629115553166186e-5 -grunt_V2 1.629115553166186e-5 -guarantee_V2 8.471400876464167e-4 -guard_V2 1.629115553166186e-4 -guess_V2 8.14557776583093e-5 -guide_V2 2.1178502191160418e-4 -guillotine_V2 1.629115553166186e-5 -gull_V2 1.629115553166186e-5 -gulp_V2 1.629115553166186e-5 -gum_V2 1.629115553166186e-5 -gun_V2 6.516462212664744e-5 -gun_for_V2 1.629115553166186e-5 -gussy_up_V2 1.629115553166186e-5 -gut_V2 3.258231106332372e-5 -guy_V2 1.629115553166186e-5 -guzzle_V2 1.629115553166186e-5 -gybe_V2 1.629115553166186e-5 -gyp_V2 1.629115553166186e-5 -habituate_V2 1.629115553166186e-5 -hack_V2 1.629115553166186e-5 -hack_into_V2 1.629115553166186e-5 -hack_off_V2 1.629115553166186e-5 -hack_up_V2 1.629115553166186e-5 -hail_V2 2.2807617744326604e-4 -hallow_V2 3.258231106332372e-5 -halt_V2 5.701904436081651e-4 -halve_V2 1.1403808872163302e-4 -ham_V2 1.629115553166186e-5 -ham_up_V2 1.629115553166186e-5 -hammer_V2 1.4662039978495674e-4 -hammer_away_at_V2 1.629115553166186e-5 -hammer_into_V2 1.629115553166186e-5 -hammer_out_V2 1.629115553166186e-5 -hamper_V2 3.9098773275988465e-4 -hamstring_V2 4.887346659498558e-5 -hand_V2 3.258231106332372e-4 -hand_back_V2 1.629115553166186e-5 -hand_carry_V2 3.258231106332372e-5 -hand_down_V2 1.629115553166186e-5 -hand_in_V2 1.629115553166186e-5 -hand_on_V2 1.629115553166186e-5 -hand_out_V2 1.629115553166186e-5 -hand_over_V2 1.629115553166186e-5 -handcuff_V2 3.258231106332372e-5 -handicap_V2 6.516462212664744e-5 -handle_V2 1.5965332421028623e-3 -hang_V2 8.14557776583093e-5 -hang_around_V2 1.629115553166186e-5 -hang_back_from_V2 1.629115553166186e-5 -hang_onto_V2 1.629115553166186e-5 -hang_out_V2 1.629115553166186e-5 -hang_out_for_V2 1.629115553166186e-5 -hang_over_V2 3.258231106332372e-5 -hang_up_V2 1.629115553166186e-5 -hang_up_on_V2 1.629115553166186e-5 -hang_with_V2 1.629115553166186e-5 -hanker_after_V2 1.629115553166186e-5 -hanker_for_V2 1.629115553166186e-5 -happen_V2 2.1178502191160418e-4 -harangue_V2 1.629115553166186e-5 -harass_V2 9.774693318997116e-5 -harbour_V2 1.629115553166186e-5 -harden_V2 4.887346659498558e-5 -harm_V2 2.2807617744326604e-4 -harmonize_V2 1.629115553166186e-5 -harness_V2 3.258231106332372e-5 -harpoon_V2 1.629115553166186e-5 -harrow_V2 1.629115553166186e-5 -harry_V2 4.887346659498558e-5 -harvest_V2 1.1403808872163302e-4 -hash_V2 3.258231106332372e-5 -hassle_V2 1.629115553166186e-5 -hasten_V2 4.887346659498558e-5 -hatch_V2 6.516462212664744e-5 -hate_V2 1.629115553166186e-4 -hate_on_V2 1.629115553166186e-5 -haul_V2 8.14557776583093e-5 -haul_out_V2 3.258231106332372e-5 -haunt_V2 1.9549386637994232e-4 -have_V2 3.683430265708747e-2 -have_against_V2 1.629115553166186e-5 -have_around_V2 1.629115553166186e-5 -have_in_V2 1.629115553166186e-5 -have_it_in_for_V2 1.629115553166186e-5 -have_it_out_with_V2 1.629115553166186e-5 -have_off_V2 1.629115553166186e-5 -have_on_V2 1.629115553166186e-5 -have_over_V2 1.629115553166186e-5 -have_round_V2 1.629115553166186e-5 -have_up_V2 1.629115553166186e-5 -hawk_V2 3.258231106332372e-5 -hazard_V2 1.629115553166186e-5 -haze_V2 1.629115553166186e-5 -head_V2 1.515077464444553e-3 -head_for_V2 1.629115553166186e-5 -head_off_V2 1.629115553166186e-5 -head_up_V2 1.629115553166186e-5 -heal_V2 4.887346659498558e-5 -heap_V2 4.887346659498558e-5 -hear_V2 8.797223987097405e-4 -hear_about_V2 1.629115553166186e-5 -hear_from_V2 1.629115553166186e-5 -hear_of_V2 9.774693318997116e-5 -hear_out_V2 1.629115553166186e-5 -hearten_V2 3.258231106332372e-5 -heat_V2 8.14557776583093e-5 -heat_up_V2 1.629115553166186e-5 -heave_V2 3.258231106332372e-5 -heckle_V2 3.258231106332372e-5 -hector_V2 1.629115553166186e-5 -hedge_V2 8.14557776583093e-5 -heed_V2 9.774693318997116e-5 -heel_V2 1.629115553166186e-5 -heighten_V2 2.2807617744326604e-4 -heliograph_V2 1.629115553166186e-5 -help_V2 1.515077464444553e-3 -help_out_V2 1.629115553166186e-5 -hem_V2 1.629115553166186e-5 -hemorrhage_V2 3.258231106332372e-5 -hemstitch_V2 1.629115553166186e-5 -herald_V2 1.1403808872163302e-4 -herd_V2 3.258231106332372e-5 -hew_V2 1.629115553166186e-5 -hide_V2 4.7244351041819395e-4 -hide_away_V2 1.629115553166186e-5 -highjack_V2 1.629115553166186e-5 -highlight_V2 2.443673329749279e-4 -hijack_V2 1.629115553166186e-5 -hinder_V2 2.1178502191160418e-4 -hinge_V2 1.629115553166186e-5 -hinge_on_V2 1.629115553166186e-5 -hinge_upon_V2 1.629115553166186e-5 -hint_V2 1.629115553166186e-5 -hire_V2 9.448870208363879e-4 -hiss_V2 1.629115553166186e-5 -historicize_V2 3.258231106332372e-5 -hit_V2 1.6128243976345242e-3 -hit_back_V2 1.629115553166186e-5 -hit_it_off_with_V2 1.629115553166186e-5 -hit_on_V2 1.629115553166186e-5 -hit_out_at_V2 1.629115553166186e-5 -hit_up_V2 1.629115553166186e-5 -hit_up_on_V2 1.629115553166186e-5 -hit_upon_V2 1.629115553166186e-5 -hitch_V2 3.258231106332372e-5 -hive_V2 1.629115553166186e-5 -hive_off_V2 1.629115553166186e-5 -hoard_V2 4.887346659498558e-5 -hoax_V2 1.629115553166186e-5 -hobble_V2 9.774693318997116e-5 -hock_V2 1.629115553166186e-5 -hoe_V2 3.258231106332372e-5 -hog_V2 1.629115553166186e-5 -hoist_V2 3.258231106332372e-5 -hold_V2 5.506410569701709e-3 -hold_back_V2 1.629115553166186e-5 -hold_back_from_V2 1.629115553166186e-5 -hold_down_V2 1.629115553166186e-5 -hold_off_V2 1.629115553166186e-5 -hold_off_on_V2 1.629115553166186e-5 -hold_on_to_V2 1.629115553166186e-5 -hold_onto_V2 1.629115553166186e-5 -hold_out_V2 1.629115553166186e-5 -hold_out_against_V2 1.629115553166186e-5 -hold_out_for_V2 1.629115553166186e-5 -hold_out_on_V2 1.629115553166186e-5 -hold_over_V2 1.629115553166186e-5 -hold_up_V2 1.629115553166186e-5 -hold_with_V2 1.629115553166186e-5 -hole_V2 1.629115553166186e-5 -holler_V2 1.629115553166186e-5 -hollow_V2 1.629115553166186e-5 -holystone_V2 1.629115553166186e-5 -home_in_on_V2 1.629115553166186e-5 -homogenize_V2 1.629115553166186e-5 -hone_V2 9.774693318997116e-5 -hone_in_on_V2 1.629115553166186e-5 -honeycomb_V2 1.629115553166186e-5 -honour_V2 1.629115553166186e-5 -hood_V2 1.629115553166186e-5 -hoodoo_V2 1.629115553166186e-5 -hoodwink_V2 3.258231106332372e-5 -hook_V2 6.516462212664744e-5 -hook_into_V2 1.629115553166186e-5 -hook_up_V2 1.629115553166186e-5 -hook_up_to_V2 1.629115553166186e-5 -hoop_V2 1.629115553166186e-5 -hoot_V2 1.629115553166186e-5 -hoover_V2 1.629115553166186e-5 -hop_V2 1.629115553166186e-5 -horrify_V2 1.629115553166186e-5 -horsewhip_V2 1.629115553166186e-5 -hose_V2 3.258231106332372e-5 -hose_down_V2 1.629115553166186e-5 -hospitalize_V2 8.14557776583093e-5 -host_V2 1.3032924425329488e-4 -hot_V2 1.629115553166186e-5 -hound_V2 4.887346659498558e-5 -hound_out_V2 1.629115553166186e-5 -house_V2 1.629115553166186e-4 -howl_V2 1.629115553166186e-5 -huddle_V2 1.629115553166186e-5 -hug_V2 6.516462212664744e-5 -hull_V2 1.629115553166186e-5 -hum_V2 1.629115553166186e-5 -humanize_V2 3.258231106332372e-5 -humble_V2 3.258231106332372e-5 -humbug_V2 1.629115553166186e-5 -humidify_V2 1.629115553166186e-5 -humiliate_V2 1.629115553166186e-5 -humour_V2 1.629115553166186e-5 -hump_V2 1.629115553166186e-5 -hunch_V2 3.258231106332372e-5 -hunt_V2 4.887346659498558e-5 -hunt_down_V2 1.629115553166186e-5 -hunt_out_V2 1.629115553166186e-5 -hunt_up_V2 1.629115553166186e-5 -hurdle_V2 1.629115553166186e-5 -hurl_V2 8.14557776583093e-5 -hurry_V2 4.887346659498558e-5 -hurt_V2 1.7920271084828046e-3 -husband_V2 1.629115553166186e-5 -hush_V2 1.629115553166186e-5 -hush_up_V2 1.629115553166186e-5 -husk_V2 1.629115553166186e-5 -hustle_V2 1.629115553166186e-5 -hybridize_V2 1.629115553166186e-5 -hydrate_V2 1.629115553166186e-5 -hymn_V2 1.629115553166186e-5 -hype_V2 4.887346659498558e-5 -hyphen_V2 1.629115553166186e-5 -hyphenate_V2 1.629115553166186e-5 -hypnotize_V2 4.887346659498558e-5 -hypothecate_V2 1.629115553166186e-5 -hypothesize_V2 3.258231106332372e-5 -ice_V2 3.258231106332372e-5 -idealize_V2 3.258231106332372e-5 -identify_V2 1.2055455093429777e-3 -idle_V2 1.7920271084828046e-4 -idolize_V2 1.629115553166186e-5 -ignite_V2 4.887346659498558e-5 -ignore_V2 8.471400876464167e-4 -ill_treat_V2 1.629115553166186e-5 -ill_use_V2 1.629115553166186e-5 -illume_V2 1.629115553166186e-5 -illuminate_V2 3.258231106332372e-5 -illumine_V2 1.629115553166186e-5 -illustrate_V2 3.0953195510157534e-4 -image_V2 1.629115553166186e-5 -imagine_V2 1.1403808872163302e-4 -imbed_V2 1.629115553166186e-5 -imbibe_V2 1.629115553166186e-5 -imbue_V2 1.629115553166186e-5 -imitate_V2 6.516462212664744e-5 -immerse_V2 3.258231106332372e-5 -immobilize_V2 1.629115553166186e-5 -immolate_V2 1.629115553166186e-5 -immortalize_V2 1.629115553166186e-5 -immunize_V2 1.629115553166186e-5 -immure_V2 1.629115553166186e-5 -impact_V2 8.14557776583093e-5 -impair_V2 1.1403808872163302e-4 -impale_V2 1.629115553166186e-5 -impanel_V2 1.629115553166186e-5 -impart_V2 3.258231106332372e-5 -impeach_V2 6.516462212664744e-5 -impede_V2 1.3032924425329488e-4 -impel_V2 1.629115553166186e-5 -imperil_V2 1.629115553166186e-5 -imperile_V2 3.258231106332372e-5 -impersonate_V2 1.629115553166186e-5 -implant_V2 8.14557776583093e-5 -implement_V2 4.2357004382320837e-4 -implicate_V2 1.1403808872163302e-4 -implore_V2 3.258231106332372e-5 -imply_V2 2.443673329749279e-4 -import_V2 7.331019989247837e-4 -importune_V2 1.629115553166186e-5 -impose_V2 1.0263427984946972e-3 -impound_V2 4.887346659498558e-5 -impoverish_V2 4.887346659498558e-5 -imprecate_V2 1.629115553166186e-5 -impregnate_V2 1.629115553166186e-5 -impress_V2 1.4662039978495674e-4 -imprint_V2 1.629115553166186e-5 -imprison_V2 1.1403808872163302e-4 -improve_V2 2.5251291074075886e-3 -improvise_V2 1.629115553166186e-5 -impugn_V2 3.258231106332372e-5 -impulse_buy_V2 1.629115553166186e-5 -impute_V2 3.258231106332372e-5 -inactivate_V2 1.629115553166186e-5 -inaugurate_V2 3.258231106332372e-5 -incapacitate_V2 1.629115553166186e-5 -incarcerate_V2 3.258231106332372e-5 -incarnate_V2 1.629115553166186e-5 -incense_V2 1.629115553166186e-5 -inch_V2 1.629115553166186e-5 -incinerate_V2 1.629115553166186e-5 -incise_V2 1.629115553166186e-5 -incite_V2 3.258231106332372e-5 -incline_V2 3.258231106332372e-5 -inclose_V2 1.629115553166186e-5 -include_V2 9.562908297085513e-3 -incommode_V2 1.629115553166186e-5 -inconvenience_V2 1.629115553166186e-5 -incorporate_V2 2.2807617744326604e-4 -increase_V2 6.663082612449701e-3 -incriminate_V2 3.258231106332372e-5 -incubate_V2 1.629115553166186e-5 -inculcate_V2 1.629115553166186e-5 -inculpate_V2 1.629115553166186e-5 -incur_V2 5.213169770131795e-4 -indemnify_V2 3.258231106332372e-5 -indent_V2 1.629115553166186e-5 -indenture_V2 1.629115553166186e-5 -index_V2 6.516462212664744e-5 -indicate_V2 1.2381278204063014e-3 -indict_V2 1.9549386637994232e-4 -indite_V2 1.629115553166186e-5 -individualize_V2 1.629115553166186e-5 -indoctrinate_V2 3.258231106332372e-5 -indorse_V2 1.629115553166186e-5 -induce_V2 2.2807617744326604e-4 -induct_V2 1.629115553166186e-5 -indue_V2 1.629115553166186e-5 -indulge_V2 3.258231106332372e-5 -industrialize_V2 1.4662039978495674e-4 -inebriate_V2 1.629115553166186e-5 -infatuate_V2 1.629115553166186e-5 -infect_V2 2.1178502191160418e-4 -infer_V2 3.258231106332372e-5 -infest_V2 3.258231106332372e-5 -infiltrate_V2 6.516462212664744e-5 -inflame_V2 3.258231106332372e-5 -inflate_V2 1.4662039978495674e-4 -inflect_V2 1.629115553166186e-5 -inflict_V2 1.1403808872163302e-4 -influence_V2 4.887346659498558e-4 -inform_V2 2.443673329749279e-4 -infringe_V2 1.1403808872163302e-4 -infuriate_V2 4.887346659498558e-5 -infuse_V2 4.887346659498558e-5 -ingest_V2 3.258231106332372e-5 -ingraft_V2 1.629115553166186e-5 -ingratiate_V2 3.258231106332372e-5 -inhabit_V2 6.516462212664744e-5 -inhale_V2 1.629115553166186e-5 -inherit_V2 1.629115553166186e-4 -inhibit_V2 1.7920271084828046e-4 -initial_V2 1.629115553166186e-5 -initiate_V2 2.932407995699135e-4 -inject_V2 2.443673329749279e-4 -injure_V2 4.887346659498558e-4 -ink_V2 1.629115553166186e-5 -inlay_V2 1.629115553166186e-5 -innovate_V2 3.258231106332372e-5 -inoculate_V2 1.629115553166186e-5 -inquire_V2 1.629115553166186e-5 -inscribe_V2 1.629115553166186e-5 -inseminate_V2 1.629115553166186e-5 -insert_V2 1.4662039978495674e-4 -inset_V2 1.629115553166186e-5 -insinuate_V2 1.629115553166186e-5 -insist_V2 1.629115553166186e-5 -inspan_V2 1.629115553166186e-5 -inspect_V2 1.7920271084828046e-4 -inspire_V2 2.932407995699135e-4 -install_V2 5.538992880765032e-4 -instance_V2 1.629115553166186e-5 -instigate_V2 3.258231106332372e-5 -instil_V2 1.629115553166186e-5 -institute_V2 3.0953195510157534e-4 -institutionalize_V2 1.629115553166186e-5 -instruct_V2 1.7920271084828046e-4 -insulate_V2 1.4662039978495674e-4 -insult_V2 3.258231106332372e-5 -insure_V2 7.982666210514312e-4 -integrate_V2 4.7244351041819395e-4 -intend_V2 1.1403808872163302e-4 -intensify_V2 1.4662039978495674e-4 -inter_V2 1.629115553166186e-5 -interbreed_V2 1.629115553166186e-5 -intercept_V2 4.887346659498558e-5 -interchange_V2 1.629115553166186e-5 -interconnect_V2 3.258231106332372e-5 -interdict_V2 1.629115553166186e-5 -interest_V2 1.0752162650896828e-3 -interject_V2 3.258231106332372e-5 -interlace_V2 1.629115553166186e-5 -interlard_V2 1.629115553166186e-5 -interleave_V2 1.629115553166186e-5 -interlink_V2 1.629115553166186e-5 -interlock_V2 1.629115553166186e-5 -intermingle_V2 1.629115553166186e-5 -intermix_V2 3.258231106332372e-5 -intern_V2 1.629115553166186e-5 -internalize_V2 1.629115553166186e-5 -internationalize_V2 1.629115553166186e-5 -interpellate_V2 1.629115553166186e-5 -interpolate_V2 1.629115553166186e-5 -interpose_V2 1.629115553166186e-5 -interpret_V2 4.2357004382320837e-4 -interrelate_V2 3.258231106332372e-5 -interrogate_V2 4.887346659498558e-5 -interrupt_V2 1.1403808872163302e-4 -intersect_V2 1.629115553166186e-5 -intersperse_V2 6.516462212664744e-5 -intertwine_V2 4.887346659498558e-5 -interview_V2 4.398611993548702e-4 -interweave_V2 1.629115553166186e-5 -intimate_V2 3.258231106332372e-5 -intimidate_V2 8.14557776583093e-5 -intone_V2 1.629115553166186e-5 -intoxicate_V2 1.629115553166186e-5 -intrench_V2 1.629115553166186e-5 -intrigue_V2 1.629115553166186e-5 -introduce_V2 2.7532052848508546e-3 -introvert_V2 1.629115553166186e-5 -intrude_V2 1.629115553166186e-5 -intrust_V2 1.629115553166186e-5 -intuit_V2 1.629115553166186e-5 -inundate_V2 8.14557776583093e-5 -inure_V2 1.629115553166186e-5 -invade_V2 1.7920271084828046e-4 -invalid_V2 1.629115553166186e-5 -invalidate_V2 3.258231106332372e-5 -inveigle_V2 1.629115553166186e-5 -invent_V2 1.9549386637994232e-4 -invert_V2 3.258231106332372e-5 -invest_V2 7.982666210514312e-4 -investigate_V2 5.538992880765032e-4 -invigorate_V2 1.629115553166186e-5 -invite_V2 5.213169770131795e-4 -invoice_V2 1.629115553166186e-5 -invoke_V2 1.1403808872163302e-4 -involve_V2 3.258231106332372e-3 -ionize_V2 1.629115553166186e-5 -irk_V2 9.774693318997116e-5 -iron_V2 1.629115553166186e-5 -iron_out_V2 1.629115553166186e-5 -irradiate_V2 4.887346659498558e-5 -irrigate_V2 1.629115553166186e-5 -irritate_V2 4.887346659498558e-5 -isolate_V2 2.6065848850658976e-4 -issue_V2 2.5088379518759265e-3 -italicize_V2 1.629115553166186e-5 -itemize_V2 3.258231106332372e-5 -iterate_V2 1.629115553166186e-5 -jab_V2 1.629115553166186e-5 -jabber_V2 1.629115553166186e-5 -jack_V2 9.774693318997116e-5 -jack_around_V2 1.629115553166186e-5 -jack_in_V2 1.629115553166186e-5 -jack_up_V2 1.629115553166186e-5 -jag_V2 1.629115553166186e-5 -jail_V2 1.1403808872163302e-4 -jam_V2 4.887346659498558e-5 -jam_on_V2 1.629115553166186e-5 -jampack_V2 1.629115553166186e-5 -jangle_V2 1.629115553166186e-5 -japan_V2 1.629115553166186e-5 -jar_V2 1.629115553166186e-5 -jaundice_V2 1.629115553166186e-5 -jazz_V2 1.629115553166186e-5 -jazz_up_V2 1.629115553166186e-5 -jeer_V2 1.629115553166186e-5 -jell_V2 1.629115553166186e-5 -jelly_V2 1.629115553166186e-5 -jeopardize_V2 2.1178502191160418e-4 -jerk_V2 3.258231106332372e-5 -jerk_around_V2 1.629115553166186e-5 -jet_V2 1.629115553166186e-5 -jettison_V2 6.516462212664744e-5 -jewel_V2 1.629115553166186e-5 -jig_V2 1.629115553166186e-5 -jiggle_V2 1.629115553166186e-5 -jilt_V2 1.629115553166186e-5 -jingle_V2 3.258231106332372e-5 -job_V2 1.629115553166186e-5 -jockey_V2 1.629115553166186e-5 -jog_V2 1.629115553166186e-5 -joggle_V2 1.629115553166186e-5 -join_V2 1.8083182640144665e-3 -joint_V2 1.629115553166186e-5 -jolly_V2 1.629115553166186e-5 -jolt_V2 2.443673329749279e-4 -jostle_V2 1.629115553166186e-5 -jot_V2 1.629115553166186e-5 -jot_down_V2 1.629115553166186e-5 -judge_V2 1.1403808872163302e-4 -jug_V2 1.629115553166186e-5 -juggle_V2 3.258231106332372e-5 -juice_up_V2 1.629115553166186e-5 -jumble_V2 1.629115553166186e-5 -jump_V2 1.270710131469625e-3 -jump_at_V2 1.629115553166186e-5 -jump_on_V2 1.629115553166186e-5 -jump_to_V2 1.629115553166186e-5 -junk_V2 4.887346659498558e-5 -jury_rigge_V2 3.258231106332372e-5 -justify_V2 6.516462212664744e-4 -juxtapose_V2 3.258231106332372e-5 -keel_V2 1.629115553166186e-5 -keen_V2 1.629115553166186e-5 -keep_V2 2.2807617744326604e-3 -keep_around_V2 1.629115553166186e-5 -keep_at_V2 1.629115553166186e-5 -keep_away_V2 1.629115553166186e-5 -keep_back_V2 1.629115553166186e-5 -keep_down_V2 1.629115553166186e-5 -keep_from_V2 1.629115553166186e-5 -keep_in_V2 1.629115553166186e-5 -keep_off_V2 1.629115553166186e-5 -keep_on_V2 1.629115553166186e-5 -keep_out_V2 1.629115553166186e-5 -keep_over_V2 1.629115553166186e-5 -keep_to_V2 1.629115553166186e-5 -keep_up_V2 1.629115553166186e-5 -keep_up_at_V2 1.629115553166186e-5 -keep_up_with_V2 1.629115553166186e-5 -ken_V2 1.629115553166186e-5 -kennel_V2 1.629115553166186e-5 -key_V2 6.516462212664744e-5 -key_in_V2 1.629115553166186e-5 -key_in_on_V2 1.629115553166186e-5 -key_on_V2 1.629115553166186e-5 -key_to_V2 1.629115553166186e-5 -key_up_V2 1.629115553166186e-5 -kick_V2 8.14557776583093e-5 -kick_about_V2 1.629115553166186e-5 -kick_around_V2 1.629115553166186e-5 -kick_around_with_V2 1.629115553166186e-5 -kick_back_V2 1.629115553166186e-5 -kick_down_V2 1.629115553166186e-5 -kick_in_V2 1.629115553166186e-5 -kick_off_V2 3.258231106332372e-5 -kick_out_V2 1.629115553166186e-5 -kid_V2 1.629115553166186e-5 -kidnap_V2 9.774693318997116e-5 -kill_V2 1.1077985761530065e-3 -kill_off_V2 1.629115553166186e-5 -kindle_V2 3.258231106332372e-5 -kink_V2 3.258231106332372e-5 -kip_down_on_V2 1.629115553166186e-5 -kiss_V2 3.258231106332372e-5 -kiss_off_V2 1.629115553166186e-5 -kiss_up_to_V2 1.629115553166186e-5 -kit_V2 1.629115553166186e-5 -knap_V2 1.629115553166186e-5 -knead_V2 3.258231106332372e-5 -knife_V2 1.629115553166186e-5 -knight_V2 1.629115553166186e-5 -knit_V2 3.258231106332372e-5 -knock_V2 9.774693318997116e-5 -knock_about_V2 1.629115553166186e-5 -knock_around_V2 1.629115553166186e-5 -knock_back_V2 1.629115553166186e-5 -knock_down_V2 1.629115553166186e-5 -knock_it_off_V2 1.629115553166186e-5 -knock_off_V2 1.629115553166186e-5 -knock_out_V2 1.629115553166186e-5 -knock_together_V2 1.629115553166186e-5 -knock_up_V2 1.629115553166186e-5 -knot_V2 1.629115553166186e-5 -know_V2 3.388560350585667e-3 -label_V2 8.14557776583093e-5 -labour_V2 1.629115553166186e-5 -lace_V2 4.887346659498558e-5 -lacerate_V2 1.629115553166186e-5 -lack_V2 6.516462212664744e-4 -lacquer_V2 1.629115553166186e-5 -lade_V2 1.629115553166186e-5 -ladle_V2 1.629115553166186e-5 -lag_V2 1.4662039978495674e-4 -laicize_V2 1.629115553166186e-5 -lam_V2 1.629115553166186e-5 -lambaste_V2 4.887346659498558e-5 -lame_V2 1.629115553166186e-5 -lament_V2 3.258231106332372e-5 -laminate_V2 3.258231106332372e-5 -lampoon_V2 1.629115553166186e-5 -lance_V2 1.629115553166186e-5 -land_V2 1.1403808872163302e-4 -land_in_V2 1.629115553166186e-5 -land_up_in_V2 1.629115553166186e-5 -landscape_V2 1.629115553166186e-5 -lap_V2 1.629115553166186e-5 -lap_up_V2 1.629115553166186e-5 -lard_V2 1.629115553166186e-5 -large_it_up_V2 1.629115553166186e-5 -larn_V2 1.629115553166186e-5 -lash_V2 3.258231106332372e-5 -lash_down_V2 1.629115553166186e-5 -lash_into_V2 1.629115553166186e-5 -lash_out_against_V2 1.629115553166186e-5 -lash_out_at_V2 1.629115553166186e-5 -lash_out_on_V2 1.629115553166186e-5 -lasso_V2 1.629115553166186e-5 -last_V2 3.746965772282228e-4 -latch_V2 1.629115553166186e-5 -latch_on_to_V2 1.629115553166186e-5 -latch_onto_V2 1.629115553166186e-5 -lather_V2 1.629115553166186e-5 -latinize_V2 1.629115553166186e-5 -laud_V2 8.14557776583093e-5 -laugh_V2 3.258231106332372e-5 -laugh_at_V2 1.629115553166186e-5 -laugh_off_V2 1.629115553166186e-5 -launch_V2 1.3195835980646107e-3 -launder_V2 6.516462212664744e-5 -lave_V2 1.629115553166186e-5 -lavish_V2 4.887346659498558e-5 -lay_V2 3.4211426616489907e-4 -lay_away_V2 1.629115553166186e-5 -lay_down_V2 1.629115553166186e-5 -lay_in_on_V2 1.629115553166186e-5 -lay_into_V2 1.629115553166186e-5 -lay_off_V2 1.629115553166186e-5 -lay_on_V2 1.629115553166186e-5 -lay_out_V2 1.629115553166186e-5 -layer_V2 1.629115553166186e-5 -laze_V2 1.629115553166186e-5 -leach_V2 1.629115553166186e-5 -lead_V2 2.8346610625091637e-3 -lead_on_V2 1.629115553166186e-5 -lead_to_V2 1.629115553166186e-5 -league_V2 1.629115553166186e-5 -leak_V2 8.14557776583093e-5 -leak_out_V2 1.629115553166186e-5 -lean_V2 4.887346659498558e-5 -lean_on_V2 1.629115553166186e-5 -leap_V2 9.774693318997116e-5 -leap_at_V2 1.629115553166186e-5 -leap_on_V2 1.629115553166186e-5 -leap_out_at_V2 1.629115553166186e-5 -leap_upon_V2 1.629115553166186e-5 -leapfrog_V2 3.258231106332372e-5 -learn_V2 4.561523548865321e-4 -lease_V2 5.376081325448414e-4 -leave_V2 2.6554583516608834e-3 -leave_on_V2 1.629115553166186e-5 -leave_out_V2 1.629115553166186e-5 -leaven_V2 1.629115553166186e-5 -lecture_V2 8.14557776583093e-5 -legalize_V2 6.516462212664744e-5 -legislate_V2 3.258231106332372e-5 -legitimatize_V2 1.629115553166186e-5 -legitimize_V2 6.516462212664744e-5 -lend_V2 3.9098773275988465e-4 -lengthen_V2 6.516462212664744e-5 -lessen_V2 4.887346659498558e-5 -let_V2 9.774693318997116e-5 -let_down_V2 1.629115553166186e-5 -let_in_V2 1.629115553166186e-5 -let_off_V2 1.629115553166186e-5 -let_out_V2 1.629115553166186e-5 -level_V2 3.258231106332372e-5 -lever_V2 1.629115553166186e-5 -levitate_V2 1.629115553166186e-5 -levy_V2 6.516462212664744e-5 -libel_V2 1.629115553166186e-5 -liberalize_V2 1.7920271084828046e-4 -liberate_V2 4.887346659498558e-5 -licence_V2 1.629115553166186e-5 -license_V2 4.072788882915465e-4 -lick_V2 4.887346659498558e-5 -lie_down_on_V2 1.629115553166186e-5 -lie_with_V2 1.629115553166186e-5 -lift_V2 4.2357004382320837e-4 -light_V2 8.14557776583093e-5 -light_up_V2 1.629115553166186e-5 -lighten_V2 3.258231106332372e-5 -lighten_up_V2 1.629115553166186e-5 -lighter_V2 1.629115553166186e-5 -like_V2 7.656843099881074e-4 -liken_V2 6.516462212664744e-5 -lilt_V2 1.629115553166186e-5 -limber_V2 1.629115553166186e-5 -limber_up_for_V2 1.629115553166186e-5 -lime_V2 1.629115553166186e-5 -limit_V2 2.8509522180408258e-3 -limn_V2 1.629115553166186e-5 -line_V2 6.516462212664744e-5 -line_up_V2 1.629115553166186e-5 -link_V2 7.819754655197693e-4 -link_up_V2 1.629115553166186e-5 -link_up_with_V2 1.629115553166186e-5 -lionize_V2 1.629115553166186e-5 -lip_read_V2 1.629115553166186e-5 -liquefy_V2 6.516462212664744e-5 -liquidate_V2 2.443673329749279e-4 -liquidize_V2 1.629115553166186e-5 -lisp_V2 1.629115553166186e-5 -list_V2 1.2055455093429777e-3 -listen_out_for_V2 1.629115553166186e-5 -lit_V2 3.258231106332372e-5 -lithograph_V2 1.629115553166186e-5 -litigate_V2 1.629115553166186e-5 -litter_V2 3.258231106332372e-5 -live_V2 1.4662039978495674e-4 -live_by_V2 1.629115553166186e-5 -live_down_V2 1.629115553166186e-5 -live_for_V2 1.629115553166186e-5 -live_it_up_V2 1.629115553166186e-5 -live_off_V2 1.629115553166186e-5 -live_on_V2 1.629115553166186e-5 -live_out_V2 1.629115553166186e-5 -live_through_V2 1.629115553166186e-5 -live_up_to_V2 1.629115553166186e-5 -live_with_V2 1.629115553166186e-5 -liven_V2 1.629115553166186e-5 -load_V2 1.4662039978495674e-4 -load_up_V2 1.629115553166186e-5 -load_up_on_V2 1.629115553166186e-5 -loaf_V2 1.629115553166186e-5 -loan_V2 8.14557776583093e-5 -loathe_V2 4.887346659498558e-5 -lob_V2 1.629115553166186e-5 -lobby_V2 6.516462212664744e-5 -localize_V2 4.887346659498558e-5 -locate_V2 3.9098773275988465e-4 -lock_V2 1.4662039978495674e-4 -lock_away_V2 1.629115553166186e-5 -lock_down_V2 1.629115553166186e-5 -lock_in_V2 1.629115553166186e-5 -lock_onto_V2 1.629115553166186e-5 -lock_out_V2 1.629115553166186e-5 -lock_up_V2 1.629115553166186e-5 -lodge_V2 4.887346659498558e-5 -loft_V2 1.629115553166186e-5 -log_V2 1.629115553166186e-4 -log_into_V2 1.629115553166186e-5 -log_off_V2 1.629115553166186e-5 -log_on_V2 1.629115553166186e-5 -loiter_V2 1.629115553166186e-5 -loll_V2 1.629115553166186e-5 -look_V2 1.9549386637994232e-4 -look_after_V2 1.629115553166186e-5 -look_ahead_to_V2 1.629115553166186e-5 -look_around_at_V2 1.629115553166186e-5 -look_at_V2 1.629115553166186e-5 -look_back_on_V2 1.629115553166186e-5 -look_down_on_V2 1.629115553166186e-5 -look_for_V2 1.629115553166186e-5 -look_forward_to_V2 1.629115553166186e-5 -look_in_V2 1.629115553166186e-5 -look_in_on_V2 1.629115553166186e-5 -look_into_V2 1.629115553166186e-5 -look_out_for_V2 1.629115553166186e-5 -look_over_V2 1.629115553166186e-5 -look_round_V2 1.629115553166186e-5 -look_through_V2 1.629115553166186e-5 -look_to_V2 1.629115553166186e-5 -look_toward_V2 1.629115553166186e-5 -look_up_V2 1.629115553166186e-5 -look_up_to_V2 1.629115553166186e-5 -loop_V2 1.629115553166186e-5 -loose_V2 3.258231106332372e-5 -loosen_V2 1.1403808872163302e-4 -loot_V2 1.629115553166186e-5 -lop_V2 3.258231106332372e-5 -lord_V2 3.258231106332372e-5 -lord_it_over_V2 1.629115553166186e-5 -lose_V2 4.154244660573774e-3 -lose_out_on_V2 1.629115553166186e-5 -lose_out_to_V2 1.629115553166186e-5 -love_V2 4.2357004382320837e-4 -lower_V2 1.172963198279654e-3 -lubricate_V2 1.629115553166186e-5 -luck_into_V2 1.629115553166186e-5 -luff_V2 1.629115553166186e-5 -lug_V2 4.887346659498558e-5 -lull_V2 3.258231106332372e-5 -lumber_V2 1.629115553166186e-5 -lump_V2 6.516462212664744e-5 -lunch_V2 1.629115553166186e-5 -lure_V2 3.258231106332372e-4 -lust_after_V2 1.629115553166186e-5 -lynch_V2 1.629115553166186e-5 -macadamize_V2 1.629115553166186e-5 -macerate_V2 1.629115553166186e-5 -machine_V2 1.629115553166186e-5 -madden_V2 1.629115553166186e-5 -magic_away_V2 1.629115553166186e-5 -magnetize_V2 3.258231106332372e-5 -magnify_V2 1.3032924425329488e-4 -mail_V2 1.629115553166186e-4 -maim_V2 1.629115553166186e-5 -maintain_V2 1.3032924425329488e-3 -make_V2 1.6258573220598538e-2 -make_away_with_V2 1.629115553166186e-5 -make_do_with_V2 1.629115553166186e-5 -make_for_V2 1.629115553166186e-5 -make_into_V2 1.629115553166186e-5 -make_it_up_to_V2 1.629115553166186e-5 -make_off_with_V2 1.629115553166186e-5 -make_out_V2 1.629115553166186e-5 -make_out_with_V2 1.629115553166186e-5 -make_over_V2 1.629115553166186e-5 -make_towards_V2 1.629115553166186e-5 -make_up_V2 1.629115553166186e-5 -make_up_for_V2 1.629115553166186e-5 -make_up_to_V2 1.629115553166186e-5 -make_with_V2 1.629115553166186e-5 -malign_V2 4.887346659498558e-5 -malt_V2 1.629115553166186e-5 -maltreat_V2 1.629115553166186e-5 -man_V2 8.14557776583093e-5 -manacle_V2 1.629115553166186e-5 -manage_V2 1.4662039978495674e-3 -mandate_V2 2.443673329749279e-4 -maneuver_V2 1.629115553166186e-5 -mangle_V2 1.629115553166186e-5 -manhandle_V2 3.258231106332372e-5 -manicure_V2 1.629115553166186e-5 -manifest_V2 3.258231106332372e-5 -manifold_V2 1.629115553166186e-5 -manipulate_V2 1.9549386637994232e-4 -manoeuvre_V2 1.629115553166186e-5 -mantle_V2 1.629115553166186e-5 -manufacture_V2 1.4336216867862437e-3 -manumit_V2 1.629115553166186e-5 -manure_V2 1.629115553166186e-5 -map_V2 8.14557776583093e-5 -mar_V2 3.258231106332372e-5 -march_V2 1.629115553166186e-5 -marginalize_V2 3.258231106332372e-5 -marinade_V2 1.629115553166186e-5 -marinate_V2 1.629115553166186e-5 -mark_V2 1.058925109558021e-3 -mark_down_V2 1.629115553166186e-5 -mark_off_V2 1.629115553166186e-5 -mark_out_V2 1.629115553166186e-5 -mark_up_V2 1.629115553166186e-5 -market_V2 8.308489321147549e-4 -maroon_V2 1.629115553166186e-5 -marry_V2 3.0953195510157534e-4 -marshal_V2 1.629115553166186e-5 -martyr_V2 1.629115553166186e-5 -mash_V2 1.629115553166186e-5 -mash_up_V2 1.629115553166186e-5 -mask_V2 6.516462212664744e-5 -mass_V2 1.629115553166186e-5 -mass_produce_V2 3.258231106332372e-5 -massacre_V2 1.629115553166186e-5 -massage_V2 4.887346659498558e-5 -master_V2 8.14557776583093e-5 -mastermind_V2 1.629115553166186e-5 -masticate_V2 1.629115553166186e-5 -masturbate_V2 1.629115553166186e-5 -mat_V2 1.629115553166186e-5 -match_V2 9.937604874313735e-4 -mate_V2 3.258231106332372e-5 -matriculate_V2 1.629115553166186e-5 -mature_V2 3.746965772282228e-4 -maul_V2 3.258231106332372e-5 -max_out_V2 1.629115553166186e-5 -maximize_V2 2.2807617744326604e-4 -mean_V2 1.042633954026359e-3 -measure_V2 7.982666210514312e-4 -measure_off_V2 1.629115553166186e-5 -measure_out_V2 1.629115553166186e-5 -measure_up_V2 1.629115553166186e-5 -measure_up_to_V2 1.629115553166186e-5 -mechanize_V2 4.887346659498558e-5 -mediate_V2 3.258231106332372e-5 -medicate_V2 1.629115553166186e-5 -meditate_V2 1.629115553166186e-5 -meet_V2 2.6065848850658976e-3 -meet_with_V2 1.629115553166186e-5 -meld_V2 6.516462212664744e-5 -meliorate_V2 1.629115553166186e-5 -mellow_V2 1.629115553166186e-5 -melt_V2 3.258231106332372e-5 -melt_down_V2 1.629115553166186e-5 -memorialize_V2 3.258231106332372e-5 -memorize_V2 3.258231106332372e-5 -menace_V2 1.629115553166186e-5 -mend_V2 1.629115553166186e-5 -mention_V2 4.887346659498558e-4 -mercerize_V2 1.629115553166186e-5 -merge_V2 4.561523548865321e-4 -merit_V2 6.516462212664744e-5 -mesh_V2 1.629115553166186e-5 -mesmerize_V2 1.629115553166186e-5 -mess_V2 1.629115553166186e-5 -mess_about_V2 1.629115553166186e-5 -mess_about_with_V2 1.629115553166186e-5 -mess_around_V2 1.629115553166186e-5 -mess_around_with_V2 1.629115553166186e-5 -mess_over_V2 1.629115553166186e-5 -mess_up_V2 1.629115553166186e-5 -mess_with_V2 1.629115553166186e-5 -metabolize_V2 3.258231106332372e-5 -metal_V2 1.629115553166186e-5 -metamorphose_V2 1.629115553166186e-5 -mete_V2 4.887346659498558e-5 -mete_out_V2 1.629115553166186e-5 -metricize_V2 1.629115553166186e-5 -microfilm_V2 1.629115553166186e-5 -miff_V2 3.258231106332372e-5 -mildew_V2 1.629115553166186e-5 -milk_V2 1.1403808872163302e-4 -mill_V2 3.258231106332372e-5 -mime_V2 1.629115553166186e-5 -mimeograph_V2 1.629115553166186e-5 -mimic_V2 1.1403808872163302e-4 -mince_V2 3.258231106332372e-5 -mind_V2 1.1403808872163302e-4 -mine_V2 1.629115553166186e-5 -mingle_V2 1.629115553166186e-5 -miniaturize_V2 3.258231106332372e-5 -minimize_V2 2.2807617744326604e-4 -mint_V2 4.887346659498558e-5 -minute_V2 1.629115553166186e-5 -mire_V2 9.774693318997116e-5 -mirror_V2 1.7920271084828046e-4 -misadvise_V2 1.629115553166186e-5 -misapply_V2 1.629115553166186e-5 -misapprehend_V2 1.629115553166186e-5 -misappropriate_V2 1.629115553166186e-5 -misbehave_V2 1.629115553166186e-5 -miscalculate_V2 4.887346659498558e-5 -miscall_V2 1.629115553166186e-5 -miscarry_V2 1.629115553166186e-5 -miscast_V2 1.629115553166186e-5 -misconceive_V2 1.629115553166186e-5 -misconduct_V2 1.629115553166186e-5 -misconstrue_V2 1.629115553166186e-5 -miscount_V2 1.629115553166186e-5 -misdate_V2 1.629115553166186e-5 -misdeal_V2 1.629115553166186e-5 -misdirect_V2 1.629115553166186e-5 -misgive_V2 1.629115553166186e-5 -misgovern_V2 1.629115553166186e-5 -misguide_V2 6.516462212664744e-5 -mishandle_V2 8.14557776583093e-5 -misinform_V2 1.629115553166186e-5 -misinterpret_V2 9.774693318997116e-5 -misjudge_V2 1.629115553166186e-5 -mislay_V2 1.629115553166186e-5 -mislead_V2 1.7920271084828046e-4 -mismanage_V2 1.629115553166186e-5 -misname_V2 1.629115553166186e-5 -misplace_V2 4.887346659498558e-5 -misprint_V2 1.629115553166186e-5 -mispronounce_V2 1.629115553166186e-5 -misquote_V2 1.629115553166186e-5 -misread_V2 1.629115553166186e-5 -misrepresent_V2 1.3032924425329488e-4 -miss_V2 5.213169770131795e-4 -miss_out_V2 1.629115553166186e-5 -miss_out_on_V2 1.629115553166186e-5 -misspell_V2 1.629115553166186e-5 -misspend_V2 3.258231106332372e-5 -misstate_V2 1.9549386637994232e-4 -mist_V2 1.629115553166186e-5 -mistake_V2 3.258231106332372e-5 -mistime_V2 1.629115553166186e-5 -mistranslate_V2 1.629115553166186e-5 -mistreat_V2 3.258231106332372e-5 -mistrust_V2 1.629115553166186e-5 -misunderstand_V2 4.887346659498558e-5 -misuse_V2 3.258231106332372e-5 -mitigate_V2 8.14557776583093e-5 -mix_V2 8.14557776583093e-4 -mix_up_V2 1.629115553166186e-5 -moan_V2 1.629115553166186e-5 -mob_V2 1.629115553166186e-5 -mobilize_V2 4.887346659498558e-5 -mock_V2 4.887346659498558e-5 -mock_up_V2 1.629115553166186e-5 -model_V2 9.774693318997116e-5 -moderate_V2 4.887346659498558e-5 -modernize_V2 2.6065848850658976e-4 -modify_V2 2.443673329749279e-4 -modulate_V2 1.629115553166186e-5 -moisten_V2 1.629115553166186e-5 -mold_V2 3.258231106332372e-5 -molest_V2 1.629115553166186e-5 -mollify_V2 4.887346659498558e-5 -mollycoddle_V2 1.629115553166186e-5 -monetize_V2 1.629115553166186e-5 -monitor_V2 6.516462212664744e-4 -monopolize_V2 1.1403808872163302e-4 -moon_V2 1.629115553166186e-5 -moor_V2 1.629115553166186e-5 -moot_V2 1.629115553166186e-5 -mop_V2 3.258231106332372e-5 -mop_up_V2 1.629115553166186e-5 -moralize_V2 1.629115553166186e-5 -mortar_V2 1.629115553166186e-5 -mortgage_V2 6.516462212664744e-5 -mortice_V2 1.629115553166186e-5 -mortify_V2 1.629115553166186e-5 -mortise_V2 1.629115553166186e-5 -mother_V2 1.629115553166186e-5 -mothproof_V2 1.629115553166186e-5 -motion_V2 1.629115553166186e-5 -motivate_V2 1.629115553166186e-4 -motorize_V2 4.887346659498558e-5 -mottle_V2 1.629115553166186e-5 -mould_V2 1.629115553166186e-5 -moult_V2 1.629115553166186e-5 -mount_V2 2.2807617744326604e-4 -mourn_V2 1.629115553166186e-5 -mouth_V2 3.258231106332372e-5 -move_V2 9.123047097730642e-4 -move_away_from_V2 1.629115553166186e-5 -move_down_V2 1.629115553166186e-5 -move_in_on_V2 1.629115553166186e-5 -move_into_V2 1.629115553166186e-5 -move_on_V2 1.629115553166186e-5 -move_out_V2 1.629115553166186e-5 -move_towards_V2 1.629115553166186e-5 -move_up_V2 1.629115553166186e-5 -mow_V2 3.258231106332372e-5 -muck_V2 1.629115553166186e-5 -mud_V2 1.629115553166186e-5 -muddle_V2 1.629115553166186e-5 -muddle_up_V2 1.629115553166186e-5 -muddy_V2 6.516462212664744e-5 -muff_V2 1.629115553166186e-5 -muffle_V2 3.258231106332372e-5 -mug_V2 1.629115553166186e-5 -mug_up_on_V2 1.629115553166186e-5 -mulch_V2 1.629115553166186e-5 -mulct_V2 1.629115553166186e-5 -mull_V2 1.1403808872163302e-4 -mull_over_V2 1.629115553166186e-5 -multiply_V2 6.516462212664744e-5 -mumble_V2 3.258231106332372e-5 -mummify_V2 1.629115553166186e-5 -munch_V2 1.629115553166186e-5 -munition_V2 1.629115553166186e-5 -murder_V2 1.629115553166186e-4 -murmur_V2 1.629115553166186e-5 -muscle_V2 3.258231106332372e-5 -muscle_in_on_V2 1.629115553166186e-5 -muscle_into_V2 1.629115553166186e-5 -muscle_out_V2 1.629115553166186e-5 -muss_V2 1.629115553166186e-5 -muster_V2 8.14557776583093e-5 -mute_V2 6.516462212664744e-5 -mutilate_V2 1.629115553166186e-5 -mutter_V2 1.629115553166186e-5 -muzzle_V2 3.258231106332372e-5 -mystify_V2 1.629115553166186e-5 -nab_V2 1.629115553166186e-5 -nag_V2 1.629115553166186e-5 -nag_at_V2 1.629115553166186e-5 -nail_V2 6.516462212664744e-5 -nail_down_V2 1.629115553166186e-5 -name_V2 2.085267908052718e-3 -nark_V2 1.629115553166186e-5 -narrate_V2 1.629115553166186e-5 -narrow_V2 1.7920271084828046e-4 -narrow_down_V2 1.629115553166186e-5 -nasalize_V2 1.629115553166186e-5 -nationalize_V2 6.516462212664744e-5 -naturalize_V2 1.629115553166186e-5 -nauseate_V2 1.629115553166186e-5 -navigate_V2 1.629115553166186e-5 -naysay_V2 3.258231106332372e-5 -near_V2 8.14557776583093e-5 -necessitate_V2 3.258231106332372e-5 -need_V2 2.671749507192545e-3 -needle_V2 1.629115553166186e-5 -negate_V2 3.258231106332372e-5 -negative_V2 1.629115553166186e-5 -neglect_V2 1.4662039978495674e-4 -negotiate_V2 9.28595865304726e-4 -neighbour_V2 1.629115553166186e-5 -nerve_V2 1.629115553166186e-5 -nestle_V2 1.629115553166186e-5 -net_V2 4.887346659498558e-5 -nett_V2 8.14557776583093e-5 -nettle_V2 1.629115553166186e-5 -neuter_V2 1.629115553166186e-5 -neutralize_V2 3.258231106332372e-5 -nibble_V2 1.629115553166186e-5 -nick_V2 3.258231106332372e-5 -nickel_V2 1.629115553166186e-5 -nickname_V2 1.629115553166186e-5 -nip_V2 1.629115553166186e-5 -nix_V2 3.258231106332372e-5 -nobble_V2 1.629115553166186e-5 -nod_V2 3.258231106332372e-5 -nod_through_V2 1.629115553166186e-5 -noise_V2 1.629115553166186e-5 -nominate_V2 1.4662039978495674e-4 -nonplus_V2 1.629115553166186e-5 -noose_V2 1.629115553166186e-5 -normalize_V2 3.258231106332372e-5 -nose_V2 1.629115553166186e-5 -nose_around_V2 1.629115553166186e-5 -nose_out_V2 1.629115553166186e-5 -notch_V2 6.516462212664744e-5 -note_V2 4.887346659498558e-4 -note_down_V2 1.629115553166186e-5 -notice_V2 1.7920271084828046e-4 -notify_V2 5.213169770131795e-4 -nourish_V2 1.629115553166186e-5 -nudge_V2 3.258231106332372e-5 -nullify_V2 1.1403808872163302e-4 -numb_V2 1.629115553166186e-5 -number_V2 1.3032924425329488e-4 -nurse_V2 8.14557776583093e-5 -nurture_V2 6.516462212664744e-5 -nut_out_V2 1.629115553166186e-5 -nuzzle_V2 1.629115553166186e-5 -obey_V2 3.258231106332372e-5 -obfuscate_V2 3.258231106332372e-5 -object_V2 1.629115553166186e-5 -objurgate_V2 1.629115553166186e-5 -obligate_V2 3.258231106332372e-5 -oblige_V2 4.887346659498558e-5 -obliterate_V2 3.258231106332372e-5 -obscure_V2 4.887346659498558e-5 -observe_V2 1.3032924425329488e-4 -obsess_V2 4.887346659498558e-5 -obstruct_V2 8.14557776583093e-5 -obtain_V2 1.3358747535962725e-3 -obtrude_V2 1.629115553166186e-5 -obviate_V2 3.258231106332372e-5 -occasion_V2 4.887346659498558e-5 -occupy_V2 1.3032924425329488e-4 -occur_to_V2 1.629115553166186e-5 -occurr_V2 6.516462212664744e-5 -offend_V2 1.3032924425329488e-4 -offer_V2 5.848524835866608e-3 -offset_V2 1.9386475082677614e-3 -ogle_V2 4.887346659498558e-5 -oil_V2 1.629115553166186e-5 -okay_V2 1.629115553166186e-5 -omen_V2 1.629115553166186e-5 -omit_V2 3.584054216965609e-4 -ooze_V2 1.629115553166186e-5 -open_V2 1.4336216867862437e-3 -open_up_V2 3.258231106332372e-5 -operate_V2 1.172963198279654e-3 -operate_on_V2 1.629115553166186e-5 -opine_V2 1.629115553166186e-5 -oppose_V2 1.3358747535962725e-3 -oppress_V2 1.629115553166186e-5 -oppugn_V2 1.629115553166186e-5 -opt_for_V2 1.629115553166186e-5 -opt_into_V2 1.629115553166186e-5 -opt_out_V2 1.629115553166186e-5 -orbit_V2 1.629115553166186e-5 -orchestrate_V2 6.516462212664744e-5 -ordain_V2 1.629115553166186e-5 -order_V2 1.1240897316846684e-3 -organize_V2 6.842285323297981e-4 -orient_V2 9.774693318997116e-5 -orientate_V2 1.629115553166186e-5 -originate_V2 4.887346659498558e-5 -ornament_V2 1.629115553166186e-5 -orphan_V2 3.258231106332372e-5 -oscillate_V2 1.629115553166186e-5 -ossify_V2 1.629115553166186e-5 -ostracize_V2 1.629115553166186e-5 -oust_V2 3.9098773275988465e-4 -out_V2 1.629115553166186e-5 -out_herod_V2 1.629115553166186e-5 -out_trade_V2 3.258231106332372e-5 -outbalance_V2 1.629115553166186e-5 -outbid_V2 8.14557776583093e-5 -outbrave_V2 1.629115553166186e-5 -outclass_V2 1.629115553166186e-5 -outdistance_V2 3.258231106332372e-5 -outdo_V2 4.887346659498558e-5 -outface_V2 1.629115553166186e-5 -outfight_V2 1.629115553166186e-5 -outfit_V2 4.887346659498558e-5 -outflank_V2 3.258231106332372e-5 -outfly_V2 4.887346659498558e-5 -outfox_V2 1.629115553166186e-5 -outgain_V2 3.258231106332372e-5 -outgrow_V2 4.887346659498558e-5 -outlast_V2 4.887346659498558e-5 -outlaw_V2 1.7920271084828046e-4 -outleap_V2 3.258231106332372e-5 -outline_V2 2.6065848850658976e-4 -outlive_V2 1.629115553166186e-5 -outmanoeuvre_V2 1.629115553166186e-5 -outmarch_V2 1.629115553166186e-5 -outmatch_V2 1.629115553166186e-5 -outnumber_V2 2.2807617744326604e-4 -outpace_V2 1.7920271084828046e-4 -outperform_V2 2.2807617744326604e-4 -outplay_V2 1.629115553166186e-5 -outpoint_V2 1.629115553166186e-5 -outrage_V2 8.14557776583093e-5 -outrange_V2 1.629115553166186e-5 -outrank_V2 3.258231106332372e-5 -outride_V2 1.629115553166186e-5 -outrival_V2 1.629115553166186e-5 -outrun_V2 1.629115553166186e-5 -outsail_V2 1.629115553166186e-5 -outsell_V2 6.516462212664744e-5 -outshine_V2 4.887346659498558e-5 -outsmart_V2 1.629115553166186e-5 -outspan_V2 1.629115553166186e-5 -outstay_V2 1.629115553166186e-5 -outstrip_V2 1.4662039978495674e-4 -outvie_V2 1.629115553166186e-5 -outvote_V2 1.629115553166186e-5 -outwear_V2 1.629115553166186e-5 -outweigh_V2 1.7920271084828046e-4 -outwit_V2 1.629115553166186e-5 -over_magazine_V2 3.258231106332372e-5 -overact_V2 1.629115553166186e-5 -overarch_V2 1.629115553166186e-5 -overawe_V2 1.629115553166186e-5 -overbalance_V2 1.629115553166186e-5 -overbear_V2 1.629115553166186e-5 -overbid_V2 3.258231106332372e-5 -overburden_V2 3.258231106332372e-5 -overcall_V2 1.629115553166186e-5 -overcapitalize_V2 1.629115553166186e-5 -overcharge_V2 1.629115553166186e-5 -overclothe_V2 1.629115553166186e-5 -overcloud_V2 1.629115553166186e-5 -overcome_V2 3.4211426616489907e-4 -overcommit_V2 3.258231106332372e-5 -overcook_V2 1.629115553166186e-5 -overcrop_V2 1.629115553166186e-5 -overcrowd_V2 3.258231106332372e-5 -overdo_V2 3.258231106332372e-5 -overdraw_V2 1.629115553166186e-5 -overdress_V2 1.629115553166186e-5 -overemphasize_V2 3.258231106332372e-5 -overestimate_V2 1.629115553166186e-5 -overexert_V2 1.629115553166186e-5 -overexpose_V2 1.629115553166186e-5 -overfeed_V2 1.629115553166186e-5 -overflow_V2 1.629115553166186e-5 -overfly_V2 1.629115553166186e-5 -overhang_V2 4.887346659498558e-5 -overhaul_V2 2.769496440382516e-4 -overhear_V2 1.629115553166186e-5 -overheat_V2 4.887346659498558e-5 -overindulge_V2 1.629115553166186e-5 -overlap_V2 1.629115553166186e-5 -overlay_V2 4.887346659498558e-5 -overleap_V2 1.629115553166186e-5 -overload_V2 1.629115553166186e-5 -overlook_V2 1.629115553166186e-4 -overmaster_V2 1.629115553166186e-5 -overpay_V2 4.887346659498558e-5 -overplant_V2 3.258231106332372e-5 -overplay_V2 1.629115553166186e-5 -overpower_V2 3.258231106332372e-5 -overpraise_V2 1.629115553166186e-5 -overprice_V2 8.14557776583093e-5 -overprint_V2 1.629115553166186e-5 -overproduce_V2 1.629115553166186e-5 -overrate_V2 1.629115553166186e-5 -overreach_V2 1.629115553166186e-5 -override_V2 2.443673329749279e-4 -overrule_V2 4.887346659498558e-5 -overrun_V2 1.629115553166186e-5 -oversee_V2 6.679373767981363e-4 -oversell_V2 3.258231106332372e-5 -oversew_V2 1.629115553166186e-5 -overshadow_V2 1.1403808872163302e-4 -overshoot_V2 1.629115553166186e-5 -oversimplify_V2 1.629115553166186e-5 -overspend_V2 1.629115553166186e-5 -overstate_V2 1.629115553166186e-4 -overstay_V2 1.629115553166186e-5 -overstep_V2 1.629115553166186e-5 -overstock_V2 1.629115553166186e-5 -overstrain_V2 3.258231106332372e-5 -oversubscribe_V2 1.4662039978495674e-4 -overtake_V2 3.258231106332372e-5 -overtax_V2 3.258231106332372e-5 -overthrow_V2 1.3032924425329488e-4 -overtop_V2 1.629115553166186e-5 -overtrump_V2 1.629115553166186e-5 -overturn_V2 1.4662039978495674e-4 -overvalue_V2 9.774693318997116e-5 -overwhelm_V2 1.4662039978495674e-4 -overwork_V2 3.258231106332372e-5 -owe_V2 5.701904436081651e-4 -own_V2 5.359790169916752e-3 -oxidize_V2 1.629115553166186e-5 -oxygenate_V2 1.629115553166186e-5 -oxygenize_V2 1.629115553166186e-5 -pace_V2 3.258231106332372e-5 -pacify_V2 3.258231106332372e-5 -pack_V2 1.4662039978495674e-4 -pack_away_V2 1.629115553166186e-5 -pack_in_V2 1.629115553166186e-5 -pack_off_V2 1.629115553166186e-5 -pack_out_V2 1.629115553166186e-5 -pack_up_V2 1.629115553166186e-5 -package_V2 3.0953195510157534e-4 -pad_V2 3.258231106332372e-5 -pad_out_V2 1.629115553166186e-5 -paddle_V2 1.629115553166186e-5 -padlock_V2 1.629115553166186e-5 -page_V2 1.629115553166186e-5 -pain_V2 3.258231106332372e-5 -paint_V2 2.6065848850658976e-4 -pair_V2 8.14557776583093e-5 -pair_off_V2 1.629115553166186e-5 -pair_off_with_V2 1.629115553166186e-5 -palisade_V2 1.629115553166186e-5 -palliate_V2 1.629115553166186e-5 -palm_V2 4.887346659498558e-5 -palm_off_V2 1.629115553166186e-5 -palsy_V2 1.629115553166186e-5 -pamper_V2 4.887346659498558e-5 -pan_V2 1.629115553166186e-5 -panel_V2 1.629115553166186e-5 -panic_V2 3.258231106332372e-5 -pant_V2 1.629115553166186e-5 -paper_V2 1.629115553166186e-5 -paper_over_V2 1.629115553166186e-5 -parachute_V2 1.629115553166186e-5 -parade_V2 1.629115553166186e-5 -paragraph_V2 1.629115553166186e-5 -parallel_V2 8.14557776583093e-5 -paralyse_V2 1.629115553166186e-5 -paralyze_V2 1.1403808872163302e-4 -paraphrase_V2 1.629115553166186e-5 -parboil_V2 1.629115553166186e-5 -parcel_V2 4.887346659498558e-5 -parch_V2 3.258231106332372e-5 -pardon_V2 3.258231106332372e-5 -pare_V2 1.629115553166186e-4 -pare_back_V2 1.629115553166186e-5 -pare_down_V2 1.629115553166186e-5 -park_V2 6.516462212664744e-5 -parody_V2 1.629115553166186e-5 -parole_V2 1.629115553166186e-5 -parry_V2 4.887346659498558e-5 -parse_V2 1.629115553166186e-5 -part_V2 3.258231106332372e-5 -part_with_V2 1.629115553166186e-5 -partake_V2 1.629115553166186e-5 -participate_V2 4.887346659498558e-5 -particularize_V2 1.629115553166186e-5 -partition_V2 1.629115553166186e-5 -partner_V2 1.629115553166186e-5 -pass_V2 1.40103937572292e-3 -pass_around_V2 1.629115553166186e-5 -pass_as_V2 1.629115553166186e-5 -pass_back_V2 1.629115553166186e-5 -pass_by_V2 1.629115553166186e-5 -pass_down_V2 1.629115553166186e-5 -pass_for_V2 1.629115553166186e-5 -pass_off_V2 1.629115553166186e-5 -pass_on_V2 1.629115553166186e-5 -pass_on_to_V2 1.629115553166186e-5 -pass_out_V2 1.629115553166186e-5 -pass_over_V2 1.629115553166186e-5 -pass_round_V2 1.629115553166186e-5 -pass_through_V2 1.629115553166186e-5 -pass_to_V2 1.629115553166186e-5 -pass_up_V2 1.629115553166186e-5 -paste_V2 3.258231106332372e-5 -pasteurize_V2 3.258231106332372e-5 -pasture_V2 1.629115553166186e-5 -pat_V2 1.629115553166186e-5 -pat_down_V2 1.629115553166186e-5 -patch_V2 6.516462212664744e-5 -patch_together_V2 1.629115553166186e-5 -patch_up_V2 1.629115553166186e-5 -patent_V2 9.774693318997116e-5 -patrol_V2 3.258231106332372e-5 -patronize_V2 6.516462212664744e-5 -patter_V2 1.629115553166186e-5 -pattern_V2 4.887346659498558e-5 -pauperize_V2 1.629115553166186e-5 -pave_V2 1.4662039978495674e-4 -paw_V2 1.629115553166186e-5 -pawn_V2 3.258231106332372e-5 -pay_V2 7.510222700096118e-3 -pay_back_V2 1.629115553166186e-5 -pay_down_V2 1.629115553166186e-5 -pay_off_V2 1.629115553166186e-5 -peach_V2 1.629115553166186e-5 -peak_V2 9.774693318997116e-5 -peal_V2 1.629115553166186e-5 -peck_V2 1.629115553166186e-5 -peck_at_V2 1.629115553166186e-5 -peculate_V2 1.629115553166186e-5 -pedal_V2 1.629115553166186e-5 -peddle_V2 1.629115553166186e-4 -peel_V2 4.887346659498558e-5 -peel_away_from_V2 1.629115553166186e-5 -peel_off_from_V2 1.629115553166186e-5 -peeve_V2 1.629115553166186e-5 -peg_V2 2.2807617744326604e-4 -peg_down_V2 1.629115553166186e-5 -peg_out_V2 1.629115553166186e-5 -pelt_V2 1.629115553166186e-5 -pen_V2 3.258231106332372e-5 -penalize_V2 8.14557776583093e-5 -pencil_V2 1.629115553166186e-5 -pencil_in_V2 1.629115553166186e-5 -pend_V2 4.887346659498558e-5 -penetrate_V2 1.3032924425329488e-4 -pension_V2 1.629115553166186e-5 -people_V2 3.258231106332372e-5 -pep_V2 1.629115553166186e-5 -pep_up_V2 1.629115553166186e-5 -pepper_V2 3.258231106332372e-5 -perambulate_V2 1.629115553166186e-5 -perceive_V2 2.443673329749279e-4 -perch_V2 3.258231106332372e-5 -percolate_V2 1.629115553166186e-5 -perfect_V2 4.887346659498558e-5 -perforate_V2 3.258231106332372e-5 -perform_V2 4.2357004382320837e-4 -perfume_V2 3.258231106332372e-5 -peril_V2 1.629115553166186e-5 -perish_V2 1.629115553166186e-5 -perjure_V2 1.629115553166186e-5 -perk_V2 1.629115553166186e-5 -perk_up_V2 1.629115553166186e-5 -perm_V2 1.629115553166186e-5 -permeate_V2 4.887346659498558e-5 -permit_V2 5.213169770131795e-4 -permute_V2 1.629115553166186e-5 -perpetrate_V2 3.258231106332372e-5 -perpetuate_V2 9.774693318997116e-5 -perplex_V2 1.629115553166186e-5 -persecute_V2 4.887346659498558e-5 -personalize_V2 8.14557776583093e-5 -personate_V2 1.629115553166186e-5 -personify_V2 1.629115553166186e-5 -persuade_V2 6.516462212664744e-4 -perturb_V2 3.258231106332372e-5 -peruse_V2 4.887346659498558e-5 -pervade_V2 4.887346659498558e-5 -pervert_V2 1.629115553166186e-5 -pester_V2 3.258231106332372e-5 -pestle_V2 1.629115553166186e-5 -pet_V2 1.629115553166186e-5 -petition_V2 3.258231106332372e-5 -petrify_V2 1.629115553166186e-5 -phase_V2 2.443673329749279e-4 -phase_in_V2 1.629115553166186e-5 -phase_out_V2 1.629115553166186e-5 -phone_V2 9.774693318997116e-5 -photocopy_V2 3.258231106332372e-5 -photograph_V2 6.516462212664744e-5 -photosensitize_V2 1.629115553166186e-5 -photostat_V2 1.629115553166186e-5 -phrase_V2 1.629115553166186e-5 -pick_V2 3.9098773275988465e-4 -pick_at_V2 1.629115553166186e-5 -pick_off_V2 1.629115553166186e-5 -pick_on_V2 1.629115553166186e-5 -pick_out_V2 1.629115553166186e-5 -pick_through_V2 1.629115553166186e-5 -pick_up_V2 3.258231106332372e-5 -pick_up_after_V2 1.629115553166186e-5 -pick_up_on_V2 1.629115553166186e-5 -picket_V2 1.629115553166186e-5 -pickle_V2 1.629115553166186e-5 -picture_V2 8.14557776583093e-5 -piece_V2 4.887346659498558e-5 -pierce_V2 1.629115553166186e-5 -pigeonhole_V2 1.629115553166186e-5 -pile_V2 4.887346659498558e-5 -pile_into_V2 1.629115553166186e-5 -pile_on_V2 1.629115553166186e-5 -pile_up_V2 1.629115553166186e-5 -pilfer_V2 1.629115553166186e-5 -pillage_V2 1.629115553166186e-5 -pillory_V2 4.887346659498558e-5 -pillow_V2 1.629115553166186e-5 -pilot_V2 1.629115553166186e-5 -pin_V2 1.3032924425329488e-4 -pin_down_V2 1.629115553166186e-5 -pin_point_V2 3.258231106332372e-5 -pin_up_V2 1.629115553166186e-5 -pinch_V2 6.516462212664744e-5 -pinion_V2 1.629115553166186e-5 -pink_V2 1.629115553166186e-5 -pinnacle_V2 1.629115553166186e-5 -pinpoint_V2 8.14557776583093e-5 -pioneer_V2 6.516462212664744e-5 -pip_V2 1.629115553166186e-5 -pipe_V2 3.258231106332372e-5 -pique_V2 1.629115553166186e-5 -pirate_V2 3.258231106332372e-5 -piss_V2 1.629115553166186e-5 -pit_V2 1.3032924425329488e-4 -pitch_V2 1.9549386637994232e-4 -pitch_for_V2 1.629115553166186e-5 -pitch_into_V2 1.629115553166186e-5 -pitchfork_V2 1.629115553166186e-5 -pity_V2 1.629115553166186e-5 -pivot_V2 1.629115553166186e-5 -placard_V2 1.629115553166186e-5 -placate_V2 6.516462212664744e-5 -place_V2 1.9223563527360995e-3 -plagiarize_V2 1.629115553166186e-5 -plague_V2 1.9549386637994232e-4 -plain_V2 1.629115553166186e-5 -plait_V2 1.629115553166186e-5 -plan_V2 1.6616978642295097e-3 -plane_V2 1.629115553166186e-5 -plank_V2 1.629115553166186e-5 -plant_V2 3.258231106332372e-4 -plant_out_V2 1.629115553166186e-5 -plash_V2 1.629115553166186e-5 -plaster_V2 1.629115553166186e-5 -plate_V2 1.629115553166186e-5 -play_V2 1.8246094195461283e-3 -play_at_V2 1.629115553166186e-5 -play_back_V2 1.629115553166186e-5 -play_down_V2 1.629115553166186e-5 -play_off_V2 1.629115553166186e-5 -play_on_V2 1.629115553166186e-5 -play_out_V2 1.629115553166186e-5 -play_up_V2 1.629115553166186e-5 -play_up_to_V2 1.629115553166186e-5 -play_upon_V2 1.629115553166186e-5 -play_with_V2 1.629115553166186e-5 -pleach_V2 1.629115553166186e-5 -plead_V2 9.774693318997116e-5 -please_V2 4.072788882915465e-4 -pleat_V2 3.258231106332372e-5 -pledge_V2 1.3032924425329488e-4 -plight_V2 1.629115553166186e-5 -plod_V2 1.629115553166186e-5 -plot_V2 8.14557776583093e-5 -plough_V2 1.629115553166186e-5 -plough_back_V2 1.629115553166186e-5 -plough_into_V2 1.629115553166186e-5 -plough_through_V2 1.629115553166186e-5 -plough_up_V2 1.629115553166186e-5 -plow_V2 8.14557776583093e-5 -plow_back_V2 1.629115553166186e-5 -plow_into_V2 1.629115553166186e-5 -plow_through_V2 1.629115553166186e-5 -plow_up_V2 1.629115553166186e-5 -pluck_V2 3.258231106332372e-5 -pluck_at_V2 1.629115553166186e-5 -pluck_up_V2 1.629115553166186e-5 -plug_V2 1.3032924425329488e-4 -plug_in_V2 1.629115553166186e-5 -plumb_V2 1.629115553166186e-5 -plume_V2 1.629115553166186e-5 -plummet_V2 3.0953195510157534e-4 -plump_V2 1.629115553166186e-5 -plump_for_V2 1.629115553166186e-5 -plump_up_V2 1.629115553166186e-5 -plunder_V2 1.629115553166186e-5 -plunge_V2 6.190639102031507e-4 -ply_V2 4.887346659498558e-5 -poach_V2 3.258231106332372e-5 -pocket_V2 6.516462212664744e-5 -pod_V2 1.629115553166186e-5 -point_V2 1.3032924425329488e-4 -point_out_V2 3.258231106332372e-5 -poise_V2 3.258231106332372e-5 -poison_V2 3.258231106332372e-5 -poke_V2 4.887346659498558e-5 -polarize_V2 3.258231106332372e-5 -poleax_V2 1.629115553166186e-5 -poleaxe_V2 1.629115553166186e-5 -police_V2 8.14557776583093e-5 -polish_V2 9.774693318997116e-5 -polish_off_V2 1.629115553166186e-5 -polish_up_V2 1.629115553166186e-5 -politicize_V2 4.887346659498558e-5 -poll_V2 1.7920271084828046e-4 -pollard_V2 1.629115553166186e-5 -pollinate_V2 9.774693318997116e-5 -pollute_V2 6.516462212664744e-5 -pomade_V2 1.629115553166186e-5 -pommel_V2 1.629115553166186e-5 -ponder_V2 6.516462212664744e-5 -poniard_V2 1.629115553166186e-5 -pony_up_V2 1.629115553166186e-5 -pooh_pooh_V2 1.629115553166186e-5 -pool_V2 9.774693318997116e-5 -poop_out_on_V2 1.629115553166186e-5 -pop_V2 3.258231106332372e-5 -popularize_V2 4.887346659498558e-5 -populate_V2 1.3032924425329488e-4 -pore_over_V2 1.629115553166186e-5 -port_V2 3.258231106332372e-5 -portend_V2 6.516462212664744e-5 -portion_V2 1.629115553166186e-5 -portray_V2 3.584054216965609e-4 -pose_V2 3.746965772282228e-4 -posh_V2 1.629115553166186e-5 -posit_V2 1.629115553166186e-5 -position_V2 2.2807617744326604e-4 -possess_V2 2.1178502191160418e-4 -post_V2 3.2908134173956958e-3 -postdate_V2 1.629115553166186e-5 -postmark_V2 3.258231106332372e-5 -postpone_V2 5.538992880765032e-4 -postulate_V2 1.629115553166186e-5 -posture_V2 1.629115553166186e-5 -pot_V2 4.887346659498558e-5 -pouch_V2 1.629115553166186e-5 -poultice_V2 1.629115553166186e-5 -pound_V2 6.516462212664744e-5 -pour_V2 2.443673329749279e-4 -pour_in_V2 3.258231106332372e-5 -pout_V2 1.629115553166186e-5 -powder_V2 4.887346659498558e-5 -power_V2 8.14557776583093e-5 -power_dive_V2 1.629115553166186e-5 -power_down_V2 1.629115553166186e-5 -power_off_V2 1.629115553166186e-5 -power_up_V2 1.629115553166186e-5 -practice_V2 2.2807617744326604e-4 -practise_V2 1.629115553166186e-5 -praise_V2 2.932407995699135e-4 -pray_V2 1.629115553166186e-5 -pre_approve_V2 4.887346659498558e-5 -pre_empt_V2 6.516462212664744e-5 -pre_register_V2 4.887346659498558e-5 -pre_sign_V2 3.258231106332372e-5 -pre_test_V2 3.258231106332372e-5 -preach_V2 3.258231106332372e-5 -prearrange_V2 3.258231106332372e-5 -precede_V2 1.3032924425329488e-4 -precipitate_V2 9.774693318997116e-5 -precis_V2 1.629115553166186e-5 -preclude_V2 1.9549386637994232e-4 -preconceive_V2 1.629115553166186e-5 -predate_V2 4.887346659498558e-5 -predecease_V2 1.629115553166186e-5 -predestinate_V2 1.629115553166186e-5 -predestine_V2 1.629115553166186e-5 -predetermine_V2 6.516462212664744e-5 -predicate_V2 3.258231106332372e-5 -predict_V2 9.448870208363879e-4 -predigest_V2 1.629115553166186e-5 -predispose_V2 4.887346659498558e-5 -preen_V2 1.629115553166186e-5 -prefabricate_V2 1.629115553166186e-5 -preface_V2 1.629115553166186e-5 -prefer_V2 2.085267908052718e-3 -prefigure_V2 1.629115553166186e-5 -prefix_V2 1.629115553166186e-5 -preheat_V2 1.629115553166186e-5 -prejudge_V2 1.629115553166186e-5 -prejudice_V2 4.887346659498558e-5 -prelude_V2 1.629115553166186e-5 -premeditate_V2 1.629115553166186e-5 -premiere_V2 4.887346659498558e-5 -premise_V2 1.629115553166186e-5 -premiss_V2 1.629115553166186e-5 -preoccupy_V2 8.14557776583093e-5 -preordain_V2 1.629115553166186e-5 -prepare_V2 7.0051968786146e-4 -prepay_V2 1.629115553166186e-4 -prepossess_V2 1.629115553166186e-5 -prerecord_V2 1.629115553166186e-5 -presage_V2 1.1403808872163302e-4 -prescribe_V2 1.4662039978495674e-4 -present_V2 9.448870208363879e-4 -preserve_V2 5.86481599139827e-4 -press_V2 3.9098773275988465e-4 -press_for_V2 1.629115553166186e-5 -press_forward_with_V2 1.629115553166186e-5 -press_into_V2 1.629115553166186e-5 -press_upon_V2 1.629115553166186e-5 -pressure_V2 2.932407995699135e-4 -presume_V2 8.14557776583093e-5 -presuppose_V2 1.629115553166186e-5 -pretend_V2 1.629115553166186e-5 -prettify_V2 1.629115553166186e-5 -prevail_V2 3.258231106332372e-5 -prevent_V2 2.0363944414577327e-3 -preview_V2 3.258231106332372e-5 -prey_on_V2 1.629115553166186e-5 -prey_upon_V2 1.629115553166186e-5 -price_V2 1.6616978642295097e-3 -price_in_V2 1.629115553166186e-5 -price_up_V2 1.629115553166186e-5 -prick_V2 3.258231106332372e-5 -prickle_V2 1.629115553166186e-5 -pride_V2 1.629115553166186e-5 -prim_V2 1.629115553166186e-5 -prime_V2 4.887346659498558e-5 -primp_V2 1.629115553166186e-5 -prink_V2 1.629115553166186e-5 -print_V2 3.584054216965609e-4 -print_out_V2 1.629115553166186e-5 -prise_V2 1.629115553166186e-5 -privatize_V2 1.9549386637994232e-4 -prize_V2 6.516462212664744e-5 -probate_V2 1.629115553166186e-5 -probe_V2 8.14557776583093e-5 -proceed_V2 3.258231106332372e-5 -process_V2 4.887346659498558e-4 -proclaim_V2 9.774693318997116e-5 -procreate_V2 1.629115553166186e-5 -procure_V2 1.629115553166186e-5 -prod_V2 6.516462212664744e-5 -produce_V2 4.447485460143688e-3 -profane_V2 1.629115553166186e-5 -profess_V2 4.887346659498558e-5 -proffer_V2 4.887346659498558e-5 -profile_V2 4.887346659498558e-5 -profit_V2 1.629115553166186e-5 -prognosticate_V2 1.629115553166186e-5 -program_V2 8.14557776583093e-5 -programme_V2 6.516462212664744e-5 -progress_V2 3.258231106332372e-5 -prohibit_V2 5.376081325448414e-4 -project_V2 4.887346659498558e-4 -proliferate_V2 1.629115553166186e-5 -prolong_V2 3.584054216965609e-4 -promenade_V2 1.629115553166186e-5 -promise_V2 5.050258214815177e-4 -promote_V2 8.14557776583093e-4 -prompt_V2 7.819754655197693e-4 -promulgate_V2 3.258231106332372e-5 -pronounce_V2 4.887346659498558e-5 -proof_V2 1.629115553166186e-5 -proofread_V2 3.258231106332372e-5 -prop_V2 1.7920271084828046e-4 -prop_up_V2 1.629115553166186e-5 -propagandize_V2 3.258231106332372e-5 -propagate_V2 1.629115553166186e-5 -propel_V2 1.9549386637994232e-4 -prophesy_V2 1.629115553166186e-5 -propitiate_V2 1.629115553166186e-5 -proportion_V2 1.629115553166186e-5 -propose_V2 3.632927683560595e-3 -proposition_V2 1.629115553166186e-5 -propound_V2 1.629115553166186e-5 -prorogue_V2 1.629115553166186e-5 -proscribe_V2 3.258231106332372e-5 -prosecute_V2 2.1178502191160418e-4 -proselytize_V2 1.629115553166186e-5 -prosper_V2 1.629115553166186e-5 -prostitute_V2 1.629115553166186e-5 -prostrate_V2 1.629115553166186e-5 -protect_V2 1.5476597755078767e-3 -protest_V2 1.7920271084828046e-4 -protract_V2 8.14557776583093e-5 -protrude_V2 1.629115553166186e-5 -prove_V2 5.213169770131795e-4 -provide_V2 6.092892168841536e-3 -provision_V2 4.887346659498558e-5 -provoke_V2 2.2807617744326604e-4 -prowl_V2 1.629115553166186e-5 -prune_V2 4.887346659498558e-5 -pry_V2 1.629115553166186e-5 -psych_out_V2 1.629115553166186e-5 -psych_up_V2 1.629115553166186e-5 -psychoanalyse_V2 1.629115553166186e-5 -psychoanalyze_V2 1.629115553166186e-5 -publicize_V2 1.629115553166186e-4 -publish_V2 1.0752162650896828e-3 -pucker_V2 1.629115553166186e-5 -pucker_up_V2 1.629115553166186e-5 -puddle_V2 1.629115553166186e-5 -puff_V2 1.629115553166186e-5 -puke_V2 1.629115553166186e-5 -pull_V2 3.258231106332372e-4 -pull_apart_V2 1.629115553166186e-5 -pull_back_V2 1.629115553166186e-5 -pull_down_V2 1.629115553166186e-5 -pull_for_V2 1.629115553166186e-5 -pull_in_V2 1.629115553166186e-5 -pull_off_V2 1.629115553166186e-5 -pull_on_V2 1.629115553166186e-5 -pull_out_V2 1.629115553166186e-5 -pull_over_V2 1.629115553166186e-5 -pull_to_V2 1.629115553166186e-5 -pull_up_V2 1.629115553166186e-5 -pulp_V2 1.629115553166186e-5 -pulsate_V2 1.629115553166186e-5 -pulverize_V2 3.258231106332372e-5 -pummel_V2 3.258231106332372e-5 -pump_V2 2.443673329749279e-4 -punch_V2 1.1403808872163302e-4 -punctuate_V2 1.629115553166186e-5 -puncture_V2 1.629115553166186e-5 -punish_V2 2.1178502191160418e-4 -punt_V2 1.629115553166186e-5 -purchase_V2 2.899825684635811e-3 -purge_V2 1.1403808872163302e-4 -purify_V2 1.629115553166186e-5 -purl_V2 1.629115553166186e-5 -purloin_V2 1.629115553166186e-5 -purport_V2 4.887346659498558e-5 -purpose_V2 1.629115553166186e-5 -purr_V2 1.629115553166186e-5 -purse_V2 1.629115553166186e-5 -pursue_V2 1.2218366648746395e-3 -purvey_V2 1.629115553166186e-5 -push_V2 9.611781763680498e-4 -push_in_V2 1.629115553166186e-5 -push_up_V2 1.629115553166186e-5 -put_V2 3.3722691950540053e-3 -put_across_V2 1.629115553166186e-5 -put_away_V2 1.629115553166186e-5 -put_back_V2 1.629115553166186e-5 -put_by_V2 1.629115553166186e-5 -put_down_V2 1.629115553166186e-5 -put_in_V2 1.629115553166186e-5 -put_in_for_V2 1.629115553166186e-5 -put_off_V2 1.629115553166186e-5 -put_on_V2 1.629115553166186e-5 -put_out_V2 1.629115553166186e-5 -put_over_V2 1.629115553166186e-5 -put_through_V2 1.629115553166186e-5 -put_together_V2 3.258231106332372e-5 -put_towards_V2 1.629115553166186e-5 -put_up_V2 1.629115553166186e-5 -put_up_with_V2 3.258231106332372e-5 -putrefy_V2 1.629115553166186e-5 -putt_V2 7.168108433931219e-4 -putter_V2 1.629115553166186e-5 -putty_V2 1.629115553166186e-5 -puzzle_V2 9.774693318997116e-5 -quadruple_V2 4.887346659498558e-5 -quadruplicate_V2 1.629115553166186e-5 -quaff_V2 1.629115553166186e-5 -qualify_V2 6.516462212664744e-5 -quantify_V2 8.14557776583093e-5 -quarantine_V2 1.629115553166186e-5 -quarrel_with_V2 1.629115553166186e-5 -quarry_V2 1.629115553166186e-5 -quarter_V2 1.629115553166186e-5 -quash_V2 9.774693318997116e-5 -quaver_V2 1.629115553166186e-5 -queen_V2 1.629115553166186e-5 -queer_V2 1.629115553166186e-5 -queer_up_V2 1.629115553166186e-5 -quell_V2 8.14557776583093e-5 -quench_V2 1.629115553166186e-5 -query_V2 3.258231106332372e-5 -question_V2 5.86481599139827e-4 -quick_freeze_V2 1.629115553166186e-5 -quicken_V2 3.258231106332372e-5 -quiet_V2 4.887346659498558e-5 -quiet_down_V2 1.629115553166186e-5 -quieten_V2 1.629115553166186e-5 -quieten_down_V2 1.629115553166186e-5 -quilt_V2 1.629115553166186e-5 -quit_V2 1.629115553166186e-5 -quit_on_V2 1.629115553166186e-5 -quiver_V2 1.629115553166186e-5 -quiz_V2 3.258231106332372e-5 -quote_V2 1.156672042747992e-3 -race_V2 3.258231106332372e-5 -rack_V2 1.629115553166186e-4 -rack_up_V2 1.629115553166186e-5 -radiate_V2 1.629115553166186e-5 -radio_V2 3.258231106332372e-5 -raffle_V2 1.629115553166186e-5 -raft_V2 1.629115553166186e-5 -rag_V2 8.14557776583093e-5 -raid_V2 4.887346659498558e-5 -rail_V2 1.629115553166186e-5 -railroad_V2 1.629115553166186e-5 -rain_V2 3.258231106332372e-5 -rain_down_on_V2 1.629115553166186e-5 -raise_V2 7.282146522652852e-3 -rake_V2 4.887346659498558e-5 -rake_in_V2 1.629115553166186e-5 -rake_it_in_V2 1.629115553166186e-5 -rake_off_V2 1.629115553166186e-5 -rake_over_V2 1.629115553166186e-5 -rake_up_V2 1.629115553166186e-5 -rally_V2 1.7920271084828046e-4 -ram_V2 3.258231106332372e-5 -ramify_V2 1.629115553166186e-5 -ramp_V2 3.258231106332372e-5 -ramp_up_V2 1.629115553166186e-5 -range_V2 1.629115553166186e-5 -rank_V2 8.14557776583093e-5 -ransack_V2 1.629115553166186e-5 -ransom_V2 1.629115553166186e-5 -rant_V2 1.629115553166186e-5 -rap_V2 1.629115553166186e-5 -rap_out_V2 1.629115553166186e-5 -rape_V2 1.3032924425329488e-4 -rarefy_V2 3.258231106332372e-5 -rase_V2 1.629115553166186e-5 -rasp_V2 1.629115553166186e-5 -rat_V2 1.629115553166186e-5 -rat_on_V2 1.629115553166186e-5 -rat_out_V2 1.629115553166186e-5 -rat_through_V2 1.629115553166186e-5 -ratchet_up_V2 1.629115553166186e-5 -rate_V2 9.774693318997116e-5 -ratify_V2 1.629115553166186e-4 -ration_V2 3.258231106332372e-5 -rationalize_V2 8.14557776583093e-5 -rattle_V2 1.4662039978495674e-4 -rattle_off_V2 1.629115553166186e-5 -ravage_V2 4.887346659498558e-5 -rave_V2 3.258231106332372e-5 -ravel_V2 1.629115553166186e-5 -ravish_V2 1.629115553166186e-5 -ray_V2 1.629115553166186e-5 -raze_V2 4.887346659498558e-5 -razor_V2 1.629115553166186e-5 -re_address_V2 1.629115553166186e-5 -re_afforest_V2 1.629115553166186e-5 -re_count_V2 1.629115553166186e-5 -re_cover_V2 1.629115553166186e-5 -re_create_V2 3.258231106332372e-5 -re_elect_V2 6.516462212664744e-5 -re_emphasize_V2 3.258231106332372e-5 -re_enter_V2 3.258231106332372e-5 -re_establish_V2 6.516462212664744e-5 -re_evaluate_V2 8.14557776583093e-5 -re_examine_V2 8.14557776583093e-5 -re_form_V2 1.629115553166186e-5 -re_join_V2 1.629115553166186e-5 -re_supply_V2 3.258231106332372e-5 -reach_V2 3.7795480833455516e-3 -reach_out_for_V2 1.629115553166186e-5 -reach_out_to_V2 1.629115553166186e-5 -reactivate_V2 4.887346659498558e-5 -read_V2 9.937604874313735e-4 -read_off_V2 1.629115553166186e-5 -read_out_V2 1.629115553166186e-5 -read_up_on_V2 1.629115553166186e-5 -readjust_V2 1.629115553166186e-5 -readmit_V2 3.258231106332372e-5 -ready_V2 3.258231106332372e-5 -reaffirm_V2 1.1403808872163302e-4 -realign_V2 8.14557776583093e-5 -realize_V2 7.819754655197693e-4 -reanimate_V2 1.629115553166186e-5 -reap_V2 1.4662039978495674e-4 -reappoint_V2 3.258231106332372e-5 -reappraise_V2 6.516462212664744e-5 -rear_V2 3.258231106332372e-5 -rearm_V2 3.258231106332372e-5 -rearrange_V2 4.887346659498558e-5 -reason_V2 1.629115553166186e-5 -reason_out_V2 1.629115553166186e-5 -reassemble_V2 1.629115553166186e-5 -reassert_V2 9.774693318997116e-5 -reassess_V2 6.516462212664744e-5 -reassign_V2 9.774693318997116e-5 -reassume_V2 8.14557776583093e-5 -reassure_V2 1.4662039978495674e-4 -reattribute_V2 1.629115553166186e-5 -rebind_V2 1.629115553166186e-5 -rebound_V2 1.3032924425329488e-4 -rebuff_V2 1.4662039978495674e-4 -rebuild_V2 3.4211426616489907e-4 -rebuke_V2 3.258231106332372e-5 -rebut_V2 9.774693318997116e-5 -recalculate_V2 6.516462212664744e-5 -recall_V2 4.2357004382320837e-4 -recant_V2 4.887346659498558e-5 -recap_V2 1.629115553166186e-5 -recapitulate_V2 1.629115553166186e-5 -recapture_V2 4.887346659498558e-5 -recast_V2 1.629115553166186e-5 -receipt_V2 1.629115553166186e-5 -receive_V2 5.571575191828357e-3 -recentralize_V2 3.258231106332372e-5 -recess_V2 3.258231106332372e-5 -reciprocate_V2 1.629115553166186e-5 -recite_V2 4.887346659498558e-5 -reckon_V2 4.887346659498558e-5 -reckon_on_V2 1.629115553166186e-5 -reclaim_V2 1.629115553166186e-4 -reclassify_V2 4.887346659498558e-5 -recline_V2 1.629115553166186e-5 -recognize_1_V2 1.629115553166186e-5 -recognize_4_V2 1.629115553166186e-5 -recollect_V2 1.629115553166186e-5 -recommend_V2 8.797223987097405e-4 -recommit_V2 1.629115553166186e-5 -recompense_V2 1.629115553166186e-5 -reconcile_V2 6.516462212664744e-5 -recondition_V2 1.629115553166186e-5 -reconnoitre_V2 1.629115553166186e-5 -reconsecrate_V2 1.629115553166186e-5 -reconsider_V2 1.629115553166186e-4 -reconstruct_V2 1.1403808872163302e-4 -reconvict_V2 1.629115553166186e-5 -record_V2 1.0100516429630353e-3 -recount_V2 8.14557776583093e-5 -recoup_V2 1.7920271084828046e-4 -recover_V2 5.050258214815177e-4 -recreate_V2 3.258231106332372e-5 -recruit_V2 1.1403808872163302e-4 -rectify_V2 4.887346659498558e-5 -recuperate_V2 1.629115553166186e-5 -recurve_V2 1.629115553166186e-5 -recycle_V2 2.6065848850658976e-4 -redact_V2 1.629115553166186e-5 -redden_V2 1.629115553166186e-5 -redecorate_V2 1.629115553166186e-5 -redeem_V2 5.86481599139827e-4 -redefine_V2 6.516462212664744e-5 -redeploy_V2 3.258231106332372e-5 -redesign_V2 1.3032924425329488e-4 -redevelop_V2 3.258231106332372e-5 -rediscover_V2 3.258231106332372e-5 -redistribute_V2 4.887346659498558e-5 -redline_V2 3.258231106332372e-5 -redo_V2 6.516462212664744e-5 -redouble_V2 3.258231106332372e-5 -redraw_V2 4.887346659498558e-5 -redress_V2 3.258231106332372e-5 -reduce_V2 5.278334392258443e-3 -reduplicate_V2 1.629115553166186e-5 -reef_V2 1.629115553166186e-5 -reel_V2 1.629115553166186e-5 -reel_in_V2 1.629115553166186e-5 -reel_off_V2 1.629115553166186e-5 -reel_out_V2 1.629115553166186e-5 -reface_V2 1.629115553166186e-5 -refashion_V2 3.258231106332372e-5 -refer_V2 1.629115553166186e-4 -referee_V2 1.629115553166186e-5 -refile_V2 3.258231106332372e-5 -refill_V2 1.629115553166186e-5 -refinance_V2 1.629115553166186e-4 -refine_V2 1.1403808872163302e-4 -refit_V2 3.258231106332372e-5 -reflate_V2 1.629115553166186e-5 -reflect_V2 4.251991593763746e-3 -refloat_V2 1.629115553166186e-5 -refocus_V2 6.516462212664744e-5 -reforest_V2 1.629115553166186e-5 -reform_V2 1.629115553166186e-4 -reformulate_V2 9.774693318997116e-5 -refract_V2 1.629115553166186e-5 -refresh_V2 3.258231106332372e-5 -refrigerate_V2 1.629115553166186e-5 -refuel_V2 1.629115553166186e-5 -refund_V2 1.7920271084828046e-4 -refurbish_V2 9.774693318997116e-5 -refurnish_V2 1.629115553166186e-5 -refuse_V2 9.774693318997116e-5 -refute_V2 6.516462212664744e-5 -regain_V2 4.887346659498558e-4 -regale_V2 1.629115553166186e-5 -regard_V2 8.471400876464167e-4 -regenerate_V2 4.887346659498558e-5 -regiment_V2 3.258231106332372e-5 -register_V2 5.538992880765032e-4 -regret_V2 1.4662039978495674e-4 -regroup_V2 3.258231106332372e-5 -regularize_V2 1.629115553166186e-5 -regulate_V2 5.86481599139827e-4 -regum_V2 3.258231106332372e-5 -regurgitate_V2 1.629115553166186e-5 -rehabilitate_V2 6.516462212664744e-5 -rehash_V2 3.258231106332372e-5 -rehear_V2 1.629115553166186e-5 -rehearse_V2 1.629115553166186e-5 -rehouse_V2 1.629115553166186e-5 -reignite_V2 9.774693318997116e-5 -reimburse_V2 1.9549386637994232e-4 -reimpose_V2 3.258231106332372e-5 -rein_V2 1.3032924425329488e-4 -rein_in_V2 1.629115553166186e-5 -reincarnate_V2 1.629115553166186e-5 -reindict_V2 3.258231106332372e-5 -reinforce_V2 4.561523548865321e-4 -reinstall_V2 3.258231106332372e-5 -reinstate_V2 1.629115553166186e-4 -reinstitute_V2 3.258231106332372e-5 -reinsure_V2 1.629115553166186e-5 -reintegrate_V2 3.258231106332372e-5 -reinterpret_V2 1.629115553166186e-5 -reintroduce_V2 3.258231106332372e-5 -reinvent_V2 6.516462212664744e-5 -reinvest_V2 2.443673329749279e-4 -reinvigorate_V2 6.516462212664744e-5 -reissue_V2 1.629115553166186e-5 -reiterate_V2 1.7920271084828046e-4 -reject_V2 1.987520974862747e-3 -rejig_V2 1.629115553166186e-5 -rejoice_V2 1.629115553166186e-5 -rejoin_V2 9.774693318997116e-5 -rejuvenate_V2 3.258231106332372e-5 -rekindle_V2 9.774693318997116e-5 -relate_V2 1.629115553166186e-3 -relax_V2 1.1403808872163302e-4 -relay_V2 1.629115553166186e-5 -release_V2 1.6779890197611716e-3 -relegate_V2 3.258231106332372e-5 -relieve_V2 3.746965772282228e-4 -reline_V2 1.629115553166186e-5 -relinquish_V2 1.4662039978495674e-4 -relish_V2 4.887346659498558e-5 -relive_V2 3.258231106332372e-5 -relocate_V2 3.258231106332372e-5 -rely_V2 1.629115553166186e-5 -remain_V2 1.2055455093429777e-3 -remake_V2 3.258231106332372e-5 -remand_V2 3.258231106332372e-5 -remark_V2 1.629115553166186e-5 -remarry_V2 1.629115553166186e-5 -remedy_V2 8.14557776583093e-5 -remember_V2 4.398611993548702e-4 -remilitarize_V2 1.629115553166186e-5 -remind_V2 2.443673329749279e-4 -remit_V2 1.629115553166186e-5 -remodel_V2 6.516462212664744e-5 -remould_V2 1.629115553166186e-5 -remount_V2 1.629115553166186e-5 -remove_V2 1.156672042747992e-3 -remunerate_V2 3.258231106332372e-5 -rename_V2 3.258231106332372e-5 -rend_V2 1.629115553166186e-5 -render_V2 8.14557776583093e-5 -renegotiate_V2 1.3032924425329488e-4 -renew_V2 9.937604874313735e-4 -renounce_V2 9.774693318997116e-5 -renovate_V2 1.3032924425329488e-4 -rent_V2 6.516462212664744e-5 -rent_out_V2 1.629115553166186e-5 -reoffer_V2 1.629115553166186e-5 -reopen_V2 3.9098773275988465e-4 -reorganize_V2 1.4662039978495674e-4 -reorient_V2 3.258231106332372e-5 -reorientate_V2 1.629115553166186e-5 -repackage_V2 4.887346659498558e-5 -repaint_V2 4.887346659498558e-5 -repair_V2 3.746965772282228e-4 -repass_V2 4.887346659498558e-5 -repatriate_V2 4.887346659498558e-5 -repay_V2 4.887346659498558e-4 -repeal_V2 1.629115553166186e-4 -repeat_V2 4.561523548865321e-4 -repel_V2 6.516462212664744e-5 -repent_V2 1.629115553166186e-5 -replace_V2 1.857191730609452e-3 -replant_V2 1.629115553166186e-5 -replaster_V2 3.258231106332372e-5 -replay_V2 1.629115553166186e-5 -replenish_V2 8.14557776583093e-5 -replicate_V2 1.1403808872163302e-4 -reply_V2 1.629115553166186e-5 -repoint_V2 1.629115553166186e-5 -report_V2 6.451297590538097e-3 -repose_V2 1.629115553166186e-5 -reposition_V2 4.887346659498558e-5 -repossess_V2 8.14557776583093e-5 -repot_V2 1.629115553166186e-5 -reprehend_V2 1.629115553166186e-5 -represent_V2 3.4537249727123144e-3 -repress_V2 4.887346659498558e-5 -reprieve_V2 1.629115553166186e-5 -reprimand_V2 1.629115553166186e-5 -reprint_V2 8.14557776583093e-5 -reproach_V2 1.629115553166186e-5 -reprobate_V2 1.629115553166186e-5 -reproduce_V2 4.887346659498558e-5 -reproof_V2 1.629115553166186e-5 -reprove_V2 3.258231106332372e-5 -repudiate_V2 4.887346659498558e-5 -repulse_V2 1.629115553166186e-5 -repurchase_V2 1.629115553166186e-4 -repute_V2 3.258231106332372e-5 -request_V2 6.027727546714888e-4 -require_V2 2.1993059967743513e-3 -requisition_V2 3.258231106332372e-5 -requite_V2 1.629115553166186e-5 -reread_V2 1.629115553166186e-5 -reroute_V2 8.14557776583093e-5 -rerun_V2 1.629115553166186e-5 -reschedule_V2 1.1403808872163302e-4 -rescind_V2 1.7920271084828046e-4 -rescue_V2 1.629115553166186e-4 -research_V2 8.14557776583093e-5 -reseat_V2 1.629115553166186e-5 -reseed_V2 1.629115553166186e-5 -resell_V2 1.629115553166186e-4 -resemble_V2 3.0953195510157534e-4 -resent_V2 6.516462212664744e-5 -reserve_V2 1.7920271084828046e-4 -reset_V2 1.7920271084828046e-4 -resettle_V2 1.629115553166186e-5 -reshape_V2 1.629115553166186e-4 -reshuffle_V2 6.516462212664744e-5 -resign_V2 2.769496440382516e-4 -resist_V2 4.2357004382320837e-4 -resold_V2 3.258231106332372e-5 -resole_V2 1.629115553166186e-5 -resolve_V2 8.308489321147549e-4 -resonate_V2 1.629115553166186e-5 -resound_V2 1.629115553166186e-5 -respect_V2 2.443673329749279e-4 -respite_V2 1.629115553166186e-5 -respond_V2 3.258231106332372e-5 -rest_V2 3.258231106332372e-5 -restart_V2 8.14557776583093e-5 -restate_V2 3.4211426616489907e-4 -restock_V2 1.629115553166186e-5 -restore_V2 8.634312431780786e-4 -restrain_V2 2.6065848850658976e-4 -restrict_V2 8.308489321147549e-4 -restructure_V2 4.072788882915465e-4 -resume_V2 7.168108433931219e-4 -resurface_V2 1.629115553166186e-5 -resurrect_V2 1.1403808872163302e-4 -resuscitate_V2 4.887346659498558e-5 -ret_V2 1.629115553166186e-5 -retail_V2 1.629115553166186e-5 -retain_V2 1.4824951533812293e-3 -retake_V2 3.258231106332372e-5 -retard_V2 8.14557776583093e-5 -retell_V2 1.629115553166186e-5 -rethink_V2 4.887346659498558e-5 -reticulate_V2 1.629115553166186e-5 -retire_V2 5.376081325448414e-4 -retool_V2 3.258231106332372e-5 -retort_V2 1.629115553166186e-5 -retouch_V2 1.629115553166186e-5 -retrace_V2 3.258231106332372e-5 -retract_V2 3.258231106332372e-5 -retransmit_V2 1.629115553166186e-5 -retread_V2 1.629115553166186e-5 -retreat_V2 3.258231106332372e-5 -retrench_V2 1.629115553166186e-5 -retrieve_V2 9.774693318997116e-5 -retrofit_V2 9.774693318997116e-5 -return_V2 7.493931544564456e-4 -reunite_V2 4.887346659498558e-5 -rev_V2 1.629115553166186e-5 -revalue_V2 3.258231106332372e-5 -revamp_V2 3.0953195510157534e-4 -reveal_V2 3.0953195510157534e-4 -revenge_V2 1.629115553166186e-5 -reverberate_V2 1.629115553166186e-5 -revere_V2 1.629115553166186e-5 -reverence_V2 1.629115553166186e-5 -reverse_V2 4.7244351041819395e-4 -review_V2 7.0051968786146e-4 -revile_V2 1.629115553166186e-5 -revise_V2 1.058925109558021e-3 -revisit_V2 8.14557776583093e-5 -revitalize_V2 4.887346659498558e-5 -revive_V2 7.168108433931219e-4 -revivify_V2 1.629115553166186e-5 -revoke_V2 1.4662039978495674e-4 -revolt_V2 1.629115553166186e-5 -revolutionize_V2 6.516462212664744e-5 -revolve_V2 1.629115553166186e-5 -reward_V2 2.769496440382516e-4 -rewire_V2 1.629115553166186e-5 -reword_V2 1.629115553166186e-5 -rework_V2 3.258231106332372e-5 -rewrite_V2 1.4662039978495674e-4 -rhyme_V2 3.258231106332372e-5 -rib_V2 1.629115553166186e-5 -rick_V2 1.629115553166186e-5 -ricochet_V2 1.629115553166186e-5 -rid_V2 2.443673329749279e-4 -riddle_V2 1.629115553166186e-5 -ride_V2 2.769496440382516e-4 -ride_on_V2 1.629115553166186e-5 -ride_out_V2 1.629115553166186e-5 -ridge_V2 1.629115553166186e-5 -ridicule_V2 4.887346659498558e-5 -riffle_V2 1.629115553166186e-5 -rifle_V2 1.629115553166186e-5 -rig_V2 3.258231106332372e-5 -right_V2 3.258231106332372e-5 -rile_V2 4.887346659498558e-5 -rim_V2 3.258231106332372e-5 -rime_V2 1.629115553166186e-5 -ring_4_V2 1.629115553166186e-5 -ring_6_V2 1.629115553166186e-5 -ring_back_V2 1.629115553166186e-5 -ring_up_V2 1.629115553166186e-5 -ring_with_V2 1.629115553166186e-5 -rinse_V2 1.629115553166186e-5 -rip_V2 4.887346659498558e-5 -rip_off_V2 1.629115553166186e-5 -ripen_V2 1.629115553166186e-5 -ripple_V2 1.629115553166186e-5 -rise_V2 7.689425410944398e-3 -risk_V2 2.443673329749279e-4 -rival_V2 8.14557776583093e-5 -rive_V2 1.629115553166186e-5 -rivet_V2 4.887346659498558e-5 -roam_V2 4.887346659498558e-5 -roar_V2 1.629115553166186e-5 -roast_V2 1.629115553166186e-5 -rob_V2 1.3032924425329488e-4 -robe_V2 1.629115553166186e-5 -rock_V2 8.14557776583093e-5 -roil_V2 9.774693318997116e-5 -roll_V2 1.3032924425329488e-4 -roll_back_V2 1.629115553166186e-5 -roll_on_V2 1.629115553166186e-5 -roll_out_V2 3.258231106332372e-5 -romance_V2 3.258231106332372e-5 -romanticize_V2 1.629115553166186e-5 -romp_through_V2 1.629115553166186e-5 -roneo_V2 1.629115553166186e-5 -roof_V2 1.629115553166186e-5 -rook_V2 1.629115553166186e-5 -room_in_V2 1.629115553166186e-5 -root_V2 8.14557776583093e-5 -root_around_V2 1.629115553166186e-5 -root_for_V2 1.629115553166186e-5 -root_out_V2 1.629115553166186e-5 -root_up_V2 1.629115553166186e-5 -rope_V2 1.629115553166186e-5 -rope_in_V2 1.629115553166186e-5 -rope_into_V2 1.629115553166186e-5 -rope_off_V2 1.629115553166186e-5 -rose_V2 1.629115553166186e-5 -rosin_V2 1.629115553166186e-5 -rot_V2 1.629115553166186e-5 -rotate_V2 4.887346659498558e-5 -rouge_V2 1.629115553166186e-5 -rough_V2 3.258231106332372e-5 -rough_dry_V2 1.629115553166186e-5 -rough_house_V2 1.629115553166186e-5 -rough_up_V2 1.629115553166186e-5 -roughcast_V2 1.629115553166186e-5 -roughen_V2 1.629115553166186e-5 -round_V2 1.629115553166186e-5 -round_off_V2 1.629115553166186e-5 -rouse_V2 1.629115553166186e-5 -rout_V2 1.629115553166186e-5 -route_V2 1.1403808872163302e-4 -rove_V2 1.629115553166186e-5 -row_V2 1.629115553166186e-5 -rub_V2 4.887346659498558e-5 -rub_down_V2 1.629115553166186e-5 -rub_in_V2 1.629115553166186e-5 -rub_it_in_V2 1.629115553166186e-5 -rub_off_on_V2 1.629115553166186e-5 -rub_out_V2 1.629115553166186e-5 -rub_up_against_V2 1.629115553166186e-5 -rub_up_on_V2 1.629115553166186e-5 -rubber_V2 1.629115553166186e-5 -rubber_stamp_V2 3.258231106332372e-5 -rubberize_V2 1.629115553166186e-5 -rubbish_V2 1.629115553166186e-5 -ruck_V2 1.629115553166186e-5 -ruddle_V2 1.629115553166186e-5 -rue_V2 1.629115553166186e-5 -ruff_V2 1.629115553166186e-5 -ruffle_V2 4.887346659498558e-5 -ruin_V2 1.629115553166186e-4 -rule_V2 9.774693318997116e-5 -rule_out_V2 1.629115553166186e-5 -rumble_V2 1.629115553166186e-5 -rummage_V2 1.629115553166186e-5 -rumour_V2 2.769496440382516e-4 -rumple_V2 3.258231106332372e-5 -run_V2 2.720622973787531e-3 -run_across_V2 1.629115553166186e-5 -run_after_V2 1.629115553166186e-5 -run_against_V2 1.629115553166186e-5 -run_away_from_V2 1.629115553166186e-5 -run_down_V2 1.629115553166186e-5 -run_for_V2 1.629115553166186e-5 -run_in_V2 1.629115553166186e-5 -run_into_V2 1.629115553166186e-5 -run_off_V2 1.629115553166186e-5 -run_on_V2 1.629115553166186e-5 -run_out_of_V2 1.629115553166186e-5 -run_over_V2 1.629115553166186e-5 -run_through_V2 1.629115553166186e-5 -run_to_V2 1.629115553166186e-5 -run_up_V2 1.629115553166186e-5 -run_up_against_V2 1.629115553166186e-5 -run_up_on_V2 1.629115553166186e-5 -run_with_V2 1.629115553166186e-5 -rupture_V2 4.887346659498558e-5 -rush_V2 1.629115553166186e-5 -rush_into_V2 1.629115553166186e-5 -rush_out_V2 1.629115553166186e-5 -rust_V2 3.258231106332372e-5 -rusticate_V2 3.258231106332372e-5 -rustle_V2 1.629115553166186e-5 -rustle_up_V2 1.629115553166186e-5 -rut_V2 1.629115553166186e-5 -sabotage_V2 6.516462212664744e-5 -sabre_V2 1.629115553166186e-5 -sack_V2 8.14557776583093e-5 -sacrifice_V2 9.774693318997116e-5 -sadden_V2 1.629115553166186e-5 -saddle_V2 4.887346659498558e-5 -saddle_up_V2 1.629115553166186e-5 -safeguard_V2 1.1403808872163302e-4 -sag_off_V2 1.629115553166186e-5 -sail_V2 3.258231106332372e-5 -sail_into_V2 1.629115553166186e-5 -sail_through_V2 1.629115553166186e-5 -sallow_V2 1.629115553166186e-5 -salt_V2 3.258231106332372e-5 -salt_away_V2 1.629115553166186e-5 -salute_V2 3.258231106332372e-5 -salvage_V2 1.4662039978495674e-4 -salve_V2 3.258231106332372e-5 -sample_V2 4.887346659498558e-5 -sanctify_V2 1.629115553166186e-5 -sanction_V2 9.774693318997116e-5 -sand_V2 1.629115553166186e-5 -sandblast_V2 1.629115553166186e-5 -sandpaper_V2 1.629115553166186e-5 -sandwich_V2 4.887346659498558e-5 -sanitize_V2 4.887346659498558e-5 -sap_V2 4.887346659498558e-5 -sate_V2 1.629115553166186e-5 -satiate_V2 1.629115553166186e-5 -satirize_V2 1.629115553166186e-5 -satisfy_V2 4.398611993548702e-4 -saturate_V2 6.516462212664744e-5 -sauce_V2 1.629115553166186e-5 -saute_V2 1.629115553166186e-5 -savage_V2 1.629115553166186e-5 -save_V2 8.960135542414023e-4 -save_on_V2 1.629115553166186e-5 -save_up_V2 1.629115553166186e-5 -savore_V2 4.887346659498558e-5 -savour_V2 1.629115553166186e-5 -saw_V2 1.629115553166186e-5 -saw_off_V2 1.629115553166186e-5 -saw_up_V2 1.629115553166186e-5 -say_V2 1.4336216867862437e-3 -scald_V2 1.629115553166186e-5 -scale_V2 4.887346659498558e-5 -scale_back_V2 1.629115553166186e-5 -scale_down_V2 1.629115553166186e-5 -scale_up_V2 1.629115553166186e-5 -scallop_V2 1.629115553166186e-5 -scalp_V2 1.629115553166186e-5 -scam_V2 3.258231106332372e-5 -scamp_V2 1.629115553166186e-5 -scan_V2 3.258231106332372e-5 -scandalize_V2 3.258231106332372e-5 -scant_V2 1.629115553166186e-5 -scar_V2 1.629115553166186e-5 -scare_V2 2.1178502191160418e-4 -scare_away_V2 1.629115553166186e-5 -scare_off_V2 1.629115553166186e-5 -scarify_V2 1.629115553166186e-5 -scatter_V2 1.1403808872163302e-4 -scent_V2 3.258231106332372e-5 -schedule_V2 9.937604874313735e-4 -scheme_V2 1.629115553166186e-5 -school_V2 3.258231106332372e-5 -scoff_V2 1.629115553166186e-5 -scold_V2 4.887346659498558e-5 -scollop_V2 1.629115553166186e-5 -scoop_V2 1.629115553166186e-5 -scoot_V2 3.258231106332372e-5 -scorch_V2 1.629115553166186e-5 -score_V2 1.1403808872163302e-4 -scorn_V2 4.887346659498558e-5 -scotch_V2 3.258231106332372e-5 -scour_V2 4.887346659498558e-5 -scourge_V2 1.629115553166186e-5 -scout_V2 3.258231106332372e-5 -scout_out_V2 1.629115553166186e-5 -scout_up_V2 1.629115553166186e-5 -scrag_V2 1.629115553166186e-5 -scramble_V2 1.629115553166186e-5 -scrap_V2 2.443673329749279e-4 -scrape_V2 1.629115553166186e-5 -scrape_into_V2 1.629115553166186e-5 -scrape_through_V2 1.629115553166186e-5 -scrape_together_V2 1.629115553166186e-5 -scrape_up_V2 1.629115553166186e-5 -scratch_V2 4.887346659498558e-5 -scrawl_V2 1.629115553166186e-5 -scream_V2 4.887346659498558e-5 -screech_V2 3.258231106332372e-5 -screen_V2 8.14557776583093e-5 -screen_off_V2 1.629115553166186e-5 -screen_out_V2 1.629115553166186e-5 -screw_V2 1.629115553166186e-5 -screw_over_V2 1.629115553166186e-5 -screw_up_V2 1.629115553166186e-5 -scribble_V2 4.887346659498558e-5 -scrimmage_V2 1.629115553166186e-5 -scrimp_V2 1.629115553166186e-5 -scrounge_V2 1.629115553166186e-5 -scrub_V2 1.629115553166186e-5 -scrunch_V2 1.629115553166186e-5 -scrutinize_V2 1.1403808872163302e-4 -scuff_V2 1.629115553166186e-5 -scull_V2 1.629115553166186e-5 -sculpt_V2 1.629115553166186e-5 -sculpture_V2 1.629115553166186e-5 -scupper_V2 1.629115553166186e-5 -scuttle_V2 1.9549386637994232e-4 -scythe_V2 1.629115553166186e-5 -seal_V2 1.1403808872163302e-4 -seam_V2 1.629115553166186e-5 -sear_V2 1.629115553166186e-5 -search_V2 6.516462212664744e-5 -season_V2 6.516462212664744e-5 -seat_V2 1.3032924425329488e-4 -seclude_V2 1.629115553166186e-5 -second_V2 1.629115553166186e-5 -second_guess_V2 3.258231106332372e-5 -secrete_V2 1.629115553166186e-5 -secularize_V2 1.629115553166186e-5 -secure_V2 8.14557776583093e-4 -sedate_V2 1.629115553166186e-5 -seduce_V2 6.516462212664744e-5 -see_V2 5.881107146929932e-3 -see_about_V2 1.629115553166186e-5 -see_off_V2 1.629115553166186e-5 -see_out_V2 1.629115553166186e-5 -see_through_V2 1.629115553166186e-5 -see_to_V2 1.629115553166186e-5 -seed_V2 3.258231106332372e-5 -seek_V2 4.968802437156868e-3 -seek_out_V2 3.258231106332372e-5 -seem_V2 2.1178502191160418e-4 -seethe_V2 1.629115553166186e-5 -segment_V2 4.887346659498558e-5 -segregate_V2 6.516462212664744e-5 -seine_V2 1.629115553166186e-5 -seize_V2 3.9098773275988465e-4 -select_V2 5.86481599139827e-4 -sell_V2 1.3179544825114445e-2 -sell_off_V2 1.629115553166186e-5 -sell_on_V2 1.629115553166186e-5 -sell_out_V2 1.629115553166186e-5 -sell_up_V2 1.629115553166186e-5 -semaphore_V2 1.629115553166186e-5 -send_V2 1.4662039978495674e-3 -send_back_V2 1.629115553166186e-5 -send_for_V2 1.629115553166186e-5 -send_in_V2 1.629115553166186e-5 -send_off_V2 1.629115553166186e-5 -send_off_for_V2 1.629115553166186e-5 -send_out_V2 1.629115553166186e-5 -send_out_for_V2 1.629115553166186e-5 -send_up_V2 1.629115553166186e-5 -sense_V2 1.3032924425329488e-4 -sensitize_V2 3.258231106332372e-5 -sentence_V2 2.443673329749279e-4 -sentimentalize_V2 1.629115553166186e-5 -separate_V2 1.3032924425329488e-4 -sequester_V2 4.887346659498558e-5 -sequestrate_V2 1.629115553166186e-5 -serenade_V2 1.629115553166186e-5 -serialize_V2 1.629115553166186e-5 -sermonize_V2 1.629115553166186e-5 -serve_V2 1.0263427984946972e-3 -service_V2 2.1178502191160418e-4 -set_V2 2.720622973787531e-3 -set_about_V2 1.629115553166186e-5 -set_apart_V2 1.629115553166186e-5 -set_aside_V2 1.629115553166186e-5 -set_back_V2 1.629115553166186e-5 -set_forth_V2 1.629115553166186e-5 -set_off_V2 1.629115553166186e-5 -set_on_V2 1.629115553166186e-5 -set_out_V2 1.629115553166186e-5 -set_up_V2 4.887346659498558e-5 -set_upon_V2 1.629115553166186e-5 -settle_V2 9.937604874313735e-4 -settle_for_V2 1.629115553166186e-5 -settle_on_V2 1.629115553166186e-5 -sever_V2 1.1403808872163302e-4 -sew_V2 1.629115553166186e-5 -sex_V2 1.629115553166186e-5 -sex_up_V2 1.629115553166186e-5 -shackle_V2 1.629115553166186e-5 -shade_V2 3.258231106332372e-5 -shade_in_V2 1.629115553166186e-5 -shadow_V2 6.516462212664744e-5 -shag_V2 3.258231106332372e-5 -shake_V2 4.398611993548702e-4 -shake_down_V2 1.629115553166186e-5 -shake_off_V2 1.629115553166186e-5 -shake_out_V2 1.629115553166186e-5 -shake_up_V2 1.629115553166186e-5 -sham_V2 1.629115553166186e-5 -shame_V2 1.629115553166186e-5 -shampoo_V2 1.629115553166186e-5 -shanghai_V2 1.629115553166186e-5 -shape_V2 1.7920271084828046e-4 -share_V2 8.14557776583093e-4 -sharpen_V2 6.516462212664744e-5 -shatter_V2 1.4662039978495674e-4 -shave_V2 6.516462212664744e-5 -shave_off_V2 1.629115553166186e-5 -shear_V2 3.258231106332372e-5 -sheathe_V2 1.629115553166186e-5 -shed_V2 4.072788882915465e-4 -shell_V2 3.258231106332372e-5 -shell_out_V2 1.629115553166186e-5 -shellac_V2 1.629115553166186e-5 -shelter_V2 4.887346659498558e-5 -shelve_V2 6.516462212664744e-5 -shepherd_V2 3.258231106332372e-5 -shew_V2 1.629115553166186e-5 -shield_V2 1.3032924425329488e-4 -shift_V2 4.2357004382320837e-4 -shine_V2 1.629115553166186e-5 -shingle_V2 1.629115553166186e-5 -ship_V2 7.493931544564456e-4 -ship_off_V2 1.629115553166186e-5 -ship_out_V2 1.629115553166186e-5 -shirk_V2 3.258231106332372e-5 -shiver_V2 1.629115553166186e-5 -shock_V2 1.4662039978495674e-4 -shoe_V2 1.629115553166186e-5 -shoehorn_V2 3.258231106332372e-5 -shoo_V2 1.629115553166186e-5 -shoot_V2 1.629115553166186e-4 -shoot_for_V2 1.629115553166186e-5 -shoot_up_V2 1.629115553166186e-5 -shoplift_V2 1.629115553166186e-5 -shore_V2 1.7920271084828046e-4 -shore_up_V2 3.258231106332372e-5 -shorn_V2 3.258231106332372e-5 -short_V2 4.887346659498558e-5 -short_change_V2 1.629115553166186e-5 -short_circuit_V2 1.629115553166186e-5 -shorten_V2 4.887346659498558e-5 -shortlist_V2 1.629115553166186e-5 -shoulder_V2 6.516462212664744e-5 -shout_V2 9.774693318997116e-5 -shout_down_V2 1.629115553166186e-5 -shout_out_V2 1.629115553166186e-5 -shove_V2 8.14557776583093e-5 -shovel_V2 1.629115553166186e-5 -show_V2 3.4537249727123144e-3 -show_around_V2 1.629115553166186e-5 -show_in_V2 1.629115553166186e-5 -show_off_V2 1.629115553166186e-5 -show_out_V2 1.629115553166186e-5 -show_round_V2 1.629115553166186e-5 -show_up_V2 1.629115553166186e-5 -shower_V2 3.258231106332372e-5 -shred_V2 6.516462212664744e-5 -shriek_V2 1.629115553166186e-5 -shrill_V2 1.629115553166186e-5 -shrine_V2 1.629115553166186e-5 -shrink_V2 6.516462212664744e-5 -shrive_V2 1.629115553166186e-5 -shrivel_V2 1.629115553166186e-5 -shroud_V2 3.258231106332372e-5 -shrug_V2 4.887346659498558e-5 -shrug_off_V2 3.258231106332372e-5 -shuck_V2 1.629115553166186e-5 -shuffle_V2 1.629115553166186e-5 -shun_V2 1.629115553166186e-4 -shunt_V2 1.629115553166186e-5 -shush_V2 1.629115553166186e-5 -shut_V2 1.1403808872163302e-4 -shut_away_V2 1.629115553166186e-5 -shut_down_V2 1.629115553166186e-5 -shut_in_V2 1.629115553166186e-5 -shut_off_V2 1.629115553166186e-5 -shut_out_V2 1.629115553166186e-5 -shut_out_of_V2 1.629115553166186e-5 -shut_up_V2 1.629115553166186e-5 -shutter_V2 8.14557776583093e-5 -shuttle_V2 4.887346659498558e-5 -shy_V2 1.629115553166186e-5 -shy_away_from_V2 1.629115553166186e-5 -sick_V2 1.629115553166186e-5 -sicken_V2 1.629115553166186e-5 -side_with_V2 1.629115553166186e-5 -sideline_V2 3.258231106332372e-5 -sidestep_V2 6.516462212664744e-5 -sidetrack_V2 3.258231106332372e-5 -sidle_up_to_V2 1.629115553166186e-5 -sieve_V2 1.629115553166186e-5 -sift_V2 1.629115553166186e-5 -sift_through_V2 1.629115553166186e-5 -sigh_V2 1.629115553166186e-5 -sight_V2 1.629115553166186e-5 -sign_V2 1.515077464444553e-3 -sign_away_V2 1.629115553166186e-5 -sign_in_V2 1.629115553166186e-5 -sign_into_V2 1.629115553166186e-5 -sign_off_V2 1.629115553166186e-5 -sign_off_on_V2 1.629115553166186e-5 -sign_on_V2 1.629115553166186e-5 -sign_on_with_V2 1.629115553166186e-5 -sign_out_V2 1.629115553166186e-5 -sign_out_of_V2 1.629115553166186e-5 -sign_with_V2 1.629115553166186e-5 -signal_V2 3.584054216965609e-4 -signale_V2 2.6065848850658976e-4 -signalize_V2 1.629115553166186e-5 -signify_V2 3.258231106332372e-5 -signpost_V2 1.629115553166186e-5 -silence_V2 4.887346659498558e-5 -silhouette_V2 1.629115553166186e-5 -silt_V2 1.629115553166186e-5 -silver_V2 1.629115553166186e-5 -simmer_V2 1.629115553166186e-5 -simplify_V2 1.3032924425329488e-4 -simulate_V2 1.1403808872163302e-4 -sing_V2 1.3032924425329488e-4 -singe_V2 1.629115553166186e-5 -single_V2 2.1178502191160418e-4 -single_out_V2 1.629115553166186e-5 -singularize_V2 1.629115553166186e-5 -sink_V2 3.258231106332372e-4 -sip_V2 6.516462212664744e-5 -siphon_V2 6.516462212664744e-5 -sire_V2 1.629115553166186e-5 -sit_V2 1.629115553166186e-5 -sit_down_V2 1.629115553166186e-5 -sit_for_V2 1.629115553166186e-5 -sit_in_V2 1.629115553166186e-5 -sit_in_for_V2 1.629115553166186e-5 -sit_in_on_V2 1.629115553166186e-5 -sit_on_V2 1.629115553166186e-5 -sit_out_V2 1.629115553166186e-5 -sit_over_V2 1.629115553166186e-5 -sit_through_V2 1.629115553166186e-5 -sit_with_V2 1.629115553166186e-5 -situate_V2 4.887346659498558e-5 -size_V2 6.516462212664744e-5 -size_up_V2 1.629115553166186e-5 -sketch_V2 4.887346659498558e-5 -skew_V2 6.516462212664744e-5 -skewer_V2 1.629115553166186e-5 -skid_V2 1.3032924425329488e-4 -skim_V2 1.629115553166186e-5 -skimp_V2 1.629115553166186e-5 -skin_V2 1.629115553166186e-5 -skin_up_V2 1.629115553166186e-5 -skip_V2 8.14557776583093e-5 -skipper_V2 3.258231106332372e-5 -skirt_V2 8.14557776583093e-5 -skittle_V2 1.629115553166186e-5 -sky_V2 1.629115553166186e-5 -skyrocket_V2 3.258231106332372e-5 -slacken_V2 6.516462212664744e-5 -slag_off_V2 1.629115553166186e-5 -slake_V2 1.629115553166186e-5 -slam_V2 4.887346659498558e-5 -slam_dunk_V2 3.258231106332372e-5 -slander_V2 1.629115553166186e-5 -slang_V2 1.629115553166186e-5 -slant_V2 3.258231106332372e-5 -slant_toward_V2 1.629115553166186e-5 -slap_V2 1.1403808872163302e-4 -slash_V2 4.072788882915465e-4 -slate_V2 1.1403808872163302e-4 -slaughter_V2 6.516462212664744e-5 -slay_V2 6.516462212664744e-5 -sledge_V2 1.629115553166186e-5 -sleek_V2 1.629115553166186e-5 -sleep_V2 1.629115553166186e-5 -sleep_off_V2 1.629115553166186e-5 -sleep_on_V2 1.629115553166186e-5 -sleep_through_V2 1.629115553166186e-5 -sleigh_V2 1.629115553166186e-5 -slenderize_V2 1.629115553166186e-5 -slew_V2 1.629115553166186e-5 -slice_V2 3.258231106332372e-5 -slice_off_V2 1.629115553166186e-5 -slice_up_V2 1.629115553166186e-5 -slide_V2 4.2357004382320837e-4 -slight_V2 1.629115553166186e-5 -slim_V2 3.258231106332372e-5 -sling_V2 1.629115553166186e-5 -slip_V2 5.213169770131795e-4 -slip_in_V2 1.629115553166186e-5 -slip_into_V2 1.629115553166186e-5 -slip_off_V2 1.629115553166186e-5 -slip_off_to_V2 1.629115553166186e-5 -slip_on_V2 1.629115553166186e-5 -slit_V2 1.629115553166186e-5 -sliver_V2 3.258231106332372e-5 -slobber_V2 1.629115553166186e-5 -slog_V2 1.629115553166186e-5 -slop_V2 1.629115553166186e-5 -slope_V2 1.629115553166186e-5 -slosh_V2 1.629115553166186e-5 -slot_V2 1.629115553166186e-5 -slough_V2 1.629115553166186e-5 -slough_off_V2 1.629115553166186e-5 -slow_V2 4.072788882915465e-4 -slow_down_V2 1.629115553166186e-5 -slow_up_V2 1.629115553166186e-5 -slug_V2 1.629115553166186e-5 -slug_it_out_V2 1.629115553166186e-5 -sluice_V2 1.629115553166186e-5 -slumber_V2 1.629115553166186e-5 -slump_V2 3.258231106332372e-5 -slur_V2 1.629115553166186e-5 -smack_V2 1.629115553166186e-5 -smack_of_V2 1.629115553166186e-5 -smarten_V2 1.629115553166186e-5 -smash_V2 3.258231106332372e-5 -smash_down_V2 1.629115553166186e-5 -smash_in_V2 1.629115553166186e-5 -smash_up_V2 1.629115553166186e-5 -smear_V2 1.629115553166186e-5 -smell_V2 4.887346659498558e-5 -smelt_V2 1.629115553166186e-5 -smile_V2 3.258231106332372e-5 -smirch_V2 1.629115553166186e-5 -smite_V2 1.629115553166186e-5 -smoke_V2 8.14557776583093e-5 -smoke_out_V2 1.629115553166186e-5 -smooth_V2 4.887346659498558e-5 -smother_V2 6.516462212664744e-5 -smudge_V2 1.629115553166186e-5 -smuggle_V2 3.258231106332372e-5 -smut_V2 1.629115553166186e-5 -snaffle_V2 1.629115553166186e-5 -snaffle_up_V2 1.629115553166186e-5 -snag_V2 4.887346659498558e-5 -snap_V2 6.516462212664744e-5 -snap_off_V2 1.629115553166186e-5 -snap_out_of_V2 1.629115553166186e-5 -snap_to_it_V2 1.629115553166186e-5 -snap_up_V2 3.258231106332372e-5 -snare_V2 3.258231106332372e-5 -snarl_V2 1.629115553166186e-5 -snarl_up_V2 1.629115553166186e-5 -snatch_V2 3.258231106332372e-5 -sneak_V2 3.258231106332372e-5 -sneak_up_on_V2 1.629115553166186e-5 -snick_V2 1.629115553166186e-5 -sniff_V2 1.629115553166186e-5 -sniff_around_V2 1.629115553166186e-5 -sniff_at_V2 1.629115553166186e-5 -sniff_out_V2 1.629115553166186e-5 -snip_V2 1.629115553166186e-5 -snipe_V2 1.629115553166186e-5 -snitch_V2 1.629115553166186e-5 -snitch_on_V2 1.629115553166186e-5 -snort_V2 3.258231106332372e-5 -snow_V2 1.629115553166186e-5 -snowball_V2 1.629115553166186e-5 -snub_V2 4.887346659498558e-5 -snuff_V2 1.629115553166186e-5 -snuff_out_V2 1.629115553166186e-5 -snuggle_V2 1.629115553166186e-5 -soak_V2 3.258231106332372e-5 -soap_V2 1.629115553166186e-5 -soar_V2 3.4211426616489907e-4 -sob_V2 1.629115553166186e-5 -sober_V2 1.629115553166186e-5 -sober_up_V2 1.629115553166186e-5 -socialize_V2 3.258231106332372e-5 -sock_V2 3.258231106332372e-5 -soft_pedal_V2 1.629115553166186e-5 -soft_soap_V2 1.629115553166186e-5 -soft_solder_V2 1.629115553166186e-5 -soften_V2 8.14557776583093e-5 -soften_up_V2 1.629115553166186e-5 -soil_V2 3.258231106332372e-5 -solace_V2 1.629115553166186e-5 -solder_V2 1.629115553166186e-5 -sole_V2 1.629115553166186e-5 -solemnize_V2 1.629115553166186e-5 -solicit_V2 2.2807617744326604e-4 -solidify_V2 9.774693318997116e-5 -solve_V2 6.190639102031507e-4 -soot_V2 1.629115553166186e-5 -soothe_V2 8.14557776583093e-5 -sop_V2 1.629115553166186e-5 -sort_V2 6.516462212664744e-5 -sort_out_V2 1.629115553166186e-5 -sound_V2 1.629115553166186e-5 -sound_out_V2 1.629115553166186e-5 -soundproof_V2 1.629115553166186e-5 -soup_V2 1.629115553166186e-5 -sour_V2 4.887346659498558e-5 -souse_V2 1.629115553166186e-5 -sovietize_V2 3.258231106332372e-5 -sow_V2 4.887346659498558e-5 -space_V2 1.629115553166186e-5 -spade_V2 1.629115553166186e-5 -spaff_away_V2 1.629115553166186e-5 -span_V2 8.14557776583093e-5 -spangle_V2 1.629115553166186e-5 -spank_V2 1.629115553166186e-5 -spare_V2 9.774693318997116e-5 -spark_V2 5.376081325448414e-4 -spark_off_V2 1.629115553166186e-5 -spark_up_V2 1.629115553166186e-5 -spat_V2 1.629115553166186e-5 -spatchcock_V2 1.629115553166186e-5 -spatter_V2 1.629115553166186e-5 -spawn_V2 1.4662039978495674e-4 -spay_V2 1.629115553166186e-5 -speak_V2 2.443673329749279e-4 -spear_V2 1.629115553166186e-5 -spearhead_V2 8.14557776583093e-5 -specialize_V2 1.4662039978495674e-4 -specify_V2 6.842285323297981e-4 -speed_V2 2.1178502191160418e-4 -speed_up_V2 4.887346659498558e-5 -spell_V2 1.1403808872163302e-4 -spell_out_V2 1.629115553166186e-5 -spend_V2 2.1504325301793656e-3 -spew_V2 4.887346659498558e-5 -spew_out_V2 1.629115553166186e-5 -spice_V2 1.629115553166186e-5 -spiel_V2 1.629115553166186e-5 -spike_V2 6.516462212664744e-5 -spill_V2 3.258231106332372e-5 -spin_V2 6.516462212664744e-5 -spin_dry_V2 1.629115553166186e-5 -spin_off_V2 3.258231106332372e-5 -spin_out_V2 1.629115553166186e-5 -spirit_V2 8.14557776583093e-5 -spirit_away_V2 1.629115553166186e-5 -spirit_off_V2 1.629115553166186e-5 -spiritualize_V2 1.629115553166186e-5 -spit_V2 1.629115553166186e-5 -spit_it_out_V2 1.629115553166186e-5 -spit_out_V2 1.629115553166186e-5 -spite_V2 1.629115553166186e-5 -splash_V2 3.258231106332372e-5 -splash_out_on_V2 1.629115553166186e-5 -splay_V2 1.629115553166186e-5 -splice_V2 1.629115553166186e-5 -splinter_V2 3.258231106332372e-5 -split_V2 2.6065848850658976e-4 -split_up_V2 1.629115553166186e-5 -splosh_V2 1.629115553166186e-5 -splutter_V2 1.629115553166186e-5 -spoil_V2 4.887346659498558e-5 -spoil_for_V2 1.629115553166186e-5 -sponge_V2 1.629115553166186e-5 -sponge_down_V2 1.629115553166186e-5 -sponge_off_V2 1.629115553166186e-5 -sponge_on_V2 1.629115553166186e-5 -sponsor_V2 4.2357004382320837e-4 -spoof_V2 1.629115553166186e-5 -spook_V2 1.9549386637994232e-4 -spoon_V2 1.629115553166186e-5 -spoonfeed_V2 1.629115553166186e-5 -sport_V2 9.774693318997116e-5 -spot_V2 2.932407995699135e-4 -spotlight_V2 3.258231106332372e-5 -spout_V2 3.258231106332372e-5 -sprain_V2 1.629115553166186e-5 -sprawl_V2 3.258231106332372e-5 -spray_V2 4.887346659498558e-5 -spread_V2 4.072788882915465e-4 -spread_out_V2 1.629115553166186e-5 -spreadeagle_V2 1.629115553166186e-5 -spring_V2 1.629115553166186e-5 -spring_clean_V2 1.629115553166186e-5 -spring_for_V2 1.629115553166186e-5 -spring_from_V2 1.629115553166186e-5 -sprinkle_V2 8.14557776583093e-5 -sprout_V2 1.629115553166186e-5 -spruce_V2 1.629115553166186e-5 -spruce_up_V2 1.629115553166186e-5 -spue_V2 1.629115553166186e-5 -spur_V2 5.86481599139827e-4 -spur_on_V2 1.629115553166186e-5 -spurn_V2 1.4662039978495674e-4 -sputter_V2 1.629115553166186e-5 -spy_V2 6.516462212664744e-5 -squander_V2 4.887346659498558e-5 -square_V2 3.258231106332372e-5 -square_away_V2 1.629115553166186e-5 -square_up_to_V2 1.629115553166186e-5 -square_with_V2 1.629115553166186e-5 -squash_V2 1.629115553166186e-5 -squeak_V2 3.258231106332372e-5 -squeal_V2 1.629115553166186e-5 -squeegee_V2 3.258231106332372e-5 -squeeze_V2 3.584054216965609e-4 -squeeze_in_V2 3.258231106332372e-5 -squeeze_out_V2 1.629115553166186e-5 -squelch_V2 3.258231106332372e-5 -squire_V2 1.629115553166186e-5 -squirt_V2 1.629115553166186e-5 -stab_V2 1.1403808872163302e-4 -stabilize_V2 3.4211426616489907e-4 -stable_V2 1.629115553166186e-5 -stack_V2 1.629115553166186e-4 -stack_up_V2 1.629115553166186e-5 -stack_up_against_V2 1.629115553166186e-5 -staff_V2 9.774693318997116e-5 -staff_up_V2 1.629115553166186e-5 -stage_V2 2.1178502191160418e-4 -stagger_V2 3.258231106332372e-5 -stain_V2 3.258231106332372e-5 -stake_V2 4.887346659498558e-5 -stalemate_V2 1.629115553166186e-5 -stalk_V2 6.516462212664744e-5 -stall_V2 1.7920271084828046e-4 -stammer_V2 1.629115553166186e-5 -stamp_V2 3.258231106332372e-5 -stamp_out_V2 1.629115553166186e-5 -stampede_V2 4.887346659498558e-5 -stanch_V2 3.258231106332372e-5 -stand_V2 2.443673329749279e-4 -stand_by_V2 1.629115553166186e-5 -stand_for_V2 1.629115553166186e-5 -stand_in_for_V2 1.629115553166186e-5 -stand_up_V2 1.629115553166186e-5 -stand_up_for_V2 1.629115553166186e-5 -stand_up_to_V2 1.629115553166186e-5 -standardize_V2 2.1178502191160418e-4 -staple_V2 3.258231106332372e-5 -star_V2 6.516462212664744e-5 -starboard_V2 1.629115553166186e-5 -starch_V2 1.629115553166186e-5 -stare_V2 1.629115553166186e-5 -stare_down_V2 1.629115553166186e-5 -start_V2 1.1403808872163302e-3 -start_off_V2 1.629115553166186e-5 -start_off_on_V2 1.629115553166186e-5 -start_on_V2 1.629115553166186e-5 -start_on_at_V2 1.629115553166186e-5 -start_out_as_V2 1.629115553166186e-5 -start_out_to_V2 1.629115553166186e-5 -start_up_V2 1.629115553166186e-5 -startle_V2 1.629115553166186e-5 -starve_V2 6.516462212664744e-5 -stash_V2 4.887346659498558e-5 -stash_away_V2 1.629115553166186e-5 -state_V2 5.213169770131795e-4 -station_V2 4.887346659498558e-5 -staunch_V2 1.629115553166186e-5 -stave_V2 1.629115553166186e-5 -stave_in_V2 1.629115553166186e-5 -stave_off_V2 3.258231106332372e-5 -stay_V2 1.9549386637994232e-4 -stay_away_from_V2 1.629115553166186e-5 -steady_V2 3.258231106332372e-5 -steal_V2 5.86481599139827e-4 -steal_over_V2 1.629115553166186e-5 -steal_up_on_V2 1.629115553166186e-5 -steam_V2 1.629115553166186e-5 -steam_heat_V2 1.629115553166186e-5 -steamroller_V2 1.629115553166186e-5 -steel_V2 1.629115553166186e-5 -steep_V2 1.629115553166186e-5 -steepen_V2 1.629115553166186e-5 -steer_V2 1.1403808872163302e-4 -steer_clear_of_V2 1.629115553166186e-5 -stem_V2 1.7920271084828046e-4 -stem_from_V2 1.629115553166186e-5 -stencil_V2 1.629115553166186e-5 -step_V2 3.258231106332372e-5 -step_down_V2 1.629115553166186e-5 -step_on_it_V2 1.629115553166186e-5 -step_to_V2 1.629115553166186e-5 -step_up_V2 3.258231106332372e-5 -stereotype_V2 1.629115553166186e-5 -sterilize_V2 4.887346659498558e-5 -stew_V2 3.258231106332372e-5 -stick_V2 1.629115553166186e-5 -stick_at_V2 1.629115553166186e-5 -stick_by_V2 1.629115553166186e-5 -stick_down_V2 1.629115553166186e-5 -stick_it_to_V2 1.629115553166186e-5 -stick_out_V2 1.629115553166186e-5 -stick_out_for_V2 1.629115553166186e-5 -stick_to_V2 1.629115553166186e-5 -stick_up_V2 1.629115553166186e-5 -stick_up_for_V2 1.629115553166186e-5 -stick_with_V2 1.629115553166186e-5 -stiffen_V2 1.629115553166186e-5 -stiffen_up_V2 1.629115553166186e-5 -stifle_V2 9.774693318997116e-5 -stigmatize_V2 1.629115553166186e-5 -still_V2 1.629115553166186e-5 -stimulate_V2 2.6065848850658976e-4 -sting_V2 6.516462212664744e-5 -stink_V2 1.629115553166186e-5 -stint_V2 1.629115553166186e-5 -stipple_V2 3.258231106332372e-5 -stipulate_V2 1.629115553166186e-5 -stir_V2 1.4662039978495674e-4 -stir_up_V2 4.887346659498558e-5 -stitch_V2 3.258231106332372e-5 -stitch_up_V2 1.629115553166186e-5 -stock_V2 2.2807617744326604e-4 -stockade_V2 1.629115553166186e-5 -stockpile_V2 3.258231106332372e-5 -stoke_V2 6.516462212664744e-5 -stomach_V2 3.258231106332372e-5 -stomp_V2 4.887346659498558e-5 -stomp_on_V2 1.629115553166186e-5 -stone_V2 3.258231106332372e-5 -stonewall_V2 1.629115553166186e-5 -stoop_V2 1.629115553166186e-5 -stop_V2 9.448870208363879e-4 -stop_by_V2 1.629115553166186e-5 -stop_up_V2 1.629115553166186e-5 -store_V2 2.932407995699135e-4 -storm_V2 3.258231106332372e-5 -stow_V2 3.258231106332372e-5 -straddle_V2 3.258231106332372e-5 -strafe_V2 3.258231106332372e-5 -straighten_V2 1.629115553166186e-5 -straighten_out_V2 1.629115553166186e-5 -straighten_up_V2 1.629115553166186e-5 -strain_V2 1.4662039978495674e-4 -straiten_V2 1.629115553166186e-5 -strand_V2 6.516462212664744e-5 -strangle_V2 4.887346659498558e-5 -strap_V2 1.629115553166186e-4 -stratify_V2 3.258231106332372e-5 -straw_V2 1.629115553166186e-5 -streak_V2 1.629115553166186e-5 -streamline_V2 2.6065848850658976e-4 -strengthen_V2 5.538992880765032e-4 -stress_V2 2.443673329749279e-4 -stretch_V2 1.7920271084828046e-4 -strew_V2 1.629115553166186e-5 -stride_V2 1.629115553166186e-5 -strike_V2 4.072788882915465e-4 -strike_down_V2 1.629115553166186e-5 -strike_off_V2 1.629115553166186e-5 -strike_on_V2 1.629115553166186e-5 -strike_out_V2 1.629115553166186e-5 -strike_up_V2 1.629115553166186e-5 -strike_upon_V2 1.629115553166186e-5 -string_V2 3.258231106332372e-5 -string_along_V2 1.629115553166186e-5 -string_out_V2 1.629115553166186e-5 -string_together_V2 1.629115553166186e-5 -string_up_V2 1.629115553166186e-5 -strip_V2 2.769496440382516e-4 -stroke_V2 4.887346659498558e-5 -strop_V2 1.629115553166186e-5 -structure_V2 3.4211426616489907e-4 -strum_V2 1.629115553166186e-5 -stub_V2 3.258231106332372e-5 -stub_out_V2 1.629115553166186e-5 -stucco_V2 1.629115553166186e-5 -stuck_V2 2.932407995699135e-4 -stud_V2 3.258231106332372e-5 -study_V2 9.123047097730642e-4 -stuff_V2 6.516462212664744e-5 -stuff_up_V2 1.629115553166186e-5 -stultify_V2 1.629115553166186e-5 -stumble_across_V2 1.629115553166186e-5 -stumble_upon_V2 1.629115553166186e-5 -stump_V2 1.629115553166186e-5 -stump_up_V2 1.629115553166186e-5 -stun_V2 1.7920271084828046e-4 -stunt_V2 3.258231106332372e-5 -stupefy_V2 1.629115553166186e-5 -stupify_V2 1.629115553166186e-5 -stutter_V2 1.629115553166186e-5 -style_V2 4.887346659498558e-5 -stylize_V2 1.629115553166186e-5 -stymie_V2 1.629115553166186e-5 -stymy_V2 6.516462212664744e-5 -sub_V2 1.629115553166186e-5 -sub_underwrite_V2 3.258231106332372e-5 -subcontract_V2 3.258231106332372e-5 -subdivide_V2 1.629115553166186e-5 -subdue_V2 1.1403808872163302e-4 -subedit_V2 1.629115553166186e-5 -subject_V2 1.7920271084828046e-4 -subjoin_V2 1.629115553166186e-5 -subjugate_V2 1.629115553166186e-5 -sublease_V2 1.629115553166186e-5 -sublet_V2 3.258231106332372e-5 -sublimate_V2 1.629115553166186e-5 -submerge_V2 1.629115553166186e-5 -submit_V2 6.516462212664744e-4 -subordinate_V2 1.2381278204063014e-3 -suborn_V2 1.629115553166186e-5 -subpoena_V2 6.516462212664744e-5 -subscribe_V2 3.258231106332372e-5 -subserve_V2 1.629115553166186e-5 -subsidize_V2 4.7244351041819395e-4 -substantiate_V2 3.258231106332372e-5 -substitute_V2 1.7920271084828046e-4 -subsume_V2 3.258231106332372e-5 -subtend_V2 1.629115553166186e-5 -subtract_V2 1.1403808872163302e-4 -subvert_V2 8.14557776583093e-5 -succeed_V2 1.7920271084828046e-3 -succour_V2 1.629115553166186e-5 -suck_V2 1.629115553166186e-5 -suck_in_V2 1.629115553166186e-5 -suck_into_V2 1.629115553166186e-5 -suck_up_to_V2 1.629115553166186e-5 -suckle_V2 1.629115553166186e-5 -sue_V2 3.584054216965609e-4 -suffer_V2 6.190639102031507e-4 -suffice_V2 1.629115553166186e-5 -suffocate_V2 1.629115553166186e-5 -suffuse_V2 1.629115553166186e-5 -sugar_V2 4.887346659498558e-5 -suggest_V2 5.213169770131795e-4 -suit_V2 1.1403808872163302e-4 -sully_V2 1.629115553166186e-5 -sum_V2 1.629115553166186e-5 -sum_up_V2 1.629115553166186e-5 -summarize_V2 9.774693318997116e-5 -summon_V2 1.7920271084828046e-4 -summon_up_V2 1.629115553166186e-5 -summons_V2 1.629115553166186e-5 -sun_V2 1.629115553166186e-5 -sunder_V2 1.629115553166186e-5 -sup_V2 1.629115553166186e-5 -superannuate_V2 1.629115553166186e-5 -supercede_V2 4.887346659498558e-5 -superimpose_V2 4.887346659498558e-5 -superintend_V2 1.629115553166186e-5 -supersede_V2 4.887346659498558e-5 -supervise_V2 2.443673329749279e-4 -supplant_V2 1.629115553166186e-5 -supplement_V2 4.887346659498558e-5 -supplicate_V2 1.629115553166186e-5 -supply_V2 1.1403808872163302e-3 -support_V2 2.8509522180408258e-3 -suppose_V2 6.516462212664744e-5 -suppress_V2 8.14557776583093e-5 -surcharge_V2 1.629115553166186e-5 -surface_V2 6.516462212664744e-5 -surfeit_V2 1.629115553166186e-5 -surge_V2 4.072788882915465e-4 -surmise_V2 1.629115553166186e-5 -surmount_V2 3.258231106332372e-5 -surpass_V2 1.3032924425329488e-4 -surprise_V2 7.493931544564456e-4 -surrender_V2 1.7920271084828046e-4 -surround_V2 5.376081325448414e-4 -surtax_V2 1.629115553166186e-5 -survey_V2 5.701904436081651e-4 -survive_V2 3.0953195510157534e-4 -suspect_V2 1.3032924425329488e-4 -suspend_V2 1.042633954026359e-3 -suss_V2 1.629115553166186e-5 -suss_out_V2 1.629115553166186e-5 -sustain_V2 8.960135542414023e-4 -swab_V2 1.629115553166186e-5 -swaddle_V2 1.629115553166186e-5 -swallow_V2 1.3032924425329488e-4 -swamp_V2 1.7920271084828046e-4 -swap_V2 2.769496440382516e-4 -swarm_V2 1.629115553166186e-5 -swat_V2 1.629115553166186e-5 -swathe_V2 3.258231106332372e-5 -sway_V2 6.516462212664744e-5 -swear_V2 8.14557776583093e-5 -swear_by_V2 1.629115553166186e-5 -sweat_V2 1.629115553166186e-5 -sweep_V2 1.4662039978495674e-4 -sweep_through_V2 1.629115553166186e-5 -sweeten_V2 2.769496440382516e-4 -swell_V2 1.1403808872163302e-4 -swerve_V2 1.629115553166186e-5 -swig_V2 1.629115553166186e-5 -swill_V2 1.629115553166186e-5 -swim_V2 1.629115553166186e-5 -swindle_V2 3.258231106332372e-5 -swing_V2 3.258231106332372e-5 -swing_at_V2 1.629115553166186e-5 -swinge_V2 1.629115553166186e-5 -swipe_V2 1.629115553166186e-5 -swirl_V2 1.629115553166186e-5 -swish_V2 1.629115553166186e-5 -switch_V2 2.443673329749279e-4 -switch_off_V2 1.629115553166186e-5 -switch_on_V2 1.629115553166186e-5 -swivel_V2 1.629115553166186e-5 -swob_V2 1.629115553166186e-5 -swoop_V2 1.629115553166186e-5 -swop_V2 1.629115553166186e-5 -swot_V2 1.629115553166186e-5 -syllabicate_V2 1.629115553166186e-5 -syllabify_V2 1.629115553166186e-5 -syllabize_V2 1.629115553166186e-5 -symbolize_V2 4.887346659498558e-5 -synchronize_V2 6.516462212664744e-5 -syncopate_V2 1.629115553166186e-5 -syndciate_V2 3.258231106332372e-5 -syndicate_V2 1.4662039978495674e-4 -synthesize_V2 3.258231106332372e-5 -syphon_V2 1.629115553166186e-5 -syphon_off_V2 1.629115553166186e-5 -syringe_V2 1.629115553166186e-5 -systematize_V2 1.629115553166186e-5 -table_V2 1.629115553166186e-5 -taboo_V2 3.258231106332372e-5 -tabulate_V2 1.629115553166186e-5 -tack_V2 3.258231106332372e-5 -tack_on_V2 1.629115553166186e-5 -tackle_V2 1.9549386637994232e-4 -tag_V2 3.258231106332372e-5 -tag_on_V2 1.629115553166186e-5 -tag_with_V2 1.629115553166186e-5 -tail_V2 3.258231106332372e-5 -tailor_V2 1.3032924425329488e-4 -taint_V2 9.774693318997116e-5 -take_V2 1.1941417004708145e-2 -take_after_V2 1.629115553166186e-5 -take_apart_V2 3.258231106332372e-5 -take_aside_V2 1.629115553166186e-5 -take_away_V2 1.629115553166186e-5 -take_back_V2 1.629115553166186e-5 -take_down_V2 1.629115553166186e-5 -take_for_V2 1.629115553166186e-5 -take_in_V2 1.629115553166186e-5 -take_it_V2 1.629115553166186e-5 -take_it_out_on_V2 1.629115553166186e-5 -take_off_V2 3.258231106332372e-5 -take_on_V2 1.629115553166186e-5 -take_out_V2 3.258231106332372e-5 -take_over_V2 8.14557776583093e-5 -take_through_V2 1.629115553166186e-5 -take_to_V2 1.629115553166186e-5 -take_up_V2 1.629115553166186e-5 -talk_V2 1.9549386637994232e-4 -talk_around_V2 1.629115553166186e-5 -talk_at_V2 1.629115553166186e-5 -talk_back_to_V2 1.629115553166186e-5 -talk_down_V2 1.629115553166186e-5 -talk_down_to_V2 1.629115553166186e-5 -talk_out_V2 1.629115553166186e-5 -talk_over_V2 1.629115553166186e-5 -talk_round_V2 1.629115553166186e-5 -talk_up_V2 1.629115553166186e-5 -tally_V2 4.887346659498558e-5 -tame_V2 4.887346659498558e-5 -tamp_V2 1.629115553166186e-5 -tan_V2 1.629115553166186e-5 -tangle_V2 6.516462212664744e-5 -tantalize_V2 1.629115553166186e-5 -tap_V2 2.769496440382516e-4 -tap_into_V2 1.629115553166186e-5 -tap_off_with_V2 1.629115553166186e-5 -tap_out_V2 1.629115553166186e-5 -tap_up_V2 1.629115553166186e-5 -tape_V2 1.629115553166186e-4 -taper_V2 3.258231106332372e-5 -tar_V2 3.258231106332372e-5 -target_V2 8.797223987097405e-4 -tarmac_V2 1.629115553166186e-5 -tarnish_V2 1.1403808872163302e-4 -tart_V2 1.629115553166186e-5 -task_V2 1.629115553166186e-5 -taste_V2 3.258231106332372e-5 -tat_V2 1.629115553166186e-5 -tattle_V2 1.629115553166186e-5 -tattoo_V2 1.629115553166186e-5 -taunt_V2 1.629115553166186e-5 -tax_V2 1.629115553166186e-4 -taxi_V2 1.629115553166186e-5 -teach_V2 1.9549386637994232e-4 -tear_V2 8.14557776583093e-5 -tear_apart_V2 1.629115553166186e-5 -tear_at_V2 1.629115553166186e-5 -tear_away_V2 1.629115553166186e-5 -tear_down_V2 1.629115553166186e-5 -tear_into_V2 1.629115553166186e-5 -tear_off_V2 1.629115553166186e-5 -tear_up_V2 1.629115553166186e-5 -tease_V2 3.258231106332372e-5 -tee_V2 1.629115553166186e-5 -tee_off_V2 1.629115553166186e-5 -tee_off_on_V2 1.629115553166186e-5 -telecast_V2 1.629115553166186e-5 -telegraph_V2 3.258231106332372e-5 -telephone_V2 3.258231106332372e-5 -telescope_V2 1.629115553166186e-5 -televise_V2 1.629115553166186e-4 -tell_V2 7.493931544564456e-4 -tell_apart_V2 1.629115553166186e-5 -tell_off_V2 1.629115553166186e-5 -tell_on_V2 1.629115553166186e-5 -temper_V2 4.887346659498558e-5 -tempt_V2 1.629115553166186e-5 -tenant_V2 1.629115553166186e-5 -tend_V2 3.258231106332372e-5 -tender_V2 4.7244351041819395e-4 -tense_V2 1.629115553166186e-5 -term_V2 9.774693318997116e-5 -terminate_V2 2.769496440382516e-4 -terrace_V2 1.629115553166186e-5 -terrify_V2 4.887346659498558e-5 -terrorize_V2 1.629115553166186e-5 -test_V2 8.308489321147549e-4 -test_drive_V2 4.887346659498558e-5 -testify_V2 1.629115553166186e-5 -tether_V2 4.887346659498558e-5 -thank_V2 1.1403808872163302e-4 -thatch_V2 1.629115553166186e-5 -thaw_V2 1.629115553166186e-5 -thicken_V2 1.629115553166186e-5 -thieve_V2 1.629115553166186e-5 -thin_V2 1.629115553166186e-5 -think_V2 2.443673329749279e-4 -think_over_V2 1.629115553166186e-5 -think_through_V2 1.629115553166186e-5 -think_up_V2 1.629115553166186e-5 -thirst_V2 1.629115553166186e-5 -thrash_V2 3.258231106332372e-5 -thread_V2 1.629115553166186e-5 -threaten_V2 5.050258214815177e-4 -thresh_V2 1.629115553166186e-5 -thrill_V2 4.887346659498558e-5 -throng_V2 1.629115553166186e-5 -throttle_V2 1.629115553166186e-5 -throw_V2 5.213169770131795e-4 -throw_away_V2 1.629115553166186e-5 -throw_in_V2 1.629115553166186e-5 -throw_off_V2 1.629115553166186e-5 -throw_on_V2 1.629115553166186e-5 -throw_out_V2 1.629115553166186e-5 -throw_over_V2 1.629115553166186e-5 -throw_together_V2 1.629115553166186e-5 -throw_up_V2 1.629115553166186e-5 -throw_yourself_at_V2 1.629115553166186e-5 -throw_yourself_into_V2 1.629115553166186e-5 -thrum_V2 1.629115553166186e-5 -thrust_V2 6.516462212664744e-5 -thumb_V2 4.887346659498558e-5 -thump_V2 1.629115553166186e-5 -thunder_V2 1.629115553166186e-5 -thwack_V2 1.629115553166186e-5 -thwart_V2 2.443673329749279e-4 -tick_V2 1.629115553166186e-5 -tick_off_V2 1.629115553166186e-5 -ticket_V2 4.887346659498558e-5 -tickle_V2 1.629115553166186e-5 -tide_V2 1.629115553166186e-5 -tide_over_V2 1.629115553166186e-5 -tidy_V2 1.629115553166186e-5 -tidy_up_V2 1.629115553166186e-5 -tie_V2 6.516462212664744e-4 -tie_back_V2 1.629115553166186e-5 -tie_down_V2 1.629115553166186e-5 -tie_in_V2 1.629115553166186e-5 -tie_in_with_V2 1.629115553166186e-5 -tie_up_V2 1.629115553166186e-5 -tighten_V2 2.769496440382516e-4 -tighten_up_V2 1.629115553166186e-5 -tile_V2 1.629115553166186e-5 -till_V2 1.629115553166186e-5 -tilt_V2 8.14557776583093e-5 -time_V2 1.3032924425329488e-4 -time_out_V2 1.629115553166186e-5 -tin_V2 1.629115553166186e-5 -tincture_V2 1.629115553166186e-5 -ting_V2 1.629115553166186e-5 -tinge_V2 1.629115553166186e-5 -tinkle_V2 1.629115553166186e-5 -tinsel_V2 1.629115553166186e-5 -tint_V2 1.629115553166186e-5 -tip_V2 4.887346659498558e-5 -tip_off_V2 1.629115553166186e-5 -tip_over_V2 1.629115553166186e-5 -tipple_V2 1.629115553166186e-5 -tire_V2 1.3032924425329488e-4 -tire_of_V2 1.629115553166186e-5 -tire_out_V2 1.629115553166186e-5 -titillate_V2 1.629115553166186e-5 -titivate_V2 1.629115553166186e-5 -tittivate_V2 1.629115553166186e-5 -toast_V2 3.258231106332372e-5 -toe_V2 1.629115553166186e-5 -tog_V2 1.629115553166186e-5 -tolerate_V2 8.14557776583093e-5 -toll_V2 1.629115553166186e-5 -tomahawk_V2 1.629115553166186e-5 -tone_V2 1.629115553166186e-5 -tone_down_V2 1.629115553166186e-5 -tonsure_V2 1.629115553166186e-5 -tool_V2 1.629115553166186e-5 -tool_up_V2 1.629115553166186e-5 -toot_V2 1.629115553166186e-5 -top_V2 6.190639102031507e-4 -top_dress_V2 1.629115553166186e-5 -top_off_V2 1.629115553166186e-5 -top_up_V2 1.629115553166186e-5 -tope_V2 1.629115553166186e-5 -topple_V2 1.629115553166186e-4 -torch_V2 4.887346659498558e-5 -torment_V2 6.516462212664744e-5 -torpedo_V2 4.887346659498558e-5 -torture_V2 4.887346659498558e-5 -toss_V2 8.14557776583093e-5 -toss_about_V2 1.629115553166186e-5 -toss_around_V2 1.629115553166186e-5 -toss_back_V2 1.629115553166186e-5 -toss_down_V2 1.629115553166186e-5 -toss_for_V2 1.629115553166186e-5 -toss_off_V2 1.629115553166186e-5 -tot_V2 1.629115553166186e-5 -total_V2 1.987520974862747e-3 -tote_V2 6.516462212664744e-5 -touch_V2 1.629115553166186e-4 -touch_off_V2 1.629115553166186e-5 -touch_on_V2 1.629115553166186e-5 -touch_up_V2 1.629115553166186e-5 -touch_upon_V2 1.629115553166186e-5 -toughen_V2 3.258231106332372e-5 -tour_V2 9.774693318997116e-5 -tousle_V2 1.629115553166186e-5 -tout_V2 3.258231106332372e-4 -tow_V2 1.629115553166186e-5 -tow_away_V2 1.629115553166186e-5 -towel_V2 1.629115553166186e-5 -toy_at_V2 1.629115553166186e-5 -toy_over_V2 1.629115553166186e-5 -toy_with_V2 1.629115553166186e-5 -trace_V2 1.4662039978495674e-4 -track_V2 6.353550657348125e-4 -track_down_V2 3.258231106332372e-5 -trade_V2 1.5639509310395386e-3 -trade_in_V2 1.629115553166186e-5 -trade_off_V2 1.629115553166186e-5 -trade_on_V2 1.629115553166186e-5 -trade_upon_V2 1.629115553166186e-5 -traduce_V2 4.887346659498558e-5 -trail_V2 2.1178502191160418e-4 -train_V2 2.1178502191160418e-4 -train_up_V2 1.629115553166186e-5 -trammel_V2 1.629115553166186e-5 -tramp_V2 1.629115553166186e-5 -trample_V2 4.887346659498558e-5 -tranquilize_V2 1.629115553166186e-5 -tranquillize_V2 1.629115553166186e-5 -transact_V2 6.516462212664744e-5 -transcend_V2 1.629115553166186e-5 -transcribe_V2 3.258231106332372e-5 -transfer_V2 6.516462212664744e-4 -transfigure_V2 1.629115553166186e-5 -transfix_V2 1.629115553166186e-5 -transform_V2 4.7244351041819395e-4 -transfuse_V2 1.629115553166186e-5 -transgress_V2 1.629115553166186e-5 -translate_V2 1.9549386637994232e-4 -transliterate_V2 1.629115553166186e-5 -transmit_V2 1.3032924425329488e-4 -transmogrify_V2 4.887346659498558e-5 -transmute_V2 1.629115553166186e-5 -transpire_V2 1.629115553166186e-5 -transplant_V2 8.14557776583093e-5 -transport_V2 2.769496440382516e-4 -transpose_V2 1.629115553166186e-5 -transship_V2 1.629115553166186e-5 -trap_V2 6.516462212664744e-5 -trash_V2 6.516462212664744e-5 -travel_V2 1.1403808872163302e-4 -traverse_V2 1.629115553166186e-5 -travesty_V2 1.629115553166186e-5 -trawl_V2 1.629115553166186e-5 -tread_V2 3.258231106332372e-5 -treasure_V2 3.258231106332372e-5 -treat_V2 7.493931544564456e-4 -treble_V2 3.258231106332372e-5 -tree_V2 1.629115553166186e-5 -trellis_V2 1.629115553166186e-5 -trench_V2 1.629115553166186e-5 -trepan_V2 1.629115553166186e-5 -trephine_V2 1.629115553166186e-5 -trice_V2 1.629115553166186e-5 -trick_V2 3.258231106332372e-5 -trickle_V2 1.629115553166186e-5 -trifle_V2 1.629115553166186e-5 -trigger_V2 1.1403808872163302e-3 -trill_V2 1.629115553166186e-5 -trim_V2 4.072788882915465e-4 -trip_V2 3.258231106332372e-5 -trip_over_V2 1.629115553166186e-5 -triple_V2 4.887346659498558e-5 -triplicate_V2 1.629115553166186e-5 -trisect_V2 1.629115553166186e-5 -trivialize_V2 3.258231106332372e-5 -troll_V2 1.629115553166186e-5 -troop_V2 1.629115553166186e-5 -trot_V2 1.629115553166186e-5 -trot_off_to_V2 1.629115553166186e-5 -trot_out_V2 1.629115553166186e-5 -trouble_V2 9.28595865304726e-4 -trounce_V2 1.629115553166186e-5 -true_V2 1.629115553166186e-5 -trump_V2 3.258231106332372e-5 -trumpet_V2 8.14557776583093e-5 -truncate_V2 1.629115553166186e-5 -trundle_V2 1.629115553166186e-5 -truss_V2 1.629115553166186e-5 -trust_V2 1.629115553166186e-4 -try_V2 3.584054216965609e-4 -try_for_V2 1.629115553166186e-5 -try_on_V2 1.629115553166186e-5 -try_out_V2 3.258231106332372e-5 -try_out_for_V2 1.629115553166186e-5 -tuck_V2 6.516462212664744e-5 -tuck_away_V2 1.629115553166186e-5 -tuck_in_V2 1.629115553166186e-5 -tuck_into_V2 1.629115553166186e-5 -tuck_up_V2 1.629115553166186e-5 -tug_V2 3.258231106332372e-5 -tumble_V2 4.2357004382320837e-4 -tune_V2 4.887346659498558e-5 -tune_in_to_V2 1.629115553166186e-5 -tune_out_V2 1.629115553166186e-5 -tune_up_V2 1.629115553166186e-5 -tunnel_V2 1.629115553166186e-5 -turf_V2 1.629115553166186e-5 -turn_V2 8.471400876464167e-4 -turn_against_V2 1.629115553166186e-5 -turn_around_V2 1.629115553166186e-5 -turn_away_V2 1.629115553166186e-5 -turn_down_V2 4.887346659498558e-5 -turn_in_V2 1.629115553166186e-5 -turn_into_V2 1.629115553166186e-5 -turn_off_V2 1.629115553166186e-5 -turn_on_V2 1.629115553166186e-5 -turn_out_V2 3.258231106332372e-5 -turn_over_V2 1.629115553166186e-5 -turn_to_V2 1.629115553166186e-5 -turn_up_V2 1.629115553166186e-5 -tut_V2 1.629115553166186e-5 -tutor_V2 4.887346659498558e-5 -twang_V2 1.629115553166186e-5 -tweak_V2 1.629115553166186e-5 -twiddle_V2 3.258231106332372e-5 -twig_V2 1.629115553166186e-5 -twin_V2 3.258231106332372e-5 -twine_V2 1.629115553166186e-5 -twirl_V2 1.629115553166186e-5 -twist_V2 1.3032924425329488e-4 -twit_V2 1.629115553166186e-5 -twitch_V2 1.629115553166186e-5 -type_V2 3.258231106332372e-5 -type_in_V2 1.629115553166186e-5 -type_out_V2 1.629115553166186e-5 -type_up_V2 1.629115553166186e-5 -typecast_V2 1.629115553166186e-5 -typify_V2 4.887346659498558e-5 -tyrannize_V2 1.629115553166186e-5 -uglify_V2 1.629115553166186e-5 -ulcerate_V2 1.629115553166186e-5 -umpire_V2 1.629115553166186e-5 -unbalance_V2 1.629115553166186e-5 -unbar_V2 1.629115553166186e-5 -unbend_V2 1.629115553166186e-5 -unbind_V2 1.629115553166186e-5 -unblock_V2 3.258231106332372e-5 -unbolt_V2 1.629115553166186e-5 -unbosom_V2 1.629115553166186e-5 -unbuckle_V2 1.629115553166186e-5 -unburden_V2 1.629115553166186e-5 -unbutton_V2 1.629115553166186e-5 -unchain_V2 1.629115553166186e-5 -uncork_V2 1.629115553166186e-5 -uncouple_V2 1.629115553166186e-5 -uncover_V2 2.769496440382516e-4 -uncross_V2 1.629115553166186e-5 -uncurl_V2 1.629115553166186e-5 -undeceive_V2 1.629115553166186e-5 -underact_V2 1.629115553166186e-5 -underbid_V2 1.629115553166186e-5 -undercharge_V2 1.629115553166186e-5 -undercut_V2 1.7920271084828046e-4 -underestimate_V2 1.7920271084828046e-4 -underexpose_V2 1.629115553166186e-5 -underfund_V2 4.887346659498558e-5 -undergo_V2 1.9549386637994232e-4 -underlie_V2 4.887346659498558e-4 -underline_V2 9.774693318997116e-5 -undermine_V2 3.4211426616489907e-4 -underpay_V2 3.258231106332372e-5 -underperform_V2 8.14557776583093e-5 -underpin_V2 1.4662039978495674e-4 -underquote_V2 1.629115553166186e-5 -underrate_V2 1.629115553166186e-5 -underscore_V2 3.746965772282228e-4 -undersell_V2 3.258231106332372e-5 -undershoot_V2 1.629115553166186e-5 -undersign_V2 1.629115553166186e-5 -underspend_V2 1.629115553166186e-5 -understand_V2 5.213169770131795e-4 -understate_V2 1.629115553166186e-4 -understock_V2 1.629115553166186e-5 -understudy_V2 1.629115553166186e-5 -undertake_V2 3.584054216965609e-4 -undervalue_V2 1.7920271084828046e-4 -underwhelm_V2 3.258231106332372e-5 -underwrite_V2 2.932407995699135e-4 -undo_V2 1.7920271084828046e-4 -undock_V2 1.629115553166186e-5 -undress_V2 1.629115553166186e-5 -unearth_V2 3.258231106332372e-5 -unfasten_V2 1.629115553166186e-5 -unfaze_V2 4.887346659498558e-5 -unfit_V2 1.629115553166186e-5 -unfold_V2 1.629115553166186e-5 -unfrock_V2 1.629115553166186e-5 -unfurl_V2 1.629115553166186e-5 -unhand_V2 1.629115553166186e-5 -unhinge_V2 4.887346659498558e-5 -unhitch_V2 1.629115553166186e-5 -unhook_V2 1.629115553166186e-5 -unhorse_V2 1.629115553166186e-5 -unify_V2 2.1178502191160418e-4 -unite_V2 8.14557776583093e-5 -unlearn_V2 1.629115553166186e-5 -unleash_V2 1.4662039978495674e-4 -unload_V2 2.6065848850658976e-4 -unlock_V2 4.887346659498558e-5 -unloose_V2 1.629115553166186e-5 -unman_V2 3.258231106332372e-5 -unmask_V2 4.887346659498558e-5 -unnerve_V2 6.516462212664744e-5 -unpack_V2 1.629115553166186e-5 -unpick_V2 1.629115553166186e-5 -unplug_V2 3.258231106332372e-5 -unravel_V2 4.887346659498558e-5 -unroll_V2 3.258231106332372e-5 -unsaddle_V2 1.629115553166186e-5 -unsay_V2 1.629115553166186e-5 -unscramble_V2 1.629115553166186e-5 -unscrew_V2 1.629115553166186e-5 -unseat_V2 1.629115553166186e-5 -unsettle_V2 2.1178502191160418e-4 -unsex_V2 1.629115553166186e-5 -unsheathe_V2 1.629115553166186e-5 -untie_V2 1.629115553166186e-5 -unveil_V2 5.050258214815177e-4 -unwind_V2 4.887346659498558e-5 -unwrap_V2 1.629115553166186e-5 -unzip_V2 1.629115553166186e-5 -up_V2 4.887346659498558e-5 -upbraid_V2 1.629115553166186e-5 -update_V2 2.443673329749279e-4 -upgrade_V2 3.4211426616489907e-4 -uphold_V2 3.0953195510157534e-4 -upholster_V2 1.629115553166186e-5 -uplift_V2 1.629115553166186e-5 -uproot_V2 3.258231106332372e-5 -upset_V2 2.1178502191160418e-4 -upstage_V2 1.629115553166186e-5 -urbanize_V2 1.629115553166186e-5 -urge_V2 1.4499128423179056e-3 -urge_on_V2 1.629115553166186e-5 -urge_upon_V2 1.629115553166186e-5 -use_V2 7.233273056057866e-3 -use_up_V2 1.629115553166186e-5 -usher_V2 1.1403808872163302e-4 -usher_in_V2 1.629115553166186e-5 -usurp_V2 6.516462212664744e-5 -utilize_V2 3.258231106332372e-5 -utter_V2 4.887346659498558e-5 -vacate_V2 2.2807617744326604e-4 -vaccinate_V2 1.629115553166186e-5 -vacuum_V2 3.258231106332372e-5 -vacuum_up_V2 1.629115553166186e-5 -valet_V2 1.629115553166186e-5 -validate_V2 3.258231106332372e-5 -value_V2 1.7105713308244953e-3 -vamp_V2 1.629115553166186e-5 -vamp_up_V2 1.629115553166186e-5 -vanquish_V2 1.629115553166186e-5 -vaporize_V2 1.629115553166186e-5 -varnish_V2 1.629115553166186e-5 -vary_V2 1.1403808872163302e-4 -vault_V2 3.258231106332372e-5 -vaunt_V2 4.887346659498558e-5 -veer_away_from_V2 1.629115553166186e-5 -veil_V2 4.887346659498558e-5 -vend_V2 3.258231106332372e-5 -veneer_V2 1.629115553166186e-5 -venerate_V2 1.629115553166186e-5 -vent_V2 4.887346659498558e-5 -ventilate_V2 6.516462212664744e-5 -venture_V2 3.258231106332372e-5 -verbalize_V2 1.629115553166186e-5 -verify_V2 6.516462212664744e-5 -versify_V2 1.629115553166186e-5 -vest_V2 1.4662039978495674e-4 -vesture_V2 1.629115553166186e-5 -vet_V2 1.629115553166186e-5 -veto_V2 4.072788882915465e-4 -vex_V2 1.629115553166186e-5 -vibrate_V2 1.629115553166186e-5 -victimize_V2 6.516462212664744e-5 -victual_V2 1.629115553166186e-5 -videotape_V2 1.629115553166186e-5 -view_V2 1.287001287001287e-3 -vilify_V2 1.629115553166186e-5 -vindicate_V2 3.258231106332372e-5 -violate_V2 1.042633954026359e-3 -visa_V2 1.629115553166186e-5 -visit_V2 5.050258214815177e-4 -visualize_V2 4.887346659498558e-5 -vitalize_V2 1.629115553166186e-5 -vitiate_V2 3.258231106332372e-5 -vitrify_V2 1.629115553166186e-5 -vituperate_V2 1.629115553166186e-5 -vivisect_V2 1.629115553166186e-5 -vocalize_V2 1.629115553166186e-5 -vociferate_V2 1.629115553166186e-5 -voice_V2 1.629115553166186e-4 -void_V2 6.516462212664744e-5 -volley_V2 1.629115553166186e-5 -volunteer_V2 4.887346659498558e-5 -vomit_V2 1.629115553166186e-5 -vote_V2 2.2807617744326604e-4 -vouchsafe_V2 1.629115553166186e-5 -vow_V2 8.14557776583093e-5 -vulcanize_V2 1.629115553166186e-5 -vulgarize_V2 1.629115553166186e-5 -wad_V2 1.629115553166186e-5 -wade_V2 1.629115553166186e-5 -wade_into_V2 1.629115553166186e-5 -wade_through_V2 1.629115553166186e-5 -waffle_V2 3.258231106332372e-5 -waft_V2 3.258231106332372e-5 -wag_V2 1.629115553166186e-5 -wage_V2 8.14557776583093e-5 -wager_V2 1.629115553166186e-5 -waggle_V2 1.629115553166186e-5 -wail_V2 1.629115553166186e-5 -wait_V2 1.1403808872163302e-4 -wait_on_V2 1.629115553166186e-5 -wait_out_V2 1.629115553166186e-5 -wait_up_for_V2 1.629115553166186e-5 -wait_upon_V2 1.629115553166186e-5 -waive_V2 3.258231106332372e-4 -wake_V2 1.629115553166186e-5 -wake_up_V2 1.629115553166186e-5 -waken_V2 1.629115553166186e-5 -walk_V2 1.7920271084828046e-4 -walk_away_from_V2 1.629115553166186e-5 -walk_away_with_V2 1.629115553166186e-5 -walk_back_from_V2 1.629115553166186e-5 -walk_in_on_V2 1.629115553166186e-5 -walk_into_V2 1.629115553166186e-5 -walk_off_V2 1.629115553166186e-5 -walk_off_with_V2 1.629115553166186e-5 -walk_out_on_V2 1.629115553166186e-5 -wall_V2 3.258231106332372e-5 -wallop_V2 1.629115553166186e-5 -waltz_V2 1.629115553166186e-5 -waltz_through_V2 1.629115553166186e-5 -wander_V2 1.629115553166186e-5 -wangle_V2 1.629115553166186e-5 -want_V2 2.1830148412426893e-3 -warble_V2 1.629115553166186e-5 -ward_V2 8.14557776583093e-5 -ware_V2 1.629115553166186e-5 -warm_V2 1.629115553166186e-5 -warn_V2 1.3032924425329488e-4 -warp_V2 3.258231106332372e-5 -warrant_V2 1.3032924425329488e-4 -wash_V2 1.1403808872163302e-4 -wash_away_V2 1.629115553166186e-5 -wash_down_V2 1.629115553166186e-5 -wash_out_V2 1.629115553166186e-5 -wash_over_V2 1.629115553166186e-5 -wash_up_V2 1.629115553166186e-5 -waste_V2 1.9549386637994232e-4 -watch_V2 7.331019989247837e-4 -watch_out_for_V2 1.629115553166186e-5 -watch_over_V2 1.629115553166186e-5 -water_V2 4.887346659498558e-5 -water_down_V2 1.629115553166186e-5 -waterproof_V2 1.629115553166186e-5 -wave_V2 4.887346659498558e-5 -wave_aside_V2 1.629115553166186e-5 -wave_down_V2 1.629115553166186e-5 -wave_off_V2 1.629115553166186e-5 -wave_on_V2 1.629115553166186e-5 -wax_V2 1.629115553166186e-5 -waylay_V2 1.629115553166186e-5 -weaken_V2 3.9098773275988465e-4 -wean_V2 3.258231106332372e-5 -wean_off_V2 1.629115553166186e-5 -wear_V2 6.190639102031507e-4 -wear_away_V2 1.629115553166186e-5 -wear_down_V2 1.629115553166186e-5 -wear_out_V2 1.629115553166186e-5 -weary_V2 1.629115553166186e-5 -weather_V2 8.14557776583093e-5 -weave_V2 4.887346659498558e-5 -wed_V2 6.516462212664744e-5 -wedge_V2 4.887346659498558e-5 -weed_V2 1.629115553166186e-5 -weed_out_V2 1.629115553166186e-5 -weep_V2 1.629115553166186e-5 -weigh_V2 3.584054216965609e-4 -weigh_down_on_V2 1.629115553166186e-5 -weigh_in_on_V2 1.629115553166186e-5 -weigh_on_V2 1.629115553166186e-5 -weigh_out_V2 1.629115553166186e-5 -weigh_up_V2 1.629115553166186e-5 -weight_V2 1.629115553166186e-4 -weird_out_V2 1.629115553166186e-5 -welcome_V2 4.561523548865321e-4 -weld_V2 1.629115553166186e-5 -wend_V2 1.629115553166186e-5 -westernize_V2 1.629115553166186e-5 -wet_V2 1.629115553166186e-5 -whack_V2 1.1403808872163302e-4 -whang_V2 1.629115553166186e-5 -wheedle_V2 1.629115553166186e-5 -wheel_V2 1.629115553166186e-5 -wheel_out_V2 1.629115553166186e-5 -wheeze_V2 1.629115553166186e-5 -whet_V2 1.629115553166186e-5 -while_V2 3.258231106332372e-5 -while_away_V2 1.629115553166186e-5 -whimper_V2 1.629115553166186e-5 -whine_V2 1.629115553166186e-5 -whip_V2 4.887346659498558e-5 -whip_into_V2 1.629115553166186e-5 -whip_out_V2 1.629115553166186e-5 -whip_out_of_V2 1.629115553166186e-5 -whip_through_V2 1.629115553166186e-5 -whip_up_V2 1.629115553166186e-5 -whipsaw_V2 9.774693318997116e-5 -whirl_V2 1.629115553166186e-5 -whisk_V2 3.258231106332372e-5 -whisk_away_V2 1.629115553166186e-5 -whisper_V2 3.258231106332372e-5 -whistle_V2 4.887346659498558e-5 -white_out_V2 1.629115553166186e-5 -whiten_V2 1.629115553166186e-5 -whitewash_V2 1.629115553166186e-5 -whittle_V2 3.258231106332372e-5 -wholesale_V2 3.258231106332372e-5 -whoop_V2 1.629115553166186e-5 -whop_V2 1.629115553166186e-5 -widen_V2 2.1178502191160418e-4 -wield_V2 1.4662039978495674e-4 -wiggle_V2 3.258231106332372e-5 -wiggle_out_of_V2 1.629115553166186e-5 -will_V2 1.629115553166186e-5 -wilt_V2 1.629115553166186e-5 -win_V2 2.671749507192545e-3 -wince_V2 1.629115553166186e-5 -winch_V2 1.629115553166186e-5 -wind_V2 1.629115553166186e-5 -wind_down_V2 1.629115553166186e-5 -wind_up_V2 1.629115553166186e-5 -wine_V2 1.629115553166186e-5 -wing_V2 1.629115553166186e-5 -wink_V2 1.629115553166186e-5 -winkle_V2 1.629115553166186e-5 -winkle_out_V2 1.629115553166186e-5 -winnow_V2 1.629115553166186e-5 -wipe_V2 1.629115553166186e-5 -wipe_out_V2 1.629115553166186e-5 -wire_V2 4.887346659498558e-5 -wire_up_V2 1.629115553166186e-5 -wish_V2 6.516462212664744e-5 -withdraw_V2 4.887346659498558e-4 -wither_V2 1.629115553166186e-5 -withhold_V2 2.769496440382516e-4 -withstand_V2 2.6065848850658976e-4 -witness_V2 1.4662039978495674e-4 -wive_V2 1.629115553166186e-5 -wobble_V2 1.629115553166186e-5 -wolf_V2 1.629115553166186e-5 -wonder_V2 1.629115553166186e-5 -woo_V2 2.932407995699135e-4 -word_V2 6.516462212664744e-5 -word_up_V2 1.629115553166186e-5 -work_V2 4.887346659498558e-4 -work_off_V2 1.629115553166186e-5 -work_on_V2 1.629115553166186e-5 -work_out_V2 3.258231106332372e-5 -work_over_V2 1.629115553166186e-5 -work_through_V2 1.629115553166186e-5 -worm_V2 1.629115553166186e-5 -worry_V2 5.376081325448414e-4 -worsen_V2 9.774693318997116e-5 -worship_V2 1.629115553166186e-5 -worst_V2 1.629115553166186e-5 -wound_V2 8.14557776583093e-5 -wrack_V2 6.516462212664744e-5 -wrap_V2 8.14557776583093e-5 -wrap_around_V2 1.629115553166186e-5 -wrap_up_V2 1.629115553166186e-5 -wreak_V2 9.774693318997116e-5 -wreathe_V2 1.629115553166186e-5 -wreck_V2 1.4662039978495674e-4 -wrench_V2 4.887346659498558e-5 -wrest_V2 6.516462212664744e-5 -wrestle_V2 4.887346659498558e-5 -wrick_V2 1.629115553166186e-5 -wriggle_V2 1.629115553166186e-5 -wriggle_out_of_V2 1.629115553166186e-5 -wring_V2 4.887346659498558e-5 -wrinkle_V2 1.629115553166186e-5 -write_V2 1.3521659091279344e-3 -write_down_V2 1.629115553166186e-5 -write_off_V2 1.629115553166186e-5 -write_out_V2 1.629115553166186e-5 -write_up_V2 1.629115553166186e-5 -wrong_V2 3.258231106332372e-5 -x_ray_V2 1.629115553166186e-5 -xerox_V2 1.629115553166186e-5 -yak_on_about_V2 1.629115553166186e-5 -yammer_on_about_V2 1.629115553166186e-5 -yank_V2 1.3032924425329488e-4 -yell_V2 3.258231106332372e-5 -yellow_V2 1.629115553166186e-5 -yield_V2 3.5840542169656093e-3 -yield_to_V2 1.629115553166186e-5 -yodel_V2 1.629115553166186e-5 -yoke_V2 1.629115553166186e-5 -zap_V2 3.258231106332372e-5 -zero_in_on_V2 1.629115553166186e-5 -zero_out_V2 1.629115553166186e-5 -zip_V2 4.887346659498558e-5 -zip_around_V2 1.629115553166186e-5 -zip_by_V2 1.629115553166186e-5 -zone_V2 4.887346659498558e-5 -zone_in_on_V2 1.629115553166186e-5 -zoom_in_on_V2 1.629115553166186e-5 -call_V2A 3.676470588235294e-2 -colour_V2A 1.4705882352941176e-2 -consider_V2A 2.9411764705882353e-2 -cut_V2A 2.2058823529411766e-2 -deem_V2A 5.1470588235294115e-2 -find_V2A 9.558823529411764e-2 -keep_V2A 2.2058823529411766e-2 -label_V2A 7.352941176470588e-3 -make_V2A 0.5955882352941176 -move_V2A 7.352941176470588e-3 -ply_V2A 7.352941176470588e-3 -seal_V2A 7.352941176470588e-3 -take_V2A 5.1470588235294115e-2 -think_V2A 2.2058823529411766e-2 -turn_V2A 2.9411764705882353e-2 -tell_V2Q 1.0 -assure_V2S 0.30434782608695654 -reassure_V2S 0.13043478260869565 -stun_V2S 8.695652173913043e-2 -tell_V2S 0.4782608695652174 -act_V2V 5.015045135406219e-4 -adjust_V2V 5.015045135406219e-4 -afford_V2V 5.015045135406219e-4 -allege_V2V 5.015045135406219e-4 -allow_V2V 8.776328986960882e-2 -amaze_V2V 5.015045135406219e-4 -amend_V2V 1.0030090270812437e-3 -appeal_V2V 5.015045135406219e-4 -apply_V2V 5.015045135406219e-4 -appoint_V2V 5.015045135406219e-4 -arouse_V2V 1.0030090270812437e-3 -ask_V2V 5.0150451354062184e-3 -assign_V2V 5.015045135406219e-4 -authorize_V2V 4.012036108324975e-3 -believe_V2V 3.510531594784353e-3 -bother_V2V 5.015045135406219e-4 -bound_V2V 5.015045135406219e-4 -bring_V2V 1.0030090270812437e-3 -call_V2V 2.0060180541624875e-3 -call_for_V2V 5.015045135406219e-4 -cause_V2V 2.8084252758274825e-2 -caution_V2V 1.5045135406218655e-3 -cease_V2V 5.015045135406219e-4 -choose_V2V 1.5045135406218655e-3 -clear_V2V 5.015045135406219e-4 -close_V2V 5.015045135406219e-4 -combine_V2V 5.015045135406219e-4 -commission_V2V 5.015045135406219e-4 -commit_V2V 5.015045135406219e-4 -compel_V2V 1.5045135406218655e-3 -consent_V2V 5.015045135406219e-4 -consider_V2V 3.009027081243731e-3 -conspire_V2V 5.015045135406219e-4 -construe_V2V 1.0030090270812437e-3 -contract_V2V 5.015045135406219e-4 -contribute_V2V 5.015045135406219e-4 -convince_V2V 2.5075225677031092e-3 -declare_V2V 2.0060180541624875e-3 -deem_V2V 1.5045135406218655e-3 -defy_V2V 1.0030090270812437e-3 -design_V2V 2.5075225677031094e-2 -designate_V2V 1.5045135406218655e-3 -destine_V2V 5.015045135406219e-4 -determine_V2V 5.015045135406219e-4 -discover_V2V 5.015045135406219e-4 -disincline_V2V 5.015045135406219e-4 -dispatch_V2V 1.5045135406218655e-3 -draw_V2V 1.0030090270812437e-3 -drive_V2V 1.5045135406218655e-3 -easy_V2V 1.0030090270812437e-3 -elect_V2V 5.015045135406219e-4 -emerge_V2V 5.015045135406219e-4 -emigrate_V2V 5.015045135406219e-4 -empower_V2V 1.5045135406218655e-3 -enable_V2V 1.905717151454363e-2 -enact_V2V 5.015045135406219e-4 -encourage_V2V 1.1534603811434303e-2 -entitle_V2V 5.0150451354062184e-3 -estimate_V2V 1.0030090270812437e-3 -exempt_V2V 5.015045135406219e-4 -exist_V2V 5.015045135406219e-4 -expand_V2V 1.0030090270812437e-3 -expect_V2V 0.2432296890672016 -fail_V2V 5.015045135406219e-4 -fight_V2V 5.015045135406219e-4 -figure_V2V 5.015045135406219e-4 -find_V2V 4.513540621865597e-3 -flock_V2V 5.015045135406219e-4 -force_V2V 3.610832497492478e-2 -free_V2V 1.5045135406218655e-3 -get_V2V 1.4543630892678034e-2 -grow_V2V 5.015045135406219e-4 -hate_V2V 5.015045135406219e-4 -have_V2V 5.516549648946841e-3 -hear_V2V 3.009027081243731e-3 -help_V2V 3.911735205616851e-2 -hire_V2V 3.009027081243731e-3 -hold_V2V 5.015045135406219e-4 -hurry_V2V 5.015045135406219e-4 -incline_V2V 1.0030090270812437e-3 -induce_V2V 2.5075225677031092e-3 -inspire_V2V 2.0060180541624875e-3 -intend_V2V 1.4543630892678034e-2 -intervene_V2V 5.015045135406219e-4 -invite_V2V 1.5045135406218655e-3 -judge_V2V 1.5045135406218655e-3 -jump_V2V 5.015045135406219e-4 -keep_ing_V2V 1.0030090270812437e-3 -keep_to_V2V 1.0030090270812437e-3 -know_V2V 1.0030090270812437e-3 -lead_V2V 1.1534603811434303e-2 -leave_V2V 3.009027081243731e-3 -legitimize_V2V 5.015045135406219e-4 -let_V2V 3.911735205616851e-2 -like_V2V 2.0060180541624875e-3 -limit_V2V 5.015045135406219e-4 -list_V2V 5.015045135406219e-4 -lobby_V2V 1.0030090270812437e-3 -look_V2V 1.0030090270812437e-3 -love_V2V 5.015045135406219e-4 -make_V2V 3.3099297893681046e-2 -materialize_V2V 5.015045135406219e-4 -mean_V2V 8.525576730190571e-3 -meet_V2V 5.015045135406219e-4 -motivate_V2V 1.0030090270812437e-3 -move_V2V 1.5045135406218655e-3 -name_V2V 5.0150451354062184e-3 -need_V2V 4.012036108324975e-3 -obligate_V2V 5.015045135406219e-4 -oblige_V2V 1.0030090270812437e-3 -offer_V2V 1.5045135406218655e-3 -opt_V2V 5.015045135406219e-4 -order_V2V 7.021063189568706e-3 -organize_V2V 5.015045135406219e-4 -pause_V2V 5.015045135406219e-4 -pay_V2V 1.0030090270812437e-3 -perceive_V2V 5.015045135406219e-4 -permit_V2V 1.2537612838515547e-2 -persuade_V2V 1.0030090270812437e-3 -plan_V2V 1.0030090270812437e-3 -please_V2V 2.0060180541624875e-3 -pledge_V2V 5.015045135406219e-4 -position_V2V 1.0030090270812437e-3 -prefer_V2V 1.0030090270812437e-3 -prepare_V2V 2.0060180541624875e-3 -press_V2V 2.0060180541624875e-3 -pressure_V2V 2.5075225677031092e-3 -price_V2V 5.015045135406219e-4 -prod_V2V 4.012036108324975e-3 -profess_V2V 5.015045135406219e-4 -program_V2V 5.015045135406219e-4 -project_V2V 1.0030090270812437e-3 -prompt_V2V 1.3039117352056168e-2 -prove_V2V 5.015045135406219e-4 -purport_V2V 5.015045135406219e-4 -push_V2V 2.5075225677031092e-3 -put_V2V 5.015045135406219e-4 -put_up_V2V 5.015045135406219e-4 -race_V2V 5.015045135406219e-4 -raise_V2V 1.5045135406218655e-3 -rally_V2V 1.0030090270812437e-3 -reach_V2V 1.0030090270812437e-3 -rebound_V2V 5.015045135406219e-4 -recommend_V2V 5.015045135406219e-4 -recover_V2V 5.015045135406219e-4 -refocus_V2V 5.015045135406219e-4 -rely_on_V2V 1.0030090270812437e-3 -report_V2V 1.0030090270812437e-3 -repute_V2V 1.0030090270812437e-3 -require_V2V 3.911735205616851e-2 -resign_V2V 5.015045135406219e-4 -restate_V2V 1.0030090270812437e-3 -restructure_V2V 1.0030090270812437e-3 -retain_V2V 1.0030090270812437e-3 -return_V2V 1.0030090270812437e-3 -rung_V2V 5.015045135406219e-4 -rush_V2V 5.015045135406219e-4 -schedule_V2V 3.3099297893681046e-2 -scramble_V2V 5.015045135406219e-4 -see_V2V 1.9558676028084254e-2 -select_V2V 1.5045135406218655e-3 -send_V2V 1.0030090270812437e-3 -show_V2V 3.510531594784353e-3 -sign_V2V 1.5045135406218655e-3 -slate_V2V 5.015045135406219e-4 -spend_ing_V2V 1.0030090270812437e-3 -spend_to_V2V 1.0030090270812437e-3 -spread_V2V 5.015045135406219e-4 -spurre_V2V 1.0030090270812437e-3 -stood_V2V 5.015045135406219e-4 -stunne_V2V 5.015045135406219e-4 -sue_V2V 5.015045135406219e-4 -suffice_V2V 5.015045135406219e-4 -suppose_V2V 2.0561685055165497e-2 -surface_V2V 5.015045135406219e-4 -surprise_V2V 5.015045135406219e-4 -swear_V2V 5.015045135406219e-4 -take_V2V 4.012036108324975e-3 -target_V2V 5.015045135406219e-4 -teach_V2V 5.015045135406219e-4 -tell_V2V 1.5045135406218655e-3 -tempt_V2V 2.5075225677031092e-3 -tender_V2V 5.015045135406219e-4 -toil_V2V 5.015045135406219e-4 -train_V2V 2.5075225677031092e-3 -trust_V2V 1.0030090270812437e-3 -try_V2V 1.0030090270812437e-3 -understand_V2V 5.015045135406219e-4 -unit_V2V 5.015045135406219e-4 -urge_V2V 2.5075225677031092e-3 -use_V2V 1.0030090270812437e-2 -vex_V2V 5.015045135406219e-4 -visit_V2V 1.5045135406218655e-3 -volunteer_V2V 5.015045135406219e-4 -want_V2V 2.5075225677031094e-2 -warn_V2V 5.015045135406219e-4 -watch_V2V 5.516549648946841e-3 -wish_V2V 2.0060180541624875e-3 -appoint_V3 7.792207792207792e-3 -award_V3 5.194805194805195e-3 -back_into_V3 2.5974025974025974e-3 -back_out_of_V3 2.5974025974025974e-3 -bail_out_of_V3 2.5974025974025974e-3 -bring_V3 7.792207792207792e-3 -bring_out_in_V3 2.5974025974025974e-3 -call_V3 0.16623376623376623 -chalk_up_to_V3 2.5974025974025974e-3 -charge_with_V3 2.5974025974025974e-3 -cheat_out_of_V3 2.5974025974025974e-3 -consider_V3 3.116883116883117e-2 -deny_V3 5.194805194805195e-3 -drill_into_V3 2.5974025974025974e-3 -dub_V3 3.896103896103896e-2 -elect_V3 6.233766233766234e-2 -fancy_V3 2.5974025974025974e-3 -fill_in_on_V3 2.5974025974025974e-3 -fob_off_on_V3 2.5974025974025974e-3 -fob_off_onto_V3 2.5974025974025974e-3 -fob_off_with_V3 2.5974025974025974e-3 -get_through_V3 2.5974025974025974e-3 -give_V3 4.935064935064935e-2 -give_over_to_V3 2.5974025974025974e-3 -grant_V3 5.194805194805195e-3 -have_down_as_V3 2.5974025974025974e-3 -hear_of_V3 2.5974025974025974e-3 -hit_for_V3 2.5974025974025974e-3 -hit_with_V3 2.5974025974025974e-3 -hold_V3 5.194805194805195e-3 -hold_against_V3 2.5974025974025974e-3 -label_V3 2.5974025974025974e-3 -land_with_V3 2.5974025974025974e-3 -look_on_as_V3 2.5974025974025974e-3 -look_upon_as_V3 2.5974025974025974e-3 -make_V3 6.493506493506493e-2 -make_of_V3 5.194805194805195e-3 -mark_V3 5.194805194805195e-3 -mark_down_as_V3 2.5974025974025974e-3 -mark_out_for_V3 2.5974025974025974e-3 -mark_out_from_V3 2.5974025974025974e-3 -measure_against_V3 2.5974025974025974e-3 -name_V3 0.3194805194805195 -name_after_V3 2.5974025974025974e-3 -nickname_V3 1.2987012987012988e-2 -offer_V3 7.792207792207792e-3 -owe_to_V3 2.5974025974025974e-3 -pay_V3 5.194805194805195e-3 -pay_for_V3 2.5974025974025974e-3 -pay_into_V3 2.5974025974025974e-3 -pin_on_V3 2.5974025974025974e-3 -pit_against_V3 2.5974025974025974e-3 -put_down_for_V3 2.5974025974025974e-3 -put_down_to_V3 2.5974025974025974e-3 -rename_V3 2.077922077922078e-2 -rumour_V3 5.194805194805195e-3 -saddle_with_V3 2.5974025974025974e-3 -see_into_V3 2.5974025974025974e-3 -show_over_V3 2.5974025974025974e-3 -sign_for_V3 2.5974025974025974e-3 -spring_on_V3 2.5974025974025974e-3 -square_off_against_V3 5.194805194805195e-3 -subtitle_V3 2.5974025974025974e-3 -tack_onto_V3 2.5974025974025974e-3 -tag_V3 2.5974025974025974e-3 -tag_onto_V3 2.5974025974025974e-3 -talk_into_V3 2.5974025974025974e-3 -talk_out_of_V3 2.5974025974025974e-3 -talk_through_V3 2.5974025974025974e-3 -tap_for_V3 2.5974025974025974e-3 -tell_V3 7.792207792207792e-3 -title_V3 2.077922077922078e-2 -touch_for_V3 2.5974025974025974e-3 -vote_V3 2.5974025974025974e-3 -walk_through_V3 2.5974025974025974e-3 -act_VA 2.0639834881320948e-3 -appear_VA 5.572755417956656e-2 -become_VA 0.15376676986584106 -close_VA 1.6511867905056758e-2 -come_VA 1.5479876160990712e-2 -earn_VA 2.0639834881320948e-3 -end_VA 1.0319917440660475e-2 -fall_VA 1.1351909184726523e-2 -feel_VA 5.675954592363261e-2 -finish_VA 3.0959752321981426e-3 -float_VA 2.0639834881320948e-3 -get_VA 9.907120743034056e-2 -go_VA 4.8503611971104234e-2 -grow_VA 2.889576883384933e-2 -keep_VA 7.223942208462332e-3 -look_VA 4.953560371517028e-2 -make_VA 2.3735810113519093e-2 -mean_VA 3.0959752321981426e-3 -obscure_VA 2.0639834881320948e-3 -plead_VA 2.476780185758514e-2 -prove_VA 3.199174406604747e-2 -rate_VA 2.0639834881320948e-3 -reach_VA 2.0639834881320948e-3 -read_VA 2.0639834881320948e-3 -remain_VA 0.17750257997936017 -rest_VA 1.0319917440660474e-3 -rise_VA 2.0639834881320948e-3 -say_VA 3.0959752321981426e-3 -see_VA 2.0639834881320948e-3 -seem_VA 8.565531475748193e-2 -sell_VA 2.0639834881320948e-3 -settle_VA 3.0959752321981426e-3 -sit_VA 3.0959752321981426e-3 -smell_VA 2.0639834881320948e-3 -sound_VA 1.7543859649122806e-2 -stay_VA 2.5799793601651185e-2 -take_VA 3.0959752321981426e-3 -turn_VA 1.7543859649122806e-2 -ContVPC_none 4.580152671755725e-2 -StartVPC_none 0.9541984732824428 -ContVPC_np 0.5 -StartVPC_np 0.5 -ask_VQ 6.666666666666667e-2 -exclaim_VQ 3.333333333333333e-2 -hiss_VQ 3.333333333333333e-2 -know_VQ 3.333333333333333e-2 -see_VQ 3.333333333333333e-2 -show_VQ 6.666666666666667e-2 -wonder_VQ 0.7333333333333333 -accept_VS 3.568242640499554e-4 -acknowledge_VS 2.9735355337496285e-3 -add_VS 1.9625334522747548e-2 -admit_VS 1.784121320249777e-3 -advise_VS 4.7576568539994053e-4 -advocate_VS 1.784121320249777e-4 -affirm_VS 1.1894142134998513e-4 -agree_VS 4.6387154326494205e-3 -allege_VS 2.4977698483496878e-3 -allow_VS 6.541778174249183e-4 -announce_VS 3.687184061849539e-3 -anticipate_VS 5.947071067499256e-4 -appear_VS 1.0110020814748737e-3 -appoint_VS 4.1629497472494794e-4 -argue_VS 8.08801665179899e-3 -arise_VS 3.568242640499554e-4 -ask_VS 2.200416294974725e-3 -assert_VS 1.6651798988997918e-3 -assume_VS 3.151947665774606e-3 -attest_VS 2.3788284269997027e-4 -averr_VS 1.1894142134998513e-4 -become_VS 1.1894142134998513e-4 -believe_VS 1.897115670532263e-2 -bet_VS 7.731192387749033e-4 -bleed_VS 1.1894142134998513e-4 -boast_VS 4.7576568539994053e-4 -burble_VS 1.1894142134998513e-4 -calculate_VS 4.7576568539994053e-4 -catch_VS 1.1894142134998513e-4 -cause_VS 3.568242640499554e-4 -caution_VS 1.367826345524829e-3 -charge_VS 1.9030627415997621e-3 -choose_VS 2.973535533749628e-4 -chuckle_VS 1.1894142134998513e-4 -claim_VS 5.1739518287243534e-3 -close_VS 1.0110020814748737e-3 -come_VS 3.0924769550996134e-3 -comment_VS 3.568242640499554e-4 -complain_VS 2.914064823074636e-3 -concede_VS 3.389830508474576e-3 -concern_VS 1.784121320249777e-4 -conclude_VS 3.151947665774606e-3 -confess_VS 4.1629497472494794e-4 -confide_VS 1.784121320249777e-4 -confirm_VS 1.962533452274755e-3 -consider_VS 7.314897413024085e-3 -contemplate_VS 1.1894142134998513e-4 -contend_VS 5.590246803449301e-3 -continue_VS 8.920606601248885e-4 -correct_VS 1.1894142134998513e-4 -counter_VS 4.7576568539994053e-4 -cover_VS 1.1894142134998513e-4 -crow_VS 1.1894142134998513e-4 -decide_VS 4.4603033006244425e-3 -declare_VS 2.914064823074636e-3 -decline_VS 1.784121320249777e-4 -delight_VS 1.1894142134998513e-4 -demand_VS 8.920606601248885e-4 -demonstrate_VS 7.731192387749033e-4 -demur_VS 1.1894142134998513e-4 -deny_VS 1.4272970561998216e-3 -describe_VS 2.3788284269997027e-4 -designate_VS 1.1894142134998513e-4 -determine_VS 2.6761819803746653e-3 -dictate_VS 2.3788284269997027e-4 -direct_VS 1.1894142134998513e-4 -disagree_VS 1.1894142134998513e-4 -disclose_VS 1.6057091882247993e-3 -discover_VS 1.1299435028248588e-3 -discuss_VS 1.784121320249777e-4 -display_VS 1.1894142134998513e-4 -disprove_VS 1.1894142134998513e-4 -doubt_VS 1.1894142134998512e-3 -drive_VS 3.568242640499554e-4 -emerge_VS 2.973535533749628e-4 -emphasize_VS 7.731192387749033e-4 -enable_VS 4.1629497472494794e-4 -ensure_VS 1.962533452274755e-3 -entitle_VS 2.3788284269997027e-4 -envision_VS 1.1894142134998513e-4 -escape_VS 1.1894142134998513e-4 -estimate_VS 7.85013380909902e-3 -evaporate_VS 2.3788284269997027e-4 -expect_VS 4.40083258994945e-3 -expire_VS 1.784121320249777e-4 -explain_VS 3.2708890871245913e-3 -explore_VS 1.1894142134998513e-4 -expound_VS 1.1894142134998513e-4 -favour_VS 5.947071067499257e-5 -fear_VS 2.7951234017246506e-3 -feel_VS 4.579244721974428e-3 -figure_VS 2.5572405590246804e-3 -find_VS 1.0050550104073745e-2 -fly_VS 2.3788284269997027e-4 -follow_VS 1.784121320249777e-4 -force_VS 7.731192387749033e-4 -forecast_VS 7.136485280999108e-4 -forget_VS 3.568242640499554e-4 -fret_VS 2.973535533749628e-4 -fume_VS 1.1894142134998513e-4 -galvanize_VS 1.1894142134998513e-4 -get_VS 2.7951234017246506e-3 -gloat_VS 1.1894142134998513e-4 -go_VS 5.947071067499256e-4 -gripe_VS 1.1894142134998513e-4 -grouse_VS 1.784121320249777e-4 -grow_VS 3.568242640499554e-4 -grumble_VS 1.1894142134998513e-4 -guarantee_VS 3.568242640499554e-4 -guess_VS 7.731192387749033e-4 -have_VS 6.0660124888492414e-3 -hear_VS 9.515313707998811e-4 -help_VS 4.222420457924472e-3 -hint_VS 5.947071067499256e-4 -hire_VS 1.1894142134998513e-4 -hold_VS 1.9030627415997621e-3 -hope_VS 5.411834671424323e-3 -hurt_VS 2.3788284269997027e-4 -illustrate_VS 2.973535533749628e-4 -imagine_VS 6.541778174249183e-4 -implore_VS 1.1894142134998513e-4 -imply_VS 7.731192387749033e-4 -indicate_VS 7.195955991674101e-3 -insist_VS 4.6387154326494205e-3 -insure_VS 1.1894142134998513e-4 -involve_VS 5.352363960749331e-4 -jam_VS 1.1894142134998513e-4 -joke_VS 1.784121320249777e-4 -judge_VS 1.784121320249777e-4 -keep_VS 7.374368123699078e-3 -know_VS 1.0407374368123699e-2 -lament_VS 1.784121320249777e-4 -laugh_VS 1.784121320249777e-4 -lay_VS 1.1894142134998513e-4 -lead_VS 1.1894142134998513e-4 -learn_VS 1.5462384775498067e-3 -leave_VS 4.281891168599465e-3 -let_VS 2.4977698483496878e-3 -lie_VS 1.1894142134998513e-4 -like_VS 1.784121320249777e-4 -maintain_VS 2.0220041629497474e-3 -make_VS 2.063633660422242e-2 -mandate_VS 1.784121320249777e-4 -marke_VS 2.3788284269997027e-4 -mean_VS 6.779661016949152e-3 -mention_VS 1.1894142134998513e-4 -mind_VS 2.973535533749628e-4 -moan_VS 1.1894142134998513e-4 -mount_VS 1.784121320249777e-4 -muse_VS 1.1894142134998513e-4 -need_VS 1.784121320249777e-4 -note_VS 1.504608980077312e-2 -notice_VS 4.7576568539994053e-4 -observe_VS 1.0704727921498661e-3 -offer_VS 1.1894142134998513e-4 -opine_VS 1.1894142134998513e-4 -oppose_VS 1.1894142134998513e-4 -ordain_VS 1.1894142134998513e-4 -order_VS 3.568242640499554e-4 -pause_VS 1.1894142134998513e-4 -perceive_VS 1.1894142134998513e-4 -plan_VS 9.515313707998811e-4 -plead_VS 1.784121320249777e-4 -pledge_VS 2.3788284269997027e-4 -point_out_VS 1.1894142134998513e-4 -predict_VS 6.125483199524234e-3 -prefer_VS 1.784121320249777e-4 -prepare_VS 1.784121320249777e-4 -presume_VS 1.1894142134998513e-4 -pretend_VS 2.3788284269997027e-4 -proclaim_VS 5.947071067499256e-4 -project_VS 8.325899494498959e-4 -promise_VS 5.352363960749331e-4 -pronounce_VS 1.784121320249777e-4 -propose_VS 1.0704727921498661e-3 -prove_VS 1.3083556348498365e-3 -provide_VS 5.352363960749331e-4 -purr_VS 1.1894142134998513e-4 -push_VS 2.973535533749628e-4 -put_VS 2.973535533749628e-4 -quip_VS 2.973535533749628e-4 -rank_VS 2.3788284269997027e-4 -rate_VS 2.5572405590246804e-3 -read_VS 4.7576568539994053e-4 -realize_VS 2.2598870056497176e-3 -reason_VS 4.1629497472494794e-4 -recall_VS 2.5572405590246804e-3 -reckon_VS 4.7576568539994053e-4 -recognize_VS 7.136485280999108e-4 -reconsider_VS 1.1894142134998513e-4 -recount_VS 2.3788284269997027e-4 -regret_VS 1.1894142134998513e-4 -reiterate_VS 1.784121320249777e-4 -remain_VS 4.7576568539994053e-4 -remark_VS 2.973535533749628e-4 -remember_VS 2.973535533749628e-4 -repeat_VS 1.1894142134998513e-4 -reply_VS 5.947071067499256e-4 -report_VS 9.03954802259887e-3 -request_VS 2.3788284269997027e-4 -require_VS 1.5462384775498067e-3 -resent_VS 1.1894142134998513e-4 -resign_VS 1.784121320249777e-4 -respond_VS 5.352363960749331e-4 -resume_VS 2.3788284269997027e-4 -retort_VS 1.1894142134998513e-4 -reveal_VS 8.920606601248885e-4 -rule_VS 2.3193577163247102e-3 -run_VS 4.7576568539994053e-4 -say_VS 0.5807909604519774 -scream_VS 1.1894142134998513e-4 -see_VS 8.920606601248885e-3 -seem_VS 1.6651798988997918e-3 -sell_VS 4.1629497472494794e-4 -send_VS 1.0110020814748737e-3 -sense_VS 2.3788284269997027e-4 -serve_VS 1.784121320249777e-4 -set_VS 3.568242640499554e-4 -show_VS 9.099018733273862e-3 -shrug_VS 1.1894142134998513e-4 -sigh_VS 1.1894142134998513e-4 -signal_VS 2.973535533749628e-4 -signale_VS 9.515313707998811e-4 -snap_VS 1.1894142134998513e-4 -sniff_VS 2.973535533749628e-4 -snort_VS 1.1894142134998513e-4 -sound_VS 1.784121320249777e-4 -specify_VS 4.7576568539994053e-4 -speculate_VS 1.2488849241748439e-3 -spot_VS 1.784121320249777e-4 -spread_VS 2.3788284269997027e-4 -stand_VS 3.568242640499554e-4 -state_VS 1.1299435028248588e-3 -stay_VS 2.973535533749628e-4 -stipulate_VS 2.973535533749628e-4 -stress_VS 1.1894142134998512e-3 -struggle_VS 1.784121320249777e-4 -suggest_VS 8.444840915848944e-3 -suppose_VS 3.568242640499554e-4 -surface_VS 2.3788284269997027e-4 -suspect_VS 1.4272970561998216e-3 -tell_VS 9.515313707998811e-4 -term_VS 5.352363960749331e-4 -testify_VS 3.568242640499554e-4 -theorize_VS 1.784121320249777e-4 -think_VS 2.6761819803746655e-2 -threaten_VS 2.3788284269997027e-4 -trust_VS 1.1894142134998513e-4 -understand_VS 1.9030627415997621e-3 -urge_VS 2.973535533749628e-4 -venture_VS 1.1894142134998513e-4 -volunteer_VS 1.1894142134998513e-4 -vow_VS 3.568242640499554e-4 -wad_VS 1.1894142134998513e-4 -want_VS 1.962533452274755e-3 -warn_VS 3.0330062444246207e-3 -warrant_VS 1.1894142134998513e-4 -watch_VS 5.947071067499256e-4 -wish_VS 9.515313707998811e-4 -worry_VS 2.0220041629497474e-3 -write_VS 2.0814748736247396e-3 -agree_VV 2.9611650485436892e-2 -aim_VV 1.8203883495145632e-3 -anticipate_VV 8.495145631067961e-4 -appear_VV 1.4320388349514563e-2 -apply_VV 3.6407766990291263e-4 -ask_VV 1.4563106796116505e-3 -aspire_VV 2.4271844660194174e-4 -attempt_VV 7.281553398058253e-3 -avoid_VV 2.3058252427184465e-3 -begin_ing_VV 1.2135922330097087e-4 -begin_to_VV 1.2135922330097087e-4 -borrow_VV 6.067961165048543e-4 -bother_VV 1.2135922330097087e-4 -can_VV 0.2923543689320388 -choose_VV 2.5485436893203884e-3 -claim_VV 1.5776699029126213e-3 -combine_VV 3.6407766990291263e-4 -come_VV 1.6990291262135922e-3 -compel_VV 7.281553398058253e-4 -consider_VV 4.368932038834952e-3 -continue_VV 4.138349514563107e-2 -create_VV 4.854368932038835e-4 -dare_VV 4.854368932038835e-4 -decide_VV 7.03883495145631e-3 -decline_VV 2.075242718446602e-2 -deserve_VV 3.6407766990291263e-4 -determine_VV 6.067961165048543e-4 -enjoy_VV 4.854368932038835e-4 -exercise_VV 3.6407766990291263e-4 -expect_VV 3.54368932038835e-2 -fail_VV 1.529126213592233e-2 -get_VV 2.669902912621359e-3 -go_VV 3.0218446601941746e-2 -happen_VV 1.4563106796116505e-3 -hate_VV 1.2135922330097087e-4 -have_VV 4.7815533980582525e-2 -help_VV 2.1844660194174758e-2 -help_to_VV 1.2135922330097087e-4 -hesitate_VV 8.495145631067961e-4 -hope_VV 1.25e-2 -include_VV 1.6990291262135922e-3 -intend_VV 1.0558252427184465e-2 -jump_VV 3.6407766990291263e-4 -justify_VV 3.6407766990291263e-4 -keep_VV 1.3349514563106796e-3 -learn_VV 1.3349514563106796e-3 -leave_VV 1.5776699029126213e-3 -like_VV 7.766990291262136e-3 -live_VV 2.4271844660194174e-4 -look_VV 3.6407766990291263e-4 -love_VV 4.854368932038835e-4 -make_VV 3.6407766990291263e-4 -manage_VV 4.24757281553398e-3 -may_1_VV 1.2135922330097087e-4 -may_2_VV 1.2135922330097087e-4 -mean_VV 1.8203883495145632e-3 -move_VV 2.063106796116505e-3 -must_VV 3.519417475728155e-2 -need_VV 1.0558252427184465e-2 -negotiate_VV 7.281553398058253e-4 -offer_VV 4.611650485436893e-3 -opt_VV 2.4271844660194174e-4 -order_VV 2.4271844660194174e-4 -plan_VV 3.2524271844660196e-2 -play_VV 2.4271844660194174e-4 -please_VV 7.281553398058253e-4 -prefer_VV 2.063106796116505e-3 -prepare_VV 4.004854368932039e-3 -presume_VV 2.4271844660194174e-4 -proceed_VV 2.4271844660194174e-4 -promise_VV 3.033980582524272e-3 -propose_VV 2.4271844660194173e-3 -race_VV 4.854368932038835e-4 -refuse_VV 7.402912621359223e-3 -remain_VV 1.4563106796116505e-3 -replace_VV 2.4271844660194174e-4 -require_VV 2.79126213592233e-3 -resign_VV 1.4563106796116505e-3 -resist_VV 3.6407766990291263e-4 -resolve_VV 2.4271844660194174e-4 -risk_VV 7.281553398058253e-4 -rush_VV 1.2135922330097087e-4 -say_VV 3.6407766990291263e-3 -scramble_VV 3.033980582524272e-3 -seek_VV 1.1650485436893204e-2 -seem_VV 1.8932038834951457e-2 -select_VV 3.6407766990291263e-4 -serve_VV 8.495145631067961e-4 -set_VV 1.941747572815534e-3 -shape_VV 2.4271844660194174e-4 -should_VV 6.492718446601942e-2 -stand_VV 1.6990291262135922e-3 -start_ing_VV 3.762135922330097e-3 -start_to_VV 1.0072815533980583e-2 -stop_VV 5.097087378640777e-3 -strive_VV 7.281553398058253e-4 -struggle_VV 2.669902912621359e-3 -support_VV 2.4271844660194174e-4 -swear_VV 2.4271844660194174e-4 -tell_VV 3.6407766990291263e-4 -tend_VV 8.131067961165049e-3 -threaten_VV 4.004854368932039e-3 -toil_VV 2.4271844660194174e-4 -try_VV 4.6723300970873786e-2 -use_VV 4.490291262135922e-3 -vote_VV 3.3980582524271844e-3 -vow_VV 2.184466019417476e-3 -wait_VV 2.3058252427184465e-3 -want_VV 4.41747572815534e-2 -wish_VV 1.3349514563106796e-3 -work_VV 1.8203883495145632e-3 -write_VV 3.6407766990291263e-4 -NoVoc 0.99 -VocNP 0.01 -AP_Chunk 3.030247037335075e-3 -AdA_Chunk 9.109495956621799e-4 -AdV_Chunk 4.7404486565341235e-3 -Adv_Chunk 5.328685581035249e-3 -Cl_Chunk 0.12420511332822734 -Cl_np_Chunk 0.012420511332822734 -QCl_Chunk 0.12420511332822734 -QCl_np_Chunk 0.012420511332822734 -CN_Pl_Chunk 0.012420511332822734 -CN_Sg_Chunk 0.012420511332822734 -CN_Pl_Gen_Chunk 0.0012420511332822734 -CN_Sg_Gen_Chunk 0.0012420511332822734 -Conj_Chunk 1.153607720713571e-2 -IAdv_Chunk 2.5406809209644978e-5 -IP_Chunk 7.206294975826576e-5 -NP_Nom_Chunk 0.16918717612092532 -NP_Acc_Chunk 0.16918717612092532 -NP_Gen_Chunk 0.016918717612092532 -Num_Nom_Chunk 7.879021089499412e-2 -Num_Gen_Chunk 7.879021089499412e-3 -Ord_Nom_Chunk 7.825297236570654e-4 -Ord_Gen_Chunk 7.825297236570654e-5 -Predet_Chunk 2.7716519137794524e-4 -Prep_Chunk 4.62935160899013e-2 -RP_Nom_Chunk 3.649803628461909e-3 -RP_Gen_Chunk 3.649803628461909e-4 -RP_Acc_Chunk 3.649803628461909e-4 -Subj_Chunk 5.751177721092363e-4 -VP_none_Chunk 0.1 -VP_np_Chunk 0.05 -VP_s_Chunk 0.01 -VP_v_Chunk 0.1 -VP_a_Chunk 0.01 -VP_q_Chunk 0.01 -VP_none_inf_Chunk 0.01 -VP_np_inf_Chunk 0.005 -VP_s_inf_Chunk 0.001 -VP_v_inf_Chunk 0.01 -VP_a_inf_Chunk 0.001 -VP_q_inf_Chunk 0.001 -VP_np_np_Chunk 0.05 -VP_np_s_Chunk 0.01 -VP_np_v_Chunk 0.1 -VP_np_a_Chunk 0.01 -VP_np_q_Chunk 0.01 -VP_np_np_inf_Chunk 0.005 -VP_np_s_inf_Chunk 0.001 -VP_np_v_inf_Chunk 0.01 -VP_np_a_inf_Chunk 0.001 -VP_np_q_inf_Chunk 0.001 -V_none_prespart_Chunk 0.01 -V_np_prespart_Chunk 0.005 -V_s_prespart_Chunk 0.001 -V_v_prespart_Chunk 0.01 -V_a_prespart_Chunk 0.001 -V_q_prespart_Chunk 0.001 -V_none_pastpart_Chunk 0.01 -V_np_pastpart_Chunk 0.005 -V_s_pastpart_Chunk 0.001 -V_v_pastpart_Chunk 0.01 -V_a_pastpart_Chunk 0.001 -V_q_pastpart_Chunk 0.001 -V_np_np_prespart_Chunk 0.005 -V_np_s_prespart_Chunk 0.001 -V_np_v_prespart_Chunk 0.01 -V_np_a_prespart_Chunk 0.001 -V_np_q_prespart_Chunk 0.001 -V_np_np_pastpart_Chunk 0.005 -V_np_s_pastpart_Chunk 0.001 -V_np_v_pastpart_Chunk 0.01 -V_np_a_pastpart_Chunk 0.001 -V_np_q_pastpart_Chunk 0.001 -PhrasePhr 0.8 -PhrUtt 0.199 -PhrChunk 1.0e-6 -OneChunk 0.8 -PlusChunk 0.2 -refl_SgP1_Chunk 5.751177721092363e-4 -refl_SgP2_Chunk 5.751177721092363e-4 -refl_SgP3_Chunk 5.751177721092363e-4 -refl_PlP1_Chunk 5.751177721092363e-4 -refl_PlP2_Chunk 5.751177721092363e-4 -refl_PlP3_Chunk 5.751177721092363e-4 -neg_Chunk 5.751177721092363e-4 -copula_Chunk 5.751177721092363e-4 -copula_neg_Chunk 5.751177721092363e-4 -copula_inf_Chunk 5.751177721092363e-4 -past_copula_Chunk 5.751177721092363e-4 -past_copula_neg_Chunk 5.751177721092363e-4 -future_Chunk 5.751177721092363e-4 -future_neg_Chunk 5.751177721092363e-4 -cond_Chunk 5.751177721092363e-4 -cond_neg_Chunk 5.751177721092363e-4 -perfect_Chunk 5.751177721092363e-4 -perfect_neg_Chunk 5.751177721092363e-4 -past_perfect_Chunk 5.751177721092363e-4 -past_perfect_neg_Chunk 5.751177721092363e-4 -SFullstop 0.9 -SQuestmark 0.06 -SExclmark 0.01 -SUnmarked 0.03 diff --git a/src/experimental/NDTrans.gf b/src/experimental/NDTrans.gf deleted file mode 100644 index c2401029..00000000 --- a/src/experimental/NDTrans.gf +++ /dev/null @@ -1,25 +0,0 @@ ---# -path=.:../translator - -abstract NDTrans = - NDLift - ,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - ,Documentation - [Pol,Tense] - ,Dictionary - [Pol,Tense] - ,Chunk - ** { -flags - startcat = TransUnit ; --- heuristic_search_factor=0.60; --- meta_prob=1.0e-5; --- meta_token_prob=1.1965149246222233e-9; - -cat - TransUnit ; - -fun - SFullstop : Phr -> TransUnit ; - SQuestmark : Phr -> TransUnit ; - SExclmark : Phr -> TransUnit ; - SUnmarked : Phr -> TransUnit ; - -} diff --git a/src/experimental/NDTransChi.gf b/src/experimental/NDTransChi.gf deleted file mode 100644 index bac94e1c..00000000 --- a/src/experimental/NDTransChi.gf +++ /dev/null @@ -1,23 +0,0 @@ ---# -path=.:../translator - -concrete NDTransChi of NDTrans = - NDLiftChi - ,ExtensionsChi [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - ,DictionaryChi - [Pol,Tense,Ant] - ,DocumentationChi - [Pol,Tense,Ant] - ,ChunkChi - ** open ResChi, PredInstanceChi, (Pr=PredChi), Prelude in { - -flags - literal=Symb ; - -lincat - TransUnit = {s : Str} ; - -lin - SFullstop p = {s = p.s ++ fullstop_s} ; - SQuestmark p = {s = p.s ++ questmark_s} ; - SExclmark p = {s = p.s ++ exclmark_s} ; - SUnmarked p = {s = p.s} ; -} - diff --git a/src/experimental/NDTransEng.gf b/src/experimental/NDTransEng.gf deleted file mode 100644 index bcc534eb..00000000 --- a/src/experimental/NDTransEng.gf +++ /dev/null @@ -1,23 +0,0 @@ ---# -path=.:../translator - -concrete NDTransEng of NDTrans = - NDLiftEng - ,ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - ,DictionaryEng - [Pol,Tense] - ,DocumentationEng - [Pol,Tense] - ,ChunkEng - ** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in { - -flags - literal=Symb ; - -lincat - TransUnit = {s : Str} ; - -lin - SFullstop p = {s = p.s ++ "."} ; - SQuestmark p = {s = p.s ++ "?"} ; - SExclmark p = {s = p.s ++ "!"} ; - SUnmarked p = {s = p.s} ; - -} diff --git a/src/experimental/NDTransFin.gf b/src/experimental/NDTransFin.gf deleted file mode 100644 index bdabf9ba..00000000 --- a/src/experimental/NDTransFin.gf +++ /dev/null @@ -1,25 +0,0 @@ ---# -path=.:../finnish/stemmed:../finnish:../api:../translator:alltenses - -concrete NDTransFin of NDTrans = - NDLiftFin - ,ExtensionsFin [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - ,DictionaryFin - [Pol,Tense] - ,ChunkFin - ,DocumentationFin - [Pol,Tense] - - ** { - -flags - literal=Symb ; - -lincat - TransUnit = {s : Str} ; - -lin - SFullstop p = {s = p.s ++ "."} ; - SQuestmark p = {s = p.s ++ "?"} ; - SExclmark p = {s = p.s ++ "!"} ; - SUnmarked p = {s = p.s} ; - -} - diff --git a/src/experimental/NDTransSwe.gf b/src/experimental/NDTransSwe.gf deleted file mode 100644 index ae775067..00000000 --- a/src/experimental/NDTransSwe.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:../translator - -concrete NDTransSwe of NDTrans = - NDLiftSwe - ,ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - ,DictionarySwe - [Pol,Tense] - ,DocumentationSwe - [Pol,Tense] - ,ChunkSwe - ** open CommonScand, ResSwe, PredInstanceSwe, (Pr=PredSwe), Prelude in { - -flags - literal=Symb ; - -lincat - TransUnit = {s : Str} ; - -lin - SFullstop p = {s = p.s ++ "."} ; - SQuestmark p = {s = p.s ++ "?"} ; - SExclmark p = {s = p.s ++ "!"} ; - SUnmarked p = {s = p.s} ; - -} - diff --git a/src/experimental/Pred.gf b/src/experimental/Pred.gf deleted file mode 100644 index d93bc78a..00000000 --- a/src/experimental/Pred.gf +++ /dev/null @@ -1,125 +0,0 @@ -abstract Pred = Cat [Ant,NP,Utt,IP,IAdv,Conj,RS,RP,Subj] ** { - -cat - Arg ; - PrV Arg ; - PrVP Arg ; - PrVPI Arg ; - VPC Arg ; -- conjunction of VP - Tense ; - Pol ; - PrCl Arg ; - ClC Arg ; -- conjunction of Cl - PrQCl Arg ; - PrAdv Arg ; - PrS ; - PrAP Arg ; - PrCN Arg ; -- the country he became the president of - -fun - aNone, aS, aV, aQ, aA, aN : Arg ; - aNP : Arg -> Arg ; - TPres, TPast, TFut, TCond : Tense ; - PPos, PNeg : Pol ; - ASimul, AAnter : Ant ; - - UseV : (a : Arg) -> Ant -> Tense -> Pol -> PrV a -> PrVP a ; - PassUseV : (a : Arg) -> Ant -> Tense -> Pol -> PrV (aNP a) -> PrVP a ; - AgentPassUseV : (a : Arg) -> Ant -> Tense -> Pol -> PrV (aNP a) -> NP -> PrVP a ; - - ComplV2 : (a : Arg) -> PrVP (aNP a) -> NP -> PrVP a ; -- she loves him - ComplVS : (a : Arg) -> PrVP aS -> PrCl a -> PrVP a ; -- she says that I am here - ComplVV : (a : Arg) -> PrVP aV -> PrVPI a -> PrVP a ; -- she wants to sleep - ComplVQ : (a : Arg) -> PrVP aQ -> PrQCl a -> PrVP a ; -- she wonders who is here - ComplVA : (a : Arg) -> PrVP aA -> PrAP a -> PrVP a ; -- she becomes old - ComplVN : (a : Arg) -> PrVP aN -> PrCN a -> PrVP a ; -- she becomes a professor - SlashV3 : (a : Arg) -> PrVP (aNP (aNP a)) -> NP -> PrVP (aNP a) ; -- she shows X to him - SlashV2S : (a : Arg) -> PrVP (aNP aS) -> PrCl a -> PrVP (aNP a) ; -- she tells X that I am here - SlashV2V : (a : Arg) -> PrVP (aNP aV) -> PrVPI a -> PrVP (aNP a) ; -- she forces X to sleep - SlashV2A : (a : Arg) -> PrVP (aNP aA) -> PrAP a -> PrVP (aNP a) ; -- she makes X crazy - SlashV2N : (a : Arg) -> PrVP (aNP aN) -> PrCN a -> PrVP (aNP a) ; -- she makes X a professor - SlashV2Q : (a : Arg) -> PrVP (aNP aA) -> PrQCl a -> PrVP (aNP a) ; -- she asks X who is here - - InfVP : (a : Arg) -> PrVP a -> PrVPI a ; -- to love X - - UseAP : (a : Arg) -> Ant -> Tense -> Pol -> PrAP a -> PrVP a ; -- she is married to X - UseAdv : (a : Arg) -> Ant -> Tense -> Pol -> PrAdv a -> PrVP a ; -- she is in X - UseCN : (a : Arg) -> Ant -> Tense -> Pol -> PrCN a -> PrVP a ; -- she is a member of X - UseNP : Ant -> Tense -> Pol -> NP -> PrVP aNone ; -- she is the person - UseS : Ant -> Tense -> Pol -> PrCl aNone -> PrVP aNone ; -- the fact is that she sleeps - UseQ : Ant -> Tense -> Pol -> PrQCl aNone -> PrVP aNone ; -- the question is who sleeps - UseVP : Ant -> Tense -> Pol -> PrVPI aNone -> PrVP aNone ; -- the goal is to sleep - - PredVP : (a : Arg) -> NP -> PrVP a -> PrCl a ; - - SlashClNP : (a : Arg) -> PrCl (aNP a) -> NP -> PrCl a ; -- slash consumption: hon tittar på + oss - - ReflVP : (a : Arg) -> PrVP (aNP a) -> PrVP a ; -- refl on first position (direct object) - ReflVP2 : (a : Arg) -> PrVP (aNP (aNP a)) -> PrVP (aNP a) ; -- refl on second position (indirect object) - - QuestVP : (a : Arg) -> IP -> PrVP a -> PrQCl a ; - QuestSlash : (a : Arg) -> IP -> PrQCl (aNP a) -> PrQCl a ; - QuestCl : (a : Arg) -> PrCl a -> PrQCl a ; - QuestIAdv : (a : Arg) -> IAdv -> PrCl a -> PrQCl a ; - QuestIComp : Ant -> Tense -> Pol -> IComp -> NP -> PrQCl aNone ; -- where is she - - UseCl : PrCl aNone -> PrS ; - UseQCl : PrQCl aNone -> PrS ; -- deprecate QS - - UseAdvCl : PrAdv aNone -> PrCl aNone -> PrS ; -- lift adv to front - - UttPrS : PrS -> Utt ; - - AdvCl : (a : Arg) -> PrAdv a -> PrCl aNone -> PrCl a ; - - AdvQCl : (a : Arg) -> PrAdv a -> PrQCl aNone -> PrQCl a ; - --- relatives - RelCl : PrCl aNone -> RS ; - RelVP : RP -> PrVP aNone -> RS ; - RelSlash : RP -> PrCl (aNP aNone) -> RS ; - --- imperatives - - PrImpSg : PrVP aNone -> Utt ; - PrImpPl : PrVP aNone -> Utt ; - --- participles as adjectives - - PresPartAP : (a : Arg) -> PrV a -> PrAP a ; - PastPartAP : (a : Arg) -> PrV (aNP a) -> PrAP a ; - AgentPastPartAP : (a : Arg) -> PrV (aNP a) -> NP -> PrAP a ; - --- nominalization - NomVPNP : PrVPI aNone -> NP ; -- translating a document - --- other uses of VP's - ByVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- by translating a document - WhenVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- when translating a document - BeforeVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- before translating a document - AfterVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- after translating a document - InOrderVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- in order to translate a document - WithoutVP : (a : Arg) -> PrVP a -> PrVPI aNone -> PrVP a ; -- without translating a document - --- PrVP coordination - - StartVPC : (a : Arg) -> Conj -> PrVP a -> PrVP a -> VPC a ; - ContVPC : (a : Arg) -> PrVP a -> VPC a -> VPC a ; - UseVPC : (a : Arg) -> VPC a -> PrVP a ; - --- clause coordination, including "she loves and we look at (her)" - StartClC : (a : Arg) -> Conj -> PrCl a -> PrCl a -> ClC a ; - ContClC : (a : Arg) -> PrCl a -> ClC a -> ClC a ; - UseClC : (a : Arg) -> ClC a -> PrCl a ; - - ComplAdv : (a : Arg) -> PrAdv (aNP a) -> NP -> PrAdv a ; -- typically: formation of preposition phrase - --- subjunction ; we want to preserve the order in translation --- Pre is more specialized to make inverted S order ----- Imp to do - - SubjUttPreS : Subj -> PrCl aNone -> PrCl aNone -> Utt ; - SubjUttPreQ : Subj -> PrCl aNone -> PrQCl aNone -> Utt ; - SubjUttPost : Subj -> PrCl aNone -> Utt -> Utt ; - -} \ No newline at end of file diff --git a/src/experimental/PredChi.gf b/src/experimental/PredChi.gf deleted file mode 100644 index 2e72b343..00000000 --- a/src/experimental/PredChi.gf +++ /dev/null @@ -1,184 +0,0 @@ -concrete PredChi of Pred = - CatChi [NP,Utt,IP,IAdv,IComp,Conj,RP,RS,Imp,Subj] ** - PredFunctor - [UseNP,ComplV2,SlashV3,ContVPC, StartVPC, StartClC, - RelVP, RelSlash, QuestVP, QuestSlash, QuestIComp,PredVP, - SubjUttPreS, SubjUttPreQ, SubjUttPost, - UseAdv, ComplAdv, UseAdvCl, AdvQCl, AdvCl - ] - with - (PredInterface = PredInstanceChi) ** open ResChi, (P = ParadigmsChi), TenseX in { - -lincat - Ant = {s : Str ; a : PredInstanceChi.Anteriority} ; - -lin - UseNP a t p np = useCopula a t p ** { - adj = \\a => np.s - } ; - - UseAdv x a t p adv = - let verb = case adv.advType of { - ATPlace True => liftV noVerb ; - _ => liftV zai_V - } - in initPrVerbPhraseV a t p verb ** { - adv = adv.prepPre ++ adv.prepPost ; - } ; - - ComplAdv x p np = {prepPre = appComplCase p np ; prepPost = [] ; advType = p.advType} ; - - UseAdvCl adv cl = {s = adv.prepPre ++ adv.prepPost ++ declInvCl cl} ; - - AdvCl, AdvQCl = \x,adv,cl -> - let advs = adv.prepPre ++ adv.prepPost in - case adv.advType of { - ATManner => cl ** {obj1 = deVAdv_s ++ advs ++ cl.obj1} ; -- he sleeps *well* - ATPlace True => cl ** {adv = cl.adv ++ advs} ; -- he today *in the house* sleeps - ATPlace False => cl ** {adv = cl.adv ++ zai_V.s ++ advs} ; -- he today *here* sleeps - ATTime | _ => cl ** {adv = advs ++ cl.adv} -- he *today* here sleeps ---- also: **today** he here sleeps - } ; - - ComplV2 x vp np = vp ** { - obj1 : (Agr => Str) * Agr = <\\a => appObjCase np, UUnit> - } ; - - SlashV3 x vp np = addObj2VP vp (\\a => np.s) ; - - RelVP rp vp = - let - rpa = UUnit ; - cl : PrClause = vp ** { - v = applyVerb vp (agr2vagr rpa) ; - subj = rp.s ; - adj = vp.adj ! rpa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! rpa ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => rpa ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = noComplCase ; -- for one more prep to build ClSlash - } - in {s = declCl cl ; c = subjCase} ; - - RelSlash rp cl = { - s = rp.s ++ declCl cl ; ---- rp case - c = objCase - } ; - - PredVP x np vp = - let npa = UUnit in - vp ** { - v = applyVerb vp (agr2vagr npa) ; - subj = appSubjCase np ; - adj = vp.adj ! npa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! npa ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! npa ; - c3 = vp.c1 ; -- in case there is any free slot left ---- could be c2 - } ; - - StartVPC x c v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.p1 ++ v.adV ++ vv.p2 ++ vv.p3 ++ v.adj ! vpa ++ - appPrep v.c1 (v.obj1.p1 ! vpa) ++ appPrep v.c2 (v.obj2.p1 ! vpa) ++ v.adv ++ v.ext - ++ (c.s ! CPhr CVPhrase).s2 ++ - wv.p1 ++ w.adV ++ wv.p2 ++ wv.p3 ++ w.adj ! vpa ++ ---- appComplCase - appPrep w.c1 (w.obj1.p1 ! vpa) ++ appPrep w.c2 (w.obj2.p1 ! vpa) ++ w.adv ++ w.ext ; - inf = \\a,vt => - infVP vt a v ++ (c.s ! CPhr CVPhrase).s2 ++ infVP vt a w ; - imp = \\i => - impVP i v ++ (c.s ! CPhr CVPhrase).s2 ++ impVP i w ; - c1 = noComplCase ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = noComplCase ; ---- w.c2 ? - s1 = (c.s ! CPhr CVPhrase).s1 ; - } ; - - ContVPC x v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.p1 ++ v.adV ++ vv.p2 ++ vv.p3 ++ v.adj ! vpa ++ - appPrep v.c1 (v.obj1.p1 ! vpa) ++ appPrep v.c2 (v.obj2.p1 ! vpa) ++ v.adv ++ v.ext ---- appComplCase - ++ "," ++ - wv ; - inf = \\a,vt => - infVP vt a v ++ "," ++ w.inf ! a ! vt ; - imp = \\i => - impVP i v ++ "," ++ w.imp ! i ; - c1 = noComplCase ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = noComplCase ; ---- w.c2 ? - s1 = w.s1 ; - } ; - - StartClC x c a b = { - s = declCl a ++ (c.s ! CSent).s2 ++ declCl b ; - c3 = b.c3 ; ---- - s1 = (c.s ! CSent).s1 ; - } ; - - QuestVP x ip vp = - let - ipa = ipagr2agr UUnit - in { - v = applyVerb vp UUnit ; - foc = ip.s ; - focType = FocSubj ; - subj = [] ; - adj = vp.adj ! ipa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! ipa ; ---- appComplCase - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => ipa ; False => vp.obj1.p2}) ; ---- appComplCase - c3 = noComplCase ; -- for one more prep to build ClSlash ---- ever needed for QCl? - adv = vp.adv ; - adV = vp.adV ; - ext = vp.ext ; - } ; - - QuestSlash x ip cl = - let - prep = cl.c3 ; - ips = ip.s ; -- in Cl/NP, c3 is the only prep ---- appComplCase for ip - focobj = case cl.focType of { - NoFoc => ; -- put ip object to focus if there is no focus yet - t => <[], strComplCase prep ++ ips, t,noComplCase> -- put ip object in situ if there already is a focus - } ; - in - cl ** { -- preposition stranding - foc = focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = focobj.p4 ; - } ; - - QuestIComp a t p icomp np = - let vagr = UUnit in - initPrClause ** { - v = tenseCopula (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - subj = appSubjCase np ; - adV = negAdV p ; - foc = icomp.s ; - focType = FocObj ; - } ; - - NomVPNP vp = ss (vp.s ! UUnit ! UUnit) ;---- - - - SubjUttPreS subj cl s = ss (subj.prePart ++ declSubordCl cl ++ subj.sufPart ++ declInvCl s) ; - SubjUttPreQ subj cl q = ss (subj.prePart ++ declSubordCl cl ++ subj.sufPart ++ questCl q) ; - SubjUttPost subj cl utt = ss (utt.s ++ subj.prePart ++ declSubordCl cl ++ subj.sufPart) ; - - ----- todo - - AfterVP, - BeforeVP, - ByVP, - InOrderVP, - WhenVP, - WithoutVP - = variants {} ; - -} diff --git a/src/experimental/PredEng.gf b/src/experimental/PredEng.gf deleted file mode 100644 index 6c9bde3f..00000000 --- a/src/experimental/PredEng.gf +++ /dev/null @@ -1,135 +0,0 @@ -concrete PredEng of Pred = - CatEng [Ant,NP,Utt,IP,IAdv,IComp,Conj,RP,RS,Subj] ** - PredFunctor - [ - -- for all these, special qforms added in Eng - PassUseV, - AgentPassUseV, - UseVPC, - PredVP, - QuestVP, - RelVP, - - UseCN, -- insert article - - UseCl, -- for contracted forms - - QuestIComp ---- IComp has no parameters in Eng - ] - with - (PredInterface = PredInstanceEng) - - ** open PredInstanceEng, (R = ResEng) in { - --- overrides - -lin - PassUseV x a t p v = initPrVerbPhraseV a t p v ** { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p passive agr v ; - vc = \\agr => tenseVContracted (a.s ++ t.s ++ p.s) t.t a.a p.p passive agr v ; - inf = \\vt => tenseInfV a.s a.a p.p passive v vt ; - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - qforms = \\agr => qformsCopula (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - } ; - - AgentPassUseV x a t p v np = initPrVerbPhraseV a t p v ** { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p passive agr v ; - v = \\agr => tenseVContracted (a.s ++ t.s ++ p.s) t.t a.a p.p passive agr v ; - inf = \\vt => tenseInfV a.s a.a p.p passive v vt ; - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - adv = appComplCase agentCase np ; - qforms = \\agr => qformsCopula (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - } ; - - UseCN x a t p cn = useCopula a t p ** { - c1 = cn.c1 ; - c2 = cn.c2 ; - adj = \\a => case agr2nagr a of {Sg => R.artIndef ++ cn.s ! Sg ; Pl => cn.s ! Pl} ; - obj1 = ; - } ; - - PredVP x np vp = vp ** { - v = applyVerb vp (agr2vagr np.a) ; - vc = vp.vc ! (agr2vagr np.a) ; - subj = appSubjCase np ; - adj = vp.adj ! np.a ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! np.a ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => np.a ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = vp.c1 ; -- in case there is any free slot left ---- could be c2 - qforms = qformsVP vp (agr2vagr np.a) ; - } ; - - QuestVP x ip vp = - let - ipa = ipagr2agr ip.n - in { - v = applyVerb vp (ipagr2vagr ip.n) ; - vc = vp.vc ! (ipagr2vagr ip.n) ; - foc = ip.s ! subjCase ; - focType = FocSubj ; - subj = [] ; - adj = vp.adj ! ipa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! ipa ; ---- appComplCase - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => ipa ; False => vp.obj1.p2}) ; ---- appComplCase - c3 = noComplCase ; -- for one more prep to build ClSlash ---- ever needed for QCl? - adv = vp.adv ; - adV = vp.adV ; - ext = vp.ext ; - qforms = qformsVP vp (ipagr2vagr ip.n) ; - } ; - - UseCl cl = {s = declCl cl} - | {s = declClContracted cl} ; - - RelVP rp vp = - let - cl : Agr -> PrClause = \a -> - let rpa = rpagr2agr rp.a a in - - vp ** { - v = applyVerb vp (agr2vagr rpa) ; - vc = vp.vc ! (agr2vagr rpa) ; - subj = rp.s ! subjRPCase a ; - adj = vp.adj ! rpa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! rpa ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => rpa ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = noComplCase ; -- for one more prep to build ClSlash - qforms = qformsVP vp (agr2vagr rpa) ; - } - in {s = \\a => declCl (cl a) ; c = subjCase} ; - - UseVPC x vpc = initPrVerbPhrase ** { ---- big loss of quality (overgeneration) seems inevitable - v = \\a => <[], [], vpc.s1 ++ vpc.v ! a> ; - inf = \\vt => vpc.inf ! defaultAgr ! vt ; ---- agr - imp = vpc.imp ; - c1 = vpc.c1 ; - c2 = vpc.c2 ; - qforms = \\a => <"do", vpc.inf ! defaultAgr ! vvInfinitive> ; ---- do/does/did - } ; - -lin - QuestIComp a t p icomp np = - let vagr = (agr2vagr np.a) in - initPrClause ** { - v = tenseCopula (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - vc = tenseCopulaC (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - subj = np.s ! subjCase ; - foc = icomp.s ; - focType = FocObj ; - qforms = qformsCopula (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - } ; - --- not in functor anyway - - NomVPNP vpi = { - s = \\c => vpi.s ! R.VVPresPart ! defaultAgr ; - a = defaultAgr - } ; - - ByVP x vp vpi = vp ** {adv = "by" ++ vpi.s ! R.VVPresPart ! defaultAgr} ; ---- agr - WhenVP x vp vpi = vp ** {adv = "when" ++ vpi.s ! R.VVPresPart ! defaultAgr} ; ---- agr - BeforeVP x vp vpi = vp ** {adv = "before" ++ vpi.s ! R.VVPresPart ! defaultAgr} ; ---- agr - AfterVP x vp vpi = vp ** {adv = "after" ++ vpi.s ! R.VVPresPart ! defaultAgr} ; ---- agr - InOrderVP x vp vpi = vp ** {adv = "in order" ++ vpi.s ! R.VVInf ! defaultAgr} ; ---- agr - WithoutVP x vp vpi = vp ** {adv = "without" ++ vpi.s ! R.VVPresPart ! defaultAgr} ; ---- agr - -} diff --git a/src/experimental/PredFin.gf b/src/experimental/PredFin.gf deleted file mode 100644 index 596894dd..00000000 --- a/src/experimental/PredFin.gf +++ /dev/null @@ -1,243 +0,0 @@ ---# -path=.:../finnish/stemmed:../finnish:../common:alltenses - -concrete PredFin of Pred = - CatFin [Ant,NP,Utt,IP,IAdv,IComp,Conj,Subj,RP,RS] ** - PredFunctor - - [ - --- overridden - UseV - ,UseAP - ,UseNP - ,UseCN - ,QuestVP - ,PredVP - ,ComplV2 - ,ReflVP2 - ,ReflVP - ,RelVP - ,RelSlash - ,QuestIComp - ,PassUseV - ,PresPartAP - ,PastPartAP - ,AgentPastPartAP - ,AgentPassUseV - ,UseVPC - ,StartVPC - ,ContVPC - ,ComplVV - ,SlashV2V - ] - -with - (PredInterface = PredInstanceFin) ** open PredInstanceFin, (S = StemFin), ResFin in { - -lin - ComplVV x vp vpo = addObj2VP vp (\\a => vpo.s ! VPIVV vp.vvtype ! a) ; - SlashV2V x vp vpo = addObj2VP vp (\\a => vpo.s ! VPIVV vp.vvtype ! a) ; - - UseV x a t p verb = initPrVerbPhraseV a t p verb ; - - UseAP x a t p ap = useCopula a t p ** { - c1 = ap.c1 ; - c2 = ap.c2 ; - adj = \\a => ap.s ! agr2aagr a ; - } ; - - UseNP a t p np = useCopula a t p ** { - adj = \\a => np.s ! subjCase ; - } ; - - UseCN x a t p cn = useCopula a t p ** { - c1 = cn.c1 ; - c2 = cn.c2 ; - adj = \\a => cn.s ! agr2nagr a ; - } ; - - ComplV2 x vp np = vp ** { - obj1 = \\_ => appCompl True Pos vp.c1 np ; ---- True,Pos ? - } ; - - PredVP x np vp = vp ** { - subj : Str = appSubjCase vp.sc np ; - verb : {fin,inf : Str} = vp.v ! np.a ; - adj : Str = vp.adj ! np.a ; - obj1 : Str = vp.obj1 ! np.a ; - obj2 : Str = vp.obj2 ! np.a ; - c3 : Compl = vp.c1 ; ---- could be c2 - } ; - - ReflVP x vp = vp ** { - obj1 = \\a => (reflPron a).s ! vp.c1.c ; ---- prep - } ; - - ReflVP2 x vp = vp ** { - obj2 = \\a => (reflPron a).s ! vp.c2.c ; ---- prep - } ; - - QuestVP x ip vp = - let - ipa = ipagr2agr ip.n - in vp ** { - foc = ip.s ! subjCase ; ---- appSubjCase ip - focType = FocSubj ; - subj = [] ; - verb : {fin,inf : Str} = vp.v ! ipa ; - adj : Str = vp.adj ! ipa ; - obj1 : Str = vp.obj1 ! ipa ; - obj2 : Str = vp.obj2 ! ipa ; - c3 : Compl = noComplCase ; - qforms = \\_ => <[],[]> ; - } ; - - QuestIComp a t p icomp np = - let - vagr = (agr2vagr np.a) - in - initPrClause ** { - v = tenseCopula (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - subj = np.s ! subjCase ; - foc = icomp.s ! np.a ; - focType = FocObj ; - qforms = qformsCopula (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - } ; - - RelVP rp vp = - let - cl : Agr -> PrClause = \a -> - let - rpa = rpagr2agr rp.a a ; - rnp = {s = rp.s ! (complNumAgr rpa) ; a = rpa ; isPron = False} - in - vp ** { - v = applyVerb vp (agr2vagr rpa) ; - subj : Str = appSubjCase vp.sc rnp ; - verb : {fin,inf : Str} = vp.v ! rpa ; - adj : Str = vp.adj ! rpa ; - obj1 : Str = vp.obj1 ! rpa ; - obj2 : Str = vp.obj2 ! rpa ; - c3 : Compl = noComplCase ; - } - in {s = \\a => declCl (cl a) ; c = subjCase} ; ---- case - - RelSlash rp cl = { - s = \\a => - let - rpa = rpagr2agr rp.a a ; - rnp = appCompl True Pos cl.c3 {s = rp.s ! (complNumAgr rpa) ; a = rpa ; isPron = False} - in - rnp ++ declCl cl ; - c = objCase ---- case - } ; - - NomVPNP vpi = { - s = \\c => vpi.s ! vvInfinitive ! defaultAgr ; - isNeg = False ; ---- - isPron = False ; ---- - a = defaultAgr - } ; - - - PassUseV x a t p verb = initPrVerbPhraseV a t p verb ** { - v : Agr => {fin,inf : Str} = case verb.sc of { - SCNom => \\agr => finV (a.s ++ t.s ++ p.s) t.t a.a p.p Pass agr (lin PrV verb) ; - _ => \\_ => finV (a.s ++ t.s ++ p.s) t.t a.a p.p Pass defaultAgr (lin PrV verb) - } ; - inf : VPIType => Str = \\vtt => tenseInfV (a.s ++ p.s) a.a p.p Pass (lin PrV verb) vtt ; ---- still Act - imp : ImpType => Str = \\it => imperativeV p.s p.p it (lin PrV verb) ; ---- still Act - isPass : Bool = True ; - c1 : Compl = noComplCase ; - c2 : Compl = verb.c2 ; - vvtype = verb.vvtype ; - sc = npform2subjcase verb.c1.c ; - h = case a.a of {Anter => Back ; _ => verb.h} ; - } ; - - AgentPassUseV x a t p verb np = initPrVerbPhraseV a t p verb ** { - sc = npform2subjcase verb.c1.c ; - obj1 = \\a => appSubjCase verb.sc np ; - } ; - - PresPartAP x v = { - s = \\a => vPresPart v a ; - c1 = v.c1 ; -- looking at her - c2 = v.c2 ; - obj1 = noObj ; - } ; - - PastPartAP x v = { - s = \\a => vPastPart v a ; - c1 = v.c1 ; -- looking at her - c2 = v.c2 ; - obj1 = noObj ; - } ; - - AgentPastPartAP x v np = { - s = \\a => (S.sverb2verbSep v).s ! AgentPart (aForm a) ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = \\_ => appComplCase agentCase np ; ---- addObj - } ; - - - StartVPC x c v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.fin ++ v.adV ++ vv.inf ++ v.adj ! vpa ++ - v.obj1 ! vpa ++ v.obj2 ! vpa ++ v.adv ++ v.ext - ++ c.s2 ++ - wv.fin ++ w.adV ++ wv.inf ++ w.adj ! vpa ++ - w.obj1 ! vpa ++ w.obj2 ! vpa ++ w.adv ++ w.ext ; - inf = \\a,vt => - infVP vt a v ++ c.s2 ++ infVP vt a w ; - imp = \\i => - impVP i v ++ c.s2 ++ impVP i w ; - c1 = noComplCase ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = noComplCase ; ---- w.c2 ? - s1 = c.s1 ; - } ; - - ContVPC x v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.fin ++ v.adV ++ vv.inf ++ v.adj ! vpa ++ - v.obj1 ! vpa ++ v.obj2 ! vpa ++ v.adv ++ v.ext - ++ "," ++ - wv ; - inf = \\a,vt => - infVP vt a v ++ "," ++ w.inf ! a ! vt ; - imp = \\i => - impVP i v ++ "," ++ w.imp ! i ; - c1 = noComplCase ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = noComplCase ; ---- w.c2 ? - s1 = w.s1 ; - } ; - - UseVPC x vpc = initPrVerbPhrase ** { ---- big loss of quality (overgeneration) seems inevitable - v = \\a => {fin = vpc.s1 ++ vpc.v ! a ; inf = []} ; - inf = \\vt => vpc.inf ! defaultAgr ! vt ; ---- agr - imp = vpc.imp ; - c1 = vpc.c1 ; - c2 = vpc.c2 ; - } ; - - - ByVP x vp vpi = vp ** {adv = vpi.s ! VPIInf3Adess ! defaultAgr} ; -- tekemällä - WhenVP x vp vpi = vp ** {adv = vpi.s ! VPIInf2Iness ! defaultAgr} ; -- tehdessä ---- agr - BeforeVP x vp vpi = vp ** {adv = "ennen" ++ vpi.s ! VPIInf4Part ! defaultAgr} ; -- ennen tekemistä - InOrderVP x vp vpi = vp ** {adv = vpi.s ! VPIInf1Long ! defaultAgr} ; -- tehdäkseen ---- agr - WithoutVP x vp vpi = vp ** {adv = vpi.s ! VPIInf3Abess ! defaultAgr} ; -- tekemättä - - AfterVP -- tehtyä - = variants {} ; - -} diff --git a/src/experimental/PredFunctor.gf b/src/experimental/PredFunctor.gf deleted file mode 100644 index 91af0d27..00000000 --- a/src/experimental/PredFunctor.gf +++ /dev/null @@ -1,372 +0,0 @@ -incomplete concrete PredFunctor of Pred = Cat [Ant,NP,Utt,IP,IAdv,IComp,Conj,RP,RS,Subj,Imp] ** - open - PredInterface, - ParamX, - Prelude - in { - ------------------------------------- --- lincats -------------------------------------- - -lincat - Tense = {s : Str ; t : PredInterface.STense} ; - Pol = {s : Str ; p : PredInterface.Polarity} ; - - Arg = {s : Str} ; - - PrV = PrVerb ; - PrVP = PrVerbPhrase ; - PrCl = PrClause ; - - PrQCl = PrQuestionClause ; - - PrVPI = {s : PredInterface.VVType => Agr => Str} ; - - VPC = { - v : VAgr => Str ; - inf : Agr => PredInterface.VVType => Str ; - imp : ImpType => Str ; - c1 : ComplCase ; - c2 : ComplCase ; - s1 : Str ; -- storing both in both-and - } ; - - ClC = { - s : Str ; - c3 : ComplCase ; - s1 : Str ; - } ; - - PrAdv = PrAdverb ; - PrS = {s : Str} ; - - PrAP = { - s : AAgr => Str ; - c1, c2 : ComplCase ; - obj1 : Agr => Str - } ; - - PrCN = { - s : NAgr => Str ; - c1, c2 : ComplCase ; - obj1 : Agr => Str - } ; - --- reference linearizations for chunking - -linref - PrVP = linrefPrVP ; - PrCl = linrefPrCl ; - PrQCl = linrefPrQCl ; - PrAdv = linrefPrAdv ; - ----------------------------- ---- linearization rules ---- ----------------------------- - -lin - --- standard general - - TPres = {s = [] ; t = Pres} ; - TPast = {s = [] ; t = Past} ; - TFut = {s = [] ; t = Fut} ; - TCond = {s = [] ; t = Cond} ; - ASimul = {s = [] ; a = Simul} ; - AAnter = {s = [] ; a = Anter} ; - PPos = {s = [] ; p = Pos} ; - PNeg = {s = [] ; p = Neg} ; - --- predication specific - - aNone, aS, aV, aA, aQ, aN = {s = []} ; - aNP a = a ; - - UseV x a t p v = initPrVerbPhraseV a t p v ; - - PassUseV x a t p v = initPrVerbPhraseV a t p v ** { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p passive agr v ; - inf = \\vt => tenseInfV a.s a.a p.p passive v vt ; - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - } ; - - AgentPassUseV x a t p v np = initPrVerbPhraseV a t p v ** { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p passive agr v ; - inf = \\vt => tenseInfV a.s a.a p.p passive v vt ; - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - adv = appComplCase agentCase np ; - } ; - - UseAP x a t p ap = useCopula a t p ** { - c1 = ap.c1 ; - c2 = ap.c2 ; - adj = \\a => ap.s ! agr2aagr a ; - obj1 = ; - } ; - - UseCN x a t p cn = useCopula a t p ** { - c1 = cn.c1 ; - c2 = cn.c2 ; - adj = \\a => cn.s ! agr2nagr a ; - obj1 = ; - } ; - - UseAdv x a t p adv = useCopula a t p ** { - c1 = adv.c1 ; - adj = \\a => adv.s ; - } ; - - UseNP a t p np = useCopula a t p ** { - adj = \\a => appSubjCase np ; - } ; - - UseS a t p cl = addExtVP (useCopula a t p) (that_Compl ++ declSubordCl cl) ; ---- sentence form - UseQ a t p cl = addExtVP (useCopula a t p) (questSubordCl cl) ; - UseVP a t p vp = addExtVP (useCopula a t p) (vp.s ! vvInfinitive ! defaultAgr) ; - - ComplV2 x vp np = vp ** { - obj1 = <\\a => appObjCase np, np.a> -- np.a for object control - } ; - - ComplVS x vp cl = addExtVP vp (that_Compl ++ declSubordCl cl) ; ---- sentence form - - ComplVQ x vp qcl = addExtVP vp (questSubordCl qcl) ; ---- question form - - ComplVV x vp vpo = addObj2VP vp (\\a => vpo.s ! vp.vvtype ! a) ; - - ComplVA x vp ap = addObj2VP vp (\\a => ap.s ! agr2aagr a ++ ap.obj1 ! a) ; ---- adjForm - - ComplVN x vp cn = addObj2VP vp (\\a => cn.s ! agr2nagr a ++ cn.obj1 ! a) ; ---- cnForm - - SlashV3 x vp np = addObj2VP vp (\\a => appObjCase np) ; -- control is preserved - - SlashV2S x vp cl = addExtVP vp (that_Compl ++ declSubordCl cl) ; ---- sentence form - - SlashV2Q x vp cl = addExtVP vp (questSubordCl cl) ; ---- question form - - SlashV2V x vp vpo = addObj2VP vp (\\a => vpo.s ! vp.vvtype ! a) ; - - SlashV2A x vp ap = addObj2VP vp (\\a => ap.s ! agr2aagr a ++ ap.obj1 ! a) ; ---- adjForm - - SlashV2N x vp cn = addObj2VP vp (\\a => cn.s ! agr2nagr a ++ cn.obj1 ! a) ; ---- cn form - - ReflVP x vp = vp ** { - obj1 = <\\a => reflPron a, defaultAgr> ; --- defaultAgr will not be used but subj.a instead - } ; - - ReflVP2 x vp = vp ** { - obj2 = <\\a => reflPron a, vp.obj2.p2> ; --- subj/obj control doesn't matter any more - } ; - - InfVP x vp = {s = \\vvt,a => infVP vvt a vp} ; - - PredVP x np vp = vp ** { - v = applyVerb vp (agr2vagr np.a) ; - subj = appSubjCase np ; - adj = vp.adj ! np.a ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! np.a ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => np.a ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = vp.c1 ; -- in case there is any free slot left ---- could be c2 - } ; - - SlashClNP x cl np = cl ** { -- Cl ::= Cl/NP NP - obj2 = cl.obj2 ++ appComplCase cl.c3 np ; ---- again, adv just added - c3 = noComplCase ; -- complCase has been consumed - } ; - - QuestCl x cl = cl ** {foc = [] ; focType = NoFoc} ; -- NoFoc implies verb first: does she love us - - QuestIAdv x iadv cl = cl ** {foc = iadv.s ; focType = FocObj} ; -- FocObj implies Foc + V + Subj: why does she love us - - QuestVP x ip vp = - let - ipa = ipagr2agr ip.n - in { - v = applyVerb vp (ipagr2vagr ip.n) ; - foc = ip.s ! subjCase ; - focType = FocSubj ; - subj = [] ; - adj = vp.adj ! ipa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! ipa ; ---- appComplCase - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => ipa ; False => vp.obj1.p2}) ; ---- appComplCase - c3 = noComplCase ; -- for one more prep to build ClSlash ---- ever needed for QCl? - adv = vp.adv ; - adV = vp.adV ; - ext = vp.ext ; - } ; - - QuestSlash x ip cl = - let - prep = cl.c3 ; - ips = ip.s ! objCase ; -- in Cl/NP, c3 is the only prep ---- appComplCase for ip - focobj = case cl.focType of { - NoFoc => ; -- put ip object to focus if there is no focus yet - t => <[], strComplCase prep ++ ips, t,noComplCase> -- put ip object in situ if there already is a focus - } ; - in - cl ** { -- preposition stranding - foc = focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = focobj.p4 ; - } ; -{- ----- this is giving four records instead of two AR 5/2/2014 - | - cl ** { -- pied piping - foc = focobj.p4 ++ focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = noComplCase ; - } ; --} - - QuestIComp a t p icomp np = - let vagr = (agr2vagr np.a) in - initPrClause ** { - v = tenseCopula (a.s ++ t.s ++ p.s) t.t a.a p.p vagr ; - subj = appSubjCase np ; - adV = negAdV p ; - foc = icomp.s ! agr2icagr np.a ; - focType = FocObj ; - } ; - - RelVP rp vp = - let - cl : Agr -> PrClause = \a -> - let rpa = rpagr2agr rp.a a in - - vp ** { - v = applyVerb vp (agr2vagr rpa) ; - subj = rp.s ! subjRPCase a ; - adj = vp.adj ! rpa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! rpa ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => rpa ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = noComplCase ; -- for one more prep to build ClSlash - } - in {s = \\a => declCl (cl a) ; c = subjCase} ; - - RelSlash rp cl = { - s = \\a => rp.s ! subjRPCase (rpagr2agr rp.a a) ++ declCl cl ; ---- rp case - c = objCase - } ; - - PrImpSg vp = {s = impVP Sg vp} ; - PrImpPl vp = {s = impVP Pl vp} ; - - UseCl cl = {s = declCl cl} ; - UseQCl cl = {s = questCl cl} ; - - UseAdvCl adv cl = {s = adv.s ++ declInvCl cl} ; - - UttPrS s = s ; - - - - - AdvCl x a cl = case a.isAdV of { - True => cl ** {adV = cl.adV ++ a.s ; adv = cl.adv ; c3 = a.c1} ; - False => cl ** {adv = cl.adv ++ a.s ; adV = cl.adV ; c3 = a.c1} - } ; - - AdvQCl x a cl = case a.isAdV of { - True => cl ** {adV = cl.adV ++ a.s ; adv = cl.adv ; c3 = a.c1} ; - False => cl ** {adv = cl.adv ++ a.s ; adV = cl.adV ; c3 = a.c1} - } ; - - PresPartAP x v = { - s = \\a => vPresPart v a ; - c1 = v.c1 ; -- looking at her - c2 = v.c2 ; - obj1 = noObj ; - } ; - - PastPartAP x v = { - s = \\a => vPastPart v a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = noObj ; - } ; - - AgentPastPartAP x v np = { - s = \\a => vPastPart v a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = \\_ => appComplCase agentCase np ; ---- addObj - } ; - - StartVPC x c v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.p1 ++ v.adV ++ vv.p2 ++ vv.p3 ++ v.adj ! vpa ++ - v.c1 ++ v.obj1.p1 ! vpa ++ v.c2 ++ v.obj2.p1 ! vpa ++ v.adv ++ v.ext ---- appComplCase - ++ c.s2 ++ - wv.p1 ++ w.adV ++ wv.p2 ++ wv.p3 ++ w.adj ! vpa ++ ---- appComplCase - w.c1 ++ w.obj1.p1 ! vpa ++ w.c2 ++ w.obj2.p1 ! vpa ++ w.adv ++ w.ext ; - inf = \\a,vt => - infVP vt a v ++ c.s2 ++ infVP vt a w ; - imp = \\i => - impVP i v ++ c.s2 ++ impVP i w ; - c1 = noComplCase ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = noComplCase ; ---- w.c2 ? - s1 = c.s1 ; - } ; - - ContVPC x v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.p1 ++ v.adV ++ vv.p2 ++ vv.p3 ++ v.adj ! vpa ++ - v.c1 ++ v.obj1.p1 ! vpa ++ v.c2 ++ v.obj2.p1 ! vpa ++ v.adv ++ v.ext ---- appComplCase - ++ "," ++ - wv ; - inf = \\a,vt => - infVP vt a v ++ "," ++ w.inf ! a ! vt ; - imp = \\i => - impVP i v ++ "," ++ w.imp ! i ; - c1 = noComplCase ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = noComplCase ; ---- w.c2 ? - s1 = w.s1 ; - } ; - - UseVPC x vpc = initPrVerbPhrase ** { ---- big loss of quality (overgeneration) seems inevitable - v = \\a => <[], [], vpc.s1 ++ vpc.v ! a> ; - inf = \\vt => vpc.inf ! defaultAgr ! vt ; ---- agr - imp = vpc.imp ; - c1 = vpc.c1 ; - c2 = vpc.c2 ; - - } ; - - StartClC x c a b = { - s = declCl a ++ c.s2 ++ declCl b ; - c3 = b.c3 ; ---- - s1 = c.s1 ; - } ; - - ContClC x a b = { - s = declCl a ++ "," ++ b.s ; - c3 = b.c3 ; ---- - s1 = b.s1 ; - } ; - - UseClC x cl = initPrClause ** { - v = <[],[], cl.s1 ++ cl.s> ; ---- - c3 = cl.c3 ; - } ; - - ComplAdv x p np = {s = appComplCase p.c1 np ; isAdV = p.isAdV ; c1 = noComplCase} ; - - SubjUttPreS subj cl s = ss (subj.s ++ declSubordCl cl ++ ("," | []) ++ declInvCl s) ; - SubjUttPreQ subj cl q = ss (subj.s ++ declSubordCl cl ++ ("," | []) ++ questCl q) ; - SubjUttPost subj cl utt = ss (utt.s ++ ("," | []) ++ subj.s ++ declSubordCl cl) ; - -} \ No newline at end of file diff --git a/src/experimental/PredInstanceChi.gf b/src/experimental/PredInstanceChi.gf deleted file mode 100644 index f9e575d9..00000000 --- a/src/experimental/PredInstanceChi.gf +++ /dev/null @@ -1,188 +0,0 @@ -instance PredInstanceChi of - PredInterface - [PrVerb,initPrVerb,NounPhrase,appSubjCase,appObjCase,PrAdverb,linrefPrAdv] = - - open ResChi, (P = ParadigmsChi), (X = ParamX), (S = SyntaxChi), Prelude in { - --- overrides - -oper - PrVerb = { - s : ResChi.Verb ; - p : Str ; -- verb particle - c1 : ComplCase ; - c2 : ComplCase ; - hasPrep : Bool ; - - isSubjectControl : Bool ; --- junk in Chi - vtype : VType ; - vvtype : VVType ; - - } ; - - NounPhrase = {s : Str} ; - appSubjCase : NounPhrase -> Str = \np -> np.s ; - appObjCase : NounPhrase -> Str = \np -> np.s ; - - PrAdverb = Preposition ; - - linrefPrAdv : PrAdverb -> Str = \adv -> adv.prepPre ++ adv.prepPost ; - ---------------------- --- parameters ------- ---------------------- - -oper - Gender = Unit ; - Agr = Unit ; - Case = Unit ; - NPCase = Unit ; - VForm = Unit ; ---- - VVType = Unit ; ---- - VType = Unit ; ---- - - VAgr = Unit ; - - SVoice = CVoice ; - -param CVoice = CAct | CPass ; - -oper - active = CAct ; - passive = CPass ; - - defaultVType = UUnit ; ---- - - subjCase = UUnit ; - objCase = UUnit ; - - agentCase : ComplCase = S.by8agent_Prep ; - - ComplCase = Preposition ; - - appComplCase : ComplCase -> NounPhrase -> Str = \p,np -> appPrep p np.s ; ---- advType - noComplCase : ComplCase = P.mkPrep [] ; - strComplCase : ComplCase -> Str = \c -> c.prepPre ++ c.prepPost ; - - noObj : Agr => Str = \\_ => [] ; - - RPCase = Unit ; - subjRPCase : Agr -> RPCase = \a -> UUnit ; - - NAgr = Unit ; - IPAgr = Unit ; - RPAgr = Unit ; - ICAgr = Unit ; - - defaultAgr : Agr = UUnit ; - --- omitting rich Agr information - agr2vagr : Agr -> VAgr = \a -> a ; - - agr2aagr : Agr -> AAgr = \a -> a ; - - agr2icagr : Agr -> ICAgr = \a -> a ; - - agr2nagr : Agr -> NAgr = \a -> a ; - --- restoring full Agr - ipagr2agr : IPAgr -> Agr = \a -> a ; - - ipagr2vagr : IPAgr -> VAgr = \n -> n ; - - rpagr2agr : RPAgr -> Agr -> Agr = \ra,a -> a ; - ---- this is only needed in VPC formation - vagr2agr : VAgr -> Agr = \a -> defaultAgr ; - - vPastPart : PrVerb -> AAgr -> Str = \v,a -> v.s.s ; ---- - vPresPart : PrVerb -> AAgr -> Str = \v,a -> v.s.s ; ---- - - vvInfinitive : VVType = UUnit ; ---- - - isRefl : PrVerb -> Bool = \v -> False ; ---- - - ------------------- ---- opers -------- ------------------- - -oper - reflPron : Agr -> Str = \a -> (ResChi.mkNP ResChi.reflPron).s ; - - infVP : VVType -> Agr -> PrVerbPhrase -> Str = \vt, a,vp -> - vp.adV ++ vp.adv ++ ---- adv order - vp.inf ! UUnit ++ - vp.adj ! a ++ appPrep vp.c1 (vp.obj1.p1 ! a) ++ appPrep vp.c2 (vp.obj2.p1 ! a) ++ vp.ext ; - - impVP : Number -> PrVerbPhrase -> Str = \n,vp -> - infVP UUnit UUnit vp ; - - - declCl : PrClause -> Str = \cl -> cl.subj ++ cl.v.p1 ++ cl.adV ++ cl.adv ++ cl.v.p2 ++ restCl cl ; - declSubordCl : PrClause -> Str = declCl ; - declInvCl : PrClause -> Str = declCl ; - - questCl : PrQuestionClause -> Str = \cl -> - cl.foc ++ cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.adv ++ cl.v.p2 ++ restCl cl ++ question_s ; ---- plus redupl - - questSubordCl : PrQuestionClause -> Str = questCl ; - - that_Compl : Str = say_s ; - - -- this part is usually the same in all reconfigurations - restCl : PrClause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.ext ; ---- c3 - - negAdV : {s : Str ; p : Polarity} -> Str = \p -> p.s ; ---- not used in negation formation ++ not_Str p.p ; - - not_Str = \p -> case p of {Pos => [] ; Neg => neg_s} ; - - tenseV : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str = - \sta,t,a,p,o,_,v -> - let - bu_neg = not_Str p ; - vneg = case p of {Pos => [] ; Neg => v.s.neg} ; - pass = case o of {CAct => [] ; CPass => passive_s} - in case of { - => ; - <_,X.Anter> => ; - _ => - } ; ---- other aspects - - - - tenseInfV : Str -> Anteriority -> Polarity -> SVoice -> PrVerb -> VVType -> Str = \sa,a,p,o,v,_ -> ---- vvtype - let tv = tenseV sa X.Pres a p o UUnit v - in tv.p1 ++ tv.p2 ++ tv.p3 ; - - imperativeV : Str -> Polarity -> ImpType -> PrVerb -> Str = \s,p,it,v -> - tenseInfV s X.Simul p CAct v UUnit ; - - tenseCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = - \s,t,a,p,agr -> tenseV s t a p CAct agr (liftV copula) ; - tenseInfCopula : Str -> Anteriority -> Polarity -> VVType -> Str = - \s,a,p,vt -> tenseInfV s a p CAct (liftV copula) vt ; - tenseImpCopula : Str -> Polarity -> ImpType -> Str = - \s,p,n -> imperativeV s p n (liftV copula) ; - - noObj : Agr => Str = \\_ => [] ; - - addObj2VP : PrVerbPhrase -> (Agr => Str) -> PrVerbPhrase = \vp,obj -> vp ** { - obj2 = <\\a => vp.obj2.p1 ! a ++ obj ! a, vp.obj2.p2> ; - } ; - - addExtVP : PrVerbPhrase -> Str -> PrVerbPhrase = \vp,ext -> vp ** { - ext = ext ; - } ; - - liftV : Verb -> PrVerb = \v -> - {s = v ; p = [] ; c1,c2 = P.mkPrep [] ; isSubjectControl = False ; vtype = UUnit ; vvtype = UUnit ; hasPrep = False} ; - ---- junk - - qformsV : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str = - \sta,t,a,p,agr,v -> <[],[]> ; - qformsCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str = - \sta,t,a,p,agr -> <[],[]> ; - - -} \ No newline at end of file diff --git a/src/experimental/PredInstanceEng.gf b/src/experimental/PredInstanceEng.gf deleted file mode 100644 index cd4d90b5..00000000 --- a/src/experimental/PredInstanceEng.gf +++ /dev/null @@ -1,455 +0,0 @@ -instance PredInstanceEng of PredInterface - [ - PrVerbPhrase, PrClause, - initPrVerbPhrase, initPrVerbPhraseV, initPrClause, - useCopula, questCl, linrefPrQCl - ] = - - open ResEng, (X = ParamX), Prelude in { - ------ overrides ---------------- - -oper - --- add contracted verb forms and forms for question - - PrVerbPhrase = BasePrVerbPhrase ** {vc : VAgr => Str * Str * Str ; qforms : VAgr => Str * Str} ; - PrClause = BasePrClause ** {vc : Str * Str * Str ; qforms : Str * Str} ; - - initPrVerbPhrase : PrVerbPhrase = initBasePrVerbPhrase ** { - vc : VAgr => Str * Str * Str = \\_ => <[],[],[]> ; - qforms = \\agr => <[],[]> ; - } ; - - initPrVerbPhraseV : - {s : Str ; a : Anteriority} -> {s : Str ; t : STense} -> {s : Str ; p : Polarity} -> PrVerb -> PrVerbPhrase = - \a,t,p,v -> initBasePrVerbPhraseV a t p v ** { - vc = \\agr => tenseVContracted (a.s ++ t.s ++ p.s) t.t a.a p.p active agr v ; - qforms = \\agr => qformsV (a.s ++ t.s ++ p.s) t.t a.a p.p agr v - } ; - - initPrClause : PrClause = initBasePrClause ** { - vc = <[],[],[]> ; - qforms = <[],[]> ; - } ; - - useCopula : {s : Str ; a : Anteriority} -> {s : Str ; t : STense} -> {s : Str ; p : Polarity} -> - PrVerbPhrase = - \a,t,p -> initPrVerbPhrase ** { - v = \\agr => tenseCopula (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - vc = \\agr => tenseCopulaC (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - inf = \\vt => tenseInfCopula a.s a.a p.p vt ; - imp = \\n => tenseImpCopula p.s p.p n ; - adV = negAdV p ; - qforms = \\agr => qformsCopula (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - } ; - - questCl : PrQuestionClause -> Str = \cl -> case cl.focType of { - NoFoc => cl.foc ++ cl.qforms.p1 ++ cl.subj ++ cl.adV ++ cl.qforms.p2 ++ restCl cl ; -- does she sleep - FocObj => cl.foc ++ cl.qforms.p1 ++ cl.subj ++ cl.adV ++ cl.qforms.p2 ++ restCl cl ; -- who does she love - FocSubj => cl.foc ++ cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl -- who loves her - } ; - - linrefPrQCl : PrQuestionClause -> Str = \qcl -> questCl qcl ; - ---------------------- --- parameters ------- ---------------------- - -oper - Gender = ResEng.Gender ; - Agr = ResEng.Agr ; - Case = ResEng.Case ; - NPCase = ResEng.NPCase ; - VForm = ResEng.VVForm ; ---- VVForm to get contracted aux verbs - VVType = ResEng.VVType ; - SVoice = Voice ; - - VAgr = EVAgr ; - VType = EVType ; - -param --- have to do this clumsy way because param P and oper P : PType don't unify - EVAgr = VASgP1 | VASgP3 | VAPl ; - EVType = VTAct | VTRefl | VTAux ; - -oper - active : SVoice = Act ; - passive : SVoice = Pass ; - - defaultVType : VType = VTAct ; - - subjCase : NPCase = NCase Nom ; - objCase : NPCase = NPAcc ; - - agentCase : ComplCase = "by" ; - - ComplCase = Str ; -- preposition - - NounPhrase = {s : NPCase => Str ; a : Agr} ; - - appComplCase : ComplCase -> NounPhrase -> Str = \p,np -> p ++ np.s ! objCase ; - noComplCase : ComplCase = [] ; - strComplCase : ComplCase -> Str = \c -> c ; - - noObj : Agr => Str = \\_ => [] ; - - RPCase = ResEng.RCase ; - subjRPCase : Agr -> RPCase = \a -> RC (fromAgr a).g npNom ; - - NAgr = Number ; - IPAgr = Number ; - RPAgr = ResEng.RAgr ; - ICAgr = Unit ; - - defaultAgr : Agr = AgP3Sg Neutr ; - --- omitting rich Agr information - agr2vagr : Agr -> VAgr = \a -> case a of { - AgP1 Sg => VASgP1 ; - AgP3Sg _ => VASgP3 ; - _ => VAPl - } ; - - agr2aagr : Agr -> AAgr = \a -> a ; - - agr2nagr : Agr -> NAgr = \a -> case a of { - AgP1 n => n ; - AgP2 n => n ; - AgP3Sg _ => Sg ; - AgP3Pl _ => Pl - } ; - - agr2icagr : Agr -> ICAgr = \a -> UUnit ; - --- restoring full Agr - ipagr2agr : IPAgr -> Agr = \n -> case n of { - Sg => AgP3Sg Neutr ; ---- gender - Pl => AgP3Pl Neutr - } ; - - ipagr2vagr : IPAgr -> VAgr = \n -> case n of { - Sg => VASgP3 ; - Pl => VAPl - } ; - - rpagr2agr : RPAgr -> Agr -> Agr = \ra,a -> case ra of { - RAg ag => ag ; - RNoAg => a - } ; - ---- this is only needed in VPC formation - vagr2agr : VAgr -> Agr = \a -> case a of { - VASgP1 => AgP1 Sg ; - VASgP3 => AgP3Sg Neutr ; - VAPl => AgP3Pl Neutr - } ; - - vPastPart : PrVerb -> AAgr -> Str = \v,_ -> v.s ! VVF VPPart ; - vPresPart : PrVerb -> AAgr -> Str = \v,_ -> v.s ! VVF VPresPart ; - - vvInfinitive : VVType = VVInf ; - - isRefl : PrVerb -> Bool = \v -> case v.vtype of {VTRefl => True ; _ => False} ; - ------------------------ --- concrete opers ------------------------ - -oper - reflPron : Agr -> Str = \a -> ResEng.reflPron ! a ; - - infVP : VVType -> Agr -> PrVerbPhrase -> Str = \vt, a,vp -> - let - a2 = case vp.obj2.p2 of {True => a ; False => vp.obj1.p2} ; - in - vp.adV ++ vp.inf ! vt ++ vp.part ++ - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a2 ++ vp.adv ++ vp.ext ; - - impVP : Number -> PrVerbPhrase -> Str = \n,vp -> - let - a = AgP2 n - in - vp.adV ++ vp.imp ! n ++ vp.part ++ - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a ++ vp.adv ++ vp.ext ; - - qformsV : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str = - \sta,t,a,p,agr,v -> - let - verb = tenseActV sta t a Neg agr v ; - averb = tenseActV sta t a p agr v - in case of { - => case p of { - Pos => < verb.p1, verb.p3> ; -- does , sleep - Neg => < verb.p1, verb.p2> -- does , not sleep ---- TODO: doesn't , sleep - } ; - _ => - } ; - - qformsCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str = - \sta,t,a,p,agr -> - let verb = be_AuxL sta t a p agr - in ; -- is , not ---- TODO isn't , - - tenseCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \s,t,a,p,agr -> - be_AuxL s t a p agr ; - tenseCopulaC : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \s,t,a,p,agr -> - be_AuxC s t a p agr ; - tenseInfCopula : Str -> Anteriority -> Polarity -> VVType -> Str = \s,a,p,vt -> - tenseInfV s a p Act be_V vt ; - tenseImpCopula : Str -> Polarity -> ImpType -> Str = \s,p,n -> - imperativeV s p n be_V ; - - tenseV : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str = - \sta,t,a,p,o,agr,v -> - case o of { - Act => tenseActV sta t a p agr v ; - Pass => tensePassV sta t a p agr v - } ; - - ---- leaving out these variants makes compilation time go down from 900ms to 300ms. - ---- parsing time of "she sleeps" goes down from 300ms to 60ms. 4/2/2014 - - tenseVContracted : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str = - \sta,t,a,p,o,agr,v -> - case o of { - Act => tenseActVContracted sta t a p agr v ; - Pass => tensePassVContracted sta t a p agr v - } ; - - tenseActV : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str * Str = \sta,t,a,p,agr,v -> - let vt : ResEng.VForm = case of { - => VPres ; - => VPast ; - _ => VInf - } ; - in - case of { - => - case v.vtype of { - VTAux => case t of { - Pres => ; -- can I/she/we - _ => -- could ... - } ; - _ => case p of { - Pos => <[], sta ++ v.s ! VVF vt, []> ; -- this is the deviating case - Neg => - } - } ; - - => ; - => ; - => - } ; - - tenseActVContracted : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str * Str = \sta,t,a,p,agr,v -> - let vt : ResEng.VForm * VVForm = case of { - => ; - => ; - _ => - } ; - in - - case of { - => - case v.vtype of { - VTAux => case p of { - Pos => ; - Neg => - } ; - _ => case p of { - Pos => <[], sta ++ v.s ! VVF vt.p1, []> ; -- this is the deviating case - Neg => - } - } ; - => ; ----- | ; - => ; ----- | ; - => ----- | - } ; - - tensePassV : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str * Str = \sta,t,a,p,agr,v -> - let - be = be_AuxL sta t a p agr ; - done = v.s ! VVF VPPart - in - ; - tensePassVContracted : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str * Str = \sta,t,a,p,agr,v -> - let - be = be_AuxC sta t a p agr ; - done = v.s ! VVF VPPart - in - ; - - tenseInfV : Str -> Anteriority -> Polarity -> SVoice -> PrVerb -> VVType -> Str = \sa,a,p,o,v,vt -> - let - not = case p of {Pos => [] ; Neg => "not"} ; - in - case vt of { - VVInf => - case a of { - Simul => not ++ "to" ++ sa ++ v.s ! VVF VInf ; -- (she wants) (not) to sleep - Anter => not ++ "to" ++ have_Aux VInf Pos ++ sa ++ v.s ! VVF VPPart -- (she wants) (not) to have slept - } ; - VVAux => - case a of { - Simul => not ++ sa ++ v.s ! VVF VInf ; -- (she must) (not) sleep - Anter => not ++ have_Aux VInf Pos ++ sa ++ v.s ! VVF VPPart -- (she must) (not) have slept - } ; - VVPresPart => - case a of { - Simul => not ++ sa ++ v.s ! VVF VPresPart ; -- (she starts) (not) sleeping - Anter => not ++ "having" ++ sa ++ v.s ! VVF VPPart -- (she starts) (not) having slept - } - } ; - - imperativeV : Str -> Polarity -> ImpType -> PrVerb -> Str = \s,p,it,v -> - s ++ case p of { - Pos => v.s ! VVF VInf ; - Neg => ("do not" | "don't") ++ v.s ! VVF VInf - } ; - - ------ dangerous variants for PMCFG generation - keep apart as long as possible - be_Aux : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \sta,t,a,p,agr -> - be_AuxL sta t a p agr ; - - be_AuxL : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \sta,t,a,p,agr -> - let - beV = tenseActV sta t a p agr be_V - in - case of { - => <"is" ++ sta, [], []> ; - => <"am" ++ sta, [], []> ; - => <"are" ++ sta, [], []> ; - => <"is" ++ sta, "not", []> ; - => <"am" ++ sta, "not", []> ; - => <"are" ++ sta, "not", []> ; - => <"were" ++ sta, [], []> ; - => <"were" ++ sta, "not", []> ; - => <"was" ++ sta, "not", []> ; - _ => beV - } ; - be_AuxC : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \sta,t,a,p,agr -> - let - beV = tenseActVContracted sta t a p agr be_V - in - case of { - => ; - => ; - => ; - => ---- - <"isn't" ++ sta, [], []> ; - => ; - => ---- - <"aren't" ++ sta, [], []> ; - => <"were" ++ sta, [], []> ; - => <"weren't" ++ sta, [], []> ; - => <"wasn't" ++ sta, [], []> ; - _ => beV - } ; - - declCl : PrClause -> Str = \cl -> cl.subj ++ cl.v.p1 ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - declSubordCl : PrClause -> Str = declCl ; - declInvCl : PrClause -> Str = declCl ; - - declClContracted : PrClause -> Str = \cl -> cl.subj ++ cl.vc.p1 ++ cl.adV ++ cl.vc.p2 ++ restCl cl ; -- contracted forms - - questSubordCl : PrQuestionClause -> Str = \cl -> - let - rest = cl.subj ++ cl.adV ++ cl.v.p1 ++ cl.v.p2 ++ restCl cl - in case cl.focType of { - NoFoc => "if" ++ cl.foc ++ rest ; -- if she sleeps - FocObj => cl.foc ++ rest ; -- who she loves / why she sleeps - FocSubj => cl.foc ++ rest -- who loves her - } ; - - ---- only needed in Eng because of do questions - qformsV : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str ; - qformsCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str ; - - qformsVP : PrVerbPhrase -> VAgr -> Str * Str - = \vp,vagr -> vp.qforms ! vagr ; - - - that_Compl : Str = "that" | [] ; - - -- this part is usually the same in all reconfigurations - restCl : PrClause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ; - - - addObj2VP : PrVerbPhrase -> (Agr => Str) -> PrVerbPhrase = \vp,obj -> vp ** { - obj2 = <\\a => vp.obj2.p1 ! a ++ obj ! a, vp.obj2.p2> ; - } ; - - addExtVP : PrVerbPhrase -> Str -> PrVerbPhrase = \vp,ext -> vp ** { - ext = ext ; - } ; - -oper - be_V : PrVerb = { - s = table { - VVF VInf => "be" ; - VVF VPres => "is" ; - VVF VPast => "was" ; - VVF VPPart => "been" ; - VVF VPresPart => "being" ; - VVPresNeg => "isn't" ; - VVPastNeg => "wasn't" - } ; - p,c1,c2 = [] ; vtype = VTAux ; vvtype = VVInf ; isSubjectControl = False - } ; - - negAdV : {s : Str ; p : Polarity} -> Str = \p -> p.s ; - - - - -oper ----- have to split the tables to two to get reasonable PMCFG generation - will_Aux : ResEng.VForm -> Polarity -> Str = \vf,p -> case of { - => varAux "will" "ll" ; - => "won't" ; - => varAux "would" "d" ; - => "wouldn't" - } ; - will_AuxC : ResEng.VForm -> Polarity -> Str = \vf,p -> case of { - => varAuxC "will" "ll" ; - => "won't" ; - => varAuxC "would" "d" ; - => "wouldn't" - } ; - - have_Aux : ResEng.VForm -> Polarity -> Str = \vf,p -> case of { - => varAux "have" "ve" ; --- slightly overgenerating if used in infinitive - => "haven't" ; - => varAux "has" "s" ; - => "hasn't" ; - => varAux "had" "d" ; - => "hadn't" - } ; - have_AuxC : ResEng.VForm -> Polarity -> Str = \vf,p -> case of { - => varAuxC "have" "ve" ; --- slightly overgenerating if used in infinitive - => "haven't" ; - => varAuxC "has" "s" ; - => "hasn't" ; - => varAuxC "had" "d" ; - => "hadn't" - } ; - - do_Aux : ResEng.VForm -> Polarity -> Str = \vf,p -> case of { - => "do" ; - => "don't" ; - => "does" ; - => "doesn't" ; - => "did" ; - => "didn't" - } ; - - varAux : Str -> Str -> Str = \long,short -> long ; ----| Predef.BIND ++ ("'" + short) ; - varAuxC : Str -> Str -> Str = \long,short -> Predef.BIND ++ ("'" + short) ; - - not_Str : Polarity -> Str = \p -> case p of {Pos => [] ; Neg => "not"} ; - -} \ No newline at end of file diff --git a/src/experimental/PredInstanceFin.gf b/src/experimental/PredInstanceFin.gf deleted file mode 100644 index 9d89e108..00000000 --- a/src/experimental/PredInstanceFin.gf +++ /dev/null @@ -1,335 +0,0 @@ -instance PredInstanceFin of - PredInterface - [ - NounPhrase, - PrVerb, initPrVerb, - PrVerbPhrase, initPrVerbPhrase, initPrVerbPhraseV, useCopula, linrefPrVP, qformsVP, applyVerb, addObj2VP, - initBasePrVerbPhrase, initBasePrVerbPhraseV, - PrClause, initPrClause - ] = - open ResFin, (P = ParadigmsFin), (S = StemFin), (X = ParamX), Prelude in { - --- overrides - -oper - NounPhrase = ResFin.NP ; - - PrVerb = StemFin.SVerb1 ** { - c1 : ComplCase ; - c2 : ComplCase ; - vvtype : ResFin.VVType ; - } ; - - initPrVerb : PrVerb = { - s = \\_ => [] ; - sc = SCNom ; - h = Back ; - p = [] ; - c1,c2 = noComplCase ; isSubjectControl = True ; vtype = Act ; vvtype = VVInf ; - } ; - - PrVerbPhrase = { - v : Agr => {fin,inf : Str} ; - inf : VPIType => Str ; - imp : ImpType => Str ; - adj : Agr => Str ; - obj1 : Agr => Str ; -- Bool => Polarity => Agr => Str ; -- talo/talon/taloa - obj2 : Agr => Str ; -- Bool => Polarity => Agr => Str ; -- talo/talon/taloa - adv : Str ; -- Polarity => Str ; -- ainakin/ainakaan - adV : Str ; -- Polarity => Str ; -- ainakin/ainakaan - ext : Str ; - isNeg : Bool ; -- True if some complement is negative - isPass : Bool ; -- True if the verb is rendered in the passive - vvtype : ResFin.VVType ; - sc : SubjCase ; - h : Harmony ; - c1 : Compl ; - c2 : Compl ; - qforms : VAgr => Str * Str ; - } ; - - initPrVerbPhrase : PrVerbPhrase = { - v : Agr => {fin,inf : Str} = \\_ => {fin,inf = []} ; - inf : VPIType => Str = \\vtt => [] ; - imp : ImpType => Str = \\_ => [] ; - adj : Agr => Str = \\_ => [] ; - obj1 : Agr => Str = \\_ => [] ; - obj2 : Agr => Str = \\_ => [] ; - adv : Str = [] ; - adV : Str = [] ; - ext : Str = [] ; - isNeg : Bool = True ; - isPass : Bool = False ; - c1 : Compl = noComplCase ; - c2 : Compl = noComplCase ; - vvtype = VVInf ; - sc = SCNom ; - h = Back ; - qforms : VAgr => Str * Str = \\_ => <[],[]> -- special Eng for introducing "do" in questions - } ; - - initPrVerbPhraseV : - {s : Str ; a : Anteriority} -> {s : Str ; t : STense} -> {s : Str ; p : Polarity} -> PrVerb -> PrVerbPhrase = - \a,t,p,verb -> - initPrVerbPhrase ** { - v : Agr => {fin,inf : Str} = case verb.sc of { - SCNom => \\agr => finV (a.s ++ t.s ++ p.s) t.t a.a p.p Act agr (lin PrV verb) ; - _ => \\_ => finV (a.s ++ t.s ++ p.s) t.t a.a p.p Act defaultAgr (lin PrV verb) - } ; - inf : VPIType => Str = \\vtt => tenseInfV (a.s ++ p.s) a.a p.p Act (lin PrV verb) vtt ; - imp : ImpType => Str = \\it => imperativeV p.s p.p it (lin PrV verb) ; - adj : Agr => Str = \\_ => [] ; - obj1 : Agr => Str = \\_ => [] ; - obj2 : Agr => Str = \\_ => [] ; - adv : Str = [] ; - adV : Str = [] ; - ext : Str = [] ; - isNeg : Bool = False ; - isPass : Bool = False ; - c1 : Compl = verb.c1 ; - c2 : Compl = verb.c2 ; - vvtype = verb.vvtype ; - sc = verb.sc ; - h = case a.a of {Anter => Back ; _ => verb.h} ; - } ; - - useCopula : {s : Str ; a : Anteriority} -> {s : Str ; t : STense} -> {s : Str ; p : Polarity} -> PrVerbPhrase = - \a,t,p -> initPrVerbPhraseV a t p (liftV P.olla_V) ; - - linrefPrVP : PrVerbPhrase -> Str = \_ -> "verbphrase" ; ---- - - PrClause = { - subj : Str ; - verb : {fin,inf : Str} ; - adj : Str ; - obj1 : Str ; - obj2 : Str ; - adv : Str ; - adV : Str ; - ext : Str ; - h : Harmony ; - c3 : Compl ; - } ; - initPrClause : PrClause = { - subj : Str = [] ; - verb : {fin,inf : Str} = {fin,inf = []} ; - adj : Str = [] ; - obj1 : Str = [] ; - obj2 : Str = [] ; - adv : Str = [] ; - adV : Str = [] ; - ext : Str = [] ; - h : Harmony = Back ; - c3 : Compl = noComplCase ; - } ; - ---------------------- --- parameters ------- ---------------------- - -oper - Agr = ResFin.Agr ; - Case = ResFin.Case ; - NPCase = ResFin.NPForm ; - VForm = S.SVForm ; - VVType = VPIType ; - VType = Voice ; ---- - Gender = Unit ; ---- - - VAgr = Agr ; - - SVoice = Voice ; - -oper - active = Act ; - passive = Pass ; - - defaultVType = Act ; - defaultVVType = vvInfinitive ; - - subjCase : NPCase = ResFin.NPCase Nom ; - objCase : NPCase = NPAcc ; - - ComplCase = ResFin.Compl ; -- preposition - agentCase : ComplCase = P.postGenPrep "toimesta" ; - strComplCase : ComplCase -> Str = \c -> c.s.p1 ++ c.s.p2 ; - - appComplCase : ComplCase -> NounPhrase -> Str = \p,np -> appCompl True Pos p np ; - noComplCase : ComplCase = P.accPrep ; ---- - - noObj : Agr => Str = \\_ => [] ; - - RPCase = NPCase ; - subjRPCase : Agr -> RPCase = \a -> subjCase ; - - NAgr = Number ; - IPAgr = Number ; --- two separate fields in RGL - RPAgr = ResFin.RAgr ; - ICAgr = Agr ; - - defaultAgr : Agr = Ag Sg P3 ; - --- omitting rich Agr information - agr2vagr : Agr -> VAgr = \a -> a ; - - agr2aagr : Agr -> AAgr = \a -> a ; - - agr2nagr : Agr -> NAgr = \a -> case a of {Ag n _ => n ; AgPol => Sg} ; -- minä olen pomo / te olette pomoja / te olette pomo - - agr2icagr : Agr -> ICAgr = \a -> a ; - --- restoring full Agr - ipagr2agr : IPAgr -> Agr = \a -> Ag a P3 ; - - ipagr2vagr : IPAgr -> VAgr = \n -> Ag n P3 ; - - rpagr2agr : RPAgr -> Agr -> Agr = \ra,a -> case ra of { - RAg ag => ag ; - RNoAg => a - } ; - ---- this is only needed in VPC formation - vagr2agr : VAgr -> Agr = \a -> a ; - - vPastPart : PrVerb -> AAgr -> Str = \v,a -> (S.sverb2verbSep v).s ! PastPartPass (aForm a) ; - vPresPart : PrVerb -> AAgr -> Str = \v,a -> (S.sverb2verbSep v).s ! PresPartAct (aForm a) ; - --- predicative adjective form - aForm : AAgr -> AForm = \a -> case a of { - Ag Pl _ => AN (NCase Pl Part) ; - _ => AN (NCase Sg Nom) - } ; ----- TODO: case system of PrAP - - vvInfinitive : VVType = VPIVV VVInf ; - - isRefl : PrVerb -> Bool = \_ -> False ; ---- - --- the forms outside VPIVV to be used in adverbials such as "tekemällä" -param - VPIType = VPIVV (ResFin.VVType) - | VPIInf3Adess | VPIInf3Abess | VPIInf2Iness | VPIInf1Long {- | VPIPastPartPassPart -} | VPIInf4Part ; - -- tekemällä, tekemättä, tehdessä, tehdäkseen, tehtyään, tekemistä - ------------------- ---- opers -------- ------------------- - -oper - reflPron : Agr -> Str = \a -> (ResFin.reflPron a).s ! NPAcc ; ---- case - - finV : Str -> STense -> Anteriority -> Polarity -> SVoice -> Agr -> PrVerb -> {fin,inf : Str} = - \sta,t,a,pol,o,agr,v -> - let - vit = case o of {Act => VIFin t ; Pass => VIPass t} ; - ovps = (S.vp2old_vp (S.predV v)).s ! vit ! a ! pol ! agr ; -- VIForm => Anteriority => Polarity => Agr => {fin, inf : Str} ; - in - {fin = sta ++ ovps.fin ; inf = ovps.inf} ; - - infV : Str -> Anteriority -> Polarity -> SVoice -> PrVerb -> VPIType -> Str = - \sa,a,pol,o,v,vvt -> - let - vt = case vvt of { - VPIVV vi => VIInf (vvtype2infform vi) ; - VPIInf3Adess => VIInf Inf3Adess ; - VPIInf3Abess => VIInf Inf3Abess ; - VPIInf2Iness => VIInf Inf2Iness ; - VPIInf1Long => VIInf Inf1Long ; ----- VPIPastPartPassPart => PastPartPass (AN (NCase Sg Part)) ; - VPIInf4Part => VIInf Inf4Part - } ; - ovps = (S.vp2old_vp (S.predV v)).s ! vt ! a ! pol ! defaultAgr ; -- VIForm => Anteriority => Polarity => Agr => {fin, inf : Str} ; - in - sa ++ ovps.fin ++ ovps.inf ; - - tenseInfV : Str -> Anteriority -> Polarity -> SVoice -> PrVerb -> VVType -> Str = infV ; -{- - \sa,a,pol,o,v,vt -> - let vt = Inf1 ; ---- - ovps = (S.vp2old_vp (S.predV v)).s ! VIInf vt ! a ! pol ! defaultAgr ; -- VIForm => Anteriority => Polarity => Agr => {fin, inf : Str} ; - in - sa ++ ovps.fin ++ ovps.inf ; --} - - infVP : VVType -> Agr -> PrVerbPhrase -> Str = \vvt,agr,vp -> - vp.inf ! vvt ++ vp.adV ++ vp.adj ! agr ++ vp.obj1 ! agr ++ vp.obj2 ! agr ++ vp.adv ++ vp.ext ; - - impVP : Number -> PrVerbPhrase -> Str = \n,vp -> - let agr = Ag n P2 in - vp.imp ! n ++ vp.adV ++ vp.adj ! agr ++ vp.obj1 ! agr ++ vp.obj2 ! agr ++ vp.adv ++ vp.ext ; - - declCl : PrClause -> Str = \cl -> - cl.subj ++ cl.verb.fin ++ cl.adV ++ cl.verb.inf ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ; - - declSubordCl : PrClause -> Str = declCl ; - declInvCl : PrClause -> Str = declCl ; --- - - questCl : PrQuestionClause -> Str = \cl -> - let - ko = case cl.h of {Back => "ko" ; Front => "kö"} - in - case cl.focType of { - NoFoc => cl.verb.fin ++ Predef.BIND ++ ko ++ - cl.subj ++ cl.adV ++ cl.verb.inf ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ; - _ => cl.foc ++ cl.subj ++ cl.verb.fin ++ - cl.adV ++ cl.verb.inf ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext - } ; - - questSubordCl : PrQuestionClause -> Str = questCl ; - - that_Compl : Str = "että" ; - - -- this part is usually the same in all reconfigurations ---- restCl : PrClause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ++ cl.c3.s.p1 ++ cl.c3.s.p2 ; ---- c3 - - negAdV : {s : Str ; p : Polarity} -> Str = \p -> p.s ; - - tenseV : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str = - \sta,t,a,pol,o,agr,v -> - let - vit = case o of {Act => VIFin t ; Pass => VIPass t} ; - ovps = (S.vp2old_vp (S.predV v)).s ! vit ! a ! pol ! agr ; -- VIForm => Anteriority => Polarity => Agr => {fin, inf : Str} ; - in - ; - - imperativeV : Str -> Polarity -> ImpType -> PrVerb -> Str = \s,p,it,v -> - let - ovps = (S.vp2old_vp (S.predV v)).s ! VIImper ! Simul ! p ! Ag it P2 ; - in - s ++ ovps.fin ++ ovps.inf ; - - tenseCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = - \s,t,a,p,agr -> tenseV s t a p Act agr (liftV P.olla_V) ; - tenseInfCopula : Str -> Anteriority -> Polarity -> VVType -> Str = - \s,a,p,vt -> tenseInfV s a p Act (liftV P.olla_V) vt ; - tenseImpCopula : Str -> Polarity -> ImpType -> Str = - \s,p,it -> imperativeV s p it (liftV P.olla_V) ; - - noObj : Agr => Str = \\_ => [] ; - - applyVerb : PrVerbPhrase -> VAgr -> {inf,fin : Str} - = \vp,agr -> vp.v ! agr ; - - addObj2VP : PrVerbPhrase -> (Agr => Str) -> PrVerbPhrase = \vp,obj -> vp ** { - obj2 = \\a => vp.obj2 ! a ++ obj ! a ; - } ; - - addExtVP : PrVerbPhrase -> Str -> PrVerbPhrase = \vp,ext -> vp ** { - ext = ext ; - } ; - - not_Str : Polarity -> Str = \p -> case p of {Pos => [] ; Neg => "inte"} ; - - liftV : S.SVerb1 -> PrVerb = \v -> initPrVerb ** v ; - ---- junk - - qformsV : Str -> STense -> Anteriority -> Polarity -> VAgr -> PrVerb -> Str * Str = - \sta,t,a,p,agr,v -> <[],[]> ; - qformsCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str = - \sta,t,a,p,agr -> <[],[]> ; - - qformsVP : PrVerbPhrase -> VAgr -> Str * Str - = \vp,vagr -> <[],[]> ; - - -} \ No newline at end of file diff --git a/src/experimental/PredInstanceSwe.gf b/src/experimental/PredInstanceSwe.gf deleted file mode 100644 index 691544d9..00000000 --- a/src/experimental/PredInstanceSwe.gf +++ /dev/null @@ -1,186 +0,0 @@ -instance PredInstanceSwe of PredInterface = open CommonScand, ResSwe, (P = ParadigmsSwe), (X = ParamX), Prelude in { - ---------------------- --- parameters ------- ---------------------- - -oper - Gender = CommonScand.Gender ; - Agr = CommonScand.Agr ; - Case = CommonScand.Case ; - NPCase = CommonScand.NPForm ; - VForm = CommonScand.VForm ; - VVType = Unit ; ----- - VType = CommonScand.VType ; - - VAgr = Unit ; - - SVoice = CommonScand.Voice ; - -oper - active = CommonScand.Act ; - passive = CommonScand.Pass ; - - defaultVType = VAct ; - - subjCase : NPCase = NPNom ; - objCase : NPCase = NPAcc ; - - agentCase : ComplCase = "av" ; - - ComplCase = Str ; -- preposition - - appComplCase : ComplCase -> NounPhrase -> Str = \p,np -> p ++ np.s ! objCase ; - noComplCase : ComplCase = [] ; - strComplCase : ComplCase -> Str = \c -> c ; - - noObj : Agr => Str = \\_ => [] ; - - RPCase = CommonScand.RCase ; - subjRPCase : Agr -> RPCase = \a -> RNom ; - - NAgr = Number ; --- only Indef Nom forms are needed here - IPAgr = Number ; ----{g : Gender ; n : Number} ; --- two separate fields in RGL - RPAgr = RAgr ; - ICAgr = AFormPos ; - - defaultAgr : Agr = {g = Utr ; n = Sg ; p = P3} ; - --- omitting rich Agr information - agr2vagr : Agr -> VAgr = \a -> UUnit ; - - agr2aagr : Agr -> AAgr = \a -> a ; - - agr2icagr : Agr -> ICAgr = agr2aformpos ; - ---- could use this? - agr2aformpos : Agr -> AFormPos = \a -> - case a.n of { - Sg => Strong (GSg a.g) ; - Pl => Strong GPl - } ; - - agr2nagr : Agr -> NAgr = \a -> a.n ; - --- restoring full Agr - ipagr2agr : IPAgr -> Agr = \a -> {g = Utr ; n = a ; p = P3} ; ---- - - ipagr2vagr : IPAgr -> VAgr = \n -> UUnit ; - - rpagr2agr : RPAgr -> Agr -> Agr = \ra,a -> case ra of { - RAg g n p => {g = g ; n = n ; p = p} ; - RNoAg => a - } ; - ---- this is only needed in VPC formation - vagr2agr : VAgr -> Agr = \a -> defaultAgr ; - - vPastPart : PrVerb -> AAgr -> Str = \v,a -> v.s ! VI (VPtPret (agr2aformpos a) Nom) ; - vPresPart : PrVerb -> AAgr -> Str = \v,a -> v.s ! VI (VPtPres Sg Indef Nom) ; - - vvInfinitive : VVType = UUnit ; ---- - - isRefl : PrVerb -> Bool = \v -> case v.vtype of {VRefl => True ; _ => False} ; - - ------------------- ---- opers -------- ------------------- - -oper - reflPron : Agr -> Str = ResSwe.reflPron ; - - infVP : VVType -> Agr -> PrVerbPhrase -> Str = \vt, a,vp -> - let - a2 = case vp.obj2.p2 of {True => a ; False => vp.obj1.p2} - in - vp.adV ++ vp.inf ! UUnit ++ - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a2 ++ vp.adv ++ vp.ext ; - - impVP : Number -> PrVerbPhrase -> Str = \n,vp -> - let - a = {g = Utr ; n = n ; p = P2} - in - vp.imp ! n ++ vp.part ++ ---- AdV contains inte - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a ++ vp.adv ++ vp.ext ; - - - declCl : PrClause -> Str = \cl -> cl.subj ++ cl.v.p1 ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - declSubordCl : PrClause -> Str = \cl -> cl.subj ++ cl.adV ++ cl.v.p1 ++ (cl.v.p2 | []) ++ restCl cl ; - declInvCl : PrClause -> Str = \cl -> cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - - questCl : PrQuestionClause -> Str = \cl -> cl.foc ++ cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - - questSubordCl : PrQuestionClause -> Str = \cl -> - let - rest = cl.subj ++ cl.adV ++ cl.v.p1 ++ (cl.v.p2 | []) ++ restCl cl - in case cl.focType of { - NoFoc => "om" ++ cl.foc ++ rest ; -- om hon sover - FocObj => cl.foc ++ rest ; -- vem älskar hon / varför hon sover - FocSubj => cl.foc ++ "som" ++ rest -- vem som älskar henne - } ; - - that_Compl : Str = "att" | [] ; - - -- this part is usually the same in all reconfigurations - restCl : PrClause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ; - - negAdV : {s : Str ; p : Polarity} -> Str = \p -> p.s ++ case p.p of {Pos => [] ; Neg => inte_Str} ; - - tenseV : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str = --- Polarity, VAgr not needed in Swe - \sta,t,a,_,o,_,v -> - let act = CommonScand.Act in - case of { --- sta dummy s field of Ant and Tense - => ; - => ; - => ; - => ; - => ; - => ; - => ; - => - } ; - - tenseInfV : Str -> Anteriority -> Polarity -> SVoice -> PrVerb -> VVType -> Str = \sa,a,_,o,v,_ -> ---- vvtype - case a of { - Simul => sa ++ v.s ! VI (VInfin o) ; -- hon vill sova - Anter => hava_V.s ! VI (VInfin CommonScand.Act) ++ sa ++ v.s ! VI (VSupin o) -- hon vill (ha) sovit ---- discont? - } ; - - imperativeV : Str -> Polarity -> ImpType -> PrVerb -> Str = \s,p,it,v -> - s ++ case p of { - Pos => v.s ! VF (VImper CommonScand.Act) ; ---- deponents - Neg => v.s ! VF (VImper CommonScand.Act) ++ inte_Str - } ; - - tenseCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = - \s,t,a,p,_ -> tenseV s t a p CommonScand.Act UUnit (liftV be_V) ; - tenseInfCopula : Str -> Anteriority -> Polarity -> VVType -> Str = - \s,a,p,vt -> tenseInfV s a p CommonScand.Act (liftV be_V) vt ; - tenseImpCopula : Str -> Polarity -> ImpType -> Str = - \s,p,n -> imperativeV s p n (liftV be_V) ; - - hava_V : Verb = P.mkV "ha" "har" "ha" "hade" "haft" "havd" ; -- havd not used - be_V : Verb = P.mkV "vara" "är" "var" "var" "varit" "varen" ; -- varen not used - skola_V : Verb = P.mkV "skola" ("ska" | "skall") "ska" "skulle" "skolat" "skolad" ; ---- not used but ska and skulle - - noObj : Agr => Str = \\_ => [] ; - - addObj2VP : PrVerbPhrase -> (Agr => Str) -> PrVerbPhrase = \vp,obj -> vp ** { - obj2 = <\\a => vp.obj2.p1 ! a ++ obj ! a, vp.obj2.p2> ; - } ; - - addExtVP : PrVerbPhrase -> Str -> PrVerbPhrase = \vp,ext -> vp ** { - ext = ext ; - } ; - - not_Str : Polarity -> Str = \p -> case p of {Pos => [] ; Neg => inte_Str} ; - - inte_Str = "inte" | "icke" | "ej" ; - - liftV : Verb -> PrVerb = \v -> - {s = v.s ; p = v.part ; c1,c2 = [] ; isSubjectControl = True ; vtype = v.vtype ; vvtype = vvInfinitive} ; ---- vvtype - - - -} \ No newline at end of file diff --git a/src/experimental/PredInterface.gf b/src/experimental/PredInterface.gf deleted file mode 100644 index 441ad2e6..00000000 --- a/src/experimental/PredInterface.gf +++ /dev/null @@ -1,278 +0,0 @@ -interface PredInterface = open Prelude, (X = ParamX) in { - ---------------------- --- parameters ------- ---------------------- - --- standard usually general -oper - Number : PType = X.Number ; - Person : PType = X.Person ; - Anteriority : PType = X.Anteriority ; - Polarity : PType = X.Polarity ; - STense : PType = X.Tense ; - SVoice : PType ; - - ImpType : PType = Number ; - -param - Voice = Act | Pass ; --- should be in ParamX - Unit = UUnit ; --- should be in Prelude - --- this works for typical "wh movement" languages - - FocusType = NoFoc | FocSubj | FocObj ; -- sover hon/om hon sover, vem älskar hon/vem hon älskar, vem sover/vem som sover - --- language-dependent - -oper - Gender : PType ; - Agr : PType ; -- full agreement, inherent in NP - Case : PType ; -- case of CN - NPCase : PType ; -- full case of NP - VForm : PType ; -- inflection form of V - VVType : PType ; -- infinitive form required by VV - - --- language dependent - - VAgr : PType ; -- agr features that a verb form depends on - VType : PType ; -- reflexive, auxiliary, deponent,... - -oper - active : SVoice ; - passive : SVoice ; - - defaultVType : VType ; - - subjCase : NPCase ; - objCase : NPCase ; - - ComplCase : Type ; -- e.g. preposition - agentCase : ComplCase ; - strComplCase : ComplCase -> Str ; - - NounPhrase : Type = {s : NPCase => Str ; a : Agr} ; - - appComplCase : ComplCase -> NounPhrase -> Str ; - noComplCase : ComplCase ; - - appSubjCase : NounPhrase -> Str = \np -> np.s ! subjCase ; - appObjCase : NounPhrase -> Str = \np -> np.s ! objCase ; - - noObj : Agr => Str = \\_ => [] ; - - RPCase : PType ; - subjRPCase : Agr -> RPCase ; - - NAgr : PType ; - AAgr = Agr ; -- because of reflexives: "happy with itself" - IPAgr : PType ; -- agreement of IP - RPAgr : PType ; -- agreement of RP - ICAgr : PType ; -- agreement to IComp - - defaultAgr : Agr ; - --- omitting parts of Agr information - - agr2vagr : Agr -> VAgr ; - agr2aagr : Agr -> AAgr ; - agr2nagr : Agr -> NAgr ; - agr2icagr : Agr -> ICAgr ; - --- restoring full Agr - ipagr2agr : IPAgr -> Agr ; - ipagr2vagr : IPAgr -> VAgr ; - rpagr2agr : RPAgr -> Agr -> Agr ; -- the agr can come from the RP itself or from above - ---- this is only needed in VPC formation - vagr2agr : VAgr -> Agr ; - --- participles as adjectives - vPastPart : PrVerb -> AAgr -> Str ; - vPresPart : PrVerb -> AAgr -> Str ; - - vvInfinitive : VVType ; - - isRefl : PrVerb -> Bool ; - - applyVerb : PrVerbPhrase -> VAgr -> Str * Str * Str - = \vp,a -> vp.v ! a ; - -------------------------------- ---- type synonyms -------------------------------- - -oper - PrVerb = BasePrVerb ; - PrVerbPhrase = BasePrVerbPhrase ; - PrClause = BasePrClause ; - PrQuestionClause = BasePrQuestionClause ; - - initPrVerb = initBasePrVerb ; - initPrVerbPhrase = initBasePrVerbPhrase ; - initPrVerbPhraseV = initBasePrVerbPhraseV ; - initPrClause = initBasePrClause ; - - - - BasePrVerb = { - s : VForm => Str ; - p : Str ; -- verb particle - c1 : ComplCase ; - c2 : ComplCase ; - isSubjectControl : Bool ; - vtype : VType ; - vvtype : VVType ; - } ; - - initBasePrVerb : BasePrVerb = { - s = \\_ => [] ; - p = [] ; - c1 = noComplCase ; - c2 = noComplCase ; - isSubjectControl = True ; - vtype = defaultVType ; - vvtype = vvInfinitive ; - } ; - - BasePrVerbPhrase = { - v : VAgr => Str * Str * Str ; -- would,have,slept - inf : VVType => Str ; -- (not) ((to)(sleep|have slept) | (sleeping|having slept) - imp : ImpType => Str ; - c1 : ComplCase ; - c2 : ComplCase ; - part : Str ; -- (look) up - adj : Agr => Str ; - obj1 : (Agr => Str) * Agr ; -- agr for object control - obj2 : (Agr => Str) * Bool ; -- subject control = True - vvtype : VVType ; -- type of VP complement - adv : Str ; - adV : Str ; - ext : Str ; - } ; - - initBasePrVerbPhrase : BasePrVerbPhrase = { - v : VAgr => Str * Str * Str = \\_ => <[],[],[]> ; - inf : VVType => Str = \\_ => [] ; - imp : ImpType => Str = \\_ => [] ; - c1 : ComplCase = noComplCase ; - c2 : ComplCase = noComplCase ; - part : Str = [] ; -- (look) up - adj : Agr => Str = noObj ; - obj1 : (Agr => Str) * Agr = <\\_ => [], defaultAgr> ; -- agr for object control - obj2 : (Agr => Str) * Bool = <\\_ => [], True>; -- subject control = True - vvtype : VVType = vvInfinitive ; -- type of VP complement - adv : Str = [] ; - adV : Str = [] ; - ext : Str = [] ; - } ; - - initBasePrVerbPhraseV : - {s : Str ; a : Anteriority} -> {s : Str ; t : STense} -> {s : Str ; p : Polarity} -> PrVerb -> BasePrVerbPhrase = - \a,t,p,v -> initBasePrVerbPhrase ** { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p active agr v ; - inf = \\vt => tenseInfV a.s a.a p.p active v vt ; - imp = \\it => imperativeV p.s p.p it v ; - c1 = v.c1 ; - c2 = v.c2 ; - part = v.p ; - obj1 = \\a => reflPron a ; _ => \\_ => []}, defaultAgr> ; ---- not used, just default value - obj2 = ; - vvtype = v.vvtype ; - adV = negAdV p ; --- just p.s in Eng - } ; - - BasePrClause = { - v : Str * Str * Str ; - adj,obj1,obj2 : Str ; - adv : Str ; - adV : Str ; - ext : Str ; - subj : Str ; - c3 : ComplCase ; -- for a slashed adjunct, not belonging to the verb valency - } ; - - initBasePrClause : BasePrClause = { - v : Str * Str * Str = <[],[],[]> ; - adj,obj1,obj2 : Str = [] ; - adv,adV,ext : Str = [] ; - subj : Str = [] ; - c3 : ComplCase = noComplCase ; -- for a slashed adjunct, not belonging to the verb valency - } ; - - BasePrQuestionClause = PrClause ** { - foc : Str ; -- the focal position at the beginning: *who* does she love - focType : FocusType ; --- if already filled, then use other place: who loves *who* - } ; - - PrAdverb = {s : Str ; isAdV : Bool ; c1 : ComplCase} ; - - - useCopula : {s : Str ; a : Anteriority} -> {s : Str ; t : STense} -> {s : Str ; p : Polarity} -> - PrVerbPhrase = - \a,t,p -> initPrVerbPhrase ** { - v = \\agr => tenseCopula (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - inf = \\vt => tenseInfCopula a.s a.a p.p vt ; - imp = \\n => tenseImpCopula p.s p.p n ; - adV = negAdV p ; - } ; - - - linrefPrVP : PrVerbPhrase -> Str = \vp -> - let - agr = defaultAgr ; - vagr = agr2vagr agr ; - verb = vp.v ! vagr ; - in - verb.p1 ++ verb.p2 ++ vp.adV ++ verb.p3 ++ vp.part ++ - vp.adj ! agr ++ vp.obj1.p1 ! agr ++ vp.obj2.p1 ! agr ++ vp.adv ++ vp.ext ; - - linrefPrCl : PrClause -> Str = \cl -> declCl cl ; - linrefPrQCl : PrQuestionClause -> Str = \qcl -> questCl qcl ; - linrefPrAdv : PrAdverb -> Str = \adv -> strComplCase adv.c1 ++ adv.s ; ----- linrefPrAP = \ap -> ap.s ! defaultAgr ++ ap.obj1 ! defaultAgr ; ----- linrefPrCN = \cn -> cn.s ! Sg ++ cn.obj1 ! defaultAgr ; - - ---------------------------- ----- concrete syntax opers ---------------------------- - -oper - reflPron : Agr -> Str ; - - infVP : VVType -> Agr -> PrVerbPhrase -> Str ; - - impVP : Number -> PrVerbPhrase -> Str ; - - tenseV : Str -> STense -> Anteriority -> Polarity -> SVoice -> VAgr -> PrVerb -> Str * Str * Str ; - - tenseInfV : Str -> Anteriority -> Polarity -> SVoice -> PrVerb -> VVType -> Str ; - - imperativeV : Str -> Polarity -> ImpType -> PrVerb -> Str ; - - tenseCopula : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str ; - tenseInfCopula : Str -> Anteriority -> Polarity -> VVType -> Str ; - tenseImpCopula : Str -> Polarity -> ImpType -> Str ; - - declCl : PrClause -> Str ; - declSubordCl : PrClause -> Str ; - declInvCl : PrClause -> Str ; - - questCl : PrQuestionClause -> Str ; - questSubordCl : PrQuestionClause -> Str ; - - that_Compl : Str ; - - addObj2VP : PrVerbPhrase -> (Agr => Str) -> PrVerbPhrase = \vp,obj -> vp ** { - obj2 = <\\a => vp.obj2.p1 ! a ++ obj ! a, vp.obj2.p2> ; - } ; - - addExtVP : PrVerbPhrase -> Str -> PrVerbPhrase = \vp,ext -> vp ** { - ext = ext ; - } ; - - not_Str : Polarity -> Str ; - -} diff --git a/src/experimental/PredSwe.gf b/src/experimental/PredSwe.gf deleted file mode 100644 index 2698cea4..00000000 --- a/src/experimental/PredSwe.gf +++ /dev/null @@ -1,42 +0,0 @@ -concrete PredSwe of Pred = - CatSwe [Ant,NP,Utt,IP,IAdv,IComp,Conj,RP,RS,Imp,Subj] ** - PredFunctor - [RelVP,RelSlash] ---- incompatible arity: to be fixed in RGL - with - (PredInterface = PredInstanceSwe) - -** open ResSwe, CommonScand in { - -lin - RelVP rp vp = - let - cl : Agr -> RCase -> PrClause = \a,c -> - let rpa = rpagr2agr rp.a a in - - vp ** { - v = applyVerb vp (agr2vagr rpa) ; - subj = rp.s ! a.g ! a.n ! subjRPCase a ; - adj = vp.adj ! rpa ; - obj1 = vp.part ++ strComplCase vp.c1 ++ vp.obj1.p1 ! rpa ; ---- apply complCase ---- place of part depends on obj - obj2 = strComplCase vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => rpa ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = noComplCase ; -- for one more prep to build ClSlash - } - in {s = \\a,c => declCl (cl a c) ; c = subjCase} ; - - RelSlash rp cl = { - s = \\a,c => rp.s ! a.g ! a.n ! subjRPCase (rpagr2agr rp.a a) ++ declCl cl ; ---- rp case - c = objCase - } ; - - NomVPNP vpi = { - s = \\c => "att" ++ vpi.s ! vvInfinitive ! defaultAgr ; - a = defaultAgr ** {g = Neutr} ; - } ; - - ByVP x vp vpi = vp ** {adv = "genom att" ++ vpi.s ! vvInfinitive ! defaultAgr} ; ---- agr - WhenVP x vp vpi = vp ** {adv = "vid att" ++ vpi.s ! vvInfinitive ! defaultAgr} ; ---- agr ---- - BeforeVP x vp vpi = vp ** {adv = "innan att" ++ vpi.s ! vvInfinitive ! defaultAgr} ; ---- agr ---- - AfterVP x vp vpi = vp ** {adv = "efter att" ++ vpi.s ! vvInfinitive ! defaultAgr} ; ---- agr - InOrderVP x vp vpi = vp ** {adv = "för att" ++ vpi.s ! vvInfinitive ! defaultAgr} ; ---- agr - WithoutVP x vp vpi = vp ** {adv = "utan att" ++ vpi.s ! vvInfinitive ! defaultAgr} ; ---- agr - -} diff --git a/src/experimental/RGLBase.gf b/src/experimental/RGLBase.gf deleted file mode 100644 index a97bf166..00000000 --- a/src/experimental/RGLBase.gf +++ /dev/null @@ -1,20 +0,0 @@ -abstract RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question ----- Tense, - Noun - [PPartNP], -- to be generalized - Adjective, - Numeral, - Conjunction, - Adverb, - Phrase, ----- Sentence, - Question - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - Relative - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseBul.gf b/src/experimental/RGLBaseBul.gf deleted file mode 100644 index 27e1c98b..00000000 --- a/src/experimental/RGLBaseBul.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseBul of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question - TenseX - [CAdv,IAdv,TTAnt], - NounBul - [PPartNP], -- to be generalized - AdjectiveBul, - NumeralBul, - ConjunctionBul, - AdverbBul, - PhraseBul, ----- Sentence, - QuestionBul - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeBul - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolBul [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseChi.gf b/src/experimental/RGLBaseChi.gf deleted file mode 100644 index a514f7d8..00000000 --- a/src/experimental/RGLBaseChi.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseChi of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question ----- Tense, - NounChi - [PPartNP], -- to be generalized - AdjectiveChi, - NumeralChi, - ConjunctionChi, - AdverbChi, - PhraseChi, ----- Sentence, - QuestionChi - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeChi - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolChi [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseEng.gf b/src/experimental/RGLBaseEng.gf deleted file mode 100644 index 85f5a984..00000000 --- a/src/experimental/RGLBaseEng.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseEng of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question ----- Tense, - NounEng - [PPartNP], -- to be generalized - AdjectiveEng, - NumeralEng, - ConjunctionEng, - AdverbEng, - PhraseEng, ----- Sentence, - QuestionEng - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeEng - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolEng [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseFin.gf b/src/experimental/RGLBaseFin.gf deleted file mode 100644 index b1376d12..00000000 --- a/src/experimental/RGLBaseFin.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseFin of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question ----- Tense, - NounFin - [PPartNP], -- to be generalized - AdjectiveFin, - NumeralFin, - ConjunctionFin, - AdverbFin, - PhraseFin, ----- Sentence, - QuestionFin - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeFin - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolFin [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseFre.gf b/src/experimental/RGLBaseFre.gf deleted file mode 100644 index 4fed4726..00000000 --- a/src/experimental/RGLBaseFre.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseFre of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question - TenseFre - [TTAnt], - NounFre - [PPartNP], -- to be generalized - AdjectiveFre, - NumeralFre, - ConjunctionFre, - AdverbFre, - PhraseFre, ----- Sentence, - QuestionFre - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeFre - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolFre [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseGer.gf b/src/experimental/RGLBaseGer.gf deleted file mode 100644 index 84576d67..00000000 --- a/src/experimental/RGLBaseGer.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseGer of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question - TenseGer - [TTAnt], - NounGer - [PPartNP], -- to be generalized - AdjectiveGer, - NumeralGer, - ConjunctionGer, - AdverbGer, - PhraseGer, ----- Sentence, - QuestionGer - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeGer - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolGer [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseHin.gf b/src/experimental/RGLBaseHin.gf deleted file mode 100644 index 057c4c0c..00000000 --- a/src/experimental/RGLBaseHin.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete RGLBaseHin of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question ----- Tense, - TenseX - [TTAnt,Adv,AdN,SC], - NounHin - [PPartNP], -- to be generalized - AdjectiveHin, - NumeralHin, - ConjunctionHin, - AdverbHin, - PhraseHin, ----- Sentence, - QuestionHin - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeHin - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolHin [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseIta.gf b/src/experimental/RGLBaseIta.gf deleted file mode 100644 index 04b49107..00000000 --- a/src/experimental/RGLBaseIta.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseIta of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question - TenseIta - [TTAnt], - NounIta - [PPartNP], -- to be generalized - AdjectiveIta, - NumeralIta, - ConjunctionIta, - AdverbIta, - PhraseIta, ----- Sentence, - QuestionIta - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeIta - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolIta [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseSpa.gf b/src/experimental/RGLBaseSpa.gf deleted file mode 100644 index 5470cf34..00000000 --- a/src/experimental/RGLBaseSpa.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseSpa of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question - TenseSpa - [TTAnt], - NounSpa - [PPartNP], -- to be generalized - AdjectiveSpa, - NumeralSpa, - ConjunctionSpa, - AdverbSpa, - PhraseSpa, ----- Sentence, - QuestionSpa - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeSpa - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolSpa [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/RGLBaseSwe.gf b/src/experimental/RGLBaseSwe.gf deleted file mode 100644 index 789b4ef2..00000000 --- a/src/experimental/RGLBaseSwe.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete RGLBaseSwe of RGLBase = - --- modules in Grammar, excluding Structural, Verb, Sentence, Question ----- Tense, - NounSwe - [PPartNP], -- to be generalized - AdjectiveSwe, - NumeralSwe, - ConjunctionSwe, - AdverbSwe, - PhraseSwe, ----- Sentence, - QuestionSwe - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - RelativeSwe - [RelCl,RelVP,RelSlash], ----- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these? - - SymbolSwe [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; diff --git a/src/experimental/SmallNDPredFunctor.gf b/src/experimental/SmallNDPredFunctor.gf deleted file mode 100644 index 14459293..00000000 --- a/src/experimental/SmallNDPredFunctor.gf +++ /dev/null @@ -1,230 +0,0 @@ -incomplete concrete NDPredFunctor of NDPred = - Cat [Ant,NP,Utt,IP,IAdv,Conj,RS,RP,Subj] ** - open - PredInterface, - Pred, - ParamX, - Prelude - in { - ------------------------------------- --- lincats -------------------------------------- - -lincat - Tense = Pred.Tense ; - Pol = Pred.Pol ; - - PrV_none, PrV_np, PrV_v, PrV_s, PrV_q, PrV_a, PrV_n, - PrV_np_np, PrV_np_v, PrV_np_s, PrV_np_q, PrV_np_a, PrV_np_n = Pred.PrV ; - - PrVP_none, PrVP_np, PrVP_v, PrVP_s, PrVP_q, PrVP_a, PrVP_n, - PrVP_np_np, PrVP_np_v, PrVP_np_s, PrVP_np_q, PrVP_np_a, PrVP_np_n = Pred.PrVP ; - - PrVPI_none, PrVPI_np = Pred.PrVPI ; - - PrCl_none, PrCl_np = Pred.PrCl ; - - PrQCl_none, PrQCl_np = Pred.PrQCl ; - - VPC_none, VPC_np = Pred.VPC ; - - ClC_none, ClC_np = Pred.ClC ; - - PrAdv_none, PrAdv_np = Pred.PrAdv ; - - PrS = Pred.PrS ; - - PrAP_none, PrAP_np = Pred.PrAP ; - - PrCN_none, PrCN_np = Pred.PrCN ; - --- reference linearizations for chunking ----- should be by functor as well - -linref - PrVP_none, PrVP_np, PrVP_v, PrVP_s, PrVP_q, PrVP_a, PrVP_n, - PrVP_np_np, PrVP_np_v, PrVP_np_s, PrVP_np_q, PrVP_np_a, PrVP_np_n - = linrefPrVP ; - PrCl_none, PrCl_np = linrefPrCl ; - PrQCl_none, PrQCl_np = linrefPrQCl ; - PrAdv_none, PrAdv_np = linrefPrAdv ; ----- PrAP_none, PrAP_np = \ap -> ap.s ! defaultAgr ++ ap.obj1 ! defaultAgr ; ----- PrCN_none, PrCN_np = \cn -> cn.s ! Sg ++ cn.obj1 ! defaultAgr ; - ----------------------------- ---- linearization rules ---- ----------------------------- - -lin - --- standard general - - TPres = Pred.TPres ; - TPast = Pred.TPast ; - TFut = Pred.TFut ; - TCond = Pred.TCond ; - ASimul = Pred.ASimul ; - AAnter = Pred.AAnter ; - PPos = Pred.PPos ; - PNeg = Pred.PNeg ; - - UseV_none, UseV_np, UseV_v, UseV_s, UseV_q, UseV_a, UseV_n, UseV_np_np, UseV_np_v, UseV_np_s, UseV_np_q, UseV_np_a, UseV_np_n - = Pred.UseV Pred.aNone ; -{- - PassUseV_none, PassUseV_np, PassUseV_v, PassUseV_s, PassUseV_q, PassUseV_a, PassUseV_n - = Pred.PassUseV Pred.aNone ; - AgentPassUseV_none, AgentPassUseV_np, AgentPassUseV_v, AgentPassUseV_s, AgentPassUseV_q, AgentPassUseV_a, AgentPassUseV_n - = Pred.AgentPassUseV Pred.aNone ; --} - UseAP_none, UseAP_np - = Pred.UseAP Pred.aNone ; - UseCN_none, UseCN_np - = Pred.UseCN Pred.aNone ; - UseAdv_none, UseAdv_np - = Pred.UseAdv Pred.aNone ; - UseNP_none - = Pred.UseNP ; -{- - UseS_none - = Pred.UseS ; - UseQ_none - = Pred.UseQ ; - UseVP_none - = Pred.UseVP ; --} - ComplV2_none - = Pred.ComplV2 Pred.aNone ; -{- - ComplVV_none, ComplVV_np - = Pred.ComplVV Pred.aNone ; - ComplVS_none, ComplVS_np - = Pred.ComplVS Pred.aNone ; - ComplVA_none - = Pred.ComplVA Pred.aNone ; - ComplVQ_none - = Pred.ComplVQ Pred.aNone ; - ComplVN_none - = Pred.ComplVN Pred.aNone ; - - SlashV3_none - = Pred.SlashV3 Pred.aNone ; - SlashV2V_none, SlashV2V_np - = Pred.SlashV2V Pred.aNone ; - SlashV2S_none - = Pred.SlashV2S Pred.aNone ; - SlashV2Q_none - = Pred.SlashV2Q Pred.aNone ; - SlashV2A_none - = Pred.SlashV2A Pred.aNone ; - SlashV2N_none - = Pred.SlashV2N Pred.aNone ; - - ReflVP_none, ReflVP_np, ReflVP_v, ReflVP_s, ReflVP_q, ReflVP_a, ReflVP_n - = Pred.ReflVP Pred.aNone ; - ReflVP2_np - = Pred.ReflVP2 Pred.aNone ; - - InfVP_none, InfVP_np - = Pred.InfVP Pred.aNone ; --} - PredVP_none, PredVP_np - = Pred.PredVP Pred.aNone ; -{- - SlashClNP_none - = Pred.SlashClNP Pred.aNone ; --} - QuestCl_none, QuestCl_np - = Pred.QuestCl Pred.aNone ; - - QuestIAdv_none - = Pred.QuestIAdv Pred.aNone ; - - QuestIComp_none - = Pred.QuestIComp ; - - QuestVP_none - = Pred.QuestVP Pred.aNone ; -{- - QuestSlash_none - = Pred.QuestSlash Pred.aNone ; - - UseCl_none - = Pred.UseCl ; - UseQCl_none - = Pred.UseQCl ; - - UseAdvCl_none - = Pred.UseAdvCl ; --} - UttPrS - = Pred.UttPrS ; - - AdvCl_none, AdvCl_np - = Pred.AdvCl Pred.aNone ; -{- - AdvQCl_none, AdvQCl_np - = Pred.AdvQCl Pred.aNone ; - ----- RelCl_none ----- = Pred.RelCl Pred.aNone ; - RelVP_none - = Pred.RelVP ; - RelSlash_none - = Pred.RelSlash ; - - PrImpSg - = Pred.PrImpSg ; - PrImpPl - = Pred.PrImpPl ; - - PresPartAP_none, PresPartAP_np - = Pred.PresPartAP Pred.aNone ; - - PastPartAP_none - = Pred.PastPartAP Pred.aNone ; - - AgentPastPartAP_none - = Pred.AgentPastPartAP Pred.aNone ; - - NomVPNP_none - = Pred.NomVPNP ; - - ByVP_none - = Pred.ByVP Pred.aNone ; - WhenVP_none - = Pred.WhenVP Pred.aNone ; - BeforeVP_none - = Pred.BeforeVP Pred.aNone ; - AfterVP_none - = Pred.AfterVP Pred.aNone ; - InOrderVP_none - = Pred.InOrderVP Pred.aNone ; - WithoutVP_none - = Pred.WithoutVP Pred.aNone ; - - StartVPC_none, StartVPC_np - = Pred.StartVPC Pred.aNone ; - ContVPC_none, ContVPC_np - = Pred.ContVPC Pred.aNone ; - UseVPC_none, UseVPC_np - = Pred.UseVPC Pred.aNone ; - - StartClC_none, StartClC_np - = Pred.StartClC Pred.aNone ; - ContClC_none, ContClC_np - = Pred.ContClC Pred.aNone ; - UseClC_none, UseClC_np - = Pred.UseClC Pred.aNone ; - - ComplAdv_none - = Pred.ComplAdv Pred.aNone ; - - SubjUttPreS - = Pred.SubjUttPreS ; - SubjUttPreQ - = Pred.SubjUttPreQ ; - SubjUttPost - = Pred.SubjUttPost ; --} -} \ No newline at end of file diff --git a/src/experimental/Test.gf b/src/experimental/Test.gf deleted file mode 100644 index 4ebf1e16..00000000 --- a/src/experimental/Test.gf +++ /dev/null @@ -1,12 +0,0 @@ -abstract Test = - Lift - [MkSymb] - ,Lexicon - [Pol,Tense] - ,Structural - [Pol,Tense] - - ** { -flags - startcat=Phr; --- heuristic_search_factor=0.60; --- meta_prob=1.0e-5; --- meta_token_prob=1.1965149246222233e-9; -} diff --git a/src/experimental/TestChi.gf b/src/experimental/TestChi.gf deleted file mode 100644 index 447378f9..00000000 --- a/src/experimental/TestChi.gf +++ /dev/null @@ -1,12 +0,0 @@ -concrete TestChi of Test = - LiftChi - [MkSymb] - ,LexiconChi - [Pol,Tense,Ant] - ,StructuralChi - [Pol,Tense,Ant] - - ** open ResChi, PredInstanceChi, Prelude in { - ---flags literal=Symb ; - - -} - diff --git a/src/experimental/TestEng.gf b/src/experimental/TestEng.gf deleted file mode 100644 index f440e4ff..00000000 --- a/src/experimental/TestEng.gf +++ /dev/null @@ -1,9 +0,0 @@ -concrete TestEng of Test = - LiftEng - [MkSymb] - ,LexiconEng - [Pol,Tense] - ,StructuralEng - [Pol,Tense] - - ** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in { - ---flags literal=Symb ; -} diff --git a/src/experimental/TestFin.gf b/src/experimental/TestFin.gf deleted file mode 100644 index f6b244a6..00000000 --- a/src/experimental/TestFin.gf +++ /dev/null @@ -1,8 +0,0 @@ ---# -path=.:../finnish/stemmed:../finnish:../common:alltenses - -concrete TestFin of Test = - LiftFin - [MkSymb] - ,LexiconFin - [Pol,Tense] - ,StructuralFin - [Pol,Tense] - ; - diff --git a/src/experimental/TestSwe.gf b/src/experimental/TestSwe.gf deleted file mode 100644 index ba3bd3e1..00000000 --- a/src/experimental/TestSwe.gf +++ /dev/null @@ -1,12 +0,0 @@ -concrete TestSwe of Test = - LiftSwe - [MkSymb] - ,LexiconSwe - [Pol,Tense] - ,StructuralSwe - [Pol,Tense] - - ** open CommonScand, ResSwe, PredInstanceSwe, Prelude in { - ---flags literal=Symb ; - - -} - diff --git a/src/experimental/alternatives/Predication.gf b/src/experimental/alternatives/Predication.gf deleted file mode 100644 index 6f6ca463..00000000 --- a/src/experimental/alternatives/Predication.gf +++ /dev/null @@ -1,142 +0,0 @@ -abstract Predication = { - -flags - startcat = Utt ; - -cat - Arg ; - V Arg ; - VP Arg ; - VPC Arg ; -- conjunction of VP - Ant ; - Tense ; - Pol ; - Cl Arg ; - ClC Arg ; -- conjunction of Cl - QCl Arg ; - NP ; - Adv Arg ; -- preposition is Adv aNP - S ; - Utt ; - AP Arg ; - CN Arg ; -- the country he became the president of - IP ; - Conj ; - IAdv ; - -fun - aNone, aS, aV, aQ, aA, aN : Arg ; - aNP : Arg -> Arg ; - TPres, TPast, TFut, TCond : Tense ; - PPos, PNeg : Pol ; - ASimul, AAnter : Ant ; - - UseV : Ant -> Tense -> Pol -> (a : Arg) -> V a -> VP a ; - PassUseV : Ant -> Tense -> Pol -> (a : Arg) -> V (aNP a) -> VP a ; - AgentPassUseV : Ant -> Tense -> Pol -> (a : Arg) -> V (aNP a) -> NP -> VP a ; - - SlashV2 : (a : Arg) -> VP (aNP a) -> NP -> VP a ; -- consuming first NP - SlashV3 : (a : Arg) -> VP (aNP (aNP a)) -> NP -> VP (aNP a) ; -- consuming second NP - ComplVS : (a : Arg) -> VP aS -> Cl a -> VP a ; - ComplVV : (a : Arg) -> VP aV -> VP a -> VP a ; - ComplVQ : (a : Arg) -> VP aQ -> QCl a -> VP a ; - ComplVA : (a : Arg) -> VP aA -> AP a -> VP a ; - ComplVN : (a : Arg) -> VP aN -> CN a -> VP a ; - SlashV2S : (a : Arg) -> VP (aNP aS) -> Cl a -> VP (aNP a) ; -- a:Arg gives slash propagation, SlashVS - SlashV2V : (a : Arg) -> VP (aNP aV) -> VP a -> VP (aNP a) ; - SlashV2A : (a : Arg) -> VP (aNP aA) -> AP a -> VP (aNP a) ; - SlashV2N : (a : Arg) -> VP (aNP aN) -> CN a -> VP (aNP a) ; - SlashV2Q : (a : Arg) -> VP (aNP aA) -> QCl a -> VP (aNP a) ; - - UseAP : Ant -> Tense -> Pol -> (a : Arg) -> AP a -> VP a ; - - PredVP : (a : Arg) -> NP -> VP a -> Cl a ; - - SlashClNP : (a : Arg) -> Cl (aNP a) -> NP -> Cl a ; -- slash consumption: hon tittar på + oss - - ReflVP : (a : Arg) -> VP (aNP a) -> VP a ; -- refl on first position (direct object) - ReflVP2 : (a : Arg) -> VP (aNP (aNP a)) -> VP (aNP a) ; -- refl on second position (indirect object) - - QuestVP : (a : Arg) -> IP -> VP a -> QCl a ; - QuestSlash : (a : Arg) -> IP -> QCl (aNP a) -> QCl a ; - QuestCl : (a : Arg) -> Cl a -> QCl a ; - QuestIAdv : (a : Arg) -> IAdv -> Cl a -> QCl a ; - - UseCl : Cl aNone -> S ; - UseQCl : QCl aNone -> S ; -- deprecate QS - - UseAdvCl : Adv aNone -> Cl aNone -> S ; -- lift adv to front - - UttS : S -> Utt ; - --- when to add adverbs - ----- AdvVP : Adv -> (a : Arg) -> VP a -> VP a ; ---- these create many ambiguities - ---- "hon tvingar oss att sova idag": 196 parses, 13s. With AdvVP restricted to top level: 32 parses, 7s - ---- with AdvCl, just 16 parses, 0.2 s - - AdvCl : (a : Arg) -> Adv a -> Cl aNone -> Cl a ; - - AdvQCl : (a : Arg) -> Adv a -> QCl aNone -> QCl a ; - - --- participles as adjectives - - PresPartAP : (a : Arg) -> V a -> AP a ; - PastPartAP : (a : Arg) -> V (aNP a) -> AP a ; - AgentPastPartAP : (a : Arg) -> V (aNP a) -> NP -> AP a ; - --- VP coordination - - StartVPC : Conj -> (a : Arg) -> VP a -> VP a -> VPC a ; - ContVPC : (a : Arg) -> VP a -> VPC a -> VPC a ; - UseVPC : (a : Arg) -> VPC a -> VP a ; - --- clause coordination, including "she loves and we look at (her)" - StartClC : Conj -> (a : Arg) -> Cl a -> Cl a -> ClC a ; - ContClC : (a : Arg) -> Cl a -> ClC a -> ClC a ; - UseClC : (a : Arg) -> ClC a -> Cl a ; - - ComplAdv : (a : Arg) -> Adv (aNP a) -> NP -> Adv a ; -- typically: formation of preposition phrase - ---------------- from now on, to be inherited from standard RGL; here just for test purposes - - --- lexicon - - sleep_V : V aNone ; - walk_V : V aNone ; - love_V2 : V (aNP aNone) ; - look_V2 : V (aNP aNone) ; - believe_VS : V aS ; - tell_V2S : V (aNP aS) ; - prefer_V3 : V (aNP (aNP aNone)) ; - want_VV : V aV ; - force_V2V : V (aNP aV) ; - promise_V2V : V (aNP aV) ; - wonder_VQ : V aQ ; - become_VA : V aA ; - become_VN : V aN ; - make_V2A : V (aNP aA) ; - ask_V2Q : V (aNP aQ) ; - promote_V2N : V (aNP aN) ; - - old_A : AP aNone ; - married_A2 : AP (aNP aNone) ; -- married to her - eager_AV : AP aV ; -- eager to sleep - easy_A2V : AP (aNP aV) ; -- easy for him to sleep - professor_N : CN aNone ; - manager_N2 : CN (aNP aNone) ; -- manager of X - - she_NP : NP ; - we_NP : NP ; - - today_Adv : Adv aNone ; - always_AdV : Adv aNone ; - who_IP : IP ; - - with_Prep : Adv (aNP aNone) ; - and_Conj : Conj ; - why_IAdv : IAdv ; - -} \ No newline at end of file diff --git a/src/experimental/alternatives/PredicationEng.gf b/src/experimental/alternatives/PredicationEng.gf deleted file mode 100644 index cd194eed..00000000 --- a/src/experimental/alternatives/PredicationEng.gf +++ /dev/null @@ -1,766 +0,0 @@ -concrete PredicationEng of Predication = open Prelude in { - --- English predication, based on Swedish --- two principles: --- - keep records discontinuous as long as possible (last step from Cl to S) --- - select from tables as soon as possible (first step from V to VP) --- a question: would it make sense to make this into a functor? - ---------------------- --- parameters ------- ---------------------- - --- standard general -param - Number = Sg | Pl ; - Person = P1 | P2 | P3 ; - Anteriority = Simul | Anter ; - Polarity = Pos | Neg ; - STense = Pres | Past | Fut | Cond ; - Voice = Act | Pass ; - Unit = UUnit ; - --- predication specific - FocusType = NoFoc | FocSubj | FocObj ; -- sover hon/om hon sover, vem älskar hon/vem hon älskar, vem sover/vem som sover - --- standard English - Gender = Neutr | Masc | Fem ; - Agr = AgP1 Number | AgP2 Number | AgP3Sg Gender | AgP3Pl ; - Case = Nom | Acc ; - NPCase = NCase Case | NPAcc | NPNomPoss ; - VForm = VInf | VPres | VPast | VPPart | VPresPart ; - --- language dependent - VAgr = VASgP1 | VASgP3 | VAPl ; - -oper - subjCase : NPCase = NCase Nom ; - objCase : NPCase = NPAcc ; - - agentCase : ComplCase = "by" ; - - ComplCase = Str ; -- preposition - - appComplCase : ComplCase -> NounPhrase -> Str = \p,np -> p ++ np.s ! objCase ; - noComplCase : ComplCase = [] ; - prepComplCase : Preposition -> ComplCase = \p -> p.s ; - - noObj : Agr => Str = \\_ => [] ; - - NAgr = Number ; - AAgr = Unit ; - IPAgr = Number ; - - defaultAgr : Agr = AgP3Sg Neutr ; - --- omitting rich Agr information - agr2vagr : Agr -> VAgr = \a -> case a of { - AgP1 Sg => VASgP1 ; - AgP3Sg _ => VASgP3 ; - _ => VAPl - } ; - - agr2aagr : Agr -> AAgr = \n -> UUnit ; - - agr2nagr : Agr -> NAgr = \a -> case a of { - AgP1 n => n ; - AgP2 n => n ; - AgP3Sg _ => Sg ; - AgP3Pl => Pl - } ; - --- restoring full Agr - ipagr2agr : IPAgr -> Agr = \n -> case n of { - Sg => AgP3Sg Neutr ; ---- gender - Pl => AgP3Pl - } ; - - ipagr2vagr : IPAgr -> VAgr = \n -> case n of { - Sg => VASgP3 ; - Pl => VAPl - } ; - ---- this is only needed in VPC formation - vagr2agr : VAgr -> Agr = \a -> case a of { - VASgP1 => AgP1 Sg ; - VASgP3 => AgP3Sg Neutr ; - VAPl => AgP3Pl - } ; - - vPastPart : AAgr -> VForm = \_ -> VPPart ; - vPresPart : AAgr -> VForm = \_ -> VPresPart ; - ------------------------------------- --- lincats -------------------------------------- - --- standard general -lincat - Tense = {s : Str ; t : STense} ; - Ant = {s : Str ; a : Anteriority} ; - Pol = {s : Str ; p : Polarity} ; - Utt = {s : Str} ; - IAdv = {s : Str} ; - --- predication-specific - Arg = {s : Str} ; - - V = { - v : VForm => Str ; - p : Str ; -- verb particle - c1 : ComplCase ; - c2 : ComplCase ; - isSubjectControl : Bool ; - isAux : Bool ; - isRefl : Bool ; - } ; - -oper - VerbPhrase = { - v : VAgr => Str * Str * Str ; -- would,have,slept - inf : Str * Str ; -- have,slept - c1 : ComplCase ; - c2 : ComplCase ; - part : Str ; -- (look) up - adj : Agr => Str ; - obj1 : (Agr => Str) * Agr ; -- agr for object control - obj2 : (Agr => Str) * Bool ; -- subject control = True - adv : Str ; - adV : Str ; - ext : Str ; - qforms : VAgr => Str * Str -- special Eng for introducing "do" in questions - } ; - - Clause = { - v : Str * Str * Str ; - inf : Str * Str ; - adj,obj1,obj2 : Str ; - adv : Str ; - adV : Str ; - ext : Str ; - subj : Str ; - c3 : ComplCase ; -- for a slashed adjunct, not belonging to the verb valency - qforms : Str * Str - } ; - -lincat - VP = VerbPhrase ; - Cl = Clause ; - - QCl = Clause ** { - foc : Str ; -- the focal position at the beginning: *who* does she love - focType : FocusType ; --- if already filled, then use other place: who loves *who* - } ; - - VPC = { - v : VAgr => Str ; - inf : Agr => Str ; - c1 : ComplCase ; - c2 : ComplCase - } ; - - ClC = { - s : Str ; - c3 : ComplCase ; - } ; - - Adv = {s : Str ; isAdV : Bool ; c1 : ComplCase} ; - S = {s : Str} ; - - AP = { - s : AAgr => Str ; - c1, c2 : ComplCase ; - obj1 : Agr => Str - } ; - - CN = { - s : NAgr => Str ; - c1, c2 : ComplCase ; - obj1 : Agr => Str - } ; - --- language specific - - NP = NounPhrase ; - IP = {s : NPCase => Str ; n : IPAgr} ; ---- n : Number in Eng - Conj = {s1,s2 : Str ; n : Number} ; - -oper - NounPhrase = {s : NPCase => Str ; a : Agr} ; - Preposition = {s : Str} ; - ----------------------------- ---- linearization rules ---- ----------------------------- - --- standard general - -lin - TPres = {s = [] ; t = Pres} ; - TPast = {s = [] ; t = Past} ; - TFut = {s = [] ; t = Fut} ; - TCond = {s = [] ; t = Cond} ; - ASimul = {s = [] ; a = Simul} ; - AAnter = {s = [] ; a = Anter} ; - PPos = {s = [] ; p = Pos} ; - PNeg = {s = [] ; p = Neg} ; - --- predication specific - - aNone, aS, aV, aA, aQ, aN = {s = []} ; - aNP a = a ; - - UseV a t p _ v = { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p Act agr v ; - inf = tenseInfV a.s a.a p.p Act v ; - c1 = v.c1 ; - c2 = v.c2 ; - part = v.p ; - adj = noObj ; - obj1 = \\a => reflPron ! a ; False => \\_ => []}, defaultAgr> ; ---- not used, just default value - obj2 = ; - adV = negAdV p ; --- just p.s in Eng - adv = [] ; - ext = [] ; - qforms = \\agr => qformsV (a.s ++ t.s ++ p.s) t.t a.a p.p agr v ; - } ; - - PassUseV a t p _ v = { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p Pass agr v ; - inf = tenseInfV a.s a.a p.p Pass v ; - c1 = v.c1 ; - c2 = v.c2 ; - part = v.p ; - adj = noObj ; - obj1 = ; ---- not used, just default value - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - adV = negAdV p ; - adv = [] ; - ext = [] ; - qforms = \\agr => qformsBe (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - } ; - - AgentPassUseV a t p _ v np = { - v = \\agr => tenseV (a.s ++ t.s ++ p.s) t.t a.a p.p Pass agr v ; - inf = tenseInfV a.s a.a p.p Pass v ; - c1 = v.c1 ; - c2 = v.c2 ; - part = v.p ; - adj = \\a => [] ; - obj1 = ; - obj2 = ; - adV = negAdV p ; - adv = appComplCase agentCase np ; - ext = [] ; - qforms = \\agr => qformsBe (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - } ; - - UseAP a t p _ ap = { - v = \\agr => be_Aux (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - inf = tenseInfV a.s a.a p.p Act be_V ; - c1 = ap.c1 ; - c2 = ap.c2 ; - part = [] ; - adj = \\a => ap.s ! agr2aagr a ; - obj1 = ; - obj2 = ; --- there are no A3's - adV = negAdV p ; - adv = [] ; - ext = [] ; - qforms = \\agr => qformsBe (a.s ++ t.s ++ p.s) t.t a.a p.p agr ; - } ; - - SlashV2 x vp np = vp ** { - obj1 : (Agr => Str) * Agr = <\\a => np.s ! objCase, np.a> -- np.a for object control - } ; - - SlashV3 x vp np = addObj2VP vp (\\a => np.s ! objCase) ; -- control is preserved - - ComplVS x vp cl = addExtVP vp (that_Compl ++ declSubordCl (lin Cl cl)) ; ---- sentence form - - ComplVQ x vp qcl = addExtVP vp (questSubordCl qcl) ; ---- question form - - ComplVV x vp vpo = addObj2VP vp (\\a => infVP a vpo) ; ---- infForm - - ComplVA x vp ap = addObj2VP vp (\\a => ap.s ! agr2aagr a ++ ap.obj1 ! a) ; ---- adjForm - - ComplVN x vp cn = addObj2VP vp (\\a => cn.s ! agr2nagr a ++ cn.obj1 ! a) ; ---- cnForm - - SlashV2S x vp cl = addExtVP vp (that_Compl ++ declSubordCl (lin Cl cl)) ; ---- sentence form - - SlashV2Q x vp cl = addExtVP vp (questSubordCl (lin QCl cl)) ; ---- question form - - SlashV2V x vp vpo = addObj2VP vp (\\a => infVP a (lin VP vpo)) ; ---- infForm - - SlashV2A x vp ap = addObj2VP vp (\\a => ap.s ! agr2aagr a ++ ap.obj1 ! a) ; ---- adjForm - - SlashV2N x vp cn = addObj2VP vp (\\a => cn.s ! agr2nagr a ++ cn.obj1 ! a) ; ---- cn form - - ReflVP x vp = vp ** { - obj1 : (Agr => Str) * Agr = <\\a => reflPron ! a, defaultAgr> ; --- defaultAgr will not be used but subj.a instead - } ; - - ReflVP2 x vp = vp ** { - obj2 : (Agr => Str) * Bool = <\\a => reflPron ! a, vp.obj2.p2> ; --- subj/obj control doesn't matter any more - } ; - - PredVP x np vp = vp ** { - v = vp.v ! agr2vagr np.a ; - subj = np.s ! subjCase ; - adj = vp.adj ! np.a ; - obj1 = vp.part ++ vp.c1 ++ vp.obj1.p1 ! np.a ; ---- apply complCase ---- place of part depends on obj - obj2 = vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => np.a ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = noComplCase ; -- for one more prep to build ClSlash - qforms = vp.qforms ! agr2vagr np.a ; - } ; - - PrepCl p x cl = cl ** { -- Cl/NP ::= Cl PP/NP - c3 = prepComplCase p ; - } ; - - SlashClNP x cl np = cl ** { -- Cl ::= Cl/NP NP - adv = cl.adv ++ appComplCase cl.c3 np ; ---- again, adv just added - c3 = noComplCase ; -- complCase has been consumed - } ; - - --- QCl ::= Cl by just adding focus field - QuestCl x cl = cl ** {foc = [] ; focType = NoFoc} ; -- NoFoc implies verb first: does she love us - - QuestIAdv x iadv cl = cl ** {foc = iadv.s ; focType = FocObj} ; -- FocObj implies Foc + V + Subj: why does she love us - - QuestVP x ip vp = let ipa = ipagr2agr ip.n in - vp ** { - v = vp.v ! ipagr2vagr ip.n ; - foc = ip.s ! subjCase ; -- who (loves her) - focType = FocSubj ; - subj = [] ; - adj = vp.adj ! ipa ; - obj1 = vp.part ++ vp.c1 ++ vp.obj1.p1 ! ipa ; ---- appComplCase - obj2 = vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => ipa ; False => vp.obj1.p2}) ; ---- appComplCase - c3 = noComplCase ; -- for one more prep to build ClSlash ---- ever needed for QCl? - qforms = vp.qforms ! ipagr2vagr ip.n ; - } ; - - QuestSlash x ip cl = - let - prep = cl.c3 ; - ips = ip.s ! objCase ; -- in Cl/NP, c3 is the only prep ---- appComplCase for ip - focobj = case cl.focType of { - NoFoc => ; -- put ip object to focus if there is no focus yet - t => <[], prep ++ ips, t,noComplCase> -- put ip object in situ if there already is a focus - } ; - in - cl ** { -- preposition stranding - foc = focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = focobj.p4 ; - } ; -{- ----- this is giving four records instead of two AR 5/2/2014 - | - cl ** { -- pied piping - foc = focobj.p4 ++ focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = noComplCase ; - } ; --} - - UseCl cl = {s = declCl cl} ; - UseQCl cl = {s = questCl cl} ; - - UseAdvCl adv cl = {s = adv.s ++ declInvCl cl} ; - - UttS s = s ; - - AdvCl x a cl = case a.isAdV of { - True => cl ** {adV = cl.adV ++ a.s ; adv = cl.adv ; c3 = a.c1} ; - False => cl ** {adv = cl.adv ++ a.s ; adV = cl.adV ; c3 = a.c1} - } ; - - AdvQCl x a cl = case a.isAdV of { - True => cl ** {adV = cl.adV ++ a.s ; adv = cl.adv ; c3 = a.c1} ; - False => cl ** {adv = cl.adv ++ a.s ; adV = cl.adV ; c3 = a.c1} - } ; - - - PresPartAP x v = { - s = \\a => v.v ! vPresPart a ; - c1 = v.c1 ; -- looking at her - c2 = v.c2 ; - obj1 = noObj ; - } ; - - PastPartAP x v = { - s = \\a => v.v ! vPastPart a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = noObj ; - } ; - - AgentPastPartAP x v np = { - s = \\a => v.v ! vPastPart a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = \\_ => appComplCase agentCase np ; ---- addObj - } ; - - StartVPC c x v w = { ---- some loss of quality seems inevitable - v = \\a => - let - vv = v.v ! a ; - wv = w.v ! a ; - vpa = vagr2agr a ; - in - vv.p1 ++ v.adV ++ vv.p2 ++ vv.p3 ++ v.adj ! vpa ++ - v.c1 ++ v.obj1.p1 ! vpa ++ v.c2 ++ v.obj2.p1 ! vpa ++ v.adv ++ v.ext ---- appComplCase - ++ c.s2 ++ - wv.p1 ++ w.adV ++ wv.p2 ++ wv.p3 ++ w.adj ! vpa ++ ---- appComplCase - w.c1 ++ w.obj1.p1 ! vpa ++ w.c2 ++ w.obj2.p1 ! vpa ++ w.adv ++ w.ext ; - inf = \\a => - infVP a (lin VP v) ++ c.s2 ++ infVP a (lin VP w) ; - c1 = [] ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = [] ; ---- w.c2 ? - } ; - - UseVPC x vpc = { ---- big loss of quality (overgeneration) seems inevitable - v = \\a => <[], [], vpc.v ! a> ; - inf = <[], vpc.inf ! defaultAgr> ; ---- agreement - c1 = vpc.c1 ; - c2 = vpc.c2 ; - part = [] ; - adj = \\a => [] ; - obj1 = ; - obj2 = ; - adv,adV = [] ; - ext = [] ; - qforms = \\a => <"do", vpc.inf ! defaultAgr> ; ---- do/does/did - } ; - - StartClC c x a b = { - s = declCl (lin Cl a) ++ c.s2 ++ declCl (lin Cl b) ; - c3 = b.c3 ; ---- - } ; - - UseClC x cl = { - subj = [] ; - v = <[],[],cl.s> ; ---- - inf = <[],[]> ; - adj = [] ; - obj1 = [] ; - obj2 = [] ; - adV = [] ; - adv = [] ; - ext = [] ; - c3 = cl.c3 ; - qforms = <[],[]> ; ---- qforms - } ; - - ComplAdv x p np = {s = p.c1 ++ np.s ! objCase ; isAdV = p.isAdV ; c1 = []} ; - - ----- the following may become parameters for a functor - -oper - - be_V : V = lin V {v = mkVerb "be" "is" "was" "been" "being" ; p,c1,c2 = [] ; isAux = True ; isSubjectControl,isRefl = False} ; - - negAdV : Pol -> Str = \p -> p.s ; - - reflPron : Agr => Str = table { - AgP1 Sg => "myself" ; - AgP2 Sg => "yourself" ; - AgP3Sg Masc => "himself" ; - AgP3Sg Fem => "herself" ; - AgP3Sg Neutr => "itself" ; - AgP1 Pl => "ourselves" ; - AgP2 Pl => "yourselves" ; - AgP3Pl => "themselves" - } ; - - infVP : Agr -> VP -> Str = \a,vp -> - let - a2 = case vp.obj2.p2 of {True => a ; False => vp.obj1.p2} - in - vp.adV ++ vp.inf.p1 ++ vp.inf.p2 ++ vp.part ++ - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a2 ++ vp.adv ++ vp.ext ; - - qformsV : Str -> STense -> Anteriority -> Polarity -> VAgr -> V -> Str * Str = - \sta,t,a,p,agr,v -> - let - verb = tenseActV sta t a Neg agr v ; - averb = tenseActV sta t a p agr v - in case of { - => case p of { - Pos => < verb.p1, verb.p3> ; -- does , sleep - Neg => < verb.p1, verb.p2> -- does , not sleep ---- TODO: doesn't , sleep - } ; - _ => - } ; - - qformsBe : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str = - \sta,t,a,p,agr -> - let verb = be_AuxL sta t a p agr - in ; -- is , not ---- TODO isn't , - - tenseV : Str -> STense -> Anteriority -> Polarity -> Voice -> VAgr -> V -> Str * Str * Str = - \sta,t,a,p,o,agr,v -> - case o of { - Act => tenseActV sta t a p agr v ; - Pass => tensePassV sta t a p agr v - } {- - | ---- leaving out these variants makes compilation time go down from 900ms to 300ms. - ---- parsing time of "she sleeps" goes down from 300ms to 60ms. 4/2/2014 - case o of { - Act => tenseActVContracted sta t a p agr v ; - Pass => tensePassVContracted sta t a p agr v - -} ; - - tenseActV : Str -> STense -> Anteriority -> Polarity -> VAgr -> V -> Str * Str * Str = \sta,t,a,p,agr,v -> - let vt : VForm = case of { - => VPres ; - => VPast ; - _ => VInf - } ; - in - case of { - => - case v.isAux of { - True => ; - False => case p of { - Pos => <[], sta ++ v.v ! vt, []> ; -- this is the deviating case - Neg => - } - } ; - - => ; - => ; - => - } ; - - tenseActVContracted : Str -> STense -> Anteriority -> Polarity -> VAgr -> V -> Str * Str * Str = \sta,t,a,p,agr,v -> - let vt : VForm = case of { - => VPres ; - => VPast ; - _ => VInf - } ; - in - - case of { - => - case v.isAux of { - True => ; - False => case p of { - Pos => <[], sta ++ v.v ! vt, []> ; -- this is the deviating case - Neg => - } - } ; - => - | ; - => - | ; - => - | - } ; - - tensePassV : Str -> STense -> Anteriority -> Polarity -> VAgr -> V -> Str * Str * Str = \sta,t,a,p,agr,v -> - let - be = be_AuxL sta t a p agr ; - done = v.v ! VPPart - in - ; - tensePassVContracted : Str -> STense -> Anteriority -> Polarity -> VAgr -> V -> Str * Str * Str = \sta,t,a,p,agr,v -> - let - be = be_AuxC sta t a p agr ; - done = v.v ! VPPart - in - ; - - tenseInfV : Str -> Anteriority -> Polarity -> Voice -> V -> Str * Str = \sa,a,p,o,v -> - case a of { - Simul => <[], sa ++ v.v ! VInf> ; -- (she wants to) sleep - Anter => -- (she wants to) have slept - } ; - ------ dangerous variants for PMCFG generation - keep apart as long as possible - be_Aux : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \sta,t,a,p,agr -> - be_AuxL sta t a p agr | be_AuxC sta t a p agr ; - be_AuxL : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \sta,t,a,p,agr -> - let - beV = tenseActV sta t a p agr be_V - in - case of { - => <"is" ++ sta, [], []> ; - => <"am" ++ sta, [], []> ; - => <"are" ++ sta, [], []> ; - => <"is" ++ sta, "not", []> ; - => <"am" ++ sta, "not", []> ; - => <"are" ++ sta, "not", []> ; - => <"were" ++ sta, [], []> ; - => <"were" ++ sta, "not", []> ; - => <"was" ++ sta, "not", []> ; - _ => beV - } ; - be_AuxC : Str -> STense -> Anteriority -> Polarity -> VAgr -> Str * Str * Str = \sta,t,a,p,agr -> - let - beV = tenseActVContracted sta t a p agr be_V - in - case of { - => ; - => ; - => ; - => - | <"isn't" ++ sta, [], []> ; - => ; - => - | <"aren't" ++ sta, [], []> ; - => <"were" ++ sta, [], []> ; - => <"weren't" ++ sta, [], []> ; - => <"wasn't" ++ sta, [], []> ; - _ => beV - } ; - - declCl : Clause -> Str = \cl -> cl.subj ++ cl.v.p1 ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - declSubordCl : Clause -> Str = declCl ; - declInvCl : Clause -> Str = declCl ; - - questCl : QCl -> Str = \cl -> case cl.focType of { - NoFoc => cl.foc ++ cl.qforms.p1 ++ cl.subj ++ cl.adV ++ cl.qforms.p2 ++ restCl cl ; -- does she sleep - FocObj => cl.foc ++ cl.qforms.p1 ++ cl.subj ++ cl.adV ++ cl.qforms.p2 ++ restCl cl ; -- who does she love - FocSubj => cl.foc ++ cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl -- who loves her - } ; - - questSubordCl : QCl -> Str = \cl -> - let - rest = cl.subj ++ cl.adV ++ cl.v.p1 ++ cl.v.p2 ++ restCl cl - in case cl.focType of { - NoFoc => "if" ++ cl.foc ++ rest ; -- om she sleeps - FocObj => cl.foc ++ rest ; -- who she loves / why she sleeps - FocSubj => cl.foc ++ rest -- who loves her - } ; - - that_Compl : Str = "that" | [] ; - - -- this part is usually the same in all reconfigurations - restCl : Clause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ++ cl.c3 ; - - - addObj2VP : VerbPhrase -> (Agr => Str) -> VerbPhrase = \vp,obj -> vp ** { - obj2 = <\\a => vp.obj2.p1 ! a ++ obj ! a, vp.obj2.p2> ; - } ; - - addExtVP : VerbPhrase -> Str -> VerbPhrase = \vp,ext -> vp ** { - ext = ext ; - } ; - - - - ----- the lexicon is just for testing: use standard Eng lexicon and morphology instead - -lin - sleep_V = mkV "sleep" "slept" "slept" [] [] ; - walk_V = mkV "walk" ; - love_V2 = mkV "love" ; - look_V2 = mkV "look" "at" [] ; - believe_VS = mkV "believe" ; - tell_V2S = mkV "tell" "told" "told" [] [] ; - prefer_V3 = mkV "prefer" [] "to" ; - want_VV = mkV "want" [] "to" ; - force_V2V = mkV "force" [] "to" ; ---- promise_V2V = mkV "promise" [] "to" ** {isSubjectControl = True} ; - wonder_VQ = mkV "wonder" ; - become_VA = mkV "become" "became" "become" [] [] ; - become_VN = mkV "become" "became" "become" [] [] ; - make_V2A = mkV "make" "made" "made" [] [] ; - promote_V2N = mkV "promote" [] "to" ; - ask_V2Q = mkV "ask" ; - - old_A = {s = \\_ => "old" ; c1 = [] ; c2 = [] ; obj1 = \\_ => []} ; - married_A2 = {s = \\_ => "married" ; c1 = "to" ; c2 = [] ; obj1 = \\_ => []} ; - eager_AV = {s = \\_ => "eager" ; c1 = [] ; c2 = "to" ; obj1 = \\_ => []} ; - easy_A2V = {s = \\_ => "easy" ; c1 = "for" ; c2 = "to" ; obj1 = \\_ => []} ; - - professor_N = {s = table {Sg => "professor" ; Pl => "professors"} ; c1 = [] ; c2 = [] ; obj1 = \\_ => []} ; - manager_N2 = {s = table {Sg => "manager" ; Pl => "managers"} ; c1 = "for" ; c2 = [] ; obj1 = \\_ => []} ; - - she_NP = {s = table {NCase Nom => "she" ; _ => "her"} ; a = AgP3Sg Fem} ; - we_NP = {s = table {NCase Nom => "we" ; _ => "us"} ; a = AgP1 Pl} ; - - today_Adv = {s = "today" ; isAdV = False ; c1 = []} ; - always_AdV = {s = "always" ; isAdV = True ; c1 = []} ; - - who_IP = {s = \\_ => "who" ; n = Sg} ; - - with_Prep = {s = [] ; c1 = "with" ; isAdV = False} ; - - and_Conj = {s1 = [] ; s2 = "and" ; n = Pl} ; - - why_IAdv = {s = "why"} ; - -oper - mkV = overload { - mkV : Str -> V = \s -> lin V {v = mkVerb s (s + "s") (edV s) (edV s) (ingV s) ; p,c1,c2 = [] ; isAux,isSubjectControl,isRefl = False} ; - mkV : Str -> Str -> Str -> V = \s,p,q -> lin V {v = mkVerb s (s + "s") (edV s) (edV s) (ingV s) ; p = [] ; c1 = p ; c2 = q ; isAux,isSubjectControl,isRefl = False} ; - mkV : Str -> Str -> Str -> Str -> Str -> V = \s,t,u,p,q -> lin V {v = mkVerb s (s + "s") t u (ingV s) ; p = [] ; c1 = p ; c2 = q ; isAux,isSubjectControl,isRefl = False} ; - } ; - - mkVerb : Str -> Str -> Str -> Str -> Str -> VForm => Str = \go,goes,went,gone,going -> table { - VInf => go ; - VPres => goes ; - VPast => went ; - VPPart => gone ; - VPresPart => going - } ; - - edV : Str -> Str = \s -> case s of {us + "e" => us ; _ => s} + "ed" ; - ingV : Str -> Str = \s -> case s of {us + "e" => us ; _ => s} + "ing" ; - ----- have to split the tables to two to get reasonable PMCFG generation - will_Aux : VForm -> Polarity -> Str = \vf,p -> case of { - => varAux "will" "ll" ; - => "won't" ; - => varAux "would" "d" ; - => "wouldn't" - } ; - will_AuxC : VForm -> Polarity -> Str = \vf,p -> case of { - => varAuxC "will" "ll" ; - => "won't" ; - => varAuxC "would" "d" ; - => "wouldn't" - } ; - - have_Aux : VForm -> Polarity -> Str = \vf,p -> case of { - => varAux "have" "ve" ; --- slightly overgenerating if used in infinitive - => "haven't" ; - => varAux "has" "s" ; - => "hasn't" ; - => varAux "had" "d" ; - => "hadn't" - } ; - have_AuxC : VForm -> Polarity -> Str = \vf,p -> case of { - => varAuxC "have" "ve" ; --- slightly overgenerating if used in infinitive - => "haven't" ; - => varAuxC "has" "s" ; - => "hasn't" ; - => varAuxC "had" "d" ; - => "hadn't" - } ; - - do_Aux : VForm -> Polarity -> Str = \vf,p -> case of { - => "do" ; - => "don't" ; - => "does" ; - => "doesn't" ; - => "did" ; - => "didn't" - } ; - - varAux : Str -> Str -> Str = \long,short -> long ; ----| Predef.BIND ++ ("'" + short) ; - varAuxC : Str -> Str -> Str = \long,short -> Predef.BIND ++ ("'" + short) ; - - not_Str : Polarity -> Str = \p -> case p of {Pos => [] ; Neg => "not"} ; - -} \ No newline at end of file diff --git a/src/experimental/alternatives/PredicationSwO.gf b/src/experimental/alternatives/PredicationSwO.gf deleted file mode 100644 index 41509f29..00000000 --- a/src/experimental/alternatives/PredicationSwO.gf +++ /dev/null @@ -1,697 +0,0 @@ -concrete PredicationSwO of Predication = open Prelude in { - --- Swedish predication: simpler and purer than English. --- two principles: --- - keep records discontinuous as long as possible (last step from Cl to S) --- - select from tables as soon as possible (first step from V to VP) --- a question: would it make sense to make this into a functor? - -param - Agr = Sg | Pl ; - Case = Nom | Acc ; - STense = Pres | Past | Perf | Fut ; - Anteriority = Simul | Anter ; - Polarity = Pos | Neg ; - VTense = VInf | VPres | VPret | VSup ; - VForm = TV Voice VTense | PastPart Agr | PresPart ; - Voice = Act | Pass ; - - - FocusType = NoFoc | FocSubj | FocObj ; -- sover hon/om hon sover, vem älskar hon/vem hon älskar, vem sover/vem som sover - -oper - defaultAgr = Sg ; - ComplCase = Str ; -- preposition - -lincat - Arg = {s : Str} ; - - V = { - v : VForm => Str ; - c1 : ComplCase ; - c2 : ComplCase ; - isSubjectControl : Bool ; - } ; - - VP = { - v : Str * Str * Str ; -- ska,ha,sovit - inf : Str * Str ; -- ha,sovit - c1 : ComplCase ; - c2 : ComplCase ; - adj : Agr => Str ; - obj1 : (Agr => Str) * Agr ; - obj2 : (Agr => Str) * Bool ; -- subject control = True - adv : Str ; - adV : Str ; - ext : Str - } ; - -oper Clause = { - v : Str * Str * Str ; - inf : Str * Str ; - adj,obj1,obj2 : Str ; - adv : Str ; - adV : Str ; - ext : Str ; - subj : Str ; - c3 : ComplCase -- for a slashed adjunct, not belonging to the verb valency - } ; - -lincat - Cl = Clause ; - - QCl = Clause ** { - foc : Str ; -- the focal position at the beginning, e.g. *vem* älskar hon - focType : FocusType ; --- if already filled, then use other place: vem älskar *vem* - } ; - - VPC = { - v : Agr => Str ; - inf : Agr => Str ; - c1 : ComplCase ; - c2 : ComplCase - } ; - - ClC = { - s : Str ; - c3 : ComplCase ; - } ; - - Tense = {s : Str ; t : STense} ; - Ant = {s : Str ; a : Anteriority} ; - Pol = {s : Str ; p : Polarity} ; - - NP = {s : Case => Str ; a : Agr} ; - Adv = {s : Str} ; - AdV = {s : Str} ; - S = {s : Str} ; - Utt = {s : Str} ; - AP = { - s : Agr => Str ; - c1, c2 : ComplCase ; - obj1 : - Agr => Str - } ; - CN = { - s : Agr => Str ; - c1, c2 : ComplCase ; - obj1 : - Agr => Str - } ; - IP = {s : Str ; a : Agr} ; - Prep = {s : Str} ; - Conj = {s : Str} ; - IAdv = {s : Str} ; - -lin - aNone, aS, aV, aA, aQ, aN = {s = []} ; - aNP a = a ; - - TPres = {s = [] ; t = Pres} ; - TPast = {s = [] ; t = Past} ; - TFut = {s = [] ; t = Fut} ; - TCond = {s = [] ; t = Perf} ; - ASimul = {s = [] ; a = Simul} ; - AAnter = {s = [] ; a = Anter} ; - - PPos = {s = [] ; p = Pos} ; - PNeg = {s = [] ; p = Neg} ; - - UseV a t p _ v = { - v = tenseV (a.s ++ t.s) t.t a.a Act v ; - inf = tenseInfV a.s a.a Act v ; - c1 = v.c1 ; - c2 = v.c2 ; - adj = noObj ; - obj1 = ; ---- not used, just default value - obj2 = ; - adV = p.s ++ neg p.p ; - adv = [] ; - ext = [] ; - } ; - - PassUseV a t p _ v = { - v = tenseV (a.s ++ t.s) t.t a.a Pass v ; - inf = tenseInfV a.s a.a Pass v ; - c1 = v.c1 ; - c2 = v.c2 ; - adj = noObj ; - obj1 = ; ---- not used, just default value - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - adV = p.s ++ neg p.p ; - adv = [] ; - ext = [] ; - } ; - - AgentPassUseV a t p _ v np = { - v = tenseV (a.s ++ t.s) t.t a.a Pass v ; - inf = tenseInfV a.s a.a Pass v ; - c1 = v.c1 ; - c2 = v.c2 ; - adj = \\a => [] ; - obj1 = ; - obj2 = ; - adV = p.s ++ neg p.p ; - adv = appComplCase agentCase np ; ---- add a specific field for agent? - ext = [] ; - } ; - - UseAP a t p _ ap = { - v = tenseV (a.s ++ t.s) t.t a.a Act be_V ; - inf = tenseInfV a.s a.a Act be_V ; - c1 = ap.c1 ; - c2 = ap.c2 ; - adj = \\a => ap.s ! a ; - obj1 = ; - obj2 = ; --- there are no A3's - adV = p.s ++ neg p.p ; - adv = [] ; - ext = [] ; - } ; - - SlashV2 x vp np = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; ---- should be consumed now - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = <\\a => np.s ! Acc, np.a> ; -- np.a for object control ---- Acc to be abstracted - obj2 = vp.obj2 ; - adv = vp.adv ; - adV = vp.adV ; - ext = vp.ext ; - } ; - - SlashV3 x vp np = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- should be consumed now - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => np.s ! Acc, vp.obj2.p2> ; -- control is preserved ---- Acc to be abstracted - adv = vp.adv ; - adV = vp.adV ; - ext = vp.ext ; - } ; - - ComplVS x vp cl = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; ---- consumed - obj2 = vp.obj2 ; - adV = vp.adV ; - adv = vp.adv ; - ext = that_Compl ++ declSubordCl (lin Cl cl) ; ---- sentence form - } ; - - ComplVQ x vp qcl = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; ---- consumed - obj2 = vp.obj2 ; - adV = vp.adV ; - adv = vp.adv ; - ext = questSubordCl qcl ; ---- question form - } ; - - ComplVV x vp vpo = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => infVP a vpo, vp.obj2.p2> ; ---- infForm - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - ComplVA x vp ap = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; ---- consumed - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => ap.s ! a ++ ap.obj1 ! a, vp.obj2.p2> ; ---- adjForm - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - ComplVN x vp cn = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; ---- consumed - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => cn.s ! a ++ cn.obj1 ! a, vp.obj2.p2> ; ---- cnForm - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - SlashV2S x vp cl = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- consumed - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = vp.obj2 ; - adV = vp.adV ; - adv = vp.adv ; - ext = that_Compl ++ declSubordCl (lin Cl cl) ; ---- sentence form - } ; - - SlashV2Q x vp cl = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- consumed - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = vp.obj2 ; - adV = vp.adV ; - adv = vp.adv ; - ext = questSubordCl (lin QCl cl) ; ---- question form - } ; - - SlashV2V x vp vpo = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- consumed - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => infVP a (lin VP vpo), vp.obj2.p2> ; ---- infForm - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - SlashV2A x vp ap = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- consumed - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => ap.s ! a ++ ap.obj1 ! a, vp.obj2.p2> ; ---- adjForm - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - SlashV2N x vp cn = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- consumed - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => cn.s ! a ++ cn.obj1 ! a, vp.obj2.p2> ; ---- cn form - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - ReflVP x vp = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; ---- consumed - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = <\\a => reflPron a, defaultAgr> ; --- hack: defaultAgr will not be used but subj.a instead - obj2 = vp.obj2 ; - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - ReflVP2 x vp = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; ---- consumed - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = <\\a => reflPron a, vp.obj2.p2> ; --- subj/obj control doesn't matter any more - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - } ; - - PredVP x np vp = { - subj = np.s ! Nom ; - v = vp.v ; - inf = vp.inf ; - adj = vp.adj ! np.a ; - obj1 = vp.c1 ++ vp.obj1.p1 ! np.a ; ---- apply complCase - obj2 = vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => np.a ; False => vp.obj1.p2}) ; ---- apply complCase - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - c3 = noComplCase ; -- for one more prep to build ClSlash - } ; - - PrepCl p x cl = { -- Cl/NP ::= Cl PP/NP - subj = cl.subj ; - v = cl.v ; - inf = cl.inf ; - adj = cl.adj ; - obj1 = cl.obj1 ; - obj2 = cl.obj2 ; - adV = cl.adV ; - adv = cl.adv ; - ext = cl.ext ; - c3 = prepComplCase p ; - } ; - - SlashClNP x cl np = { -- Cl ::= Cl/NP NP - subj = cl.subj ; - v = cl.v ; - inf = cl.inf ; - adj = cl.adj ; - obj1 = cl.obj1 ; - obj2 = cl.obj2 ; - adV = cl.adV ; - adv = cl.adv ++ appComplCase cl.c3 np ; ---- again, adv just added - ext = cl.ext ; - c3 = noComplCase ; -- complCase has been consumed - } ; - - --- QCl ::= Cl by just adding focus field - QuestCl x cl = cl ** {foc = [] ; focType = NoFoc} ; -- NoFoc implies verb first: älskar hon oss - - QuestIAdv x iadv cl = cl ** {foc = iadv.s ; focType = FocObj} ; -- FocObj implies Foc + V + Subj: varför älskar hon oss - - QuestVP x ip vp = { - foc = ip.s ; -- vem älskar henne - focType = FocSubj ; - subj = [] ; - v = vp.v ; - inf = vp.inf ; - adj = vp.adj ! ip.a ; - obj1 = vp.c1 ++ vp.obj1.p1 ! ip.a ; ---- appComplCase - obj2 = vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => ip.a ; False => vp.obj1.p2}) ; ---- appComplCase - adV = vp.adV ; - adv = vp.adv ; - ext = vp.ext ; - c3 = noComplCase ; -- for one more prep to build ClSlash ---- ever needed for QCl? - } ; - - QuestSlash x ip cl = - let - ips = cl.c3 ++ ip.s ; -- in Cl/NP, c3 is the only prep ---- appComplCase for ip - focobj = case cl.focType of { - NoFoc => ; -- put ip object to focus if there is no focus yet - t => <[], ips, t> -- put ip object in situ if there already is a focus - } ; - in { - foc = focobj.p1 ; - focType = focobj.p3 ; - subj = cl.subj ; - v = cl.v ; - inf = cl.inf ; - adj = cl.adj ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - obj2 = cl.obj2 ; ---- slash to this part? maybe with one more value of focType? - adV = cl.adV ; - adv = cl.adv ; - ext = cl.ext ; - c3 = noComplCase ; - } ; - - UseCl cl = {s = declCl cl} ; - UseQCl cl = {s = questCl cl} ; - - UttS s = s ; - - AdvCl a x cl = { - subj = cl.subj ; - v = cl.v ; - inf = cl.inf ; - adj = cl.adj ; - obj1 = cl.obj1 ; - obj2 = cl.obj2 ; - adV = cl.adV ; - adv = cl.adv ++ a.s ; - ext = cl.ext ; - c3 = cl.c3 ; - } ; - - AdVCl a x cl = { - subj = cl.subj ; - v = cl.v ; - inf = cl.inf ; - adj = cl.adj ; - obj1 = cl.obj1 ; - obj2 = cl.obj2 ; - adV = cl.adV ++ a.s ; - adv = cl.adv ; - ext = cl.ext ; - c3 = cl.c3 ; - } ; - - -{- - AdvVP adv x vp = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = vp.obj2 ; - adV = vp.adV ; - adv = vp.adv ++ adv.s ; ---- all adverbs become one field - how to front one of them? - ext = vp.ext ; - } ; - - AdVVP adv _ vp = { - v = vp.v ; - inf = vp.inf ; - c1 = vp.c1 ; - c2 = vp.c2 ; - adj = vp.adj ; - obj1 = vp.obj1 ; - obj2 = vp.obj2 ; - adV = vp.adV ++ adv.s ; ---- all adV's become one field - how to front one of them? - adv = vp.adv ; - ext = vp.ext ; - } ; --} - - - - - - PresPartAP x v = { - s = \\a => v.v ! PresPart ; - c1 = v.c1 ; -- tittande på henne - c2 = v.c2 ; - obj1 = noObj ; - } ; - - PastPartAP x v = { - s = \\a => v.v ! PastPart a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = noObj ; - } ; - - AgentPastPartAP x v np = { - s = \\a => v.v ! PastPart a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = \\_ => appComplCase agentCase np ; ---- addObj - } ; - - StartVPC c x v w = { ---- some loss of quality seems inevitable - v = \\a => - v.v.p1 ++ v.adV ++ v.v.p2 ++ v.v.p3 ++ v.adj ! a ++ - v.c1 ++ v.obj1.p1 ! a ++ v.c2 ++ v.obj2.p1 ! a ++ v.adv ++ v.ext ---- appComplCase - ++ c.s ++ - w.v.p1 ++ w.adV ++ w.v.p2 ++ w.v.p3 ++ w.adj ! a ++ ---- appComplCase - w.c1 ++ w.obj1.p1 ! a ++ w.c2 ++ w.obj2.p1 ! a ++ w.adv ++ w.ext ; - inf = \\a => - infVP a (lin VP v) ++ c.s ++ infVP a (lin VP w) ; - c1 = [] ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = [] ; ---- w.c2 ? - } ; - - UseVPC x vpc = { ---- big loss of quality (overgeneration) seems inevitable - v = <[], [], vpc.v ! defaultAgr> ; ---- agreement - inf = <[], vpc.inf ! defaultAgr> ; ---- agreement - c1 = vpc.c1 ; - c2 = vpc.c2 ; - adj = \\a => [] ; - obj1 = ; - obj2 = ; - adv,adV = [] ; - ext = [] ; - } ; - - StartClC c x a b = { - s = declCl (lin Cl a) ++ c.s ++ declCl (lin Cl b) ; - c3 = b.c3 ; ---- - } ; - - UseClC x cl = { - subj = [] ; - v = <[],[],cl.s> ; ---- - inf = <[],[]> ; - adj = [] ; - obj1 = [] ; - obj2 = [] ; - adV = [] ; - adv = [] ; - ext = [] ; - c3 = cl.c3 ; - } ; - ----- the lexicon is just for testing: use standard Swe lexicon and morphology instead - - sleep_V = mkV "sova" "sover" "sov" "sovit" "soven" "sovna" ; - walk_V = mkV "gå" "går" "gick" "gått" "gången" "gångna" ; - love_V2 = mkV "älska" "älskar" "älskade" "älskat" "älskad" "älskade" ; - look_V2 = mkV "titta" "tittar" "tittade" "tittat" "tittad" "tittade" "på" [] ; - believe_VS = mkV "tro" "tror" "trodde" "trott" "trodd" "trodda" ; - tell_V2S = mkV "berätta" "berättar" "berättade" "berättat" "berättad" "berättade" "för" [] ; - prefer_V3 = mkV "föredra" "föredrar" "föredrog" "föredragit" "föredragen" "föredragna" [] "framför" ; - want_VV = mkV "vilja" "vill" "ville" "velat" "velad" "velade" ; - force_V2V = let tvinga : V = mkV "tvinga" "tvingar" "tvingade" "tvingat" "tvingad" "tvingade" in - {v = tvinga.v ; c1 = [] ; c2 = "att" ; isSubjectControl = False} ; - promise_V2V = mkV "lova" "lovar" "lovade" "lovat" "lovad" "lovade" [] "att" ; - wonder_VQ = mkV "undra" "undrar" "undrade" "undrat" "undrad" "undrade" ; - become_VA = mkV "bli" "blir" "blev" "blivit" "bliven" "blivna" ; - become_VN = mkV "bli" "blir" "blev" "blivit" "bliven" "blivna" ; - make_V2A = let gora : V = mkV "göra" "gör" "gjorde" "gjort" "gjord" "gjorda" in - {v = table {TV Pass VPres => "görs" ; f => gora.v ! f} ; c1 = [] ; c2 = [] ; isSubjectControl = False} ; - promote_V2N = let befordra : V = mkV "befordra" "befordrar" "befordrade" "befordrat" "befordrad" "befordrade" - in {v = befordra.v ; c1 = [] ; c2 = "till" ; isSubjectControl = False} ; ---- ? de befordrade dem till chefer för sig/dem - ask_V2Q = mkV "fråga" "frågar" "frågade" "frågat" "frågad" "frågade" ; - - old_A = {s = table {Sg => "gammal" ; Pl => "gamla"} ; c1 = [] ; c2 = [] ; obj1 = \\_ => []} ; - married_A2 = {s = table {Sg => "gift" ; Pl => "gifta"} ; c1 = "med" ; c2 = [] ; obj1 = \\_ => []} ; - eager_AV = {s = table {Sg => "ivrig" ; Pl => "ivriga"} ; c1 = [] ; c2 = "att" ; obj1 = \\_ => []} ; - easy_A2V = {s = table {Sg => "lätt" ; Pl => "lätta"} ; c1 = "för" ; c2 = "att" ; obj1 = \\_ => []} ; - professor_N = {s = table {Sg => "professor" ; Pl => "professorer"} ; c1 = [] ; c2 = [] ; obj1 = \\_ => []} ; - manager_N2 = {s = table {Sg => "chef" ; Pl => "chefer"} ; c1 = "för" ; c2 = [] ; obj1 = \\_ => []} ; - - she_NP = {s = table {Nom => "hon" ; Acc => "henne"} ; a = Sg} ; - we_NP = {s = table {Nom => "vi" ; Acc => "oss"} ; a = Pl} ; - - today_Adv = {s = "idag"} ; - always_AdV = {s = "alltid"} ; - - who_IP = {s = "vem" ; a = Sg} ; - - PrepNP p np = {s = p.s ++ np.s ! Acc} ; - - with_Prep = {s = "med"} ; - - and_Conj = {s = "och"} ; - - why_IAdv = {s = "varför"} ; - -oper - mkV = overload { - mkV : (x,y,z,u,v,w : Str) -> V = \x,y,z,u,v,w -> - lin V { - v = table { - TV Act VInf => x ; TV Act VPres => y ; TV Act VPret => z ; TV Act VSup => u ; - TV Pass VInf => x + "s" ; TV Pass VPres => init y + "s" ; TV Pass VPret => z + "s" ; TV Pass VSup => u + "s" ; - PastPart Sg => v ; PastPart Pl => w ; PresPart => x + "nde" - } ; - c1 = [] ; c2 = [] ; isSubjectControl = True} ; - mkV : (x,y,z,u,v,w : Str) -> Str -> Str -> V = \x,y,z,u,v,w,p,q -> - lin V { - v = table { - TV Act VInf => x ; TV Act VPres => y ; TV Act VPret => z ; TV Act VSup => u ; - TV Pass VInf => x + "s" ; TV Pass VPres => init y + "s" ; TV Pass VPret => z + "s" ; TV Pass VSup => u + "s" ; - PastPart Sg => v ; PastPart Pl => w ; PresPart => x + "nde" - } ; - c1 = p ; c2 = q ; isSubjectControl = True} ; - } ; - - be_V : V = mkV "vara" "är" "var" "varit" "varen" "varna" ; - - have_V : V = mkV "ha" "har" "hade" "haft" "havd" "havda" ; - - shall_V : V = mkV "skola" "ska" "skulle" "skolat" "skolad" "skolade" ; - - ----- the following may become parameters for a functor - - neg : Polarity -> Str = \p -> case p of {Pos => [] ; Neg => "inte"} ; - - reflPron : Agr -> Str = \a -> case a of {Sg => "sig" ; Pl => "oss"} ; - - infVP : Agr -> VP -> Str = \a,vp -> - let - a2 = case vp.obj2.p2 of {True => a ; False => vp.obj1.p2} - in - vp.adV ++ (vp.inf.p1 | []) ++ vp.inf.p2 ++ ---- *hon tvingar oss att sovit - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a2 ++ vp.adv ++ vp.ext ; - - tenseV : Str -> STense -> Anteriority -> Voice -> V -> Str * Str * Str = \sta,t,a,o,v -> case of { --- sta dummy s field of Ant and Tense - => ; - => ; - => ; - => ; - => <[], have_V.v ! TV Act VPres, sta ++ v.v ! TV o VSup> ; - => <[], have_V.v ! TV Act VPret, sta ++ v.v ! TV o VSup> ; - => ; - => - } ; - - tenseInfV : Str -> Anteriority -> Voice -> V -> Str * Str = \sa,a,o,v -> - case a of { - Simul => <[], sa ++ v.v ! TV o VInf> ; -- hon vill sova - Anter => -- hon vill (ha) sovit - } ; - - - declCl : Clause -> Str = \cl -> cl.subj ++ cl.v.p1 ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - declSubordCl : Clause -> Str = \cl -> cl.subj ++ cl.adV ++ cl.v.p1 ++ (cl.v.p2 | []) ++ restCl cl ; - declInvCl : Clause -> Str = \cl -> cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - - questCl : QCl -> Str = \cl -> cl.foc ++ cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - - questSubordCl : QCl -> Str = \cl -> - let - rest = cl.subj ++ cl.adV ++ cl.v.p1 ++ (cl.v.p2 | []) ++ restCl cl - in case cl.focType of { - NoFoc => "om" ++ cl.foc ++ rest ; -- om hon sover - FocObj => cl.foc ++ rest ; -- vem älskar hon / varför hon sover - FocSubj => cl.foc ++ "som" ++ rest -- vem som älskar henne - } ; - - that_Compl : Str = "att" | [] ; - - -- this part is usually the same in all reconfigurations - restCl : Clause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ++ cl.c3 ; - - agentCase : ComplCase = "av" ; - - appComplCase : ComplCase -> NP -> Str = \p,np -> p ++ np.s ! Acc ; - - noComplCase : ComplCase = [] ; - - prepComplCase : Prep -> ComplCase = \p -> p.s ; - - noObj : Agr => Str = \\_ => [] ; - -} \ No newline at end of file diff --git a/src/experimental/alternatives/PredicationSwe.gf b/src/experimental/alternatives/PredicationSwe.gf deleted file mode 100644 index 6825ea33..00000000 --- a/src/experimental/alternatives/PredicationSwe.gf +++ /dev/null @@ -1,492 +0,0 @@ -concrete PredicationSwe of Predication = open Prelude in { - --- Swedish predication: simpler and purer than English. --- two principles: --- - keep records discontinuous as long as possible (last step from Cl to S) --- - select from tables as soon as possible (first step from V to VP) --- a question: would it make sense to make this into a functor? - -param - Agr = Sg | Pl ; - Case = Nom | Acc ; - STense = Pres | Past | Perf | Fut ; - Anteriority = Simul | Anter ; - Polarity = Pos | Neg ; - VTense = VInf | VPres | VPret | VSup ; - VForm = TV Voice VTense | PastPart Agr | PresPart ; - Voice = Act | Pass ; - - - FocusType = NoFoc | FocSubj | FocObj ; -- sover hon/om hon sover, vem älskar hon/vem hon älskar, vem sover/vem som sover - -oper - defaultAgr = Sg ; - ComplCase = Str ; -- preposition - objCase = Acc ; - -lincat - Arg = {s : Str} ; - - V = { - v : VForm => Str ; - c1 : ComplCase ; - c2 : ComplCase ; - isSubjectControl : Bool ; - } ; - - VP = { - v : Str * Str * Str ; -- ska,ha,sovit - inf : Str * Str ; -- ha,sovit - c1 : ComplCase ; - c2 : ComplCase ; - adj : Agr => Str ; - obj1 : (Agr => Str) * Agr ; - obj2 : (Agr => Str) * Bool ; -- subject control = True - adv : Str ; - adV : Str ; - ext : Str - } ; - -oper Clause = { - v : Str * Str * Str ; - inf : Str * Str ; - adj,obj1,obj2 : Str ; - adv : Str ; - adV : Str ; - ext : Str ; - subj : Str ; - c3 : ComplCase -- for a slashed adjunct, not belonging to the verb valency - } ; - -lincat - Cl = Clause ; - - QCl = Clause ** { - foc : Str ; -- the focal position at the beginning, e.g. *vem* älskar hon - focType : FocusType ; --- if already filled, then use other place: vem älskar *vem* - } ; - - VPC = { - v : Agr => Str ; - inf : Agr => Str ; - c1 : ComplCase ; - c2 : ComplCase - } ; - - ClC = { - s : Str ; - c3 : ComplCase ; - } ; - - Tense = {s : Str ; t : STense} ; - Ant = {s : Str ; a : Anteriority} ; - Pol = {s : Str ; p : Polarity} ; - - NP = {s : Case => Str ; a : Agr} ; - Adv = {s : Str ; isAdV : Bool ; c1 : ComplCase} ; - S = {s : Str} ; - Utt = {s : Str} ; - AP = { - s : Agr => Str ; - c1, c2 : ComplCase ; - obj1 : - Agr => Str - } ; - CN = { - s : Agr => Str ; - c1, c2 : ComplCase ; - obj1 : - Agr => Str - } ; - IP = {s : Str ; a : Agr} ; - Conj = {s : Str} ; - IAdv = {s : Str} ; - -lin - aNone, aS, aV, aA, aQ, aN = {s = []} ; - aNP a = a ; - - TPres = {s = [] ; t = Pres} ; - TPast = {s = [] ; t = Past} ; - TFut = {s = [] ; t = Fut} ; - TCond = {s = [] ; t = Perf} ; - ASimul = {s = [] ; a = Simul} ; - AAnter = {s = [] ; a = Anter} ; - - PPos = {s = [] ; p = Pos} ; - PNeg = {s = [] ; p = Neg} ; - - UseV a t p _ v = { - v = tenseV (a.s ++ t.s) t.t a.a Act v ; - inf = tenseInfV a.s a.a Act v ; - c1 = v.c1 ; - c2 = v.c2 ; - adj = noObj ; - obj1 = ; ---- not used, just default value - obj2 = ; - adV = p.s ++ neg p.p ; - adv = [] ; - ext = [] ; - } ; - - PassUseV a t p _ v = { - v = tenseV (a.s ++ t.s) t.t a.a Pass v ; - inf = tenseInfV a.s a.a Pass v ; - c1 = v.c1 ; - c2 = v.c2 ; - adj = noObj ; - obj1 = ; ---- not used, just default value - obj2 = ; -- becomes subject control even if object control otherwise "*she was promised by us to love ourselves" - adV = p.s ++ neg p.p ; - adv = [] ; - ext = [] ; - } ; - - AgentPassUseV a t p _ v np = { - v = tenseV (a.s ++ t.s) t.t a.a Pass v ; - inf = tenseInfV a.s a.a Pass v ; - c1 = v.c1 ; - c2 = v.c2 ; - adj = \\a => [] ; - obj1 = ; - obj2 = ; - adV = p.s ++ neg p.p ; - adv = appComplCase agentCase np ; ---- add a specific field for agent? - ext = [] ; - } ; - - UseAP a t p _ ap = { - v = tenseV (a.s ++ t.s) t.t a.a Act be_V ; - inf = tenseInfV a.s a.a Act be_V ; - c1 = ap.c1 ; - c2 = ap.c2 ; - adj = \\a => ap.s ! a ; - obj1 = ; - obj2 = ; --- there are no A3's - adV = p.s ++ neg p.p ; - adv = [] ; - ext = [] ; - } ; - - SlashV2 x vp np = vp ** { - obj1 : (Agr => Str) * Agr = <\\a => np.s ! Acc, np.a> -- np.a for object control ---- Acc to be abstracted - } ; - - SlashV3 x vp np = addObj2VP vp (\\a => np.s ! Acc) ; -- control is preserved ---- Acc to be abstracted - - ComplVS x vp cl = addExtVP vp (that_Compl ++ declSubordCl (lin Cl cl)) ; ---- sentence form - - ComplVQ x vp qcl = addExtVP vp (questSubordCl qcl) ; ---- question form - - ComplVV x vp vpo = addObj2VP vp (\\a => infVP a vpo) ; ---- infForm - - ComplVA x vp ap = addObj2VP vp (\\a => ap.s ! a ++ ap.obj1 ! a) ; ---- adjForm - - ComplVN x vp cn = addObj2VP vp (\\a => cn.s ! a ++ cn.obj1 ! a) ; ---- cnForm - - SlashV2S x vp cl = addExtVP vp (that_Compl ++ declSubordCl (lin Cl cl)) ; ---- sentence form - - SlashV2Q x vp cl = addExtVP vp (questSubordCl (lin QCl cl)) ; ---- question form - - SlashV2V x vp vpo = addObj2VP vp (\\a => infVP a (lin VP vpo)) ; ---- infForm - - SlashV2A x vp ap = addObj2VP vp (\\a => ap.s ! a ++ ap.obj1 ! a) ; ---- adjForm - - SlashV2N x vp cn = addObj2VP vp (\\a => cn.s ! a ++ cn.obj1 ! a) ; ---- cn form - - ReflVP x vp = vp ** { - obj1 : (Agr => Str) * Agr = <\\a => reflPron a, defaultAgr> ; --- hack: defaultAgr will not be used but subj.a instead - } ; - - ReflVP2 x vp = vp ** { - obj2 : (Agr => Str) * Bool = <\\a => reflPron a, vp.obj2.p2> ; --- subj/obj control doesn't matter any more - } ; - - PredVP x np vp = vp ** { - subj = np.s ! Nom ; - adj = vp.adj ! np.a ; - obj1 = vp.c1 ++ vp.obj1.p1 ! np.a ; ---- apply complCase - obj2 = vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => np.a ; False => vp.obj1.p2}) ; ---- apply complCase - c3 = noComplCase ; -- for one more prep to build ClSlash - } ; - - SlashClNP x cl np = cl ** { -- Cl ::= Cl/NP NP - adv = cl.adv ++ appComplCase cl.c3 np ; ---- again, adv just added - c3 = noComplCase ; -- complCase has been consumed - } ; - - --- QCl ::= Cl by just adding focus field - QuestCl x cl = cl ** {foc = [] ; focType = NoFoc} ; -- NoFoc implies verb first: älskar hon oss - - QuestIAdv x iadv cl = cl ** {foc = iadv.s ; focType = FocObj} ; -- FocObj implies Foc + V + Subj: varför älskar hon oss - - QuestVP x ip vp = vp ** { - foc = ip.s ; -- vem älskar henne - focType = FocSubj ; - subj = [] ; - adj = vp.adj ! ip.a ; - obj1 = vp.c1 ++ vp.obj1.p1 ! ip.a ; ---- appComplCase - obj2 = vp.c2 ++ vp.obj2.p1 ! (case vp.obj2.p2 of {True => ip.a ; False => vp.obj1.p2}) ; ---- appComplCase - c3 = noComplCase ; -- for one more prep to build ClSlash ---- ever needed for QCl? - } ; - - - QuestSlash x ip cl = - let - prep = cl.c3 ; - ips = ip.s ; -- in Cl/NP, c3 is the only prep ---- appComplCase for ip - focobj = case cl.focType of { - NoFoc => ; -- put ip object to focus if there is no focus yet - t => <[], prep ++ ips, t,noComplCase> -- put ip object in situ if there already is a focus - } ; - in - cl ** { -- preposition stranding - foc = focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = focobj.p4 ; - } ; -{- ----- this is giving four records instead of two AR 5/2/2014 - | - cl ** { -- pied piping - foc = focobj.p4 ++ focobj.p1 ; - focType = focobj.p3 ; - obj1 = cl.obj1 ++ focobj.p2 ; ---- just add to a field? - c3 = noComplCase ; - } ; --} - - - - UseCl cl = {s = declCl cl} ; - UseQCl cl = {s = questCl cl} ; - - UseAdvCl adv cl = {s = adv.s ++ declInvCl cl} ; - - UttS s = s ; - - AdvCl x a cl = case a.isAdV of { - True => cl ** {adV = cl.adV ++ a.s ; adv = cl.adv ; c3 = a.c1} ; - False => cl ** {adv = cl.adv ++ a.s ; adV = cl.adV ; c3 = a.c1} - } ; - - AdvQCl x a cl = case a.isAdV of { - True => cl ** {adV = cl.adV ++ a.s ; adv = cl.adv ; c3 = a.c1} ; - False => cl ** {adv = cl.adv ++ a.s ; adV = cl.adV ; c3 = a.c1} - } ; - - PresPartAP x v = { - s = \\a => v.v ! PresPart ; - c1 = v.c1 ; -- tittande på henne - c2 = v.c2 ; - obj1 = noObj ; - } ; - - PastPartAP x v = { - s = \\a => v.v ! PastPart a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = noObj ; - } ; - - AgentPastPartAP x v np = { - s = \\a => v.v ! PastPart a ; - c1 = v.c1 ; - c2 = v.c2 ; - obj1 = \\_ => appComplCase agentCase np ; ---- addObj - } ; - - StartVPC c x v w = { ---- some loss of quality seems inevitable - v = \\a => - v.v.p1 ++ v.adV ++ v.v.p2 ++ v.v.p3 ++ v.adj ! a ++ - v.c1 ++ v.obj1.p1 ! a ++ v.c2 ++ v.obj2.p1 ! a ++ v.adv ++ v.ext ---- appComplCase - ++ c.s ++ - w.v.p1 ++ w.adV ++ w.v.p2 ++ w.v.p3 ++ w.adj ! a ++ ---- appComplCase - w.c1 ++ w.obj1.p1 ! a ++ w.c2 ++ w.obj2.p1 ! a ++ w.adv ++ w.ext ; - inf = \\a => - infVP a (lin VP v) ++ c.s ++ infVP a (lin VP w) ; - c1 = [] ; ---- w.c1 ? --- the full story is to unify v and w... - c2 = [] ; ---- w.c2 ? - } ; - - UseVPC x vpc = { ---- big loss of quality (overgeneration) seems inevitable - v = <[], [], vpc.v ! defaultAgr> ; ---- agreement - inf = <[], vpc.inf ! defaultAgr> ; ---- agreement - c1 = vpc.c1 ; - c2 = vpc.c2 ; - adj = \\a => [] ; - obj1 = ; - obj2 = ; - adv,adV = [] ; - ext = [] ; - } ; - - StartClC c x a b = { - s = declCl (lin Cl a) ++ c.s ++ declCl (lin Cl b) ; - c3 = b.c3 ; ---- - } ; - - UseClC x cl = { - subj = [] ; - v = <[],[],cl.s> ; ---- - inf = <[],[]> ; - adj = [] ; - obj1 = [] ; - obj2 = [] ; - adV = [] ; - adv = [] ; - ext = [] ; - c3 = cl.c3 ; - } ; - - ComplAdv x p np = {s = p.c1 ++ np.s ! objCase ; isAdV = p.isAdV ; c1 = []} ; - - ----- the following may become parameters for a functor -oper - be_V : V = mkV "vara" "är" "var" "varit" "varen" "varna" ; - - neg : Polarity -> Str = \p -> case p of {Pos => [] ; Neg => "inte"} ; - - reflPron : Agr -> Str = \a -> case a of {Sg => "sig" ; Pl => "oss"} ; - - infVP : Agr -> VP -> Str = \a,vp -> - let - a2 = case vp.obj2.p2 of {True => a ; False => vp.obj1.p2} - in - vp.adV ++ (vp.inf.p1 | []) ++ vp.inf.p2 ++ ---- *hon tvingar oss att sovit - vp.adj ! a ++ vp.c1 ++ vp.obj1.p1 ! a ++ vp.c2 ++ vp.obj2.p1 ! a2 ++ vp.adv ++ vp.ext ; - - tenseV : Str -> STense -> Anteriority -> Voice -> V -> Str * Str * Str = \sta,t,a,o,v -> case of { --- sta dummy s field of Ant and Tense - => ; - => ; - => ; - => ; - => ; - => ; - => ; - => - } ; - - tenseInfV : Str -> Anteriority -> Voice -> V -> Str * Str = \sa,a,o,v -> - case a of { - Simul => <[], sa ++ v.v ! TV o VInf> ; -- hon vill sova - Anter => -- hon vill (ha) sovit - } ; - - - declCl : Clause -> Str = \cl -> cl.subj ++ cl.v.p1 ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - declSubordCl : Clause -> Str = \cl -> cl.subj ++ cl.adV ++ cl.v.p1 ++ (cl.v.p2 | []) ++ restCl cl ; - declInvCl : Clause -> Str = \cl -> cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - - questCl : QCl -> Str = \cl -> cl.foc ++ cl.v.p1 ++ cl.subj ++ cl.adV ++ cl.v.p2 ++ restCl cl ; - - questSubordCl : QCl -> Str = \cl -> - let - rest = cl.subj ++ cl.adV ++ cl.v.p1 ++ (cl.v.p2 | []) ++ restCl cl - in case cl.focType of { - NoFoc => "om" ++ cl.foc ++ rest ; -- om hon sover - FocObj => cl.foc ++ rest ; -- vem älskar hon / varför hon sover - FocSubj => cl.foc ++ "som" ++ rest -- vem som älskar henne - } ; - - that_Compl : Str = "att" | [] ; - - -- this part is usually the same in all reconfigurations - restCl : Clause -> Str = \cl -> cl.v.p3 ++ cl.adj ++ cl.obj1 ++ cl.obj2 ++ cl.adv ++ cl.ext ++ cl.c3 ; - - agentCase : ComplCase = "av" ; - - appComplCase : ComplCase -> NP -> Str = \p,np -> p ++ np.s ! Acc ; - - noComplCase : ComplCase = [] ; - - prepComplCase : {s : Str} -> ComplCase = \p -> p.s ; - - noObj : Agr => Str = \\_ => [] ; - - addObj2VP : VP -> (Agr => Str) -> VP = \vp,obj -> vp ** { - obj2 = <\\a => vp.obj2.p1 ! a ++ obj ! a, vp.obj2.p2> ; - } ; - - addExtVP : VP -> Str -> VP = \vp,ext -> vp ** { - ext = ext ; - } ; - - - - - ----- the lexicon is just for testing: use standard Swe lexicon and morphology instead -lin - sleep_V = mkV "sova" "sover" "sov" "sovit" "soven" "sovna" ; - walk_V = mkV "gå" "går" "gick" "gått" "gången" "gångna" ; - love_V2 = mkV "älska" "älskar" "älskade" "älskat" "älskad" "älskade" ; - look_V2 = mkV "titta" "tittar" "tittade" "tittat" "tittad" "tittade" "på" [] ; - believe_VS = mkV "tro" "tror" "trodde" "trott" "trodd" "trodda" ; - tell_V2S = mkV "berätta" "berättar" "berättade" "berättat" "berättad" "berättade" "för" [] ; - prefer_V3 = mkV "föredra" "föredrar" "föredrog" "föredragit" "föredragen" "föredragna" [] "framför" ; - want_VV = mkV "vilja" "vill" "ville" "velat" "velad" "velade" ; - force_V2V = let tvinga : V = mkV "tvinga" "tvingar" "tvingade" "tvingat" "tvingad" "tvingade" in - {v = tvinga.v ; c1 = [] ; c2 = "att" ; isSubjectControl = False} ; - promise_V2V = mkV "lova" "lovar" "lovade" "lovat" "lovad" "lovade" [] "att" ; - wonder_VQ = mkV "undra" "undrar" "undrade" "undrat" "undrad" "undrade" ; - become_VA = mkV "bli" "blir" "blev" "blivit" "bliven" "blivna" ; - become_VN = mkV "bli" "blir" "blev" "blivit" "bliven" "blivna" ; - make_V2A = let gora : V = mkV "göra" "gör" "gjorde" "gjort" "gjord" "gjorda" in - {v = table {TV Pass VPres => "görs" ; f => gora.v ! f} ; c1 = [] ; c2 = [] ; isSubjectControl = False} ; - promote_V2N = let befordra : V = mkV "befordra" "befordrar" "befordrade" "befordrat" "befordrad" "befordrade" - in {v = befordra.v ; c1 = [] ; c2 = "till" ; isSubjectControl = False} ; ---- ? de befordrade dem till chefer för sig/dem - ask_V2Q = mkV "fråga" "frågar" "frågade" "frågat" "frågad" "frågade" ; - - old_A = {s = table {Sg => "gammal" ; Pl => "gamla"} ; c1 = [] ; c2 = [] ; obj1 = \\_ => []} ; - married_A2 = {s = table {Sg => "gift" ; Pl => "gifta"} ; c1 = "med" ; c2 = [] ; obj1 = \\_ => []} ; - eager_AV = {s = table {Sg => "ivrig" ; Pl => "ivriga"} ; c1 = [] ; c2 = "att" ; obj1 = \\_ => []} ; - easy_A2V = {s = table {Sg => "lätt" ; Pl => "lätta"} ; c1 = "för" ; c2 = "att" ; obj1 = \\_ => []} ; - professor_N = {s = table {Sg => "professor" ; Pl => "professorer"} ; c1 = [] ; c2 = [] ; obj1 = \\_ => []} ; - manager_N2 = {s = table {Sg => "chef" ; Pl => "chefer"} ; c1 = "för" ; c2 = [] ; obj1 = \\_ => []} ; - - she_NP = {s = table {Nom => "hon" ; Acc => "henne"} ; a = Sg} ; - we_NP = {s = table {Nom => "vi" ; Acc => "oss"} ; a = Pl} ; - - today_Adv = {s = "idag" ; isAdV = False ; c1 = []} ; - always_AdV = {s = "alltid" ; isAdV = True ; c1 = []} ; - - who_IP = {s = "vem" ; a = Sg} ; - - PrepNP p np = {s = p.s ++ np.s ! Acc ; isAdV = False} ; - - with_Prep = {s = [] ; isAdV = False ; c1 = "med"} ; - - and_Conj = {s = "och"} ; - - why_IAdv = {s = "varför"} ; - -oper - mkV = overload { - mkV : (x,y,z,u,v,w : Str) -> V = \x,y,z,u,v,w -> - lin V { - v = table { - TV Act VInf => x ; TV Act VPres => y ; TV Act VPret => z ; TV Act VSup => u ; - TV Pass VInf => x + "s" ; TV Pass VPres => init y + "s" ; TV Pass VPret => z + "s" ; TV Pass VSup => u + "s" ; - PastPart Sg => v ; PastPart Pl => w ; PresPart => x + "nde" - } ; - c1 = [] ; c2 = [] ; isSubjectControl = True} ; - mkV : (x,y,z,u,v,w : Str) -> Str -> Str -> V = \x,y,z,u,v,w,p,q -> - lin V { - v = table { - TV Act VInf => x ; TV Act VPres => y ; TV Act VPret => z ; TV Act VSup => u ; - TV Pass VInf => x + "s" ; TV Pass VPres => init y + "s" ; TV Pass VPret => z + "s" ; TV Pass VSup => u + "s" ; - PastPart Sg => v ; PastPart Pl => w ; PresPart => x + "nde" - } ; - c1 = p ; c2 = q ; isSubjectControl = True} ; - } ; - - - have_V : V = mkV "ha" "har" "hade" "haft" "havd" "havda" ; - - shall_V : V = mkV "skola" "ska" "skulle" "skolat" "skolad" "skolade" ; - -} \ No newline at end of file diff --git a/src/experimental/alternatives/Trans.gf b/src/experimental/alternatives/Trans.gf deleted file mode 100644 index 44e16e74..00000000 --- a/src/experimental/alternatives/Trans.gf +++ /dev/null @@ -1,38 +0,0 @@ ---# -path=.:../translator - -abstract Trans = - RGLBase - [Pol,Tense] - ,Pred - ,Dictionary - [Pol,Tense] - - ** { -flags - startcat=Phr; - heuristic_search_factor=0.60; - meta_prob=1.0e-5; - meta_token_prob=1.1965149246222233e-9; - -fun - LiftV : V -> PrV aNone ; - LiftV2 : V2 -> PrV (aNP aNone) ; - LiftVS : VS -> PrV aS ; - LiftVQ : VQ -> PrV aQ ; - LiftVV : VV -> PrV aV ; - LiftVA : VA -> PrV aA ; - LiftVN : VA -> PrV aN ; ---- - - LiftV3 : V3 -> PrV (aNP (aNP aNone)) ; - LiftV2S : V2S -> PrV (aNP aS) ; - LiftV2Q : V2Q -> PrV (aNP aQ) ; - LiftV2V : V2V -> PrV (aNP aV) ; - LiftV2A : V2A -> PrV (aNP aA) ; - LiftV2N : V2A -> PrV (aNP aN) ; ---- - - LiftAP : AP -> PrAP aNone ; - LiftCN : CN -> PrCN aNone ; - - LiftAdv : Adv -> PrAdv aNone ; - LiftAdV : Adv -> PrAdv aNone ; - LiftPrep : Prep -> PrAdv (aNP aNone) ; - -} diff --git a/src/experimental/alternatives/TransEng.gf b/src/experimental/alternatives/TransEng.gf deleted file mode 100644 index 53d70cb4..00000000 --- a/src/experimental/alternatives/TransEng.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=.:../translator - -concrete TransEng of Trans = - RGLBaseEng - [Pol,Tense] - ,PredEng - ,DictionaryEng - [Pol,Tense] - - ** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in { - -flags - literal=Symb ; - -oper - liftV : ResEng.Verb -> Pr.PrV = \v -> lin PrV {s = v.s ; p = v.p ; c1,c2 = [] ; isSubjectControl = False ; vtype = VTAct ; vvtype = VVInf} ; - -lin - LiftV v = liftV v ; - LiftV2 v = liftV v ** {c1 = v.c2} ; - LiftVS v = liftV v ; - LiftVQ v = liftV v ; - LiftVA v = liftV v ; ---- c1? - LiftVN v = liftV v ; ---- c1? - LiftVV v = {s = \\f => v.s ! VVF f ; p = v.p ; c1,c2 = [] ; isSubjectControl = False ; vtype = VTAct ; vvtype = VVInf} ; ---- c1? ---- VVF - - LiftV3 v = liftV v ** {c1 = v.c2 ; c2 = v.c3} ; - LiftV2S v = liftV v ** {c1 = v.c2} ; - LiftV2Q v = liftV v ** {c1 = v.c2} ; - LiftV2V v = liftV v ** {c1 = v.c2 ; c2 = v.c3 ; isSubjectControl = False ; vvtype = v.typ} ; ---- subj control should be defined in V2V - LiftV2A v = liftV v ** {c1 = v.c2} ; - LiftV2N v = liftV v ** {c1 = v.c2} ; - - - LiftAP ap = ap ** {c1,c2 = [] ; obj1 = \\_ => []} ; --- isPre - LiftCN cn = {s = \\n => cn.s ! n ! Nom ; c1,c2 = [] ; obj1 = \\_ => []} ; - - LiftAdv a = a ** {isAdV = False ; c1 = []} ; - LiftAdV a = a ** {isAdV = True ; c1 = []} ; - LiftPrep p = {s = [] ; isAdV = False ; c1 = p.s} ; - - -} diff --git a/src/experimental/alternatives/TransSwe.gf b/src/experimental/alternatives/TransSwe.gf deleted file mode 100644 index 556ab6fd..00000000 --- a/src/experimental/alternatives/TransSwe.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=.:../translator - -concrete TransSwe of Trans = - RGLBaseSwe - [Pol,Tense] - ,PredSwe - ,DictionarySwe - [Pol,Tense] - - ** open CommonScand, ResSwe, PredInstanceSwe, Prelude in { - -flags - literal=Symb ; - -oper - liftV = PredInstanceSwe.liftV ; - -lin - LiftV v = liftV v ; - LiftV2 v = : PrVerb> ** {c1 = v.c2.s} ; - LiftVS v = liftV v ; - LiftVQ v = liftV v ; - LiftVA v = liftV v ; ---- c1? - LiftVN v = liftV v ; ---- c1? - LiftVV v = : PrVerb> ** {c1 = v.c2.s} ; - - LiftV3 v = : PrVerb> ** {c1 = v.c2.s ; c2 = v.c3.s} ; - - LiftV2S v = : PrVerb> ** {c1 = v.c2.s} ; - LiftV2Q v = : PrVerb> ** {c1 = v.c2.s} ; - LiftV2V v = : PrVerb> ** {c1 = v.c2.s ; c2 = v.c3.s} ; - LiftV2A v = : PrVerb> ** {c1 = v.c2.s} ; - LiftV2N v = : PrVerb> ** {c1 = v.c2.s} ; - - LiftAP ap = {s = \\a => ap.s ! agr2aformpos a ; c1,c2 = [] ; obj1 = \\_ => []} ; --- isPre - LiftCN cn = {s = \\n => cn.s ! n ! DIndef ! Nom ; c1,c2 = [] ; obj1 = \\_ => []} ; - - LiftAdv a = a ** {isAdV = False ; c1 = []} ; - LiftAdV a = a ** {isAdV = True ; c1 = []} ; - LiftPrep p = {s = [] ; isAdV = False ; c1 = p.s} ; - -} - diff --git a/src/experimental/exx.gfs b/src/experimental/exx.gfs deleted file mode 100644 index aa0a99e9..00000000 --- a/src/experimental/exx.gfs +++ /dev/null @@ -1,80 +0,0 @@ -hon sover -hon sover inte -sover hon -sover hon inte -hon sover idag -hon har sovit -hon hade sovit -hon hade inte sovit - -hon älskar oss -hon älskar sig -älskar hon oss -hon tittar på oss -hon tittar inte på sig - -hon föredrar oss framför henne - -hon vill sova -hon vill inte sova -vill hon sova - -hon tvingar oss att sova -hon tvingar oss att älska henne - -vi lovar henne att bli gamla -vi tvingar henne att bli gammal - -hon är gammal -är hon gammal - -hon gör oss gamla - -vem sover -vem älskar henne -vem älskar hon inte -varför vill hon sova -sover hon -vill hon inte sova - -vi undrar varför hon vill sova -vi undrar vem hon älskar -vi undrar vem som älskar henne -vi undrar vem som sover -vi undrar varför hon inte vill sova -vi undrar vem hon inte älskar -vi undrar om hon sover -vi undrar om hon inte alltid sover - -vi tror att hon inte vill sova -vi tror hon inte vill sova - -vi tror att hon har sovit -vi tror att hon hade sovit -vi tror att hon sovit -vi undrar om hon sovit -vi tror att hon skulle sovit - -hon vill ha sovit -hon vill sovit - -hon blev professor -vi blev professorer -vi befordrade henne till professor -hon befordrade oss till professorer -vi vill bli professorer - --- passive -hon älskas med oss -hon skulle befordras till professor -hon skulle ha befordrats till professor -vem ska befordras till professor -hon tittas på -vi älskas av henne -hon skulle befordras till professor av oss - - - -gt UttS (UseCl (PredVP aNone ? (UseAP ? ? ? aNone old_A))) | l -list -bind - -gt UttS (UseCl (PredVP aNone ? (UseV ? ? ? aNone sleep_V))) | l -list -bind \ No newline at end of file diff --git a/src/experimental/transfer/Both.gf b/src/experimental/transfer/Both.gf deleted file mode 100644 index b431f9f7..00000000 --- a/src/experimental/transfer/Both.gf +++ /dev/null @@ -1,334 +0,0 @@ ---# -path=..:../../translator - -abstract Both = - Old, - New - [AAnter,ASimul,PPos,PNeg,TPres,TPast,TFut,TCond,AdAdV,ApposNP,CompoundCN,UttAdV] - ; - -{- - -Both> pg -cats -A A2 AP AdA AdN AdV Adv Ant CAdv CN Card Cl ClC_none ClC_np ClSlash Comp Conj Det Digits Float IAdv IComp IDet IP IQuant Imp Int Interj ListAP ListAdV ListAdv ListCN ListIAdv ListNP ListRS ListS ListVPI ListVPS N N2 N3 NP Num Numeral Ord PConj PN Phr Pol PrAP_none PrAP_np PrAdv_none PrAdv_np PrCN_none PrCN_np PrCl_none PrCl_np PrQCl_none PrQCl_np PrS PrVPI_none PrVPI_np PrVP_a PrVP_n PrVP_none PrVP_np PrVP_np_a PrVP_np_n PrVP_np_np PrVP_np_q PrVP_np_s PrVP_np_v PrVP_q PrVP_s PrVP_v PrV_a PrV_n PrV_none PrV_np PrV_np_a PrV_np_n PrV_np_np PrV_np_q PrV_np_s PrV_np_v PrV_q PrV_s PrV_v Predet Prep Pron QCl QS QVP Quant RCl RP RS S SC SSlash String Subj Symb Temp Tense Text Utt V V2 V2A V2Q V2S V2V V3 VA VP VPC_none VPC_np VPI VPS VPSlash VQ VS VV Voc -0 msec - - -Both> pg -funs -AAnter : Ant ; -ASimul : Ant ; -AdAP : AdA -> AP -> AP ; -AdAdV : AdA -> AdV -> AdV ; -AdAdv : AdA -> Adv -> Adv ; -AdNum : AdN -> Card -> Card ; -AdVVP : AdV -> VP -> VP ; -AdVVPSlash : AdV -> VPSlash -> VPSlash ; -AddAdvQVP : QVP -> IAdv -> QVP ; -AdjCN : AP -> CN -> CN ; -AdjOrd : Ord -> AP ; -AdnCAdv : CAdv -> AdN ; -AdvAP : AP -> Adv -> AP ; -AdvCN : CN -> Adv -> CN ; -AdvCl_none : PrAdv_none -> PrCl_none -> PrCl_none ; -AdvCl_np : PrAdv_np -> PrCl_none -> PrCl_np ; -AdvIAdv : IAdv -> Adv -> IAdv ; -AdvIP : IP -> Adv -> IP ; -AdvNP : NP -> Adv -> NP ; -AdvQCl_none : PrAdv_none -> PrQCl_none -> PrQCl_none ; -AdvQCl_np : PrAdv_np -> PrQCl_none -> PrQCl_np ; -AdvQVP : VP -> IAdv -> QVP ; -AdvS : Adv -> S -> S ; -AdvSlash : ClSlash -> Adv -> ClSlash ; -AdvVP : VP -> Adv -> VP ; -AdvVPSlash : VPSlash -> Adv -> VPSlash ; -AgentPassUseV_a : Ant -> Tense -> Pol -> PrV_np_a -> NP -> PrVP_a ; -AgentPassUseV_n : Ant -> Tense -> Pol -> PrV_np_n -> NP -> PrVP_n ; -AgentPassUseV_none : Ant -> Tense -> Pol -> PrV_np -> NP -> PrVP_none ; -AgentPassUseV_np : Ant -> Tense -> Pol -> PrV_np_np -> NP -> PrVP_np ; -AgentPassUseV_q : Ant -> Tense -> Pol -> PrV_np_q -> NP -> PrVP_q ; -AgentPassUseV_s : Ant -> Tense -> Pol -> PrV_np_s -> NP -> PrVP_s ; -AgentPassUseV_v : Ant -> Tense -> Pol -> PrV_np_v -> NP -> PrVP_v ; -AgentPastPartAP_none : PrV_np -> NP -> PrAP_none ; -ApposCN : CN -> NP -> CN ; -ApposNP : NP -> NP -> NP ; -BaseAP : AP -> AP -> ListAP ; -BaseAdV : AdV -> AdV -> ListAdV ; -BaseAdv : Adv -> Adv -> ListAdv ; -BaseCN : CN -> CN -> ListCN ; -BaseIAdv : IAdv -> IAdv -> ListIAdv ; -BaseNP : NP -> NP -> ListNP ; -BaseRS : RS -> RS -> ListRS ; -BaseS : S -> S -> ListS ; -BaseVPI : VPI -> VPI -> ListVPI ; -BaseVPS : VPS -> VPS -> ListVPS ; -CAdvAP : CAdv -> AP -> NP -> AP ; -CNNumNP : CN -> Card -> NP ; -CompAP : AP -> Comp ; -CompAdv : Adv -> Comp ; -CompCN : CN -> Comp ; -CompIAdv : IAdv -> IComp ; -CompIP : IP -> IComp ; -CompNP : NP -> Comp ; -CompQS : QS -> Comp ; -CompS : S -> Comp ; -CompVP : Ant -> Pol -> VP -> Comp ; -ComparA : A -> NP -> AP ; -ComparAdvAdj : CAdv -> A -> NP -> Adv ; -ComparAdvAdjS : CAdv -> A -> S -> Adv ; -ComplA2 : A2 -> NP -> AP ; -ComplAdv_none : PrAdv_np -> NP -> PrAdv_none ; -ComplN2 : N2 -> NP -> CN ; -ComplN3 : N3 -> NP -> N2 ; -ComplSlash : VPSlash -> NP -> VP ; -ComplSlashIP : VPSlash -> IP -> QVP ; -ComplV2_none : PrVP_np -> NP -> PrVP_none ; -ComplVA : VA -> AP -> VP ; -ComplVA_none : PrVP_a -> PrAP_none -> PrVP_none ; -ComplVN_none : PrVP_n -> PrCN_none -> PrVP_none ; -ComplVPIVV : VV -> VPI -> VP ; -ComplVQ : VQ -> QS -> VP ; -ComplVQ_none : PrVP_q -> PrQCl_none -> PrVP_none ; -ComplVS : VS -> S -> VP ; -ComplVS_none : PrVP_s -> PrCl_none -> PrVP_none ; -ComplVS_np : PrVP_s -> PrCl_np -> PrVP_np ; -ComplVV : VV -> Ant -> Pol -> VP -> VP ; -ComplVV_none : PrVP_v -> PrVPI_none -> PrVP_none ; -ComplVV_np : PrVP_v -> PrVPI_np -> PrVP_np ; -CompoundCN : N -> CN -> CN ; -ConjAP : Conj -> ListAP -> AP ; -ConjAdV : Conj -> ListAdV -> AdV ; -ConjAdv : Conj -> ListAdv -> Adv ; -ConjCN : Conj -> ListCN -> CN ; -ConjIAdv : Conj -> ListIAdv -> IAdv ; -ConjNP : Conj -> ListNP -> NP ; -ConjRS : Conj -> ListRS -> RS ; -ConjS : Conj -> ListS -> S ; -ConjVPI : Conj -> ListVPI -> VPI ; -ConjVPS : Conj -> ListVPS -> VPS ; -ConsAP : AP -> ListAP -> ListAP ; -ConsAdV : AdV -> ListAdV -> ListAdV ; -ConsAdv : Adv -> ListAdv -> ListAdv ; -ConsCN : CN -> ListCN -> ListCN ; -ConsIAdv : IAdv -> ListIAdv -> ListIAdv ; -ConsNP : NP -> ListNP -> ListNP ; -ConsRS : RS -> ListRS -> ListRS ; -ConsS : S -> ListS -> ListS ; -ConsVPI : VPI -> ListVPI -> ListVPI ; -ConsVPS : VPS -> ListVPS -> ListVPS ; -ContClC_none : PrCl_none -> ClC_none -> ClC_none ; -ContClC_np : PrCl_np -> ClC_np -> ClC_np ; -ContVPC_none : PrVP_none -> VPC_none -> VPC_none ; -ContVPC_np : PrVP_np -> VPC_np -> VPC_np ; -CountNP : Det -> NP -> NP ; -DefArt : Quant ; -DetCN : Det -> CN -> NP ; -DetNP : Det -> NP ; -DetQuant : Quant -> Num -> Det ; -DetQuantOrd : Quant -> Num -> Ord -> Det ; -EmbedQS : QS -> SC ; -EmbedS : S -> SC ; -EmbedVP : VP -> SC ; -EmptyRelSlash : ClSlash -> RCl ; -ExistNP : NP -> Cl ; -ExtAdvNP : NP -> Adv -> NP ; -ExtAdvS : Adv -> S -> S ; -ExtAdvVP : VP -> Adv -> VP ; -FunRP : Prep -> NP -> RP -> RP ; -GenIP : IP -> IQuant ; -GenNP : NP -> Quant ; -GenRP : Num -> CN -> RP ; -GerundAdv : VP -> Adv ; -GerundCN : VP -> CN ; -GerundNP : VP -> NP ; -IdRP : RP ; -IdetCN : IDet -> CN -> IP ; -IdetIP : IDet -> IP ; -IdetQuant : IQuant -> Num -> IDet ; -ImpVP : VP -> Imp ; -IndefArt : Quant ; -InfVP_none : PrVP_none -> PrVPI_none ; -InfVP_np : PrVP_np -> PrVPI_np ; -MassNP : CN -> NP ; -MkSymb : String -> Symb ; -MkVPI : VP -> VPI ; -MkVPS : Temp -> Pol -> VP -> VPS ; -NoPConj : PConj ; -NoVoc : Voc ; -NumCard : Card -> Num ; -NumDigits : Digits -> Card ; -NumNumeral : Numeral -> Card ; -NumPl : Num ; -NumSg : Num ; -OrdDigits : Digits -> Ord ; -OrdNumeral : Numeral -> Ord ; -OrdSuperl : A -> Ord ; -PConjConj : Conj -> PConj ; -PNeg : Pol ; -PPartNP : NP -> V2 -> NP ; -PPos : Pol ; -PartNP : CN -> NP -> CN ; -PassAgentVPSlash : VPSlash -> NP -> VP ; -PassUseV_a : Ant -> Tense -> Pol -> PrV_np_a -> PrVP_a ; -PassUseV_n : Ant -> Tense -> Pol -> PrV_np_n -> PrVP_n ; -PassUseV_none : Ant -> Tense -> Pol -> PrV_np -> PrVP_none ; -PassUseV_np : Ant -> Tense -> Pol -> PrV_np_np -> PrVP_np ; -PassUseV_q : Ant -> Tense -> Pol -> PrV_np_q -> PrVP_q ; -PassUseV_s : Ant -> Tense -> Pol -> PrV_np_s -> PrVP_s ; -PassUseV_v : Ant -> Tense -> Pol -> PrV_np_v -> PrVP_v ; -PassVPSlash : VPSlash -> VP ; -PastPartAP : VPSlash -> AP ; -PastPartAP_none : PrV_np -> PrAP_none ; -PastPartAgentAP : VPSlash -> NP -> AP ; -PastPartRS : Ant -> Pol -> VPSlash -> RS ; -PhrUtt : PConj -> Utt -> Voc -> Phr ; -PositA : A -> AP ; -PositAdAAdj : A -> AdA ; -PositAdVAdj : A -> AdV ; -PositAdvAdj : A -> Adv ; -PossNP : CN -> NP -> CN ; -PossPron : Pron -> Quant ; -PredFrontVQ : Temp -> NP -> VQ -> QS -> S ; -PredFrontVS : Temp -> NP -> VS -> S -> S ; -PredSCVP : SC -> VP -> Cl ; -PredVP : NP -> VP -> Cl ; -PredVPS : NP -> VPS -> S ; -PredVP_none : NP -> PrVP_none -> PrCl_none ; -PredVP_np : NP -> PrVP_np -> PrCl_np ; -PredetNP : Predet -> NP -> NP ; -PrepIP : Prep -> IP -> IAdv ; -PrepNP : Prep -> NP -> Adv ; -PresPartAP : VP -> AP ; -PresPartAP_none : PrV_none -> PrAP_none ; -PresPartAP_np : PrV_np -> PrAP_np ; -PresPartRS : Ant -> Pol -> VP -> RS ; -ProgrVP : VP -> VP ; -QuestCl : Cl -> QCl ; -QuestCl_none : PrCl_none -> PrQCl_none ; -QuestCl_np : PrCl_np -> PrQCl_np ; -QuestIAdv : IAdv -> Cl -> QCl ; -QuestIAdv_none : IAdv -> PrCl_none -> PrQCl_none ; -QuestIComp : IComp -> NP -> QCl ; -QuestQVP : IP -> QVP -> QCl ; -QuestSlash : IP -> ClSlash -> QCl ; -QuestSlash_none : IP -> PrQCl_np -> PrQCl_none ; -QuestVP : IP -> VP -> QCl ; -QuestVP_none : IP -> PrVP_none -> PrQCl_none ; -ReflA2 : A2 -> AP ; -ReflVP : VPSlash -> VP ; -ReflVP2_np : PrVP_np_np -> PrVP_np ; -ReflVP_a : PrVP_np_a -> PrVP_a ; -ReflVP_n : PrVP_np_n -> PrVP_n ; -ReflVP_none : PrVP_np -> PrVP_none ; -ReflVP_np : PrVP_np_np -> PrVP_np ; -ReflVP_q : PrVP_np_q -> PrVP_q ; -ReflVP_s : PrVP_np_s -> PrVP_s ; -ReflVP_v : PrVP_np_v -> PrVP_v ; -RelCN : CN -> RS -> CN ; -RelCl : Cl -> RCl ; -RelNP : NP -> RS -> NP ; -RelS : S -> RS -> S ; -RelSlash : RP -> ClSlash -> RCl ; -RelVP : RP -> VP -> RCl ; -SSubjS : S -> Subj -> S -> S ; -SelfAdVVP : VP -> VP ; -SelfAdvVP : VP -> VP ; -SelfNP : NP -> NP ; -SentAP : AP -> SC -> AP ; -SentCN : CN -> SC -> CN ; -Slash2V3 : V3 -> NP -> VPSlash ; -Slash3V3 : V3 -> NP -> VPSlash ; -SlashClNP_none : PrCl_np -> NP -> PrCl_none ; -SlashPrep : Cl -> Prep -> ClSlash ; -SlashSlashV2V : V2V -> Ant -> Pol -> VPSlash -> VPSlash ; -SlashV2A : V2A -> AP -> VPSlash ; -SlashV2A_none : PrVP_np_a -> PrAP_none -> PrVP_np ; -SlashV2N_none : PrVP_np_n -> PrCN_none -> PrVP_np ; -SlashV2Q : V2Q -> QS -> VPSlash ; -SlashV2Q_none : PrVP_np_q -> PrQCl_none -> PrVP_np ; -SlashV2S : V2S -> S -> VPSlash ; -SlashV2S_none : PrVP_np_s -> PrCl_none -> PrVP_np ; -SlashV2V : V2V -> Ant -> Pol -> VP -> VPSlash ; -SlashV2VNP : V2V -> NP -> VPSlash -> VPSlash ; -SlashV2V_none : PrVP_np_v -> PrVPI_none -> PrVP_np ; -SlashV2V_np : PrVP_np_v -> PrVPI_np -> PrVP_np_np ; -SlashV2a : V2 -> VPSlash ; -SlashV3_none : PrVP_np_np -> NP -> PrVP_np ; -SlashVP : NP -> VPSlash -> ClSlash ; -SlashVPIV2V : V2V -> Pol -> VPI -> VPSlash ; -SlashVS : NP -> VS -> SSlash -> ClSlash ; -SlashVV : VV -> VPSlash -> VPSlash ; -StartClC_none : Conj -> PrCl_none -> PrCl_none -> ClC_none ; -StartClC_np : Conj -> PrCl_np -> PrCl_np -> ClC_np ; -StartVPC_none : Conj -> PrVP_none -> PrVP_none -> VPC_none ; -StartVPC_np : Conj -> PrVP_np -> PrVP_np -> VPC_np ; -SubjS : Subj -> S -> Adv ; -SymbPN : Symb -> PN ; -TCond : Tense ; -TFut : Tense ; -TPast : Tense ; -TPres : Tense ; -TTAnt : Tense -> Ant -> Temp ; -Use2N3 : N3 -> N2 ; -Use3N3 : N3 -> N2 ; -UseA2 : A2 -> AP ; -UseAP_none : Ant -> Tense -> Pol -> PrAP_none -> PrVP_none ; -UseAP_np : Ant -> Tense -> Pol -> PrAP_np -> PrVP_np ; -UseAdvCl_none : PrAdv_none -> PrCl_none -> PrS ; -UseAdv_none : Ant -> Tense -> Pol -> PrAdv_none -> PrVP_none ; -UseAdv_np : Ant -> Tense -> Pol -> PrAdv_np -> PrVP_np ; -UseCN_none : Ant -> Tense -> Pol -> PrCN_none -> PrVP_none ; -UseCN_np : Ant -> Tense -> Pol -> PrCN_np -> PrVP_np ; -UseCl : Temp -> Pol -> Cl -> S ; -UseClC_none : ClC_none -> PrCl_none ; -UseClC_np : ClC_np -> PrCl_np ; -UseCl_none : PrCl_none -> PrS ; -UseComp : Comp -> VP ; -UseComparA : A -> AP ; -UseN : N -> CN ; -UseN2 : N2 -> CN ; -UseNP_none : Ant -> Tense -> Pol -> NP -> PrVP_none ; -UsePN : PN -> NP ; -UsePron : Pron -> NP ; -UseQCl : Temp -> Pol -> QCl -> QS ; -UseQCl_none : PrQCl_none -> PrS ; -UseQuantPN : Quant -> PN -> NP ; -UseRCl : Temp -> Pol -> RCl -> RS ; -UseSlash : Temp -> Pol -> ClSlash -> SSlash ; -UseV : V -> VP ; -UseVPC_none : VPC_none -> PrVP_none ; -UseVPC_np : VPC_np -> PrVP_np ; -UseV_a : Ant -> Tense -> Pol -> PrV_a -> PrVP_a ; -UseV_n : Ant -> Tense -> Pol -> PrV_v -> PrVP_n ; -UseV_none : Ant -> Tense -> Pol -> PrV_none -> PrVP_none ; -UseV_np : Ant -> Tense -> Pol -> PrV_np -> PrVP_np ; -UseV_np_a : Ant -> Tense -> Pol -> PrV_np_a -> PrVP_np_a ; -UseV_np_n : Ant -> Tense -> Pol -> PrV_np_n -> PrVP_np_n ; -UseV_np_np : Ant -> Tense -> Pol -> PrV_np_np -> PrVP_np_np ; -UseV_np_q : Ant -> Tense -> Pol -> PrV_np_q -> PrVP_np_q ; -UseV_np_s : Ant -> Tense -> Pol -> PrV_np_s -> PrVP_np_s ; -UseV_np_v : Ant -> Tense -> Pol -> PrV_np_v -> PrVP_np_v ; -UseV_q : Ant -> Tense -> Pol -> PrV_q -> PrVP_q ; -UseV_s : Ant -> Tense -> Pol -> PrV_s -> PrVP_s ; -UseV_v : Ant -> Tense -> Pol -> PrV_v -> PrVP_v ; -UttAP : AP -> Utt ; -UttAdV : AdV -> Utt ; -UttAdv : Adv -> Utt ; -UttCN : CN -> Utt ; -UttCard : Card -> Utt ; -UttIAdv : IAdv -> Utt ; -UttIP : IP -> Utt ; -UttImpPl : Pol -> Imp -> Utt ; -UttImpPol : Pol -> Imp -> Utt ; -UttImpSg : Pol -> Imp -> Utt ; -UttInterj : Interj -> Utt ; -UttNP : NP -> Utt ; -UttPrS : PrS -> Utt ; -UttQS : QS -> Utt ; -UttS : S -> Utt ; -UttVP : VP -> Utt ; -VPSlashPrep : VP -> Prep -> VPSlash ; -VPSlashVS : VS -> VP -> VPSlash ; -VocNP : NP -> Voc ; -that_RP : RP ; -who_RP : RP ; - - --} \ No newline at end of file diff --git a/src/experimental/transfer/Both.hs b/src/experimental/transfer/Both.hs deleted file mode 100644 index d1f43b8b..00000000 --- a/src/experimental/transfer/Both.hs +++ /dev/null @@ -1,3078 +0,0 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} -module Both where - -import Control.Monad.Identity -import Data.Monoid -import PGF hiding (Tree) -import qualified PGF ----------------------------------------------------- --- automatic translation from GF to Haskell ----------------------------------------------------- - -class Gf a where - gf :: a -> PGF.Tree - fg :: PGF.Tree -> a - -instance Gf GString where - gf (GString x) = mkStr x - fg t = - case unStr t of - Just x -> GString x - Nothing -> error ("no GString " ++ show t) - -instance Gf GInt where - gf (GInt x) = mkInt x - fg t = - case unInt t of - Just x -> GInt x - Nothing -> error ("no GInt " ++ show t) - -instance Gf GFloat where - gf (GFloat x) = mkDouble x - fg t = - case unDouble t of - Just x -> GFloat x - Nothing -> error ("no GFloat " ++ show t) - ----------------------------------------------------- --- below this line machine-generated ----------------------------------------------------- - -type GAP = Tree GAP_ -data GAP_ -type GAdA = Tree GAdA_ -data GAdA_ -type GAdN = Tree GAdN_ -data GAdN_ -type GAdV = Tree GAdV_ -data GAdV_ -type GAdv = Tree GAdv_ -data GAdv_ -type GAnt = Tree GAnt_ -data GAnt_ -type GCN = Tree GCN_ -data GCN_ -type GCard = Tree GCard_ -data GCard_ -type GCl = Tree GCl_ -data GCl_ -type GClC_none = Tree GClC_none_ -data GClC_none_ -type GClC_np = Tree GClC_np_ -data GClC_np_ -type GClSlash = Tree GClSlash_ -data GClSlash_ -type GComp = Tree GComp_ -data GComp_ -type GDet = Tree GDet_ -data GDet_ -type GIAdv = Tree GIAdv_ -data GIAdv_ -type GIComp = Tree GIComp_ -data GIComp_ -type GIDet = Tree GIDet_ -data GIDet_ -type GIP = Tree GIP_ -data GIP_ -type GImp = Tree GImp_ -data GImp_ -type GListAP = Tree GListAP_ -data GListAP_ -type GListAdV = Tree GListAdV_ -data GListAdV_ -type GListAdv = Tree GListAdv_ -data GListAdv_ -type GListCN = Tree GListCN_ -data GListCN_ -type GListIAdv = Tree GListIAdv_ -data GListIAdv_ -type GListNP = Tree GListNP_ -data GListNP_ -type GListRS = Tree GListRS_ -data GListRS_ -type GListS = Tree GListS_ -data GListS_ -type GListVPI = Tree GListVPI_ -data GListVPI_ -type GListVPS = Tree GListVPS_ -data GListVPS_ -type GN = Tree GN_ -data GN_ -type GN2 = Tree GN2_ -data GN2_ -type GNP = Tree GNP_ -data GNP_ -type GNum = Tree GNum_ -data GNum_ -type GOrd = Tree GOrd_ -data GOrd_ -type GPConj = Tree GPConj_ -data GPConj_ -type GPN = Tree GPN_ -data GPN_ -type GPhr = Tree GPhr_ -data GPhr_ -type GPol = Tree GPol_ -data GPol_ -type GPrAP_none = Tree GPrAP_none_ -data GPrAP_none_ -type GPrAP_np = Tree GPrAP_np_ -data GPrAP_np_ -type GPrAdv_none = Tree GPrAdv_none_ -data GPrAdv_none_ -type GPrAdv_np = Tree GPrAdv_np_ -data GPrAdv_np_ -type GPrCN_none = Tree GPrCN_none_ -data GPrCN_none_ -type GPrCN_np = Tree GPrCN_np_ -data GPrCN_np_ -type GPrCl_none = Tree GPrCl_none_ -data GPrCl_none_ -type GPrCl_np = Tree GPrCl_np_ -data GPrCl_np_ -type GPrQCl_none = Tree GPrQCl_none_ -data GPrQCl_none_ -type GPrQCl_np = Tree GPrQCl_np_ -data GPrQCl_np_ -type GPrS = Tree GPrS_ -data GPrS_ -type GPrVPI_none = Tree GPrVPI_none_ -data GPrVPI_none_ -type GPrVPI_np = Tree GPrVPI_np_ -data GPrVPI_np_ -type GPrVP_a = Tree GPrVP_a_ -data GPrVP_a_ -type GPrVP_n = Tree GPrVP_n_ -data GPrVP_n_ -type GPrVP_none = Tree GPrVP_none_ -data GPrVP_none_ -type GPrVP_np = Tree GPrVP_np_ -data GPrVP_np_ -type GPrVP_np_a = Tree GPrVP_np_a_ -data GPrVP_np_a_ -type GPrVP_np_n = Tree GPrVP_np_n_ -data GPrVP_np_n_ -type GPrVP_np_np = Tree GPrVP_np_np_ -data GPrVP_np_np_ -type GPrVP_np_q = Tree GPrVP_np_q_ -data GPrVP_np_q_ -type GPrVP_np_s = Tree GPrVP_np_s_ -data GPrVP_np_s_ -type GPrVP_np_v = Tree GPrVP_np_v_ -data GPrVP_np_v_ -type GPrVP_q = Tree GPrVP_q_ -data GPrVP_q_ -type GPrVP_s = Tree GPrVP_s_ -data GPrVP_s_ -type GPrVP_v = Tree GPrVP_v_ -data GPrVP_v_ -type GPrV_a = Tree GPrV_a_ -data GPrV_a_ -type GPrV_n = Tree GPrV_n_ -data GPrV_n_ -type GPrV_none = Tree GPrV_none_ -data GPrV_none_ -type GPrV_np = Tree GPrV_np_ -data GPrV_np_ -type GPrV_np_a = Tree GPrV_np_a_ -data GPrV_np_a_ -type GPrV_np_n = Tree GPrV_np_n_ -data GPrV_np_n_ -type GPrV_np_np = Tree GPrV_np_np_ -data GPrV_np_np_ -type GPrV_np_q = Tree GPrV_np_q_ -data GPrV_np_q_ -type GPrV_np_s = Tree GPrV_np_s_ -data GPrV_np_s_ -type GPrV_np_v = Tree GPrV_np_v_ -data GPrV_np_v_ -type GPrV_q = Tree GPrV_q_ -data GPrV_q_ -type GPrV_s = Tree GPrV_s_ -data GPrV_s_ -type GPrV_v = Tree GPrV_v_ -data GPrV_v_ -type GQCl = Tree GQCl_ -data GQCl_ -type GQS = Tree GQS_ -data GQS_ -type GQVP = Tree GQVP_ -data GQVP_ -type GQuant = Tree GQuant_ -data GQuant_ -type GRCl = Tree GRCl_ -data GRCl_ -type GRP = Tree GRP_ -data GRP_ -type GRS = Tree GRS_ -data GRS_ -type GS = Tree GS_ -data GS_ -type GSC = Tree GSC_ -data GSC_ -type GSSlash = Tree GSSlash_ -data GSSlash_ -type GSymb = Tree GSymb_ -data GSymb_ -type GTemp = Tree GTemp_ -data GTemp_ -type GTense = Tree GTense_ -data GTense_ -type GUtt = Tree GUtt_ -data GUtt_ -type GVP = Tree GVP_ -data GVP_ -type GVPC_none = Tree GVPC_none_ -data GVPC_none_ -type GVPC_np = Tree GVPC_np_ -data GVPC_np_ -type GVPI = Tree GVPI_ -data GVPI_ -type GVPS = Tree GVPS_ -data GVPS_ -type GVPSlash = Tree GVPSlash_ -data GVPSlash_ -type GVoc = Tree GVoc_ -data GVoc_ -type GA = Tree GA_ -data GA_ -type GA2 = Tree GA2_ -data GA2_ -type GCAdv = Tree GCAdv_ -data GCAdv_ -type GConj = Tree GConj_ -data GConj_ -type GDigits = Tree GDigits_ -data GDigits_ -type GIQuant = Tree GIQuant_ -data GIQuant_ -type GInterj = Tree GInterj_ -data GInterj_ -type GN3 = Tree GN3_ -data GN3_ -type GNumeral = Tree GNumeral_ -data GNumeral_ -type GPredet = Tree GPredet_ -data GPredet_ -type GPrep = Tree GPrep_ -data GPrep_ -type GPron = Tree GPron_ -data GPron_ -type GSubj = Tree GSubj_ -data GSubj_ -type GText = Tree GText_ -data GText_ -type GV = Tree GV_ -data GV_ -type GV2 = Tree GV2_ -data GV2_ -type GV2A = Tree GV2A_ -data GV2A_ -type GV2Q = Tree GV2Q_ -data GV2Q_ -type GV2S = Tree GV2S_ -data GV2S_ -type GV2V = Tree GV2V_ -data GV2V_ -type GV3 = Tree GV3_ -data GV3_ -type GVA = Tree GVA_ -data GVA_ -type GVQ = Tree GVQ_ -data GVQ_ -type GVS = Tree GVS_ -data GVS_ -type GVV = Tree GVV_ -data GVV_ -type GString = Tree GString_ -data GString_ -type GInt = Tree GInt_ -data GInt_ -type GFloat = Tree GFloat_ -data GFloat_ - -data Tree :: * -> * where - - GEMeta :: Int -> [Tree a] -> Tree GPhr_ - - GAdAP :: GAdA -> GAP -> Tree GAP_ - GAdjOrd :: GOrd -> Tree GAP_ - GAdvAP :: GAP -> GAdv -> Tree GAP_ - GCAdvAP :: GCAdv -> GAP -> GNP -> Tree GAP_ - GComparA :: GA -> GNP -> Tree GAP_ - GComplA2 :: GA2 -> GNP -> Tree GAP_ - GConjAP :: GConj -> GListAP -> Tree GAP_ - GGerundAP :: GV -> Tree GAP_ - GPastPartAP :: GV2 -> Tree GAP_ - GPositA :: GA -> Tree GAP_ - GReflA2 :: GA2 -> Tree GAP_ - GSentAP :: GAP -> GSC -> Tree GAP_ - GUseA2 :: GA2 -> Tree GAP_ - GUseComparA :: GA -> Tree GAP_ - GPositAdAAdj :: GA -> Tree GAdA_ - GAdnCAdv :: GCAdv -> Tree GAdN_ - GAdAdV :: GAdA -> GAdV -> Tree GAdV_ - GConjAdV :: GConj -> GListAdV -> Tree GAdV_ - GPositAdVAdj :: GA -> Tree GAdV_ - GAdAdv :: GAdA -> GAdv -> Tree GAdv_ - GComparAdvAdj :: GCAdv -> GA -> GNP -> Tree GAdv_ - GComparAdvAdjS :: GCAdv -> GA -> GS -> Tree GAdv_ - GConjAdv :: GConj -> GListAdv -> Tree GAdv_ - GPositAdvAdj :: GA -> Tree GAdv_ - GPrepNP :: GPrep -> GNP -> Tree GAdv_ - GSubjS :: GSubj -> GS -> Tree GAdv_ - GAAnter :: Tree GAnt_ - GASimul :: Tree GAnt_ - GAdjCN :: GAP -> GCN -> Tree GCN_ - GAdvCN :: GCN -> GAdv -> Tree GCN_ - GAppAPCN :: GPrAP_none -> GCN -> Tree GCN_ - GApposCN :: GCN -> GNP -> Tree GCN_ - GComplN2 :: GN2 -> GNP -> Tree GCN_ - GCompoundCN :: GNum -> GN -> GCN -> Tree GCN_ - GConjCN :: GConj -> GListCN -> Tree GCN_ - GPartNP :: GCN -> GNP -> Tree GCN_ - GPossNP :: GCN -> GNP -> Tree GCN_ - GRelCN :: GCN -> GRS -> Tree GCN_ - GSentCN :: GCN -> GSC -> Tree GCN_ - GUseN :: GN -> Tree GCN_ - GUseN2 :: GN2 -> Tree GCN_ - GAdNum :: GAdN -> GCard -> Tree GCard_ - GNumDigits :: GDigits -> Tree GCard_ - GNumNumeral :: GNumeral -> Tree GCard_ - GExistNP :: GNP -> Tree GCl_ - GPredSCVP :: GSC -> GVP -> Tree GCl_ - GPredVP :: GNP -> GVP -> Tree GCl_ - GPredVPosv :: GNP -> GVP -> Tree GCl_ - GPredVPovs :: GNP -> GVP -> Tree GCl_ - GContClC_none :: GPrCl_none -> GClC_none -> Tree GClC_none_ - GStartClC_none :: GConj -> GPrCl_none -> GPrCl_none -> Tree GClC_none_ - GContClC_np :: GPrCl_np -> GClC_np -> Tree GClC_np_ - GStartClC_np :: GConj -> GPrCl_np -> GPrCl_np -> Tree GClC_np_ - GAdvSlash :: GClSlash -> GAdv -> Tree GClSlash_ - GSlashPrep :: GCl -> GPrep -> Tree GClSlash_ - GSlashVP :: GNP -> GVPSlash -> Tree GClSlash_ - GSlashVS :: GNP -> GVS -> GSSlash -> Tree GClSlash_ - GCompAP :: GAP -> Tree GComp_ - GCompAdv :: GAdv -> Tree GComp_ - GCompCN :: GCN -> Tree GComp_ - GCompNP :: GNP -> Tree GComp_ - GCompQS :: GQS -> Tree GComp_ - GCompS :: GS -> Tree GComp_ - GCompVP :: GAnt -> GPol -> GVP -> Tree GComp_ - GDetQuant :: GQuant -> GNum -> Tree GDet_ - GDetQuantOrd :: GQuant -> GNum -> GOrd -> Tree GDet_ - GAdvIAdv :: GIAdv -> GAdv -> Tree GIAdv_ - GConjIAdv :: GConj -> GListIAdv -> Tree GIAdv_ - GPrepIP :: GPrep -> GIP -> Tree GIAdv_ - GCompIAdv :: GIAdv -> Tree GIComp_ - GCompIP :: GIP -> Tree GIComp_ - GIdetQuant :: GIQuant -> GNum -> Tree GIDet_ - GAdvIP :: GIP -> GAdv -> Tree GIP_ - GIdetCN :: GIDet -> GCN -> Tree GIP_ - GIdetIP :: GIDet -> Tree GIP_ - GImpVP :: GVP -> Tree GImp_ - GListAP :: [GAP] -> Tree GListAP_ - GListAdV :: [GAdV] -> Tree GListAdV_ - GListAdv :: [GAdv] -> Tree GListAdv_ - GListCN :: [GCN] -> Tree GListCN_ - GListIAdv :: [GIAdv] -> Tree GListIAdv_ - GListNP :: [GNP] -> Tree GListNP_ - GListRS :: [GRS] -> Tree GListRS_ - GListS :: [GS] -> Tree GListS_ - GListVPI :: [GVPI] -> Tree GListVPI_ - GListVPS :: [GVPS] -> Tree GListVPS_ - GDashCN :: GN -> GN -> Tree GN_ - GGerundN :: GV -> Tree GN_ - GComplN3 :: GN3 -> GNP -> Tree GN2_ - GUse2N3 :: GN3 -> Tree GN2_ - GUse3N3 :: GN3 -> Tree GN2_ - GAdvNP :: GNP -> GAdv -> Tree GNP_ - GApposNP :: GNP -> GNP -> Tree GNP_ - GCNNumNP :: GCN -> GCard -> Tree GNP_ - GConjNP :: GConj -> GListNP -> Tree GNP_ - GCountNP :: GDet -> GNP -> Tree GNP_ - GDetCN :: GDet -> GCN -> Tree GNP_ - GDetNP :: GDet -> Tree GNP_ - GExtAdvNP :: GNP -> GAdv -> Tree GNP_ - GMassNP :: GCN -> Tree GNP_ - GNomVPNP_none :: GPrVPI_none -> Tree GNP_ - GPPartNP :: GNP -> GV2 -> Tree GNP_ - GPredetNP :: GPredet -> GNP -> Tree GNP_ - GRelNP :: GNP -> GRS -> Tree GNP_ - GSelfNP :: GNP -> Tree GNP_ - GUsePN :: GPN -> Tree GNP_ - GUsePron :: GPron -> Tree GNP_ - GUseQuantPN :: GQuant -> GPN -> Tree GNP_ - Gherself_NP :: Tree GNP_ - Ghimself_NP :: Tree GNP_ - Gitself_NP :: Tree GNP_ - Gmyself_NP :: Tree GNP_ - Gourselves_NP :: Tree GNP_ - Gthemselves_NP :: Tree GNP_ - GyourselfPl_NP :: Tree GNP_ - GyourselfSg_NP :: Tree GNP_ - GNumCard :: GCard -> Tree GNum_ - GNumPl :: Tree GNum_ - GNumSg :: Tree GNum_ - GOrdCompar :: GA -> Tree GOrd_ - GOrdDigits :: GDigits -> Tree GOrd_ - GOrdNumeral :: GNumeral -> Tree GOrd_ - GOrdSuperl :: GA -> Tree GOrd_ - GNoPConj :: Tree GPConj_ - GPConjConj :: GConj -> Tree GPConj_ - GSymbPN :: GSymb -> Tree GPN_ - GPhrUtt :: GPConj -> GUtt -> GVoc -> Tree GPhr_ - GPNeg :: Tree GPol_ - GPPos :: Tree GPol_ - GAgentPastPartAP_none :: GPrV_np -> GNP -> Tree GPrAP_none_ - GLiftAP :: GAP -> Tree GPrAP_none_ - GPastPartAP_none :: GPrV_np -> Tree GPrAP_none_ - GPresPartAP_none :: GPrV_none -> Tree GPrAP_none_ - GLiftA2 :: GA2 -> Tree GPrAP_np_ - GPresPartAP_np :: GPrV_np -> Tree GPrAP_np_ - GComplAdv_none :: GPrAdv_np -> GNP -> Tree GPrAdv_none_ - GLiftAdV :: GAdV -> Tree GPrAdv_none_ - GLiftAdv :: GAdv -> Tree GPrAdv_none_ - GLiftPrep :: GPrep -> Tree GPrAdv_np_ - GLiftCN :: GCN -> Tree GPrCN_none_ - GLiftN2 :: GN2 -> Tree GPrCN_np_ - GAdvCl_none :: GPrAdv_none -> GPrCl_none -> Tree GPrCl_none_ - GPredVP_none :: GNP -> GPrVP_none -> Tree GPrCl_none_ - GSlashClNP_none :: GPrCl_np -> GNP -> Tree GPrCl_none_ - GUseClC_none :: GClC_none -> Tree GPrCl_none_ - GAdvCl_np :: GPrAdv_np -> GPrCl_none -> Tree GPrCl_np_ - GPredVP_np :: GNP -> GPrVP_np -> Tree GPrCl_np_ - GUseClC_np :: GClC_np -> Tree GPrCl_np_ - GAdvQCl_none :: GPrAdv_none -> GPrQCl_none -> Tree GPrQCl_none_ - GQuestCl_none :: GPrCl_none -> Tree GPrQCl_none_ - GQuestIAdv_none :: GIAdv -> GPrCl_none -> Tree GPrQCl_none_ - GQuestIComp_none :: GAnt -> GTense -> GPol -> GIComp -> GNP -> Tree GPrQCl_none_ - GQuestSlash_none :: GIP -> GPrQCl_np -> Tree GPrQCl_none_ - GQuestVP_none :: GIP -> GPrVP_none -> Tree GPrQCl_none_ - GAdvQCl_np :: GPrAdv_np -> GPrQCl_none -> Tree GPrQCl_np_ - GQuestCl_np :: GPrCl_np -> Tree GPrQCl_np_ - GUseAdvCl_none :: GPrAdv_none -> GPrCl_none -> Tree GPrS_ - GUseCl_none :: GPrCl_none -> Tree GPrS_ - GUseQCl_none :: GPrQCl_none -> Tree GPrS_ - GInfVP_none :: GPrVP_none -> Tree GPrVPI_none_ - GInfVP_np :: GPrVP_np -> Tree GPrVPI_np_ - GAgentPassUseV_a :: GAnt -> GTense -> GPol -> GPrV_np_a -> GNP -> Tree GPrVP_a_ - GPassUseV_a :: GAnt -> GTense -> GPol -> GPrV_np_a -> Tree GPrVP_a_ - GReflVP_a :: GPrVP_np_a -> Tree GPrVP_a_ - GUseV_a :: GAnt -> GTense -> GPol -> GPrV_a -> Tree GPrVP_a_ - GAgentPassUseV_n :: GAnt -> GTense -> GPol -> GPrV_np_n -> GNP -> Tree GPrVP_n_ - GPassUseV_n :: GAnt -> GTense -> GPol -> GPrV_np_n -> Tree GPrVP_n_ - GReflVP_n :: GPrVP_np_n -> Tree GPrVP_n_ - GUseV_n :: GAnt -> GTense -> GPol -> GPrV_v -> Tree GPrVP_n_ - GAfterVP_none :: GPrVP_none -> GPrVPI_none -> Tree GPrVP_none_ - GAgentPassUseV_none :: GAnt -> GTense -> GPol -> GPrV_np -> GNP -> Tree GPrVP_none_ - GBeforeVP_none :: GPrVP_none -> GPrVPI_none -> Tree GPrVP_none_ - GByVP_none :: GPrVP_none -> GPrVPI_none -> Tree GPrVP_none_ - GComplV2_none :: GPrVP_np -> GNP -> Tree GPrVP_none_ - GComplVA_none :: GPrVP_a -> GPrAP_none -> Tree GPrVP_none_ - GComplVN_none :: GPrVP_n -> GPrCN_none -> Tree GPrVP_none_ - GComplVQ_none :: GPrVP_q -> GPrQCl_none -> Tree GPrVP_none_ - GComplVS_none :: GPrVP_s -> GPrCl_none -> Tree GPrVP_none_ - GComplVV_none :: GPrVP_v -> GPrVPI_none -> Tree GPrVP_none_ - GInOrderVP_none :: GPrVP_none -> GPrVPI_none -> Tree GPrVP_none_ - GPassUseV_none :: GAnt -> GTense -> GPol -> GPrV_np -> Tree GPrVP_none_ - GReflVP_none :: GPrVP_np -> Tree GPrVP_none_ - GUseAP_none :: GAnt -> GTense -> GPol -> GPrAP_none -> Tree GPrVP_none_ - GUseAdv_none :: GAnt -> GTense -> GPol -> GPrAdv_none -> Tree GPrVP_none_ - GUseCN_none :: GAnt -> GTense -> GPol -> GPrCN_none -> Tree GPrVP_none_ - GUseNP_none :: GAnt -> GTense -> GPol -> GNP -> Tree GPrVP_none_ - GUseQ_none :: GAnt -> GTense -> GPol -> GPrQCl_none -> Tree GPrVP_none_ - GUseS_none :: GAnt -> GTense -> GPol -> GPrCl_none -> Tree GPrVP_none_ - GUseVPC_none :: GVPC_none -> Tree GPrVP_none_ - GUseVP_none :: GAnt -> GTense -> GPol -> GPrVPI_none -> Tree GPrVP_none_ - GUseV_none :: GAnt -> GTense -> GPol -> GPrV_none -> Tree GPrVP_none_ - GWhenVP_none :: GPrVP_none -> GPrVPI_none -> Tree GPrVP_none_ - GWithoutVP_none :: GPrVP_none -> GPrVPI_none -> Tree GPrVP_none_ - GAgentPassUseV_np :: GAnt -> GTense -> GPol -> GPrV_np_np -> GNP -> Tree GPrVP_np_ - GComplVS_np :: GPrVP_s -> GPrCl_np -> Tree GPrVP_np_ - GComplVV_np :: GPrVP_v -> GPrVPI_np -> Tree GPrVP_np_ - GPassUseV_np :: GAnt -> GTense -> GPol -> GPrV_np_np -> Tree GPrVP_np_ - GReflVP2_np :: GPrVP_np_np -> Tree GPrVP_np_ - GReflVP_np :: GPrVP_np_np -> Tree GPrVP_np_ - GSlashV2A_none :: GPrVP_np_a -> GPrAP_none -> Tree GPrVP_np_ - GSlashV2N_none :: GPrVP_np_n -> GPrCN_none -> Tree GPrVP_np_ - GSlashV2Q_none :: GPrVP_np_q -> GPrQCl_none -> Tree GPrVP_np_ - GSlashV2S_none :: GPrVP_np_s -> GPrCl_none -> Tree GPrVP_np_ - GSlashV2V_none :: GPrVP_np_v -> GPrVPI_none -> Tree GPrVP_np_ - GSlashV3_none :: GPrVP_np_np -> GNP -> Tree GPrVP_np_ - GUseAP_np :: GAnt -> GTense -> GPol -> GPrAP_np -> Tree GPrVP_np_ - GUseAdv_np :: GAnt -> GTense -> GPol -> GPrAdv_np -> Tree GPrVP_np_ - GUseCN_np :: GAnt -> GTense -> GPol -> GPrCN_np -> Tree GPrVP_np_ - GUseVPC_np :: GVPC_np -> Tree GPrVP_np_ - GUseV_np :: GAnt -> GTense -> GPol -> GPrV_np -> Tree GPrVP_np_ - GUseV_np_a :: GAnt -> GTense -> GPol -> GPrV_np_a -> Tree GPrVP_np_a_ - GUseV_np_n :: GAnt -> GTense -> GPol -> GPrV_np_n -> Tree GPrVP_np_n_ - GSlashV2V_np :: GPrVP_np_v -> GPrVPI_np -> Tree GPrVP_np_np_ - GUseV_np_np :: GAnt -> GTense -> GPol -> GPrV_np_np -> Tree GPrVP_np_np_ - GUseV_np_q :: GAnt -> GTense -> GPol -> GPrV_np_q -> Tree GPrVP_np_q_ - GUseV_np_s :: GAnt -> GTense -> GPol -> GPrV_np_s -> Tree GPrVP_np_s_ - GUseV_np_v :: GAnt -> GTense -> GPol -> GPrV_np_v -> Tree GPrVP_np_v_ - GAgentPassUseV_q :: GAnt -> GTense -> GPol -> GPrV_np_q -> GNP -> Tree GPrVP_q_ - GPassUseV_q :: GAnt -> GTense -> GPol -> GPrV_np_q -> Tree GPrVP_q_ - GReflVP_q :: GPrVP_np_q -> Tree GPrVP_q_ - GUseV_q :: GAnt -> GTense -> GPol -> GPrV_q -> Tree GPrVP_q_ - GAgentPassUseV_s :: GAnt -> GTense -> GPol -> GPrV_np_s -> GNP -> Tree GPrVP_s_ - GPassUseV_s :: GAnt -> GTense -> GPol -> GPrV_np_s -> Tree GPrVP_s_ - GReflVP_s :: GPrVP_np_s -> Tree GPrVP_s_ - GUseV_s :: GAnt -> GTense -> GPol -> GPrV_s -> Tree GPrVP_s_ - GAgentPassUseV_v :: GAnt -> GTense -> GPol -> GPrV_np_v -> GNP -> Tree GPrVP_v_ - GPassUseV_v :: GAnt -> GTense -> GPol -> GPrV_np_v -> Tree GPrVP_v_ - GReflVP_v :: GPrVP_np_v -> Tree GPrVP_v_ - GUseV_v :: GAnt -> GTense -> GPol -> GPrV_v -> Tree GPrVP_v_ - GLiftVA :: GVA -> Tree GPrV_a_ - GLiftVN :: GVA -> Tree GPrV_n_ - GLiftV :: GV -> Tree GPrV_none_ - GLiftV2 :: GV2 -> Tree GPrV_np_ - GLiftV2A :: GV2A -> Tree GPrV_np_a_ - GLiftV2N :: GV2A -> Tree GPrV_np_n_ - GLiftV3 :: GV3 -> Tree GPrV_np_np_ - GLiftV2Q :: GV2Q -> Tree GPrV_np_q_ - GLiftV2S :: GV2S -> Tree GPrV_np_s_ - GLiftV2V :: GV2V -> Tree GPrV_np_v_ - GLiftVQ :: GVQ -> Tree GPrV_q_ - GLiftVS :: GVS -> Tree GPrV_s_ - GLiftVV :: GVV -> Tree GPrV_v_ - GQuestCl :: GCl -> Tree GQCl_ - GQuestIAdv :: GIAdv -> GCl -> Tree GQCl_ - GQuestIComp :: GIComp -> GNP -> Tree GQCl_ - GQuestQVP :: GIP -> GQVP -> Tree GQCl_ - GQuestSlash :: GIP -> GClSlash -> Tree GQCl_ - GQuestVP :: GIP -> GVP -> Tree GQCl_ - GUseQCl :: GTemp -> GPol -> GQCl -> Tree GQS_ - GAddAdvQVP :: GQVP -> GIAdv -> Tree GQVP_ - GAdvQVP :: GVP -> GIAdv -> Tree GQVP_ - GComplSlashIP :: GVPSlash -> GIP -> Tree GQVP_ - GDefArt :: Tree GQuant_ - GGenNP :: GNP -> Tree GQuant_ - GIndefArt :: Tree GQuant_ - GPossPron :: GPron -> Tree GQuant_ - GEmptyRelSlash :: GClSlash -> Tree GRCl_ - GRelCl :: GCl -> Tree GRCl_ - GRelSlash :: GRP -> GClSlash -> Tree GRCl_ - GRelVP :: GRP -> GVP -> Tree GRCl_ - GFunRP :: GPrep -> GNP -> GRP -> Tree GRP_ - GGenRP :: GNum -> GCN -> Tree GRP_ - GIdRP :: Tree GRP_ - Gthat_RP :: Tree GRP_ - Gwho_RP :: Tree GRP_ - GConjRS :: GConj -> GListRS -> Tree GRS_ - GPastPartRS :: GAnt -> GPol -> GVPSlash -> Tree GRS_ - GPresPartRS :: GAnt -> GPol -> GVP -> Tree GRS_ - GRelCl_none :: GPrCl_none -> Tree GRS_ - GRelSlash_none :: GRP -> GPrCl_np -> Tree GRS_ - GRelVP_none :: GRP -> GPrVP_none -> Tree GRS_ - GUseRCl :: GTemp -> GPol -> GRCl -> Tree GRS_ - GAdvS :: GAdv -> GS -> Tree GS_ - GConjS :: GConj -> GListS -> Tree GS_ - GExtAdvS :: GAdv -> GS -> Tree GS_ - GPredVPS :: GNP -> GVPS -> Tree GS_ - GRelS :: GS -> GRS -> Tree GS_ - GSSubjS :: GS -> GSubj -> GS -> Tree GS_ - GUseCl :: GTemp -> GPol -> GCl -> Tree GS_ - GEmbedQS :: GQS -> Tree GSC_ - GEmbedS :: GS -> Tree GSC_ - GEmbedVP :: GVP -> Tree GSC_ - GUseSlash :: GTemp -> GPol -> GClSlash -> Tree GSSlash_ - GMkSymb :: GString -> Tree GSymb_ - GTTAnt :: GTense -> GAnt -> Tree GTemp_ - GTCond :: Tree GTense_ - GTFut :: Tree GTense_ - GTPast :: Tree GTense_ - GTPres :: Tree GTense_ - GPrImpPl :: GPrVP_none -> Tree GUtt_ - GPrImpSg :: GPrVP_none -> Tree GUtt_ - GUttAP :: GAP -> Tree GUtt_ - GUttAdV :: GAdV -> Tree GUtt_ - GUttAdv :: GAdv -> Tree GUtt_ - GUttCN :: GCN -> Tree GUtt_ - GUttCard :: GCard -> Tree GUtt_ - GUttIAdv :: GIAdv -> Tree GUtt_ - GUttIP :: GIP -> Tree GUtt_ - GUttImpPl :: GPol -> GImp -> Tree GUtt_ - GUttImpPol :: GPol -> GImp -> Tree GUtt_ - GUttImpSg :: GPol -> GImp -> Tree GUtt_ - GUttInterj :: GInterj -> Tree GUtt_ - GUttNP :: GNP -> Tree GUtt_ - GUttPrS :: GPrS -> Tree GUtt_ - GUttQS :: GQS -> Tree GUtt_ - GUttS :: GS -> Tree GUtt_ - GUttVP :: GVP -> Tree GUtt_ - GAdVVP :: GAdV -> GVP -> Tree GVP_ - GAdvVP :: GVP -> GAdv -> Tree GVP_ - GComplBareVS :: GVS -> GS -> Tree GVP_ - GComplSlash :: GVPSlash -> GNP -> Tree GVP_ - GComplSlashPartLast :: GVPSlash -> GNP -> Tree GVP_ - GComplVA :: GVA -> GAP -> Tree GVP_ - GComplVPIVV :: GVV -> GVPI -> Tree GVP_ - GComplVQ :: GVQ -> GQS -> Tree GVP_ - GComplVS :: GVS -> GS -> Tree GVP_ - GComplVV :: GVV -> GAnt -> GPol -> GVP -> Tree GVP_ - GExtAdvVP :: GVP -> GAdv -> Tree GVP_ - GPassAgentVPSlash :: GVPSlash -> GNP -> Tree GVP_ - GPassVPSlash :: GVPSlash -> Tree GVP_ - GProgrVP :: GVP -> Tree GVP_ - GReflVP :: GVPSlash -> Tree GVP_ - GSelfAdVVP :: GVP -> Tree GVP_ - GSelfAdvVP :: GVP -> Tree GVP_ - GUseComp :: GComp -> Tree GVP_ - GUseV :: GV -> Tree GVP_ - GContVPC_none :: GPrVP_none -> GVPC_none -> Tree GVPC_none_ - GStartVPC_none :: GConj -> GPrVP_none -> GPrVP_none -> Tree GVPC_none_ - GContVPC_np :: GPrVP_np -> GVPC_np -> Tree GVPC_np_ - GStartVPC_np :: GConj -> GPrVP_np -> GPrVP_np -> Tree GVPC_np_ - GConjVPI :: GConj -> GListVPI -> Tree GVPI_ - GMkVPI :: GVP -> Tree GVPI_ - GConjVPS :: GConj -> GListVPS -> Tree GVPS_ - GMkVPS :: GTemp -> GPol -> GVP -> Tree GVPS_ - GAdVVPSlash :: GAdV -> GVPSlash -> Tree GVPSlash_ - GAdvVPSlash :: GVPSlash -> GAdv -> Tree GVPSlash_ - GSlash2V3 :: GV3 -> GNP -> Tree GVPSlash_ - GSlash3V3 :: GV3 -> GNP -> Tree GVPSlash_ - GSlashBareV2S :: GV2S -> GS -> Tree GVPSlash_ - GSlashSlashV2V :: GV2V -> GAnt -> GPol -> GVPSlash -> Tree GVPSlash_ - GSlashV2A :: GV2A -> GAP -> Tree GVPSlash_ - GSlashV2Q :: GV2Q -> GQS -> Tree GVPSlash_ - GSlashV2S :: GV2S -> GS -> Tree GVPSlash_ - GSlashV2V :: GV2V -> GAnt -> GPol -> GVP -> Tree GVPSlash_ - GSlashV2VNP :: GV2V -> GNP -> GVPSlash -> Tree GVPSlash_ - GSlashV2a :: GV2 -> Tree GVPSlash_ - GSlashVPIV2V :: GV2V -> GPol -> GVPI -> Tree GVPSlash_ - GSlashVV :: GVV -> GVPSlash -> Tree GVPSlash_ - GVPSlashPrep :: GVP -> GPrep -> Tree GVPSlash_ - GVPSlashVS :: GVS -> GVP -> Tree GVPSlash_ - GNoVoc :: Tree GVoc_ - GVocNP :: GNP -> Tree GVoc_ - GString :: String -> Tree GString_ - GInt :: Int -> Tree GInt_ - GFloat :: Double -> Tree GFloat_ - -instance Eq (Tree a) where - i == j = case (i,j) of - (GAdAP x1 x2,GAdAP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdjOrd x1,GAdjOrd y1) -> and [ x1 == y1 ] - (GAdvAP x1 x2,GAdvAP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GCAdvAP x1 x2 x3,GCAdvAP y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GComparA x1 x2,GComparA y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplA2 x1 x2,GComplA2 y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GConjAP x1 x2,GConjAP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GGerundAP x1,GGerundAP y1) -> and [ x1 == y1 ] - (GPastPartAP x1,GPastPartAP y1) -> and [ x1 == y1 ] - (GPositA x1,GPositA y1) -> and [ x1 == y1 ] - (GReflA2 x1,GReflA2 y1) -> and [ x1 == y1 ] - (GSentAP x1 x2,GSentAP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseA2 x1,GUseA2 y1) -> and [ x1 == y1 ] - (GUseComparA x1,GUseComparA y1) -> and [ x1 == y1 ] - (GPositAdAAdj x1,GPositAdAAdj y1) -> and [ x1 == y1 ] - (GAdnCAdv x1,GAdnCAdv y1) -> and [ x1 == y1 ] - (GAdAdV x1 x2,GAdAdV y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GConjAdV x1 x2,GConjAdV y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPositAdVAdj x1,GPositAdVAdj y1) -> and [ x1 == y1 ] - (GAdAdv x1 x2,GAdAdv y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComparAdvAdj x1 x2 x3,GComparAdvAdj y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GComparAdvAdjS x1 x2 x3,GComparAdvAdjS y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GConjAdv x1 x2,GConjAdv y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPositAdvAdj x1,GPositAdvAdj y1) -> and [ x1 == y1 ] - (GPrepNP x1 x2,GPrepNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSubjS x1 x2,GSubjS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAAnter,GAAnter) -> and [ ] - (GASimul,GASimul) -> and [ ] - (GAdjCN x1 x2,GAdjCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdvCN x1 x2,GAdvCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAppAPCN x1 x2,GAppAPCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GApposCN x1 x2,GApposCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplN2 x1 x2,GComplN2 y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GCompoundCN x1 x2 x3,GCompoundCN y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GConjCN x1 x2,GConjCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPartNP x1 x2,GPartNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPossNP x1 x2,GPossNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GRelCN x1 x2,GRelCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSentCN x1 x2,GSentCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseN x1,GUseN y1) -> and [ x1 == y1 ] - (GUseN2 x1,GUseN2 y1) -> and [ x1 == y1 ] - (GAdNum x1 x2,GAdNum y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GNumDigits x1,GNumDigits y1) -> and [ x1 == y1 ] - (GNumNumeral x1,GNumNumeral y1) -> and [ x1 == y1 ] - (GExistNP x1,GExistNP y1) -> and [ x1 == y1 ] - (GPredSCVP x1 x2,GPredSCVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredVP x1 x2,GPredVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredVPosv x1 x2,GPredVPosv y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredVPovs x1 x2,GPredVPovs y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GContClC_none x1 x2,GContClC_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GStartClC_none x1 x2 x3,GStartClC_none y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GContClC_np x1 x2,GContClC_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GStartClC_np x1 x2 x3,GStartClC_np y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GAdvSlash x1 x2,GAdvSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashPrep x1 x2,GSlashPrep y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashVP x1 x2,GSlashVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashVS x1 x2 x3,GSlashVS y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GCompAP x1,GCompAP y1) -> and [ x1 == y1 ] - (GCompAdv x1,GCompAdv y1) -> and [ x1 == y1 ] - (GCompCN x1,GCompCN y1) -> and [ x1 == y1 ] - (GCompNP x1,GCompNP y1) -> and [ x1 == y1 ] - (GCompQS x1,GCompQS y1) -> and [ x1 == y1 ] - (GCompS x1,GCompS y1) -> and [ x1 == y1 ] - (GCompVP x1 x2 x3,GCompVP y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GDetQuant x1 x2,GDetQuant y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GDetQuantOrd x1 x2 x3,GDetQuantOrd y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GAdvIAdv x1 x2,GAdvIAdv y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GConjIAdv x1 x2,GConjIAdv y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPrepIP x1 x2,GPrepIP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GCompIAdv x1,GCompIAdv y1) -> and [ x1 == y1 ] - (GCompIP x1,GCompIP y1) -> and [ x1 == y1 ] - (GIdetQuant x1 x2,GIdetQuant y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdvIP x1 x2,GAdvIP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GIdetCN x1 x2,GIdetCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GIdetIP x1,GIdetIP y1) -> and [ x1 == y1 ] - (GImpVP x1,GImpVP y1) -> and [ x1 == y1 ] - (GListAP x1,GListAP y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListAdV x1,GListAdV y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListAdv x1,GListAdv y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListCN x1,GListCN y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListIAdv x1,GListIAdv y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListNP x1,GListNP y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListRS x1,GListRS y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListS x1,GListS y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListVPI x1,GListVPI y1) -> and [x == y | (x,y) <- zip x1 y1] - (GListVPS x1,GListVPS y1) -> and [x == y | (x,y) <- zip x1 y1] - (GDashCN x1 x2,GDashCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GGerundN x1,GGerundN y1) -> and [ x1 == y1 ] - (GComplN3 x1 x2,GComplN3 y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUse2N3 x1,GUse2N3 y1) -> and [ x1 == y1 ] - (GUse3N3 x1,GUse3N3 y1) -> and [ x1 == y1 ] - (GAdvNP x1 x2,GAdvNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GApposNP x1 x2,GApposNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GCNNumNP x1 x2,GCNNumNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GConjNP x1 x2,GConjNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GCountNP x1 x2,GCountNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GDetCN x1 x2,GDetCN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GDetNP x1,GDetNP y1) -> and [ x1 == y1 ] - (GExtAdvNP x1 x2,GExtAdvNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GMassNP x1,GMassNP y1) -> and [ x1 == y1 ] - (GNomVPNP_none x1,GNomVPNP_none y1) -> and [ x1 == y1 ] - (GPPartNP x1 x2,GPPartNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredetNP x1 x2,GPredetNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GRelNP x1 x2,GRelNP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSelfNP x1,GSelfNP y1) -> and [ x1 == y1 ] - (GUsePN x1,GUsePN y1) -> and [ x1 == y1 ] - (GUsePron x1,GUsePron y1) -> and [ x1 == y1 ] - (GUseQuantPN x1 x2,GUseQuantPN y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (Gherself_NP,Gherself_NP) -> and [ ] - (Ghimself_NP,Ghimself_NP) -> and [ ] - (Gitself_NP,Gitself_NP) -> and [ ] - (Gmyself_NP,Gmyself_NP) -> and [ ] - (Gourselves_NP,Gourselves_NP) -> and [ ] - (Gthemselves_NP,Gthemselves_NP) -> and [ ] - (GyourselfPl_NP,GyourselfPl_NP) -> and [ ] - (GyourselfSg_NP,GyourselfSg_NP) -> and [ ] - (GNumCard x1,GNumCard y1) -> and [ x1 == y1 ] - (GNumPl,GNumPl) -> and [ ] - (GNumSg,GNumSg) -> and [ ] - (GOrdCompar x1,GOrdCompar y1) -> and [ x1 == y1 ] - (GOrdDigits x1,GOrdDigits y1) -> and [ x1 == y1 ] - (GOrdNumeral x1,GOrdNumeral y1) -> and [ x1 == y1 ] - (GOrdSuperl x1,GOrdSuperl y1) -> and [ x1 == y1 ] - (GNoPConj,GNoPConj) -> and [ ] - (GPConjConj x1,GPConjConj y1) -> and [ x1 == y1 ] - (GSymbPN x1,GSymbPN y1) -> and [ x1 == y1 ] - (GPhrUtt x1 x2 x3,GPhrUtt y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GPNeg,GPNeg) -> and [ ] - (GPPos,GPPos) -> and [ ] - (GAgentPastPartAP_none x1 x2,GAgentPastPartAP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GLiftAP x1,GLiftAP y1) -> and [ x1 == y1 ] - (GPastPartAP_none x1,GPastPartAP_none y1) -> and [ x1 == y1 ] - (GPresPartAP_none x1,GPresPartAP_none y1) -> and [ x1 == y1 ] - (GLiftA2 x1,GLiftA2 y1) -> and [ x1 == y1 ] - (GPresPartAP_np x1,GPresPartAP_np y1) -> and [ x1 == y1 ] - (GComplAdv_none x1 x2,GComplAdv_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GLiftAdV x1,GLiftAdV y1) -> and [ x1 == y1 ] - (GLiftAdv x1,GLiftAdv y1) -> and [ x1 == y1 ] - (GLiftPrep x1,GLiftPrep y1) -> and [ x1 == y1 ] - (GLiftCN x1,GLiftCN y1) -> and [ x1 == y1 ] - (GLiftN2 x1,GLiftN2 y1) -> and [ x1 == y1 ] - (GAdvCl_none x1 x2,GAdvCl_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredVP_none x1 x2,GPredVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashClNP_none x1 x2,GSlashClNP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseClC_none x1,GUseClC_none y1) -> and [ x1 == y1 ] - (GAdvCl_np x1 x2,GAdvCl_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredVP_np x1 x2,GPredVP_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseClC_np x1,GUseClC_np y1) -> and [ x1 == y1 ] - (GAdvQCl_none x1 x2,GAdvQCl_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestCl_none x1,GQuestCl_none y1) -> and [ x1 == y1 ] - (GQuestIAdv_none x1 x2,GQuestIAdv_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestIComp_none x1 x2 x3 x4 x5,GQuestIComp_none y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GQuestSlash_none x1 x2,GQuestSlash_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestVP_none x1 x2,GQuestVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdvQCl_np x1 x2,GAdvQCl_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestCl_np x1,GQuestCl_np y1) -> and [ x1 == y1 ] - (GUseAdvCl_none x1 x2,GUseAdvCl_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseCl_none x1,GUseCl_none y1) -> and [ x1 == y1 ] - (GUseQCl_none x1,GUseQCl_none y1) -> and [ x1 == y1 ] - (GInfVP_none x1,GInfVP_none y1) -> and [ x1 == y1 ] - (GInfVP_np x1,GInfVP_np y1) -> and [ x1 == y1 ] - (GAgentPassUseV_a x1 x2 x3 x4 x5,GAgentPassUseV_a y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GPassUseV_a x1 x2 x3 x4,GPassUseV_a y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP_a x1,GReflVP_a y1) -> and [ x1 == y1 ] - (GUseV_a x1 x2 x3 x4,GUseV_a y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GAgentPassUseV_n x1 x2 x3 x4 x5,GAgentPassUseV_n y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GPassUseV_n x1 x2 x3 x4,GPassUseV_n y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP_n x1,GReflVP_n y1) -> and [ x1 == y1 ] - (GUseV_n x1 x2 x3 x4,GUseV_n y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GAfterVP_none x1 x2,GAfterVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAgentPassUseV_none x1 x2 x3 x4 x5,GAgentPassUseV_none y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GBeforeVP_none x1 x2,GBeforeVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GByVP_none x1 x2,GByVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplV2_none x1 x2,GComplV2_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVA_none x1 x2,GComplVA_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVN_none x1 x2,GComplVN_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVQ_none x1 x2,GComplVQ_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVS_none x1 x2,GComplVS_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVV_none x1 x2,GComplVV_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GInOrderVP_none x1 x2,GInOrderVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPassUseV_none x1 x2 x3 x4,GPassUseV_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP_none x1,GReflVP_none y1) -> and [ x1 == y1 ] - (GUseAP_none x1 x2 x3 x4,GUseAP_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseAdv_none x1 x2 x3 x4,GUseAdv_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseCN_none x1 x2 x3 x4,GUseCN_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseNP_none x1 x2 x3 x4,GUseNP_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseQ_none x1 x2 x3 x4,GUseQ_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseS_none x1 x2 x3 x4,GUseS_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseVPC_none x1,GUseVPC_none y1) -> and [ x1 == y1 ] - (GUseVP_none x1 x2 x3 x4,GUseVP_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseV_none x1 x2 x3 x4,GUseV_none y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GWhenVP_none x1 x2,GWhenVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GWithoutVP_none x1 x2,GWithoutVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAgentPassUseV_np x1 x2 x3 x4 x5,GAgentPassUseV_np y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GComplVS_np x1 x2,GComplVS_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVV_np x1 x2,GComplVV_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPassUseV_np x1 x2 x3 x4,GPassUseV_np y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP2_np x1,GReflVP2_np y1) -> and [ x1 == y1 ] - (GReflVP_np x1,GReflVP_np y1) -> and [ x1 == y1 ] - (GSlashV2A_none x1 x2,GSlashV2A_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2N_none x1 x2,GSlashV2N_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2Q_none x1 x2,GSlashV2Q_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2S_none x1 x2,GSlashV2S_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2V_none x1 x2,GSlashV2V_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV3_none x1 x2,GSlashV3_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseAP_np x1 x2 x3 x4,GUseAP_np y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseAdv_np x1 x2 x3 x4,GUseAdv_np y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseCN_np x1 x2 x3 x4,GUseCN_np y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseVPC_np x1,GUseVPC_np y1) -> and [ x1 == y1 ] - (GUseV_np x1 x2 x3 x4,GUseV_np y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseV_np_a x1 x2 x3 x4,GUseV_np_a y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseV_np_n x1 x2 x3 x4,GUseV_np_n y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GSlashV2V_np x1 x2,GSlashV2V_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseV_np_np x1 x2 x3 x4,GUseV_np_np y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseV_np_q x1 x2 x3 x4,GUseV_np_q y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseV_np_s x1 x2 x3 x4,GUseV_np_s y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GUseV_np_v x1 x2 x3 x4,GUseV_np_v y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GAgentPassUseV_q x1 x2 x3 x4 x5,GAgentPassUseV_q y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GPassUseV_q x1 x2 x3 x4,GPassUseV_q y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP_q x1,GReflVP_q y1) -> and [ x1 == y1 ] - (GUseV_q x1 x2 x3 x4,GUseV_q y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GAgentPassUseV_s x1 x2 x3 x4 x5,GAgentPassUseV_s y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GPassUseV_s x1 x2 x3 x4,GPassUseV_s y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP_s x1,GReflVP_s y1) -> and [ x1 == y1 ] - (GUseV_s x1 x2 x3 x4,GUseV_s y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GAgentPassUseV_v x1 x2 x3 x4 x5,GAgentPassUseV_v y1 y2 y3 y4 y5) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 , x5 == y5 ] - (GPassUseV_v x1 x2 x3 x4,GPassUseV_v y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GReflVP_v x1,GReflVP_v y1) -> and [ x1 == y1 ] - (GUseV_v x1 x2 x3 x4,GUseV_v y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GLiftVA x1,GLiftVA y1) -> and [ x1 == y1 ] - (GLiftVN x1,GLiftVN y1) -> and [ x1 == y1 ] - (GLiftV x1,GLiftV y1) -> and [ x1 == y1 ] - (GLiftV2 x1,GLiftV2 y1) -> and [ x1 == y1 ] - (GLiftV2A x1,GLiftV2A y1) -> and [ x1 == y1 ] - (GLiftV2N x1,GLiftV2N y1) -> and [ x1 == y1 ] - (GLiftV3 x1,GLiftV3 y1) -> and [ x1 == y1 ] - (GLiftV2Q x1,GLiftV2Q y1) -> and [ x1 == y1 ] - (GLiftV2S x1,GLiftV2S y1) -> and [ x1 == y1 ] - (GLiftV2V x1,GLiftV2V y1) -> and [ x1 == y1 ] - (GLiftVQ x1,GLiftVQ y1) -> and [ x1 == y1 ] - (GLiftVS x1,GLiftVS y1) -> and [ x1 == y1 ] - (GLiftVV x1,GLiftVV y1) -> and [ x1 == y1 ] - (GQuestCl x1,GQuestCl y1) -> and [ x1 == y1 ] - (GQuestIAdv x1 x2,GQuestIAdv y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestIComp x1 x2,GQuestIComp y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestQVP x1 x2,GQuestQVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestSlash x1 x2,GQuestSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GQuestVP x1 x2,GQuestVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseQCl x1 x2 x3,GUseQCl y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GAddAdvQVP x1 x2,GAddAdvQVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdvQVP x1 x2,GAdvQVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplSlashIP x1 x2,GComplSlashIP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GDefArt,GDefArt) -> and [ ] - (GGenNP x1,GGenNP y1) -> and [ x1 == y1 ] - (GIndefArt,GIndefArt) -> and [ ] - (GPossPron x1,GPossPron y1) -> and [ x1 == y1 ] - (GEmptyRelSlash x1,GEmptyRelSlash y1) -> and [ x1 == y1 ] - (GRelCl x1,GRelCl y1) -> and [ x1 == y1 ] - (GRelSlash x1 x2,GRelSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GRelVP x1 x2,GRelVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GFunRP x1 x2 x3,GFunRP y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GGenRP x1 x2,GGenRP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GIdRP,GIdRP) -> and [ ] - (Gthat_RP,Gthat_RP) -> and [ ] - (Gwho_RP,Gwho_RP) -> and [ ] - (GConjRS x1 x2,GConjRS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPastPartRS x1 x2 x3,GPastPartRS y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GPresPartRS x1 x2 x3,GPresPartRS y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GRelCl_none x1,GRelCl_none y1) -> and [ x1 == y1 ] - (GRelSlash_none x1 x2,GRelSlash_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GRelVP_none x1 x2,GRelVP_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUseRCl x1 x2 x3,GUseRCl y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GAdvS x1 x2,GAdvS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GConjS x1 x2,GConjS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GExtAdvS x1 x2,GExtAdvS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPredVPS x1 x2,GPredVPS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GRelS x1 x2,GRelS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSSubjS x1 x2 x3,GSSubjS y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GUseCl x1 x2 x3,GUseCl y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GEmbedQS x1,GEmbedQS y1) -> and [ x1 == y1 ] - (GEmbedS x1,GEmbedS y1) -> and [ x1 == y1 ] - (GEmbedVP x1,GEmbedVP y1) -> and [ x1 == y1 ] - (GUseSlash x1 x2 x3,GUseSlash y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GMkSymb x1,GMkSymb y1) -> and [ x1 == y1 ] - (GTTAnt x1 x2,GTTAnt y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GTCond,GTCond) -> and [ ] - (GTFut,GTFut) -> and [ ] - (GTPast,GTPast) -> and [ ] - (GTPres,GTPres) -> and [ ] - (GPrImpPl x1,GPrImpPl y1) -> and [ x1 == y1 ] - (GPrImpSg x1,GPrImpSg y1) -> and [ x1 == y1 ] - (GUttAP x1,GUttAP y1) -> and [ x1 == y1 ] - (GUttAdV x1,GUttAdV y1) -> and [ x1 == y1 ] - (GUttAdv x1,GUttAdv y1) -> and [ x1 == y1 ] - (GUttCN x1,GUttCN y1) -> and [ x1 == y1 ] - (GUttCard x1,GUttCard y1) -> and [ x1 == y1 ] - (GUttIAdv x1,GUttIAdv y1) -> and [ x1 == y1 ] - (GUttIP x1,GUttIP y1) -> and [ x1 == y1 ] - (GUttImpPl x1 x2,GUttImpPl y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUttImpPol x1 x2,GUttImpPol y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUttImpSg x1 x2,GUttImpSg y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GUttInterj x1,GUttInterj y1) -> and [ x1 == y1 ] - (GUttNP x1,GUttNP y1) -> and [ x1 == y1 ] - (GUttPrS x1,GUttPrS y1) -> and [ x1 == y1 ] - (GUttQS x1,GUttQS y1) -> and [ x1 == y1 ] - (GUttS x1,GUttS y1) -> and [ x1 == y1 ] - (GUttVP x1,GUttVP y1) -> and [ x1 == y1 ] - (GAdVVP x1 x2,GAdVVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdvVP x1 x2,GAdvVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplBareVS x1 x2,GComplBareVS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplSlash x1 x2,GComplSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplSlashPartLast x1 x2,GComplSlashPartLast y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVA x1 x2,GComplVA y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVPIVV x1 x2,GComplVPIVV y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVQ x1 x2,GComplVQ y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVS x1 x2,GComplVS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GComplVV x1 x2 x3 x4,GComplVV y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GExtAdvVP x1 x2,GExtAdvVP y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPassAgentVPSlash x1 x2,GPassAgentVPSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GPassVPSlash x1,GPassVPSlash y1) -> and [ x1 == y1 ] - (GProgrVP x1,GProgrVP y1) -> and [ x1 == y1 ] - (GReflVP x1,GReflVP y1) -> and [ x1 == y1 ] - (GSelfAdVVP x1,GSelfAdVVP y1) -> and [ x1 == y1 ] - (GSelfAdvVP x1,GSelfAdvVP y1) -> and [ x1 == y1 ] - (GUseComp x1,GUseComp y1) -> and [ x1 == y1 ] - (GUseV x1,GUseV y1) -> and [ x1 == y1 ] - (GContVPC_none x1 x2,GContVPC_none y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GStartVPC_none x1 x2 x3,GStartVPC_none y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GContVPC_np x1 x2,GContVPC_np y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GStartVPC_np x1 x2 x3,GStartVPC_np y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GConjVPI x1 x2,GConjVPI y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GMkVPI x1,GMkVPI y1) -> and [ x1 == y1 ] - (GConjVPS x1 x2,GConjVPS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GMkVPS x1 x2 x3,GMkVPS y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GAdVVPSlash x1 x2,GAdVVPSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GAdvVPSlash x1 x2,GAdvVPSlash y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlash2V3 x1 x2,GSlash2V3 y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlash3V3 x1 x2,GSlash3V3 y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashBareV2S x1 x2,GSlashBareV2S y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashSlashV2V x1 x2 x3 x4,GSlashSlashV2V y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GSlashV2A x1 x2,GSlashV2A y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2Q x1 x2,GSlashV2Q y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2S x1 x2,GSlashV2S y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GSlashV2V x1 x2 x3 x4,GSlashV2V y1 y2 y3 y4) -> and [ x1 == y1 , x2 == y2 , x3 == y3 , x4 == y4 ] - (GSlashV2VNP x1 x2 x3,GSlashV2VNP y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GSlashV2a x1,GSlashV2a y1) -> and [ x1 == y1 ] - (GSlashVPIV2V x1 x2 x3,GSlashVPIV2V y1 y2 y3) -> and [ x1 == y1 , x2 == y2 , x3 == y3 ] - (GSlashVV x1 x2,GSlashVV y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GVPSlashPrep x1 x2,GVPSlashPrep y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GVPSlashVS x1 x2,GVPSlashVS y1 y2) -> and [ x1 == y1 , x2 == y2 ] - (GNoVoc,GNoVoc) -> and [ ] - (GVocNP x1,GVocNP y1) -> and [ x1 == y1 ] - (GString x, GString y) -> x == y - (GInt x, GInt y) -> x == y - (GFloat x, GFloat y) -> x == y - _ -> False - -instance Gf GAP where - gf (GAdAP x1 x2) = mkApp (mkCId "AdAP") [gf x1, gf x2] - gf (GAdjOrd x1) = mkApp (mkCId "AdjOrd") [gf x1] - gf (GAdvAP x1 x2) = mkApp (mkCId "AdvAP") [gf x1, gf x2] - gf (GCAdvAP x1 x2 x3) = mkApp (mkCId "CAdvAP") [gf x1, gf x2, gf x3] - gf (GComparA x1 x2) = mkApp (mkCId "ComparA") [gf x1, gf x2] - gf (GComplA2 x1 x2) = mkApp (mkCId "ComplA2") [gf x1, gf x2] - gf (GConjAP x1 x2) = mkApp (mkCId "ConjAP") [gf x1, gf x2] - gf (GGerundAP x1) = mkApp (mkCId "GerundAP") [gf x1] - gf (GPastPartAP x1) = mkApp (mkCId "PastPartAP") [gf x1] - gf (GPositA x1) = mkApp (mkCId "PositA") [gf x1] - gf (GReflA2 x1) = mkApp (mkCId "ReflA2") [gf x1] - gf (GSentAP x1 x2) = mkApp (mkCId "SentAP") [gf x1, gf x2] - gf (GUseA2 x1) = mkApp (mkCId "UseA2") [gf x1] - gf (GUseComparA x1) = mkApp (mkCId "UseComparA") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdAP" -> GAdAP (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "AdjOrd" -> GAdjOrd (fg x1) - Just (i,[x1,x2]) | i == mkCId "AdvAP" -> GAdvAP (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "CAdvAP" -> GCAdvAP (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2]) | i == mkCId "ComparA" -> GComparA (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplA2" -> GComplA2 (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ConjAP" -> GConjAP (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "GerundAP" -> GGerundAP (fg x1) - Just (i,[x1]) | i == mkCId "PastPartAP" -> GPastPartAP (fg x1) - Just (i,[x1]) | i == mkCId "PositA" -> GPositA (fg x1) - Just (i,[x1]) | i == mkCId "ReflA2" -> GReflA2 (fg x1) - Just (i,[x1,x2]) | i == mkCId "SentAP" -> GSentAP (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "UseA2" -> GUseA2 (fg x1) - Just (i,[x1]) | i == mkCId "UseComparA" -> GUseComparA (fg x1) - - - _ -> error ("no AP " ++ show t) - -instance Gf GAdA where - gf (GPositAdAAdj x1) = mkApp (mkCId "PositAdAAdj") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "PositAdAAdj" -> GPositAdAAdj (fg x1) - - - _ -> error ("no AdA " ++ show t) - -instance Gf GAdN where - gf (GAdnCAdv x1) = mkApp (mkCId "AdnCAdv") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "AdnCAdv" -> GAdnCAdv (fg x1) - - - _ -> error ("no AdN " ++ show t) - -instance Gf GAdV where - gf (GAdAdV x1 x2) = mkApp (mkCId "AdAdV") [gf x1, gf x2] - gf (GConjAdV x1 x2) = mkApp (mkCId "ConjAdV") [gf x1, gf x2] - gf (GPositAdVAdj x1) = mkApp (mkCId "PositAdVAdj") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdAdV" -> GAdAdV (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ConjAdV" -> GConjAdV (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "PositAdVAdj" -> GPositAdVAdj (fg x1) - - - _ -> error ("no AdV " ++ show t) - -instance Gf GAdv where - gf (GAdAdv x1 x2) = mkApp (mkCId "AdAdv") [gf x1, gf x2] - gf (GComparAdvAdj x1 x2 x3) = mkApp (mkCId "ComparAdvAdj") [gf x1, gf x2, gf x3] - gf (GComparAdvAdjS x1 x2 x3) = mkApp (mkCId "ComparAdvAdjS") [gf x1, gf x2, gf x3] - gf (GConjAdv x1 x2) = mkApp (mkCId "ConjAdv") [gf x1, gf x2] - gf (GPositAdvAdj x1) = mkApp (mkCId "PositAdvAdj") [gf x1] - gf (GPrepNP x1 x2) = mkApp (mkCId "PrepNP") [gf x1, gf x2] - gf (GSubjS x1 x2) = mkApp (mkCId "SubjS") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdAdv" -> GAdAdv (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "ComparAdvAdj" -> GComparAdvAdj (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2,x3]) | i == mkCId "ComparAdvAdjS" -> GComparAdvAdjS (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2]) | i == mkCId "ConjAdv" -> GConjAdv (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "PositAdvAdj" -> GPositAdvAdj (fg x1) - Just (i,[x1,x2]) | i == mkCId "PrepNP" -> GPrepNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SubjS" -> GSubjS (fg x1) (fg x2) - - - _ -> error ("no Adv " ++ show t) - -instance Gf GAnt where - gf GAAnter = mkApp (mkCId "AAnter") [] - gf GASimul = mkApp (mkCId "ASimul") [] - - fg t = - case unApp t of - Just (i,[]) | i == mkCId "AAnter" -> GAAnter - Just (i,[]) | i == mkCId "ASimul" -> GASimul - - - _ -> error ("no Ant " ++ show t) - -instance Gf GCN where - gf (GAdjCN x1 x2) = mkApp (mkCId "AdjCN") [gf x1, gf x2] - gf (GAdvCN x1 x2) = mkApp (mkCId "AdvCN") [gf x1, gf x2] - gf (GAppAPCN x1 x2) = mkApp (mkCId "AppAPCN") [gf x1, gf x2] - gf (GApposCN x1 x2) = mkApp (mkCId "ApposCN") [gf x1, gf x2] - gf (GComplN2 x1 x2) = mkApp (mkCId "ComplN2") [gf x1, gf x2] - gf (GCompoundCN x1 x2 x3) = mkApp (mkCId "CompoundCN") [gf x1, gf x2, gf x3] - gf (GConjCN x1 x2) = mkApp (mkCId "ConjCN") [gf x1, gf x2] - gf (GPartNP x1 x2) = mkApp (mkCId "PartNP") [gf x1, gf x2] - gf (GPossNP x1 x2) = mkApp (mkCId "PossNP") [gf x1, gf x2] - gf (GRelCN x1 x2) = mkApp (mkCId "RelCN") [gf x1, gf x2] - gf (GSentCN x1 x2) = mkApp (mkCId "SentCN") [gf x1, gf x2] - gf (GUseN x1) = mkApp (mkCId "UseN") [gf x1] - gf (GUseN2 x1) = mkApp (mkCId "UseN2") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdjCN" -> GAdjCN (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "AdvCN" -> GAdvCN (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "AppAPCN" -> GAppAPCN (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ApposCN" -> GApposCN (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplN2" -> GComplN2 (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "CompoundCN" -> GCompoundCN (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2]) | i == mkCId "ConjCN" -> GConjCN (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PartNP" -> GPartNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PossNP" -> GPossNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "RelCN" -> GRelCN (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SentCN" -> GSentCN (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "UseN" -> GUseN (fg x1) - Just (i,[x1]) | i == mkCId "UseN2" -> GUseN2 (fg x1) - - - _ -> error ("no CN " ++ show t) - -instance Gf GCard where - gf (GAdNum x1 x2) = mkApp (mkCId "AdNum") [gf x1, gf x2] - gf (GNumDigits x1) = mkApp (mkCId "NumDigits") [gf x1] - gf (GNumNumeral x1) = mkApp (mkCId "NumNumeral") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdNum" -> GAdNum (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "NumDigits" -> GNumDigits (fg x1) - Just (i,[x1]) | i == mkCId "NumNumeral" -> GNumNumeral (fg x1) - - - _ -> error ("no Card " ++ show t) - -instance Gf GCl where - gf (GExistNP x1) = mkApp (mkCId "ExistNP") [gf x1] - gf (GPredSCVP x1 x2) = mkApp (mkCId "PredSCVP") [gf x1, gf x2] - gf (GPredVP x1 x2) = mkApp (mkCId "PredVP") [gf x1, gf x2] - gf (GPredVPosv x1 x2) = mkApp (mkCId "PredVPosv") [gf x1, gf x2] - gf (GPredVPovs x1 x2) = mkApp (mkCId "PredVPovs") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "ExistNP" -> GExistNP (fg x1) - Just (i,[x1,x2]) | i == mkCId "PredSCVP" -> GPredSCVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredVP" -> GPredVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredVPosv" -> GPredVPosv (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredVPovs" -> GPredVPovs (fg x1) (fg x2) - - - _ -> error ("no Cl " ++ show t) - -instance Gf GClC_none where - gf (GContClC_none x1 x2) = mkApp (mkCId "ContClC_none") [gf x1, gf x2] - gf (GStartClC_none x1 x2 x3) = mkApp (mkCId "StartClC_none") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ContClC_none" -> GContClC_none (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "StartClC_none" -> GStartClC_none (fg x1) (fg x2) (fg x3) - - - _ -> error ("no ClC_none " ++ show t) - -instance Gf GClC_np where - gf (GContClC_np x1 x2) = mkApp (mkCId "ContClC_np") [gf x1, gf x2] - gf (GStartClC_np x1 x2 x3) = mkApp (mkCId "StartClC_np") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ContClC_np" -> GContClC_np (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "StartClC_np" -> GStartClC_np (fg x1) (fg x2) (fg x3) - - - _ -> error ("no ClC_np " ++ show t) - -instance Gf GClSlash where - gf (GAdvSlash x1 x2) = mkApp (mkCId "AdvSlash") [gf x1, gf x2] - gf (GSlashPrep x1 x2) = mkApp (mkCId "SlashPrep") [gf x1, gf x2] - gf (GSlashVP x1 x2) = mkApp (mkCId "SlashVP") [gf x1, gf x2] - gf (GSlashVS x1 x2 x3) = mkApp (mkCId "SlashVS") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvSlash" -> GAdvSlash (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashPrep" -> GSlashPrep (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashVP" -> GSlashVP (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "SlashVS" -> GSlashVS (fg x1) (fg x2) (fg x3) - - - _ -> error ("no ClSlash " ++ show t) - -instance Gf GComp where - gf (GCompAP x1) = mkApp (mkCId "CompAP") [gf x1] - gf (GCompAdv x1) = mkApp (mkCId "CompAdv") [gf x1] - gf (GCompCN x1) = mkApp (mkCId "CompCN") [gf x1] - gf (GCompNP x1) = mkApp (mkCId "CompNP") [gf x1] - gf (GCompQS x1) = mkApp (mkCId "CompQS") [gf x1] - gf (GCompS x1) = mkApp (mkCId "CompS") [gf x1] - gf (GCompVP x1 x2 x3) = mkApp (mkCId "CompVP") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "CompAP" -> GCompAP (fg x1) - Just (i,[x1]) | i == mkCId "CompAdv" -> GCompAdv (fg x1) - Just (i,[x1]) | i == mkCId "CompCN" -> GCompCN (fg x1) - Just (i,[x1]) | i == mkCId "CompNP" -> GCompNP (fg x1) - Just (i,[x1]) | i == mkCId "CompQS" -> GCompQS (fg x1) - Just (i,[x1]) | i == mkCId "CompS" -> GCompS (fg x1) - Just (i,[x1,x2,x3]) | i == mkCId "CompVP" -> GCompVP (fg x1) (fg x2) (fg x3) - - - _ -> error ("no Comp " ++ show t) - -instance Gf GDet where - gf (GDetQuant x1 x2) = mkApp (mkCId "DetQuant") [gf x1, gf x2] - gf (GDetQuantOrd x1 x2 x3) = mkApp (mkCId "DetQuantOrd") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "DetQuant" -> GDetQuant (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "DetQuantOrd" -> GDetQuantOrd (fg x1) (fg x2) (fg x3) - - - _ -> error ("no Det " ++ show t) - -instance Gf GIAdv where - gf (GAdvIAdv x1 x2) = mkApp (mkCId "AdvIAdv") [gf x1, gf x2] - gf (GConjIAdv x1 x2) = mkApp (mkCId "ConjIAdv") [gf x1, gf x2] - gf (GPrepIP x1 x2) = mkApp (mkCId "PrepIP") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvIAdv" -> GAdvIAdv (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ConjIAdv" -> GConjIAdv (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PrepIP" -> GPrepIP (fg x1) (fg x2) - - - _ -> error ("no IAdv " ++ show t) - -instance Gf GIComp where - gf (GCompIAdv x1) = mkApp (mkCId "CompIAdv") [gf x1] - gf (GCompIP x1) = mkApp (mkCId "CompIP") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "CompIAdv" -> GCompIAdv (fg x1) - Just (i,[x1]) | i == mkCId "CompIP" -> GCompIP (fg x1) - - - _ -> error ("no IComp " ++ show t) - -instance Gf GIDet where - gf (GIdetQuant x1 x2) = mkApp (mkCId "IdetQuant") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "IdetQuant" -> GIdetQuant (fg x1) (fg x2) - - - _ -> error ("no IDet " ++ show t) - -instance Gf GIP where - gf (GAdvIP x1 x2) = mkApp (mkCId "AdvIP") [gf x1, gf x2] - gf (GIdetCN x1 x2) = mkApp (mkCId "IdetCN") [gf x1, gf x2] - gf (GIdetIP x1) = mkApp (mkCId "IdetIP") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvIP" -> GAdvIP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "IdetCN" -> GIdetCN (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "IdetIP" -> GIdetIP (fg x1) - - - _ -> error ("no IP " ++ show t) - -instance Gf GImp where - gf (GImpVP x1) = mkApp (mkCId "ImpVP") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "ImpVP" -> GImpVP (fg x1) - - - _ -> error ("no Imp " ++ show t) - -instance Gf GListAP where - gf (GListAP [x1,x2]) = mkApp (mkCId "BaseAP") [gf x1, gf x2] - gf (GListAP (x:xs)) = mkApp (mkCId "ConsAP") [gf x, gf (GListAP xs)] - fg t = - GListAP (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseAP" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsAP" -> fg x1 : fgs x2 - - - _ -> error ("no ListAP " ++ show t) - -instance Gf GListAdV where - gf (GListAdV [x1,x2]) = mkApp (mkCId "BaseAdV") [gf x1, gf x2] - gf (GListAdV (x:xs)) = mkApp (mkCId "ConsAdV") [gf x, gf (GListAdV xs)] - fg t = - GListAdV (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseAdV" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsAdV" -> fg x1 : fgs x2 - - - _ -> error ("no ListAdV " ++ show t) - -instance Gf GListAdv where - gf (GListAdv [x1,x2]) = mkApp (mkCId "BaseAdv") [gf x1, gf x2] - gf (GListAdv (x:xs)) = mkApp (mkCId "ConsAdv") [gf x, gf (GListAdv xs)] - fg t = - GListAdv (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseAdv" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsAdv" -> fg x1 : fgs x2 - - - _ -> error ("no ListAdv " ++ show t) - -instance Gf GListCN where - gf (GListCN [x1,x2]) = mkApp (mkCId "BaseCN") [gf x1, gf x2] - gf (GListCN (x:xs)) = mkApp (mkCId "ConsCN") [gf x, gf (GListCN xs)] - fg t = - GListCN (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseCN" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsCN" -> fg x1 : fgs x2 - - - _ -> error ("no ListCN " ++ show t) - -instance Gf GListIAdv where - gf (GListIAdv [x1,x2]) = mkApp (mkCId "BaseIAdv") [gf x1, gf x2] - gf (GListIAdv (x:xs)) = mkApp (mkCId "ConsIAdv") [gf x, gf (GListIAdv xs)] - fg t = - GListIAdv (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseIAdv" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsIAdv" -> fg x1 : fgs x2 - - - _ -> error ("no ListIAdv " ++ show t) - -instance Gf GListNP where - gf (GListNP [x1,x2]) = mkApp (mkCId "BaseNP") [gf x1, gf x2] - gf (GListNP (x:xs)) = mkApp (mkCId "ConsNP") [gf x, gf (GListNP xs)] - fg t = - GListNP (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseNP" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsNP" -> fg x1 : fgs x2 - - - _ -> error ("no ListNP " ++ show t) - -instance Gf GListRS where - gf (GListRS [x1,x2]) = mkApp (mkCId "BaseRS") [gf x1, gf x2] - gf (GListRS (x:xs)) = mkApp (mkCId "ConsRS") [gf x, gf (GListRS xs)] - fg t = - GListRS (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseRS" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsRS" -> fg x1 : fgs x2 - - - _ -> error ("no ListRS " ++ show t) - -instance Gf GListS where - gf (GListS [x1,x2]) = mkApp (mkCId "BaseS") [gf x1, gf x2] - gf (GListS (x:xs)) = mkApp (mkCId "ConsS") [gf x, gf (GListS xs)] - fg t = - GListS (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseS" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsS" -> fg x1 : fgs x2 - - - _ -> error ("no ListS " ++ show t) - -instance Gf GListVPI where - gf (GListVPI [x1,x2]) = mkApp (mkCId "BaseVPI") [gf x1, gf x2] - gf (GListVPI (x:xs)) = mkApp (mkCId "ConsVPI") [gf x, gf (GListVPI xs)] - fg t = - GListVPI (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseVPI" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsVPI" -> fg x1 : fgs x2 - - - _ -> error ("no ListVPI " ++ show t) - -instance Gf GListVPS where - gf (GListVPS [x1,x2]) = mkApp (mkCId "BaseVPS") [gf x1, gf x2] - gf (GListVPS (x:xs)) = mkApp (mkCId "ConsVPS") [gf x, gf (GListVPS xs)] - fg t = - GListVPS (fgs t) where - fgs t = case unApp t of - Just (i,[x1,x2]) | i == mkCId "BaseVPS" -> [fg x1, fg x2] - Just (i,[x1,x2]) | i == mkCId "ConsVPS" -> fg x1 : fgs x2 - - - _ -> error ("no ListVPS " ++ show t) - -instance Gf GN where - gf (GDashCN x1 x2) = mkApp (mkCId "DashCN") [gf x1, gf x2] - gf (GGerundN x1) = mkApp (mkCId "GerundN") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "DashCN" -> GDashCN (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "GerundN" -> GGerundN (fg x1) - - - _ -> error ("no N " ++ show t) - -instance Gf GN2 where - gf (GComplN3 x1 x2) = mkApp (mkCId "ComplN3") [gf x1, gf x2] - gf (GUse2N3 x1) = mkApp (mkCId "Use2N3") [gf x1] - gf (GUse3N3 x1) = mkApp (mkCId "Use3N3") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ComplN3" -> GComplN3 (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "Use2N3" -> GUse2N3 (fg x1) - Just (i,[x1]) | i == mkCId "Use3N3" -> GUse3N3 (fg x1) - - - _ -> error ("no N2 " ++ show t) - -instance Gf GNP where - gf (GAdvNP x1 x2) = mkApp (mkCId "AdvNP") [gf x1, gf x2] - gf (GApposNP x1 x2) = mkApp (mkCId "ApposNP") [gf x1, gf x2] - gf (GCNNumNP x1 x2) = mkApp (mkCId "CNNumNP") [gf x1, gf x2] - gf (GConjNP x1 x2) = mkApp (mkCId "ConjNP") [gf x1, gf x2] - gf (GCountNP x1 x2) = mkApp (mkCId "CountNP") [gf x1, gf x2] - gf (GDetCN x1 x2) = mkApp (mkCId "DetCN") [gf x1, gf x2] - gf (GDetNP x1) = mkApp (mkCId "DetNP") [gf x1] - gf (GExtAdvNP x1 x2) = mkApp (mkCId "ExtAdvNP") [gf x1, gf x2] - gf (GMassNP x1) = mkApp (mkCId "MassNP") [gf x1] - gf (GNomVPNP_none x1) = mkApp (mkCId "NomVPNP_none") [gf x1] - gf (GPPartNP x1 x2) = mkApp (mkCId "PPartNP") [gf x1, gf x2] - gf (GPredetNP x1 x2) = mkApp (mkCId "PredetNP") [gf x1, gf x2] - gf (GRelNP x1 x2) = mkApp (mkCId "RelNP") [gf x1, gf x2] - gf (GSelfNP x1) = mkApp (mkCId "SelfNP") [gf x1] - gf (GUsePN x1) = mkApp (mkCId "UsePN") [gf x1] - gf (GUsePron x1) = mkApp (mkCId "UsePron") [gf x1] - gf (GUseQuantPN x1 x2) = mkApp (mkCId "UseQuantPN") [gf x1, gf x2] - gf Gherself_NP = mkApp (mkCId "herself_NP") [] - gf Ghimself_NP = mkApp (mkCId "himself_NP") [] - gf Gitself_NP = mkApp (mkCId "itself_NP") [] - gf Gmyself_NP = mkApp (mkCId "myself_NP") [] - gf Gourselves_NP = mkApp (mkCId "ourselves_NP") [] - gf Gthemselves_NP = mkApp (mkCId "themselves_NP") [] - gf GyourselfPl_NP = mkApp (mkCId "yourselfPl_NP") [] - gf GyourselfSg_NP = mkApp (mkCId "yourselfSg_NP") [] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvNP" -> GAdvNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ApposNP" -> GApposNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "CNNumNP" -> GCNNumNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ConjNP" -> GConjNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "CountNP" -> GCountNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "DetCN" -> GDetCN (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "DetNP" -> GDetNP (fg x1) - Just (i,[x1,x2]) | i == mkCId "ExtAdvNP" -> GExtAdvNP (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "MassNP" -> GMassNP (fg x1) - Just (i,[x1]) | i == mkCId "NomVPNP_none" -> GNomVPNP_none (fg x1) - Just (i,[x1,x2]) | i == mkCId "PPartNP" -> GPPartNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredetNP" -> GPredetNP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "RelNP" -> GRelNP (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "SelfNP" -> GSelfNP (fg x1) - Just (i,[x1]) | i == mkCId "UsePN" -> GUsePN (fg x1) - Just (i,[x1]) | i == mkCId "UsePron" -> GUsePron (fg x1) - Just (i,[x1,x2]) | i == mkCId "UseQuantPN" -> GUseQuantPN (fg x1) (fg x2) - Just (i,[]) | i == mkCId "herself_NP" -> Gherself_NP - Just (i,[]) | i == mkCId "himself_NP" -> Ghimself_NP - Just (i,[]) | i == mkCId "itself_NP" -> Gitself_NP - Just (i,[]) | i == mkCId "myself_NP" -> Gmyself_NP - Just (i,[]) | i == mkCId "ourselves_NP" -> Gourselves_NP - Just (i,[]) | i == mkCId "themselves_NP" -> Gthemselves_NP - Just (i,[]) | i == mkCId "yourselfPl_NP" -> GyourselfPl_NP - Just (i,[]) | i == mkCId "yourselfSg_NP" -> GyourselfSg_NP - - - _ -> error ("no NP " ++ show t) - -instance Gf GNum where - gf (GNumCard x1) = mkApp (mkCId "NumCard") [gf x1] - gf GNumPl = mkApp (mkCId "NumPl") [] - gf GNumSg = mkApp (mkCId "NumSg") [] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "NumCard" -> GNumCard (fg x1) - Just (i,[]) | i == mkCId "NumPl" -> GNumPl - Just (i,[]) | i == mkCId "NumSg" -> GNumSg - - - _ -> error ("no Num " ++ show t) - -instance Gf GOrd where - gf (GOrdCompar x1) = mkApp (mkCId "OrdCompar") [gf x1] - gf (GOrdDigits x1) = mkApp (mkCId "OrdDigits") [gf x1] - gf (GOrdNumeral x1) = mkApp (mkCId "OrdNumeral") [gf x1] - gf (GOrdSuperl x1) = mkApp (mkCId "OrdSuperl") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "OrdCompar" -> GOrdCompar (fg x1) - Just (i,[x1]) | i == mkCId "OrdDigits" -> GOrdDigits (fg x1) - Just (i,[x1]) | i == mkCId "OrdNumeral" -> GOrdNumeral (fg x1) - Just (i,[x1]) | i == mkCId "OrdSuperl" -> GOrdSuperl (fg x1) - - - _ -> error ("no Ord " ++ show t) - -instance Gf GPConj where - gf GNoPConj = mkApp (mkCId "NoPConj") [] - gf (GPConjConj x1) = mkApp (mkCId "PConjConj") [gf x1] - - fg t = - case unApp t of - Just (i,[]) | i == mkCId "NoPConj" -> GNoPConj - Just (i,[x1]) | i == mkCId "PConjConj" -> GPConjConj (fg x1) - - - _ -> error ("no PConj " ++ show t) - -instance Gf GPN where - gf (GSymbPN x1) = mkApp (mkCId "SymbPN") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "SymbPN" -> GSymbPN (fg x1) - - - _ -> error ("no PN " ++ show t) - -instance Gf GPhr where - gf (GPhrUtt x1 x2 x3) = mkApp (mkCId "PhrUtt") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2,x3]) | i == mkCId "PhrUtt" -> GPhrUtt (fg x1) (fg x2) (fg x3) - - - _ -> error ("no Phr " ++ show t) - -instance Gf GPol where - gf GPNeg = mkApp (mkCId "PNeg") [] - gf GPPos = mkApp (mkCId "PPos") [] - - fg t = - case unApp t of - Just (i,[]) | i == mkCId "PNeg" -> GPNeg - Just (i,[]) | i == mkCId "PPos" -> GPPos - - - _ -> error ("no Pol " ++ show t) - -instance Gf GPrAP_none where - gf (GAgentPastPartAP_none x1 x2) = mkApp (mkCId "AgentPastPartAP_none") [gf x1, gf x2] - gf (GLiftAP x1) = mkApp (mkCId "LiftAP") [gf x1] - gf (GPastPartAP_none x1) = mkApp (mkCId "PastPartAP_none") [gf x1] - gf (GPresPartAP_none x1) = mkApp (mkCId "PresPartAP_none") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AgentPastPartAP_none" -> GAgentPastPartAP_none (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "LiftAP" -> GLiftAP (fg x1) - Just (i,[x1]) | i == mkCId "PastPartAP_none" -> GPastPartAP_none (fg x1) - Just (i,[x1]) | i == mkCId "PresPartAP_none" -> GPresPartAP_none (fg x1) - - - _ -> error ("no PrAP_none " ++ show t) - -instance Gf GPrAP_np where - gf (GLiftA2 x1) = mkApp (mkCId "LiftA2") [gf x1] - gf (GPresPartAP_np x1) = mkApp (mkCId "PresPartAP_np") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftA2" -> GLiftA2 (fg x1) - Just (i,[x1]) | i == mkCId "PresPartAP_np" -> GPresPartAP_np (fg x1) - - - _ -> error ("no PrAP_np " ++ show t) - -instance Gf GPrAdv_none where - gf (GComplAdv_none x1 x2) = mkApp (mkCId "ComplAdv_none") [gf x1, gf x2] - gf (GLiftAdV x1) = mkApp (mkCId "LiftAdV") [gf x1] - gf (GLiftAdv x1) = mkApp (mkCId "LiftAdv") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ComplAdv_none" -> GComplAdv_none (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "LiftAdV" -> GLiftAdV (fg x1) - Just (i,[x1]) | i == mkCId "LiftAdv" -> GLiftAdv (fg x1) - - - _ -> error ("no PrAdv_none " ++ show t) - -instance Gf GPrAdv_np where - gf (GLiftPrep x1) = mkApp (mkCId "LiftPrep") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftPrep" -> GLiftPrep (fg x1) - - - _ -> error ("no PrAdv_np " ++ show t) - -instance Gf GPrCN_none where - gf (GLiftCN x1) = mkApp (mkCId "LiftCN") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftCN" -> GLiftCN (fg x1) - - - _ -> error ("no PrCN_none " ++ show t) - -instance Gf GPrCN_np where - gf (GLiftN2 x1) = mkApp (mkCId "LiftN2") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftN2" -> GLiftN2 (fg x1) - - - _ -> error ("no PrCN_np " ++ show t) - -instance Gf GPrCl_none where - gf (GAdvCl_none x1 x2) = mkApp (mkCId "AdvCl_none") [gf x1, gf x2] - gf (GPredVP_none x1 x2) = mkApp (mkCId "PredVP_none") [gf x1, gf x2] - gf (GSlashClNP_none x1 x2) = mkApp (mkCId "SlashClNP_none") [gf x1, gf x2] - gf (GUseClC_none x1) = mkApp (mkCId "UseClC_none") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvCl_none" -> GAdvCl_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredVP_none" -> GPredVP_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashClNP_none" -> GSlashClNP_none (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "UseClC_none" -> GUseClC_none (fg x1) - - - _ -> error ("no PrCl_none " ++ show t) - -instance Gf GPrCl_np where - gf (GAdvCl_np x1 x2) = mkApp (mkCId "AdvCl_np") [gf x1, gf x2] - gf (GPredVP_np x1 x2) = mkApp (mkCId "PredVP_np") [gf x1, gf x2] - gf (GUseClC_np x1) = mkApp (mkCId "UseClC_np") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvCl_np" -> GAdvCl_np (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredVP_np" -> GPredVP_np (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "UseClC_np" -> GUseClC_np (fg x1) - - - _ -> error ("no PrCl_np " ++ show t) - -instance Gf GPrQCl_none where - gf (GAdvQCl_none x1 x2) = mkApp (mkCId "AdvQCl_none") [gf x1, gf x2] - gf (GQuestCl_none x1) = mkApp (mkCId "QuestCl_none") [gf x1] - gf (GQuestIAdv_none x1 x2) = mkApp (mkCId "QuestIAdv_none") [gf x1, gf x2] - gf (GQuestIComp_none x1 x2 x3 x4 x5) = mkApp (mkCId "QuestIComp_none") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GQuestSlash_none x1 x2) = mkApp (mkCId "QuestSlash_none") [gf x1, gf x2] - gf (GQuestVP_none x1 x2) = mkApp (mkCId "QuestVP_none") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvQCl_none" -> GAdvQCl_none (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "QuestCl_none" -> GQuestCl_none (fg x1) - Just (i,[x1,x2]) | i == mkCId "QuestIAdv_none" -> GQuestIAdv_none (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "QuestIComp_none" -> GQuestIComp_none (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2]) | i == mkCId "QuestSlash_none" -> GQuestSlash_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "QuestVP_none" -> GQuestVP_none (fg x1) (fg x2) - - - _ -> error ("no PrQCl_none " ++ show t) - -instance Gf GPrQCl_np where - gf (GAdvQCl_np x1 x2) = mkApp (mkCId "AdvQCl_np") [gf x1, gf x2] - gf (GQuestCl_np x1) = mkApp (mkCId "QuestCl_np") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvQCl_np" -> GAdvQCl_np (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "QuestCl_np" -> GQuestCl_np (fg x1) - - - _ -> error ("no PrQCl_np " ++ show t) - -instance Gf GPrS where - gf (GUseAdvCl_none x1 x2) = mkApp (mkCId "UseAdvCl_none") [gf x1, gf x2] - gf (GUseCl_none x1) = mkApp (mkCId "UseCl_none") [gf x1] - gf (GUseQCl_none x1) = mkApp (mkCId "UseQCl_none") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "UseAdvCl_none" -> GUseAdvCl_none (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "UseCl_none" -> GUseCl_none (fg x1) - Just (i,[x1]) | i == mkCId "UseQCl_none" -> GUseQCl_none (fg x1) - - - _ -> error ("no PrS " ++ show t) - -instance Gf GPrVPI_none where - gf (GInfVP_none x1) = mkApp (mkCId "InfVP_none") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "InfVP_none" -> GInfVP_none (fg x1) - - - _ -> error ("no PrVPI_none " ++ show t) - -instance Gf GPrVPI_np where - gf (GInfVP_np x1) = mkApp (mkCId "InfVP_np") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "InfVP_np" -> GInfVP_np (fg x1) - - - _ -> error ("no PrVPI_np " ++ show t) - -instance Gf GPrVP_a where - gf (GAgentPassUseV_a x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_a") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GPassUseV_a x1 x2 x3 x4) = mkApp (mkCId "PassUseV_a") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP_a x1) = mkApp (mkCId "ReflVP_a") [gf x1] - gf (GUseV_a x1 x2 x3 x4) = mkApp (mkCId "UseV_a") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_a" -> GAgentPassUseV_a (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_a" -> GPassUseV_a (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP_a" -> GReflVP_a (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_a" -> GUseV_a (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_a " ++ show t) - -instance Gf GPrVP_n where - gf (GAgentPassUseV_n x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_n") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GPassUseV_n x1 x2 x3 x4) = mkApp (mkCId "PassUseV_n") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP_n x1) = mkApp (mkCId "ReflVP_n") [gf x1] - gf (GUseV_n x1 x2 x3 x4) = mkApp (mkCId "UseV_n") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_n" -> GAgentPassUseV_n (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_n" -> GPassUseV_n (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP_n" -> GReflVP_n (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_n" -> GUseV_n (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_n " ++ show t) - -instance Gf GPrVP_none where - gf (GAfterVP_none x1 x2) = mkApp (mkCId "AfterVP_none") [gf x1, gf x2] - gf (GAgentPassUseV_none x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_none") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GBeforeVP_none x1 x2) = mkApp (mkCId "BeforeVP_none") [gf x1, gf x2] - gf (GByVP_none x1 x2) = mkApp (mkCId "ByVP_none") [gf x1, gf x2] - gf (GComplV2_none x1 x2) = mkApp (mkCId "ComplV2_none") [gf x1, gf x2] - gf (GComplVA_none x1 x2) = mkApp (mkCId "ComplVA_none") [gf x1, gf x2] - gf (GComplVN_none x1 x2) = mkApp (mkCId "ComplVN_none") [gf x1, gf x2] - gf (GComplVQ_none x1 x2) = mkApp (mkCId "ComplVQ_none") [gf x1, gf x2] - gf (GComplVS_none x1 x2) = mkApp (mkCId "ComplVS_none") [gf x1, gf x2] - gf (GComplVV_none x1 x2) = mkApp (mkCId "ComplVV_none") [gf x1, gf x2] - gf (GInOrderVP_none x1 x2) = mkApp (mkCId "InOrderVP_none") [gf x1, gf x2] - gf (GPassUseV_none x1 x2 x3 x4) = mkApp (mkCId "PassUseV_none") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP_none x1) = mkApp (mkCId "ReflVP_none") [gf x1] - gf (GUseAP_none x1 x2 x3 x4) = mkApp (mkCId "UseAP_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseAdv_none x1 x2 x3 x4) = mkApp (mkCId "UseAdv_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseCN_none x1 x2 x3 x4) = mkApp (mkCId "UseCN_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseNP_none x1 x2 x3 x4) = mkApp (mkCId "UseNP_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseQ_none x1 x2 x3 x4) = mkApp (mkCId "UseQ_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseS_none x1 x2 x3 x4) = mkApp (mkCId "UseS_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseVPC_none x1) = mkApp (mkCId "UseVPC_none") [gf x1] - gf (GUseVP_none x1 x2 x3 x4) = mkApp (mkCId "UseVP_none") [gf x1, gf x2, gf x3, gf x4] - gf (GUseV_none x1 x2 x3 x4) = mkApp (mkCId "UseV_none") [gf x1, gf x2, gf x3, gf x4] - gf (GWhenVP_none x1 x2) = mkApp (mkCId "WhenVP_none") [gf x1, gf x2] - gf (GWithoutVP_none x1 x2) = mkApp (mkCId "WithoutVP_none") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AfterVP_none" -> GAfterVP_none (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_none" -> GAgentPassUseV_none (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2]) | i == mkCId "BeforeVP_none" -> GBeforeVP_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ByVP_none" -> GByVP_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplV2_none" -> GComplV2_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVA_none" -> GComplVA_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVN_none" -> GComplVN_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVQ_none" -> GComplVQ_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVS_none" -> GComplVS_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVV_none" -> GComplVV_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "InOrderVP_none" -> GInOrderVP_none (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_none" -> GPassUseV_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP_none" -> GReflVP_none (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseAP_none" -> GUseAP_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseAdv_none" -> GUseAdv_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseCN_none" -> GUseCN_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseNP_none" -> GUseNP_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseQ_none" -> GUseQ_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseS_none" -> GUseS_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "UseVPC_none" -> GUseVPC_none (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseVP_none" -> GUseVP_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_none" -> GUseV_none (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2]) | i == mkCId "WhenVP_none" -> GWhenVP_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "WithoutVP_none" -> GWithoutVP_none (fg x1) (fg x2) - - - _ -> error ("no PrVP_none " ++ show t) - -instance Gf GPrVP_np where - gf (GAgentPassUseV_np x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_np") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GComplVS_np x1 x2) = mkApp (mkCId "ComplVS_np") [gf x1, gf x2] - gf (GComplVV_np x1 x2) = mkApp (mkCId "ComplVV_np") [gf x1, gf x2] - gf (GPassUseV_np x1 x2 x3 x4) = mkApp (mkCId "PassUseV_np") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP2_np x1) = mkApp (mkCId "ReflVP2_np") [gf x1] - gf (GReflVP_np x1) = mkApp (mkCId "ReflVP_np") [gf x1] - gf (GSlashV2A_none x1 x2) = mkApp (mkCId "SlashV2A_none") [gf x1, gf x2] - gf (GSlashV2N_none x1 x2) = mkApp (mkCId "SlashV2N_none") [gf x1, gf x2] - gf (GSlashV2Q_none x1 x2) = mkApp (mkCId "SlashV2Q_none") [gf x1, gf x2] - gf (GSlashV2S_none x1 x2) = mkApp (mkCId "SlashV2S_none") [gf x1, gf x2] - gf (GSlashV2V_none x1 x2) = mkApp (mkCId "SlashV2V_none") [gf x1, gf x2] - gf (GSlashV3_none x1 x2) = mkApp (mkCId "SlashV3_none") [gf x1, gf x2] - gf (GUseAP_np x1 x2 x3 x4) = mkApp (mkCId "UseAP_np") [gf x1, gf x2, gf x3, gf x4] - gf (GUseAdv_np x1 x2 x3 x4) = mkApp (mkCId "UseAdv_np") [gf x1, gf x2, gf x3, gf x4] - gf (GUseCN_np x1 x2 x3 x4) = mkApp (mkCId "UseCN_np") [gf x1, gf x2, gf x3, gf x4] - gf (GUseVPC_np x1) = mkApp (mkCId "UseVPC_np") [gf x1] - gf (GUseV_np x1 x2 x3 x4) = mkApp (mkCId "UseV_np") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_np" -> GAgentPassUseV_np (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2]) | i == mkCId "ComplVS_np" -> GComplVS_np (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVV_np" -> GComplVV_np (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_np" -> GPassUseV_np (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP2_np" -> GReflVP2_np (fg x1) - Just (i,[x1]) | i == mkCId "ReflVP_np" -> GReflVP_np (fg x1) - Just (i,[x1,x2]) | i == mkCId "SlashV2A_none" -> GSlashV2A_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV2N_none" -> GSlashV2N_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV2Q_none" -> GSlashV2Q_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV2S_none" -> GSlashV2S_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV2V_none" -> GSlashV2V_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV3_none" -> GSlashV3_none (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseAP_np" -> GUseAP_np (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseAdv_np" -> GUseAdv_np (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseCN_np" -> GUseCN_np (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "UseVPC_np" -> GUseVPC_np (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np" -> GUseV_np (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np " ++ show t) - -instance Gf GPrVP_np_a where - gf (GUseV_np_a x1 x2 x3 x4) = mkApp (mkCId "UseV_np_a") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np_a" -> GUseV_np_a (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np_a " ++ show t) - -instance Gf GPrVP_np_n where - gf (GUseV_np_n x1 x2 x3 x4) = mkApp (mkCId "UseV_np_n") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np_n" -> GUseV_np_n (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np_n " ++ show t) - -instance Gf GPrVP_np_np where - gf (GSlashV2V_np x1 x2) = mkApp (mkCId "SlashV2V_np") [gf x1, gf x2] - gf (GUseV_np_np x1 x2 x3 x4) = mkApp (mkCId "UseV_np_np") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "SlashV2V_np" -> GSlashV2V_np (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np_np" -> GUseV_np_np (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np_np " ++ show t) - -instance Gf GPrVP_np_q where - gf (GUseV_np_q x1 x2 x3 x4) = mkApp (mkCId "UseV_np_q") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np_q" -> GUseV_np_q (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np_q " ++ show t) - -instance Gf GPrVP_np_s where - gf (GUseV_np_s x1 x2 x3 x4) = mkApp (mkCId "UseV_np_s") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np_s" -> GUseV_np_s (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np_s " ++ show t) - -instance Gf GPrVP_np_v where - gf (GUseV_np_v x1 x2 x3 x4) = mkApp (mkCId "UseV_np_v") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_np_v" -> GUseV_np_v (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_np_v " ++ show t) - -instance Gf GPrVP_q where - gf (GAgentPassUseV_q x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_q") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GPassUseV_q x1 x2 x3 x4) = mkApp (mkCId "PassUseV_q") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP_q x1) = mkApp (mkCId "ReflVP_q") [gf x1] - gf (GUseV_q x1 x2 x3 x4) = mkApp (mkCId "UseV_q") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_q" -> GAgentPassUseV_q (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_q" -> GPassUseV_q (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP_q" -> GReflVP_q (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_q" -> GUseV_q (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_q " ++ show t) - -instance Gf GPrVP_s where - gf (GAgentPassUseV_s x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_s") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GPassUseV_s x1 x2 x3 x4) = mkApp (mkCId "PassUseV_s") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP_s x1) = mkApp (mkCId "ReflVP_s") [gf x1] - gf (GUseV_s x1 x2 x3 x4) = mkApp (mkCId "UseV_s") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_s" -> GAgentPassUseV_s (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_s" -> GPassUseV_s (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP_s" -> GReflVP_s (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_s" -> GUseV_s (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_s " ++ show t) - -instance Gf GPrVP_v where - gf (GAgentPassUseV_v x1 x2 x3 x4 x5) = mkApp (mkCId "AgentPassUseV_v") [gf x1, gf x2, gf x3, gf x4, gf x5] - gf (GPassUseV_v x1 x2 x3 x4) = mkApp (mkCId "PassUseV_v") [gf x1, gf x2, gf x3, gf x4] - gf (GReflVP_v x1) = mkApp (mkCId "ReflVP_v") [gf x1] - gf (GUseV_v x1 x2 x3 x4) = mkApp (mkCId "UseV_v") [gf x1, gf x2, gf x3, gf x4] - - fg t = - case unApp t of - Just (i,[x1,x2,x3,x4,x5]) | i == mkCId "AgentPassUseV_v" -> GAgentPassUseV_v (fg x1) (fg x2) (fg x3) (fg x4) (fg x5) - Just (i,[x1,x2,x3,x4]) | i == mkCId "PassUseV_v" -> GPassUseV_v (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1]) | i == mkCId "ReflVP_v" -> GReflVP_v (fg x1) - Just (i,[x1,x2,x3,x4]) | i == mkCId "UseV_v" -> GUseV_v (fg x1) (fg x2) (fg x3) (fg x4) - - - _ -> error ("no PrVP_v " ++ show t) - -instance Gf GPrV_a where - gf (GLiftVA x1) = mkApp (mkCId "LiftVA") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftVA" -> GLiftVA (fg x1) - - - _ -> error ("no PrV_a " ++ show t) - -instance Gf GPrV_n where - gf (GLiftVN x1) = mkApp (mkCId "LiftVN") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftVN" -> GLiftVN (fg x1) - - - _ -> error ("no PrV_n " ++ show t) - -instance Gf GPrV_none where - gf (GLiftV x1) = mkApp (mkCId "LiftV") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV" -> GLiftV (fg x1) - - - _ -> error ("no PrV_none " ++ show t) - -instance Gf GPrV_np where - gf (GLiftV2 x1) = mkApp (mkCId "LiftV2") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV2" -> GLiftV2 (fg x1) - - - _ -> error ("no PrV_np " ++ show t) - -instance Gf GPrV_np_a where - gf (GLiftV2A x1) = mkApp (mkCId "LiftV2A") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV2A" -> GLiftV2A (fg x1) - - - _ -> error ("no PrV_np_a " ++ show t) - -instance Gf GPrV_np_n where - gf (GLiftV2N x1) = mkApp (mkCId "LiftV2N") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV2N" -> GLiftV2N (fg x1) - - - _ -> error ("no PrV_np_n " ++ show t) - -instance Gf GPrV_np_np where - gf (GLiftV3 x1) = mkApp (mkCId "LiftV3") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV3" -> GLiftV3 (fg x1) - - - _ -> error ("no PrV_np_np " ++ show t) - -instance Gf GPrV_np_q where - gf (GLiftV2Q x1) = mkApp (mkCId "LiftV2Q") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV2Q" -> GLiftV2Q (fg x1) - - - _ -> error ("no PrV_np_q " ++ show t) - -instance Gf GPrV_np_s where - gf (GLiftV2S x1) = mkApp (mkCId "LiftV2S") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV2S" -> GLiftV2S (fg x1) - - - _ -> error ("no PrV_np_s " ++ show t) - -instance Gf GPrV_np_v where - gf (GLiftV2V x1) = mkApp (mkCId "LiftV2V") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftV2V" -> GLiftV2V (fg x1) - - - _ -> error ("no PrV_np_v " ++ show t) - -instance Gf GPrV_q where - gf (GLiftVQ x1) = mkApp (mkCId "LiftVQ") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftVQ" -> GLiftVQ (fg x1) - - - _ -> error ("no PrV_q " ++ show t) - -instance Gf GPrV_s where - gf (GLiftVS x1) = mkApp (mkCId "LiftVS") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftVS" -> GLiftVS (fg x1) - - - _ -> error ("no PrV_s " ++ show t) - -instance Gf GPrV_v where - gf (GLiftVV x1) = mkApp (mkCId "LiftVV") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "LiftVV" -> GLiftVV (fg x1) - - - _ -> error ("no PrV_v " ++ show t) - -instance Gf GQCl where - gf (GQuestCl x1) = mkApp (mkCId "QuestCl") [gf x1] - gf (GQuestIAdv x1 x2) = mkApp (mkCId "QuestIAdv") [gf x1, gf x2] - gf (GQuestIComp x1 x2) = mkApp (mkCId "QuestIComp") [gf x1, gf x2] - gf (GQuestQVP x1 x2) = mkApp (mkCId "QuestQVP") [gf x1, gf x2] - gf (GQuestSlash x1 x2) = mkApp (mkCId "QuestSlash") [gf x1, gf x2] - gf (GQuestVP x1 x2) = mkApp (mkCId "QuestVP") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "QuestCl" -> GQuestCl (fg x1) - Just (i,[x1,x2]) | i == mkCId "QuestIAdv" -> GQuestIAdv (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "QuestIComp" -> GQuestIComp (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "QuestQVP" -> GQuestQVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "QuestSlash" -> GQuestSlash (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "QuestVP" -> GQuestVP (fg x1) (fg x2) - - - _ -> error ("no QCl " ++ show t) - -instance Gf GQS where - gf (GUseQCl x1 x2 x3) = mkApp (mkCId "UseQCl") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2,x3]) | i == mkCId "UseQCl" -> GUseQCl (fg x1) (fg x2) (fg x3) - - - _ -> error ("no QS " ++ show t) - -instance Gf GQVP where - gf (GAddAdvQVP x1 x2) = mkApp (mkCId "AddAdvQVP") [gf x1, gf x2] - gf (GAdvQVP x1 x2) = mkApp (mkCId "AdvQVP") [gf x1, gf x2] - gf (GComplSlashIP x1 x2) = mkApp (mkCId "ComplSlashIP") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AddAdvQVP" -> GAddAdvQVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "AdvQVP" -> GAdvQVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplSlashIP" -> GComplSlashIP (fg x1) (fg x2) - - - _ -> error ("no QVP " ++ show t) - -instance Gf GQuant where - gf GDefArt = mkApp (mkCId "DefArt") [] - gf (GGenNP x1) = mkApp (mkCId "GenNP") [gf x1] - gf GIndefArt = mkApp (mkCId "IndefArt") [] - gf (GPossPron x1) = mkApp (mkCId "PossPron") [gf x1] - - fg t = - case unApp t of - Just (i,[]) | i == mkCId "DefArt" -> GDefArt - Just (i,[x1]) | i == mkCId "GenNP" -> GGenNP (fg x1) - Just (i,[]) | i == mkCId "IndefArt" -> GIndefArt - Just (i,[x1]) | i == mkCId "PossPron" -> GPossPron (fg x1) - - - _ -> error ("no Quant " ++ show t) - -instance Gf GRCl where - gf (GEmptyRelSlash x1) = mkApp (mkCId "EmptyRelSlash") [gf x1] - gf (GRelCl x1) = mkApp (mkCId "RelCl") [gf x1] - gf (GRelSlash x1 x2) = mkApp (mkCId "RelSlash") [gf x1, gf x2] - gf (GRelVP x1 x2) = mkApp (mkCId "RelVP") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "EmptyRelSlash" -> GEmptyRelSlash (fg x1) - Just (i,[x1]) | i == mkCId "RelCl" -> GRelCl (fg x1) - Just (i,[x1,x2]) | i == mkCId "RelSlash" -> GRelSlash (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "RelVP" -> GRelVP (fg x1) (fg x2) - - - _ -> error ("no RCl " ++ show t) - -instance Gf GRP where - gf (GFunRP x1 x2 x3) = mkApp (mkCId "FunRP") [gf x1, gf x2, gf x3] - gf (GGenRP x1 x2) = mkApp (mkCId "GenRP") [gf x1, gf x2] - gf GIdRP = mkApp (mkCId "IdRP") [] - gf Gthat_RP = mkApp (mkCId "that_RP") [] - gf Gwho_RP = mkApp (mkCId "who_RP") [] - - fg t = - case unApp t of - Just (i,[x1,x2,x3]) | i == mkCId "FunRP" -> GFunRP (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2]) | i == mkCId "GenRP" -> GGenRP (fg x1) (fg x2) - Just (i,[]) | i == mkCId "IdRP" -> GIdRP - Just (i,[]) | i == mkCId "that_RP" -> Gthat_RP - Just (i,[]) | i == mkCId "who_RP" -> Gwho_RP - - - _ -> error ("no RP " ++ show t) - -instance Gf GRS where - gf (GConjRS x1 x2) = mkApp (mkCId "ConjRS") [gf x1, gf x2] - gf (GPastPartRS x1 x2 x3) = mkApp (mkCId "PastPartRS") [gf x1, gf x2, gf x3] - gf (GPresPartRS x1 x2 x3) = mkApp (mkCId "PresPartRS") [gf x1, gf x2, gf x3] - gf (GRelCl_none x1) = mkApp (mkCId "RelCl_none") [gf x1] - gf (GRelSlash_none x1 x2) = mkApp (mkCId "RelSlash_none") [gf x1, gf x2] - gf (GRelVP_none x1 x2) = mkApp (mkCId "RelVP_none") [gf x1, gf x2] - gf (GUseRCl x1 x2 x3) = mkApp (mkCId "UseRCl") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ConjRS" -> GConjRS (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "PastPartRS" -> GPastPartRS (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2,x3]) | i == mkCId "PresPartRS" -> GPresPartRS (fg x1) (fg x2) (fg x3) - Just (i,[x1]) | i == mkCId "RelCl_none" -> GRelCl_none (fg x1) - Just (i,[x1,x2]) | i == mkCId "RelSlash_none" -> GRelSlash_none (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "RelVP_none" -> GRelVP_none (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "UseRCl" -> GUseRCl (fg x1) (fg x2) (fg x3) - - - _ -> error ("no RS " ++ show t) - -instance Gf GS where - gf (GAdvS x1 x2) = mkApp (mkCId "AdvS") [gf x1, gf x2] - gf (GConjS x1 x2) = mkApp (mkCId "ConjS") [gf x1, gf x2] - gf (GExtAdvS x1 x2) = mkApp (mkCId "ExtAdvS") [gf x1, gf x2] - gf (GPredVPS x1 x2) = mkApp (mkCId "PredVPS") [gf x1, gf x2] - gf (GRelS x1 x2) = mkApp (mkCId "RelS") [gf x1, gf x2] - gf (GSSubjS x1 x2 x3) = mkApp (mkCId "SSubjS") [gf x1, gf x2, gf x3] - gf (GUseCl x1 x2 x3) = mkApp (mkCId "UseCl") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdvS" -> GAdvS (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ConjS" -> GConjS (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ExtAdvS" -> GExtAdvS (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PredVPS" -> GPredVPS (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "RelS" -> GRelS (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "SSubjS" -> GSSubjS (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2,x3]) | i == mkCId "UseCl" -> GUseCl (fg x1) (fg x2) (fg x3) - - - _ -> error ("no S " ++ show t) - -instance Gf GSC where - gf (GEmbedQS x1) = mkApp (mkCId "EmbedQS") [gf x1] - gf (GEmbedS x1) = mkApp (mkCId "EmbedS") [gf x1] - gf (GEmbedVP x1) = mkApp (mkCId "EmbedVP") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "EmbedQS" -> GEmbedQS (fg x1) - Just (i,[x1]) | i == mkCId "EmbedS" -> GEmbedS (fg x1) - Just (i,[x1]) | i == mkCId "EmbedVP" -> GEmbedVP (fg x1) - - - _ -> error ("no SC " ++ show t) - -instance Gf GSSlash where - gf (GUseSlash x1 x2 x3) = mkApp (mkCId "UseSlash") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2,x3]) | i == mkCId "UseSlash" -> GUseSlash (fg x1) (fg x2) (fg x3) - - - _ -> error ("no SSlash " ++ show t) - -instance Gf GSymb where - gf (GMkSymb x1) = mkApp (mkCId "MkSymb") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "MkSymb" -> GMkSymb (fg x1) - - - _ -> error ("no Symb " ++ show t) - -instance Gf GTemp where - gf (GTTAnt x1 x2) = mkApp (mkCId "TTAnt") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "TTAnt" -> GTTAnt (fg x1) (fg x2) - - - _ -> error ("no Temp " ++ show t) - -instance Gf GTense where - gf GTCond = mkApp (mkCId "TCond") [] - gf GTFut = mkApp (mkCId "TFut") [] - gf GTPast = mkApp (mkCId "TPast") [] - gf GTPres = mkApp (mkCId "TPres") [] - - fg t = - case unApp t of - Just (i,[]) | i == mkCId "TCond" -> GTCond - Just (i,[]) | i == mkCId "TFut" -> GTFut - Just (i,[]) | i == mkCId "TPast" -> GTPast - Just (i,[]) | i == mkCId "TPres" -> GTPres - - - _ -> error ("no Tense " ++ show t) - -instance Gf GUtt where - gf (GPrImpPl x1) = mkApp (mkCId "PrImpPl") [gf x1] - gf (GPrImpSg x1) = mkApp (mkCId "PrImpSg") [gf x1] - gf (GUttAP x1) = mkApp (mkCId "UttAP") [gf x1] - gf (GUttAdV x1) = mkApp (mkCId "UttAdV") [gf x1] - gf (GUttAdv x1) = mkApp (mkCId "UttAdv") [gf x1] - gf (GUttCN x1) = mkApp (mkCId "UttCN") [gf x1] - gf (GUttCard x1) = mkApp (mkCId "UttCard") [gf x1] - gf (GUttIAdv x1) = mkApp (mkCId "UttIAdv") [gf x1] - gf (GUttIP x1) = mkApp (mkCId "UttIP") [gf x1] - gf (GUttImpPl x1 x2) = mkApp (mkCId "UttImpPl") [gf x1, gf x2] - gf (GUttImpPol x1 x2) = mkApp (mkCId "UttImpPol") [gf x1, gf x2] - gf (GUttImpSg x1 x2) = mkApp (mkCId "UttImpSg") [gf x1, gf x2] - gf (GUttInterj x1) = mkApp (mkCId "UttInterj") [gf x1] - gf (GUttNP x1) = mkApp (mkCId "UttNP") [gf x1] - gf (GUttPrS x1) = mkApp (mkCId "UttPrS") [gf x1] - gf (GUttQS x1) = mkApp (mkCId "UttQS") [gf x1] - gf (GUttS x1) = mkApp (mkCId "UttS") [gf x1] - gf (GUttVP x1) = mkApp (mkCId "UttVP") [gf x1] - - fg t = - case unApp t of - Just (i,[x1]) | i == mkCId "PrImpPl" -> GPrImpPl (fg x1) - Just (i,[x1]) | i == mkCId "PrImpSg" -> GPrImpSg (fg x1) - Just (i,[x1]) | i == mkCId "UttAP" -> GUttAP (fg x1) - Just (i,[x1]) | i == mkCId "UttAdV" -> GUttAdV (fg x1) - Just (i,[x1]) | i == mkCId "UttAdv" -> GUttAdv (fg x1) - Just (i,[x1]) | i == mkCId "UttCN" -> GUttCN (fg x1) - Just (i,[x1]) | i == mkCId "UttCard" -> GUttCard (fg x1) - Just (i,[x1]) | i == mkCId "UttIAdv" -> GUttIAdv (fg x1) - Just (i,[x1]) | i == mkCId "UttIP" -> GUttIP (fg x1) - Just (i,[x1,x2]) | i == mkCId "UttImpPl" -> GUttImpPl (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "UttImpPol" -> GUttImpPol (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "UttImpSg" -> GUttImpSg (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "UttInterj" -> GUttInterj (fg x1) - Just (i,[x1]) | i == mkCId "UttNP" -> GUttNP (fg x1) - Just (i,[x1]) | i == mkCId "UttPrS" -> GUttPrS (fg x1) - Just (i,[x1]) | i == mkCId "UttQS" -> GUttQS (fg x1) - Just (i,[x1]) | i == mkCId "UttS" -> GUttS (fg x1) - Just (i,[x1]) | i == mkCId "UttVP" -> GUttVP (fg x1) - - - _ -> error ("no Utt " ++ show t) - -instance Gf GVP where - gf (GAdVVP x1 x2) = mkApp (mkCId "AdVVP") [gf x1, gf x2] - gf (GAdvVP x1 x2) = mkApp (mkCId "AdvVP") [gf x1, gf x2] - gf (GComplBareVS x1 x2) = mkApp (mkCId "ComplBareVS") [gf x1, gf x2] - gf (GComplSlash x1 x2) = mkApp (mkCId "ComplSlash") [gf x1, gf x2] - gf (GComplSlashPartLast x1 x2) = mkApp (mkCId "ComplSlashPartLast") [gf x1, gf x2] - gf (GComplVA x1 x2) = mkApp (mkCId "ComplVA") [gf x1, gf x2] - gf (GComplVPIVV x1 x2) = mkApp (mkCId "ComplVPIVV") [gf x1, gf x2] - gf (GComplVQ x1 x2) = mkApp (mkCId "ComplVQ") [gf x1, gf x2] - gf (GComplVS x1 x2) = mkApp (mkCId "ComplVS") [gf x1, gf x2] - gf (GComplVV x1 x2 x3 x4) = mkApp (mkCId "ComplVV") [gf x1, gf x2, gf x3, gf x4] - gf (GExtAdvVP x1 x2) = mkApp (mkCId "ExtAdvVP") [gf x1, gf x2] - gf (GPassAgentVPSlash x1 x2) = mkApp (mkCId "PassAgentVPSlash") [gf x1, gf x2] - gf (GPassVPSlash x1) = mkApp (mkCId "PassVPSlash") [gf x1] - gf (GProgrVP x1) = mkApp (mkCId "ProgrVP") [gf x1] - gf (GReflVP x1) = mkApp (mkCId "ReflVP") [gf x1] - gf (GSelfAdVVP x1) = mkApp (mkCId "SelfAdVVP") [gf x1] - gf (GSelfAdvVP x1) = mkApp (mkCId "SelfAdvVP") [gf x1] - gf (GUseComp x1) = mkApp (mkCId "UseComp") [gf x1] - gf (GUseV x1) = mkApp (mkCId "UseV") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdVVP" -> GAdVVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "AdvVP" -> GAdvVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplBareVS" -> GComplBareVS (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplSlash" -> GComplSlash (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplSlashPartLast" -> GComplSlashPartLast (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVA" -> GComplVA (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVPIVV" -> GComplVPIVV (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVQ" -> GComplVQ (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "ComplVS" -> GComplVS (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "ComplVV" -> GComplVV (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2]) | i == mkCId "ExtAdvVP" -> GExtAdvVP (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "PassAgentVPSlash" -> GPassAgentVPSlash (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "PassVPSlash" -> GPassVPSlash (fg x1) - Just (i,[x1]) | i == mkCId "ProgrVP" -> GProgrVP (fg x1) - Just (i,[x1]) | i == mkCId "ReflVP" -> GReflVP (fg x1) - Just (i,[x1]) | i == mkCId "SelfAdVVP" -> GSelfAdVVP (fg x1) - Just (i,[x1]) | i == mkCId "SelfAdvVP" -> GSelfAdvVP (fg x1) - Just (i,[x1]) | i == mkCId "UseComp" -> GUseComp (fg x1) - Just (i,[x1]) | i == mkCId "UseV" -> GUseV (fg x1) - - - _ -> error ("no VP " ++ show t) - -instance Gf GVPC_none where - gf (GContVPC_none x1 x2) = mkApp (mkCId "ContVPC_none") [gf x1, gf x2] - gf (GStartVPC_none x1 x2 x3) = mkApp (mkCId "StartVPC_none") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ContVPC_none" -> GContVPC_none (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "StartVPC_none" -> GStartVPC_none (fg x1) (fg x2) (fg x3) - - - _ -> error ("no VPC_none " ++ show t) - -instance Gf GVPC_np where - gf (GContVPC_np x1 x2) = mkApp (mkCId "ContVPC_np") [gf x1, gf x2] - gf (GStartVPC_np x1 x2 x3) = mkApp (mkCId "StartVPC_np") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ContVPC_np" -> GContVPC_np (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "StartVPC_np" -> GStartVPC_np (fg x1) (fg x2) (fg x3) - - - _ -> error ("no VPC_np " ++ show t) - -instance Gf GVPI where - gf (GConjVPI x1 x2) = mkApp (mkCId "ConjVPI") [gf x1, gf x2] - gf (GMkVPI x1) = mkApp (mkCId "MkVPI") [gf x1] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ConjVPI" -> GConjVPI (fg x1) (fg x2) - Just (i,[x1]) | i == mkCId "MkVPI" -> GMkVPI (fg x1) - - - _ -> error ("no VPI " ++ show t) - -instance Gf GVPS where - gf (GConjVPS x1 x2) = mkApp (mkCId "ConjVPS") [gf x1, gf x2] - gf (GMkVPS x1 x2 x3) = mkApp (mkCId "MkVPS") [gf x1, gf x2, gf x3] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "ConjVPS" -> GConjVPS (fg x1) (fg x2) - Just (i,[x1,x2,x3]) | i == mkCId "MkVPS" -> GMkVPS (fg x1) (fg x2) (fg x3) - - - _ -> error ("no VPS " ++ show t) - -instance Gf GVPSlash where - gf (GAdVVPSlash x1 x2) = mkApp (mkCId "AdVVPSlash") [gf x1, gf x2] - gf (GAdvVPSlash x1 x2) = mkApp (mkCId "AdvVPSlash") [gf x1, gf x2] - gf (GSlash2V3 x1 x2) = mkApp (mkCId "Slash2V3") [gf x1, gf x2] - gf (GSlash3V3 x1 x2) = mkApp (mkCId "Slash3V3") [gf x1, gf x2] - gf (GSlashBareV2S x1 x2) = mkApp (mkCId "SlashBareV2S") [gf x1, gf x2] - gf (GSlashSlashV2V x1 x2 x3 x4) = mkApp (mkCId "SlashSlashV2V") [gf x1, gf x2, gf x3, gf x4] - gf (GSlashV2A x1 x2) = mkApp (mkCId "SlashV2A") [gf x1, gf x2] - gf (GSlashV2Q x1 x2) = mkApp (mkCId "SlashV2Q") [gf x1, gf x2] - gf (GSlashV2S x1 x2) = mkApp (mkCId "SlashV2S") [gf x1, gf x2] - gf (GSlashV2V x1 x2 x3 x4) = mkApp (mkCId "SlashV2V") [gf x1, gf x2, gf x3, gf x4] - gf (GSlashV2VNP x1 x2 x3) = mkApp (mkCId "SlashV2VNP") [gf x1, gf x2, gf x3] - gf (GSlashV2a x1) = mkApp (mkCId "SlashV2a") [gf x1] - gf (GSlashVPIV2V x1 x2 x3) = mkApp (mkCId "SlashVPIV2V") [gf x1, gf x2, gf x3] - gf (GSlashVV x1 x2) = mkApp (mkCId "SlashVV") [gf x1, gf x2] - gf (GVPSlashPrep x1 x2) = mkApp (mkCId "VPSlashPrep") [gf x1, gf x2] - gf (GVPSlashVS x1 x2) = mkApp (mkCId "VPSlashVS") [gf x1, gf x2] - - fg t = - case unApp t of - Just (i,[x1,x2]) | i == mkCId "AdVVPSlash" -> GAdVVPSlash (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "AdvVPSlash" -> GAdvVPSlash (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "Slash2V3" -> GSlash2V3 (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "Slash3V3" -> GSlash3V3 (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashBareV2S" -> GSlashBareV2S (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "SlashSlashV2V" -> GSlashSlashV2V (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2]) | i == mkCId "SlashV2A" -> GSlashV2A (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV2Q" -> GSlashV2Q (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "SlashV2S" -> GSlashV2S (fg x1) (fg x2) - Just (i,[x1,x2,x3,x4]) | i == mkCId "SlashV2V" -> GSlashV2V (fg x1) (fg x2) (fg x3) (fg x4) - Just (i,[x1,x2,x3]) | i == mkCId "SlashV2VNP" -> GSlashV2VNP (fg x1) (fg x2) (fg x3) - Just (i,[x1]) | i == mkCId "SlashV2a" -> GSlashV2a (fg x1) - Just (i,[x1,x2,x3]) | i == mkCId "SlashVPIV2V" -> GSlashVPIV2V (fg x1) (fg x2) (fg x3) - Just (i,[x1,x2]) | i == mkCId "SlashVV" -> GSlashVV (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "VPSlashPrep" -> GVPSlashPrep (fg x1) (fg x2) - Just (i,[x1,x2]) | i == mkCId "VPSlashVS" -> GVPSlashVS (fg x1) (fg x2) - - - _ -> error ("no VPSlash " ++ show t) - -instance Gf GVoc where - gf GNoVoc = mkApp (mkCId "NoVoc") [] - gf (GVocNP x1) = mkApp (mkCId "VocNP") [gf x1] - - fg t = - case unApp t of - Just (i,[]) | i == mkCId "NoVoc" -> GNoVoc - Just (i,[x1]) | i == mkCId "VocNP" -> GVocNP (fg x1) - - - _ -> error ("no Voc " ++ show t) - -instance Show GA - -instance Gf GA where - gf _ = undefined - fg _ = undefined - - - -instance Show GA2 - -instance Gf GA2 where - gf _ = undefined - fg _ = undefined - - - -instance Show GCAdv - -instance Gf GCAdv where - gf _ = undefined - fg _ = undefined - - - -instance Show GConj - -instance Gf GConj where - gf _ = undefined - fg _ = undefined - - - -instance Show GDigits - -instance Gf GDigits where - gf _ = undefined - fg _ = undefined - - - -instance Show GIQuant - -instance Gf GIQuant where - gf _ = undefined - fg _ = undefined - - - -instance Show GInterj - -instance Gf GInterj where - gf _ = undefined - fg _ = undefined - - - -instance Show GN3 - -instance Gf GN3 where - gf _ = undefined - fg _ = undefined - - - -instance Show GNumeral - -instance Gf GNumeral where - gf _ = undefined - fg _ = undefined - - - -instance Show GPredet - -instance Gf GPredet where - gf _ = undefined - fg _ = undefined - - - -instance Show GPrep - -instance Gf GPrep where - gf _ = undefined - fg _ = undefined - - - -instance Show GPron - -instance Gf GPron where - gf _ = undefined - fg _ = undefined - - - -instance Show GSubj - -instance Gf GSubj where - gf _ = undefined - fg _ = undefined - - - -instance Show GText - -instance Gf GText where - gf _ = undefined - fg _ = undefined - - - -instance Show GV - -instance Gf GV where - gf _ = undefined - fg _ = undefined - - - -instance Show GV2 - -instance Gf GV2 where - gf _ = undefined - fg _ = undefined - - - -instance Show GV2A - -instance Gf GV2A where - gf _ = undefined - fg _ = undefined - - - -instance Show GV2Q - -instance Gf GV2Q where - gf _ = undefined - fg _ = undefined - - - -instance Show GV2S - -instance Gf GV2S where - gf _ = undefined - fg _ = undefined - - - -instance Show GV2V - -instance Gf GV2V where - gf _ = undefined - fg _ = undefined - - - -instance Show GV3 - -instance Gf GV3 where - gf _ = undefined - fg _ = undefined - - - -instance Show GVA - -instance Gf GVA where - gf _ = undefined - fg _ = undefined - - - -instance Show GVQ - -instance Gf GVQ where - gf _ = undefined - fg _ = undefined - - - -instance Show GVS - -instance Gf GVS where - gf _ = undefined - fg _ = undefined - - - -instance Show GVV - -instance Gf GVV where - gf _ = undefined - fg _ = undefined - - - - -instance Compos Tree where - compos r a f t = case t of - - GEMeta m x1 -> r (GEMeta m) `a` foldr (a . a (r (:)) . f) (r []) x1 - - GAdAP x1 x2 -> r GAdAP `a` f x1 `a` f x2 - GAdjOrd x1 -> r GAdjOrd `a` f x1 - GAdvAP x1 x2 -> r GAdvAP `a` f x1 `a` f x2 - GCAdvAP x1 x2 x3 -> r GCAdvAP `a` f x1 `a` f x2 `a` f x3 - GComparA x1 x2 -> r GComparA `a` f x1 `a` f x2 - GComplA2 x1 x2 -> r GComplA2 `a` f x1 `a` f x2 - GConjAP x1 x2 -> r GConjAP `a` f x1 `a` f x2 - GGerundAP x1 -> r GGerundAP `a` f x1 - GPastPartAP x1 -> r GPastPartAP `a` f x1 - GPositA x1 -> r GPositA `a` f x1 - GReflA2 x1 -> r GReflA2 `a` f x1 - GSentAP x1 x2 -> r GSentAP `a` f x1 `a` f x2 - GUseA2 x1 -> r GUseA2 `a` f x1 - GUseComparA x1 -> r GUseComparA `a` f x1 - GPositAdAAdj x1 -> r GPositAdAAdj `a` f x1 - GAdnCAdv x1 -> r GAdnCAdv `a` f x1 - GAdAdV x1 x2 -> r GAdAdV `a` f x1 `a` f x2 - GConjAdV x1 x2 -> r GConjAdV `a` f x1 `a` f x2 - GPositAdVAdj x1 -> r GPositAdVAdj `a` f x1 - GAdAdv x1 x2 -> r GAdAdv `a` f x1 `a` f x2 - GComparAdvAdj x1 x2 x3 -> r GComparAdvAdj `a` f x1 `a` f x2 `a` f x3 - GComparAdvAdjS x1 x2 x3 -> r GComparAdvAdjS `a` f x1 `a` f x2 `a` f x3 - GConjAdv x1 x2 -> r GConjAdv `a` f x1 `a` f x2 - GPositAdvAdj x1 -> r GPositAdvAdj `a` f x1 - GPrepNP x1 x2 -> r GPrepNP `a` f x1 `a` f x2 - GSubjS x1 x2 -> r GSubjS `a` f x1 `a` f x2 - GAdjCN x1 x2 -> r GAdjCN `a` f x1 `a` f x2 - GAdvCN x1 x2 -> r GAdvCN `a` f x1 `a` f x2 - GAppAPCN x1 x2 -> r GAppAPCN `a` f x1 `a` f x2 - GApposCN x1 x2 -> r GApposCN `a` f x1 `a` f x2 - GComplN2 x1 x2 -> r GComplN2 `a` f x1 `a` f x2 - GCompoundCN x1 x2 x3 -> r GCompoundCN `a` f x1 `a` f x2 `a` f x3 - GConjCN x1 x2 -> r GConjCN `a` f x1 `a` f x2 - GPartNP x1 x2 -> r GPartNP `a` f x1 `a` f x2 - GPossNP x1 x2 -> r GPossNP `a` f x1 `a` f x2 - GRelCN x1 x2 -> r GRelCN `a` f x1 `a` f x2 - GSentCN x1 x2 -> r GSentCN `a` f x1 `a` f x2 - GUseN x1 -> r GUseN `a` f x1 - GUseN2 x1 -> r GUseN2 `a` f x1 - GAdNum x1 x2 -> r GAdNum `a` f x1 `a` f x2 - GNumDigits x1 -> r GNumDigits `a` f x1 - GNumNumeral x1 -> r GNumNumeral `a` f x1 - GExistNP x1 -> r GExistNP `a` f x1 - GPredSCVP x1 x2 -> r GPredSCVP `a` f x1 `a` f x2 - GPredVP x1 x2 -> r GPredVP `a` f x1 `a` f x2 - GPredVPosv x1 x2 -> r GPredVPosv `a` f x1 `a` f x2 - GPredVPovs x1 x2 -> r GPredVPovs `a` f x1 `a` f x2 - GContClC_none x1 x2 -> r GContClC_none `a` f x1 `a` f x2 - GStartClC_none x1 x2 x3 -> r GStartClC_none `a` f x1 `a` f x2 `a` f x3 - GContClC_np x1 x2 -> r GContClC_np `a` f x1 `a` f x2 - GStartClC_np x1 x2 x3 -> r GStartClC_np `a` f x1 `a` f x2 `a` f x3 - GAdvSlash x1 x2 -> r GAdvSlash `a` f x1 `a` f x2 - GSlashPrep x1 x2 -> r GSlashPrep `a` f x1 `a` f x2 - GSlashVP x1 x2 -> r GSlashVP `a` f x1 `a` f x2 - GSlashVS x1 x2 x3 -> r GSlashVS `a` f x1 `a` f x2 `a` f x3 - GCompAP x1 -> r GCompAP `a` f x1 - GCompAdv x1 -> r GCompAdv `a` f x1 - GCompCN x1 -> r GCompCN `a` f x1 - GCompNP x1 -> r GCompNP `a` f x1 - GCompQS x1 -> r GCompQS `a` f x1 - GCompS x1 -> r GCompS `a` f x1 - GCompVP x1 x2 x3 -> r GCompVP `a` f x1 `a` f x2 `a` f x3 - GDetQuant x1 x2 -> r GDetQuant `a` f x1 `a` f x2 - GDetQuantOrd x1 x2 x3 -> r GDetQuantOrd `a` f x1 `a` f x2 `a` f x3 - GAdvIAdv x1 x2 -> r GAdvIAdv `a` f x1 `a` f x2 - GConjIAdv x1 x2 -> r GConjIAdv `a` f x1 `a` f x2 - GPrepIP x1 x2 -> r GPrepIP `a` f x1 `a` f x2 - GCompIAdv x1 -> r GCompIAdv `a` f x1 - GCompIP x1 -> r GCompIP `a` f x1 - GIdetQuant x1 x2 -> r GIdetQuant `a` f x1 `a` f x2 - GAdvIP x1 x2 -> r GAdvIP `a` f x1 `a` f x2 - GIdetCN x1 x2 -> r GIdetCN `a` f x1 `a` f x2 - GIdetIP x1 -> r GIdetIP `a` f x1 - GImpVP x1 -> r GImpVP `a` f x1 - GDashCN x1 x2 -> r GDashCN `a` f x1 `a` f x2 - GGerundN x1 -> r GGerundN `a` f x1 - GComplN3 x1 x2 -> r GComplN3 `a` f x1 `a` f x2 - GUse2N3 x1 -> r GUse2N3 `a` f x1 - GUse3N3 x1 -> r GUse3N3 `a` f x1 - GAdvNP x1 x2 -> r GAdvNP `a` f x1 `a` f x2 - GApposNP x1 x2 -> r GApposNP `a` f x1 `a` f x2 - GCNNumNP x1 x2 -> r GCNNumNP `a` f x1 `a` f x2 - GConjNP x1 x2 -> r GConjNP `a` f x1 `a` f x2 - GCountNP x1 x2 -> r GCountNP `a` f x1 `a` f x2 - GDetCN x1 x2 -> r GDetCN `a` f x1 `a` f x2 - GDetNP x1 -> r GDetNP `a` f x1 - GExtAdvNP x1 x2 -> r GExtAdvNP `a` f x1 `a` f x2 - GMassNP x1 -> r GMassNP `a` f x1 - GNomVPNP_none x1 -> r GNomVPNP_none `a` f x1 - GPPartNP x1 x2 -> r GPPartNP `a` f x1 `a` f x2 - GPredetNP x1 x2 -> r GPredetNP `a` f x1 `a` f x2 - GRelNP x1 x2 -> r GRelNP `a` f x1 `a` f x2 - GSelfNP x1 -> r GSelfNP `a` f x1 - GUsePN x1 -> r GUsePN `a` f x1 - GUsePron x1 -> r GUsePron `a` f x1 - GUseQuantPN x1 x2 -> r GUseQuantPN `a` f x1 `a` f x2 - GNumCard x1 -> r GNumCard `a` f x1 - GOrdCompar x1 -> r GOrdCompar `a` f x1 - GOrdDigits x1 -> r GOrdDigits `a` f x1 - GOrdNumeral x1 -> r GOrdNumeral `a` f x1 - GOrdSuperl x1 -> r GOrdSuperl `a` f x1 - GPConjConj x1 -> r GPConjConj `a` f x1 - GSymbPN x1 -> r GSymbPN `a` f x1 - GPhrUtt x1 x2 x3 -> r GPhrUtt `a` f x1 `a` f x2 `a` f x3 - GAgentPastPartAP_none x1 x2 -> r GAgentPastPartAP_none `a` f x1 `a` f x2 - GLiftAP x1 -> r GLiftAP `a` f x1 - GPastPartAP_none x1 -> r GPastPartAP_none `a` f x1 - GPresPartAP_none x1 -> r GPresPartAP_none `a` f x1 - GLiftA2 x1 -> r GLiftA2 `a` f x1 - GPresPartAP_np x1 -> r GPresPartAP_np `a` f x1 - GComplAdv_none x1 x2 -> r GComplAdv_none `a` f x1 `a` f x2 - GLiftAdV x1 -> r GLiftAdV `a` f x1 - GLiftAdv x1 -> r GLiftAdv `a` f x1 - GLiftPrep x1 -> r GLiftPrep `a` f x1 - GLiftCN x1 -> r GLiftCN `a` f x1 - GLiftN2 x1 -> r GLiftN2 `a` f x1 - GAdvCl_none x1 x2 -> r GAdvCl_none `a` f x1 `a` f x2 - GPredVP_none x1 x2 -> r GPredVP_none `a` f x1 `a` f x2 - GSlashClNP_none x1 x2 -> r GSlashClNP_none `a` f x1 `a` f x2 - GUseClC_none x1 -> r GUseClC_none `a` f x1 - GAdvCl_np x1 x2 -> r GAdvCl_np `a` f x1 `a` f x2 - GPredVP_np x1 x2 -> r GPredVP_np `a` f x1 `a` f x2 - GUseClC_np x1 -> r GUseClC_np `a` f x1 - GAdvQCl_none x1 x2 -> r GAdvQCl_none `a` f x1 `a` f x2 - GQuestCl_none x1 -> r GQuestCl_none `a` f x1 - GQuestIAdv_none x1 x2 -> r GQuestIAdv_none `a` f x1 `a` f x2 - GQuestIComp_none x1 x2 x3 x4 x5 -> r GQuestIComp_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GQuestSlash_none x1 x2 -> r GQuestSlash_none `a` f x1 `a` f x2 - GQuestVP_none x1 x2 -> r GQuestVP_none `a` f x1 `a` f x2 - GAdvQCl_np x1 x2 -> r GAdvQCl_np `a` f x1 `a` f x2 - GQuestCl_np x1 -> r GQuestCl_np `a` f x1 - GUseAdvCl_none x1 x2 -> r GUseAdvCl_none `a` f x1 `a` f x2 - GUseCl_none x1 -> r GUseCl_none `a` f x1 - GUseQCl_none x1 -> r GUseQCl_none `a` f x1 - GInfVP_none x1 -> r GInfVP_none `a` f x1 - GInfVP_np x1 -> r GInfVP_np `a` f x1 - GAgentPassUseV_a x1 x2 x3 x4 x5 -> r GAgentPassUseV_a `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GPassUseV_a x1 x2 x3 x4 -> r GPassUseV_a `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP_a x1 -> r GReflVP_a `a` f x1 - GUseV_a x1 x2 x3 x4 -> r GUseV_a `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GAgentPassUseV_n x1 x2 x3 x4 x5 -> r GAgentPassUseV_n `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GPassUseV_n x1 x2 x3 x4 -> r GPassUseV_n `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP_n x1 -> r GReflVP_n `a` f x1 - GUseV_n x1 x2 x3 x4 -> r GUseV_n `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GAfterVP_none x1 x2 -> r GAfterVP_none `a` f x1 `a` f x2 - GAgentPassUseV_none x1 x2 x3 x4 x5 -> r GAgentPassUseV_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GBeforeVP_none x1 x2 -> r GBeforeVP_none `a` f x1 `a` f x2 - GByVP_none x1 x2 -> r GByVP_none `a` f x1 `a` f x2 - GComplV2_none x1 x2 -> r GComplV2_none `a` f x1 `a` f x2 - GComplVA_none x1 x2 -> r GComplVA_none `a` f x1 `a` f x2 - GComplVN_none x1 x2 -> r GComplVN_none `a` f x1 `a` f x2 - GComplVQ_none x1 x2 -> r GComplVQ_none `a` f x1 `a` f x2 - GComplVS_none x1 x2 -> r GComplVS_none `a` f x1 `a` f x2 - GComplVV_none x1 x2 -> r GComplVV_none `a` f x1 `a` f x2 - GInOrderVP_none x1 x2 -> r GInOrderVP_none `a` f x1 `a` f x2 - GPassUseV_none x1 x2 x3 x4 -> r GPassUseV_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP_none x1 -> r GReflVP_none `a` f x1 - GUseAP_none x1 x2 x3 x4 -> r GUseAP_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseAdv_none x1 x2 x3 x4 -> r GUseAdv_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseCN_none x1 x2 x3 x4 -> r GUseCN_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseNP_none x1 x2 x3 x4 -> r GUseNP_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseQ_none x1 x2 x3 x4 -> r GUseQ_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseS_none x1 x2 x3 x4 -> r GUseS_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseVPC_none x1 -> r GUseVPC_none `a` f x1 - GUseVP_none x1 x2 x3 x4 -> r GUseVP_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseV_none x1 x2 x3 x4 -> r GUseV_none `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GWhenVP_none x1 x2 -> r GWhenVP_none `a` f x1 `a` f x2 - GWithoutVP_none x1 x2 -> r GWithoutVP_none `a` f x1 `a` f x2 - GAgentPassUseV_np x1 x2 x3 x4 x5 -> r GAgentPassUseV_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GComplVS_np x1 x2 -> r GComplVS_np `a` f x1 `a` f x2 - GComplVV_np x1 x2 -> r GComplVV_np `a` f x1 `a` f x2 - GPassUseV_np x1 x2 x3 x4 -> r GPassUseV_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP2_np x1 -> r GReflVP2_np `a` f x1 - GReflVP_np x1 -> r GReflVP_np `a` f x1 - GSlashV2A_none x1 x2 -> r GSlashV2A_none `a` f x1 `a` f x2 - GSlashV2N_none x1 x2 -> r GSlashV2N_none `a` f x1 `a` f x2 - GSlashV2Q_none x1 x2 -> r GSlashV2Q_none `a` f x1 `a` f x2 - GSlashV2S_none x1 x2 -> r GSlashV2S_none `a` f x1 `a` f x2 - GSlashV2V_none x1 x2 -> r GSlashV2V_none `a` f x1 `a` f x2 - GSlashV3_none x1 x2 -> r GSlashV3_none `a` f x1 `a` f x2 - GUseAP_np x1 x2 x3 x4 -> r GUseAP_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseAdv_np x1 x2 x3 x4 -> r GUseAdv_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseCN_np x1 x2 x3 x4 -> r GUseCN_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseVPC_np x1 -> r GUseVPC_np `a` f x1 - GUseV_np x1 x2 x3 x4 -> r GUseV_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseV_np_a x1 x2 x3 x4 -> r GUseV_np_a `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseV_np_n x1 x2 x3 x4 -> r GUseV_np_n `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GSlashV2V_np x1 x2 -> r GSlashV2V_np `a` f x1 `a` f x2 - GUseV_np_np x1 x2 x3 x4 -> r GUseV_np_np `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseV_np_q x1 x2 x3 x4 -> r GUseV_np_q `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseV_np_s x1 x2 x3 x4 -> r GUseV_np_s `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GUseV_np_v x1 x2 x3 x4 -> r GUseV_np_v `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GAgentPassUseV_q x1 x2 x3 x4 x5 -> r GAgentPassUseV_q `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GPassUseV_q x1 x2 x3 x4 -> r GPassUseV_q `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP_q x1 -> r GReflVP_q `a` f x1 - GUseV_q x1 x2 x3 x4 -> r GUseV_q `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GAgentPassUseV_s x1 x2 x3 x4 x5 -> r GAgentPassUseV_s `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GPassUseV_s x1 x2 x3 x4 -> r GPassUseV_s `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP_s x1 -> r GReflVP_s `a` f x1 - GUseV_s x1 x2 x3 x4 -> r GUseV_s `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GAgentPassUseV_v x1 x2 x3 x4 x5 -> r GAgentPassUseV_v `a` f x1 `a` f x2 `a` f x3 `a` f x4 `a` f x5 - GPassUseV_v x1 x2 x3 x4 -> r GPassUseV_v `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GReflVP_v x1 -> r GReflVP_v `a` f x1 - GUseV_v x1 x2 x3 x4 -> r GUseV_v `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GLiftVA x1 -> r GLiftVA `a` f x1 - GLiftVN x1 -> r GLiftVN `a` f x1 - GLiftV x1 -> r GLiftV `a` f x1 - GLiftV2 x1 -> r GLiftV2 `a` f x1 - GLiftV2A x1 -> r GLiftV2A `a` f x1 - GLiftV2N x1 -> r GLiftV2N `a` f x1 - GLiftV3 x1 -> r GLiftV3 `a` f x1 - GLiftV2Q x1 -> r GLiftV2Q `a` f x1 - GLiftV2S x1 -> r GLiftV2S `a` f x1 - GLiftV2V x1 -> r GLiftV2V `a` f x1 - GLiftVQ x1 -> r GLiftVQ `a` f x1 - GLiftVS x1 -> r GLiftVS `a` f x1 - GLiftVV x1 -> r GLiftVV `a` f x1 - GQuestCl x1 -> r GQuestCl `a` f x1 - GQuestIAdv x1 x2 -> r GQuestIAdv `a` f x1 `a` f x2 - GQuestIComp x1 x2 -> r GQuestIComp `a` f x1 `a` f x2 - GQuestQVP x1 x2 -> r GQuestQVP `a` f x1 `a` f x2 - GQuestSlash x1 x2 -> r GQuestSlash `a` f x1 `a` f x2 - GQuestVP x1 x2 -> r GQuestVP `a` f x1 `a` f x2 - GUseQCl x1 x2 x3 -> r GUseQCl `a` f x1 `a` f x2 `a` f x3 - GAddAdvQVP x1 x2 -> r GAddAdvQVP `a` f x1 `a` f x2 - GAdvQVP x1 x2 -> r GAdvQVP `a` f x1 `a` f x2 - GComplSlashIP x1 x2 -> r GComplSlashIP `a` f x1 `a` f x2 - GGenNP x1 -> r GGenNP `a` f x1 - GPossPron x1 -> r GPossPron `a` f x1 - GEmptyRelSlash x1 -> r GEmptyRelSlash `a` f x1 - GRelCl x1 -> r GRelCl `a` f x1 - GRelSlash x1 x2 -> r GRelSlash `a` f x1 `a` f x2 - GRelVP x1 x2 -> r GRelVP `a` f x1 `a` f x2 - GFunRP x1 x2 x3 -> r GFunRP `a` f x1 `a` f x2 `a` f x3 - GGenRP x1 x2 -> r GGenRP `a` f x1 `a` f x2 - GConjRS x1 x2 -> r GConjRS `a` f x1 `a` f x2 - GPastPartRS x1 x2 x3 -> r GPastPartRS `a` f x1 `a` f x2 `a` f x3 - GPresPartRS x1 x2 x3 -> r GPresPartRS `a` f x1 `a` f x2 `a` f x3 - GRelCl_none x1 -> r GRelCl_none `a` f x1 - GRelSlash_none x1 x2 -> r GRelSlash_none `a` f x1 `a` f x2 - GRelVP_none x1 x2 -> r GRelVP_none `a` f x1 `a` f x2 - GUseRCl x1 x2 x3 -> r GUseRCl `a` f x1 `a` f x2 `a` f x3 - GAdvS x1 x2 -> r GAdvS `a` f x1 `a` f x2 - GConjS x1 x2 -> r GConjS `a` f x1 `a` f x2 - GExtAdvS x1 x2 -> r GExtAdvS `a` f x1 `a` f x2 - GPredVPS x1 x2 -> r GPredVPS `a` f x1 `a` f x2 - GRelS x1 x2 -> r GRelS `a` f x1 `a` f x2 - GSSubjS x1 x2 x3 -> r GSSubjS `a` f x1 `a` f x2 `a` f x3 - GUseCl x1 x2 x3 -> r GUseCl `a` f x1 `a` f x2 `a` f x3 - GEmbedQS x1 -> r GEmbedQS `a` f x1 - GEmbedS x1 -> r GEmbedS `a` f x1 - GEmbedVP x1 -> r GEmbedVP `a` f x1 - GUseSlash x1 x2 x3 -> r GUseSlash `a` f x1 `a` f x2 `a` f x3 - GMkSymb x1 -> r GMkSymb `a` f x1 - GTTAnt x1 x2 -> r GTTAnt `a` f x1 `a` f x2 - GPrImpPl x1 -> r GPrImpPl `a` f x1 - GPrImpSg x1 -> r GPrImpSg `a` f x1 - GUttAP x1 -> r GUttAP `a` f x1 - GUttAdV x1 -> r GUttAdV `a` f x1 - GUttAdv x1 -> r GUttAdv `a` f x1 - GUttCN x1 -> r GUttCN `a` f x1 - GUttCard x1 -> r GUttCard `a` f x1 - GUttIAdv x1 -> r GUttIAdv `a` f x1 - GUttIP x1 -> r GUttIP `a` f x1 - GUttImpPl x1 x2 -> r GUttImpPl `a` f x1 `a` f x2 - GUttImpPol x1 x2 -> r GUttImpPol `a` f x1 `a` f x2 - GUttImpSg x1 x2 -> r GUttImpSg `a` f x1 `a` f x2 - GUttInterj x1 -> r GUttInterj `a` f x1 - GUttNP x1 -> r GUttNP `a` f x1 - GUttPrS x1 -> r GUttPrS `a` f x1 - GUttQS x1 -> r GUttQS `a` f x1 - GUttS x1 -> r GUttS `a` f x1 - GUttVP x1 -> r GUttVP `a` f x1 - GAdVVP x1 x2 -> r GAdVVP `a` f x1 `a` f x2 - GAdvVP x1 x2 -> r GAdvVP `a` f x1 `a` f x2 - GComplBareVS x1 x2 -> r GComplBareVS `a` f x1 `a` f x2 - GComplSlash x1 x2 -> r GComplSlash `a` f x1 `a` f x2 - GComplSlashPartLast x1 x2 -> r GComplSlashPartLast `a` f x1 `a` f x2 - GComplVA x1 x2 -> r GComplVA `a` f x1 `a` f x2 - GComplVPIVV x1 x2 -> r GComplVPIVV `a` f x1 `a` f x2 - GComplVQ x1 x2 -> r GComplVQ `a` f x1 `a` f x2 - GComplVS x1 x2 -> r GComplVS `a` f x1 `a` f x2 - GComplVV x1 x2 x3 x4 -> r GComplVV `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GExtAdvVP x1 x2 -> r GExtAdvVP `a` f x1 `a` f x2 - GPassAgentVPSlash x1 x2 -> r GPassAgentVPSlash `a` f x1 `a` f x2 - GPassVPSlash x1 -> r GPassVPSlash `a` f x1 - GProgrVP x1 -> r GProgrVP `a` f x1 - GReflVP x1 -> r GReflVP `a` f x1 - GSelfAdVVP x1 -> r GSelfAdVVP `a` f x1 - GSelfAdvVP x1 -> r GSelfAdvVP `a` f x1 - GUseComp x1 -> r GUseComp `a` f x1 - GUseV x1 -> r GUseV `a` f x1 - GContVPC_none x1 x2 -> r GContVPC_none `a` f x1 `a` f x2 - GStartVPC_none x1 x2 x3 -> r GStartVPC_none `a` f x1 `a` f x2 `a` f x3 - GContVPC_np x1 x2 -> r GContVPC_np `a` f x1 `a` f x2 - GStartVPC_np x1 x2 x3 -> r GStartVPC_np `a` f x1 `a` f x2 `a` f x3 - GConjVPI x1 x2 -> r GConjVPI `a` f x1 `a` f x2 - GMkVPI x1 -> r GMkVPI `a` f x1 - GConjVPS x1 x2 -> r GConjVPS `a` f x1 `a` f x2 - GMkVPS x1 x2 x3 -> r GMkVPS `a` f x1 `a` f x2 `a` f x3 - GAdVVPSlash x1 x2 -> r GAdVVPSlash `a` f x1 `a` f x2 - GAdvVPSlash x1 x2 -> r GAdvVPSlash `a` f x1 `a` f x2 - GSlash2V3 x1 x2 -> r GSlash2V3 `a` f x1 `a` f x2 - GSlash3V3 x1 x2 -> r GSlash3V3 `a` f x1 `a` f x2 - GSlashBareV2S x1 x2 -> r GSlashBareV2S `a` f x1 `a` f x2 - GSlashSlashV2V x1 x2 x3 x4 -> r GSlashSlashV2V `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GSlashV2A x1 x2 -> r GSlashV2A `a` f x1 `a` f x2 - GSlashV2Q x1 x2 -> r GSlashV2Q `a` f x1 `a` f x2 - GSlashV2S x1 x2 -> r GSlashV2S `a` f x1 `a` f x2 - GSlashV2V x1 x2 x3 x4 -> r GSlashV2V `a` f x1 `a` f x2 `a` f x3 `a` f x4 - GSlashV2VNP x1 x2 x3 -> r GSlashV2VNP `a` f x1 `a` f x2 `a` f x3 - GSlashV2a x1 -> r GSlashV2a `a` f x1 - GSlashVPIV2V x1 x2 x3 -> r GSlashVPIV2V `a` f x1 `a` f x2 `a` f x3 - GSlashVV x1 x2 -> r GSlashVV `a` f x1 `a` f x2 - GVPSlashPrep x1 x2 -> r GVPSlashPrep `a` f x1 `a` f x2 - GVPSlashVS x1 x2 -> r GVPSlashVS `a` f x1 `a` f x2 - GVocNP x1 -> r GVocNP `a` f x1 - GListAP x1 -> r GListAP `a` foldr (a . a (r (:)) . f) (r []) x1 - GListAdV x1 -> r GListAdV `a` foldr (a . a (r (:)) . f) (r []) x1 - GListAdv x1 -> r GListAdv `a` foldr (a . a (r (:)) . f) (r []) x1 - GListCN x1 -> r GListCN `a` foldr (a . a (r (:)) . f) (r []) x1 - GListIAdv x1 -> r GListIAdv `a` foldr (a . a (r (:)) . f) (r []) x1 - GListNP x1 -> r GListNP `a` foldr (a . a (r (:)) . f) (r []) x1 - GListRS x1 -> r GListRS `a` foldr (a . a (r (:)) . f) (r []) x1 - GListS x1 -> r GListS `a` foldr (a . a (r (:)) . f) (r []) x1 - GListVPI x1 -> r GListVPI `a` foldr (a . a (r (:)) . f) (r []) x1 - GListVPS x1 -> r GListVPS `a` foldr (a . a (r (:)) . f) (r []) x1 - _ -> r t - -class Compos t where - compos :: (forall a. a -> m a) -> (forall a b. m (a -> b) -> m a -> m b) - -> (forall a. t a -> m (t a)) -> t c -> m (t c) - -composOp :: Compos t => (forall a. t a -> t a) -> t c -> t c -composOp f = runIdentity . composOpM (Identity . f) - -composOpM :: (Compos t, Monad m) => (forall a. t a -> m (t a)) -> t c -> m (t c) -composOpM = compos return ap - -composOpM_ :: (Compos t, Monad m) => (forall a. t a -> m ()) -> t c -> m () -composOpM_ = composOpFold (return ()) (>>) - -composOpMonoid :: (Compos t, Monoid m) => (forall a. t a -> m) -> t c -> m -composOpMonoid = composOpFold mempty mappend - -composOpMPlus :: (Compos t, MonadPlus m) => (forall a. t a -> m b) -> t c -> m b -composOpMPlus = composOpFold mzero mplus - -composOpFold :: Compos t => b -> (b -> b -> b) -> (forall a. t a -> b) -> t c -> b -composOpFold z c f = unC . compos (\_ -> C z) (\(C x) (C y) -> C (c x y)) (C . f) - -newtype C b a = C { unC :: b } diff --git a/src/experimental/transfer/CountTransfer.hs b/src/experimental/transfer/CountTransfer.hs deleted file mode 100644 index 881e85bf..00000000 --- a/src/experimental/transfer/CountTransfer.hs +++ /dev/null @@ -1,78 +0,0 @@ -module Main where - -main = interact (unlines . map changeCounts . lines) - -changeCounts = unlexer . concatMap counts . lexer - -lexer s = case lex s of - (t,s2@(_:_)):_ -> t:lexer s2 - _ -> [] - -unlexer = unwords - -counts t = case t of - "UttImpPl" -> ["PrImpPl"] - "UttImpPol" -> ["PrImpPol"] - "UttImpSg" -> ["PrImpSg"] - "ImpVP" -> [] - "UttQS" -> ["UttPrS","UseQCl_none"] - "UttS" -> ["UttPrS"] - "UttVP" -> ["UttPrVPI","InfVP_none"] - "UseRCl" -> [] - "TTAnt" -> [] - "RelCl" -> ["RelCl_none"] - "RelVP" -> ["RelVP_none"] - "RelSlash" -> ["RelSlash_none"] - "PastPartRS" -> ["PastPartAP_none"] - "PresPartRS" -> ["PresPartAP_none"] - "ComparAdvAdjS" -> ["ComparAdvAdjS_none"] ---- - "SubjS" -> ["AdvSubjS"] ---- - "ConjS" -> ["UseClC_none"] - "PredVPS" -> ["UseCl_none","PredVP_none","UseVPC_none"] - "BaseVPS" -> ["StartVPC_none"] - "ConsVPS" -> ["ContVPC_none"] - "BaseS" -> ["StartClC_none"] - "ConsS" -> ["ContClC_none"] - "PredVP" -> ["PredVP_none"] - "AdvVP" -> ["AdvCl_none","LiftAdv"] ---- some for Cl, some for QCl - "AdVVP" -> ["AdvQCl_none","LiftAdV"] ---- - "QuestVP" -> ["QuestVP_none"] - "QuestSlash" -> ["QuestSlash_none"] - "QuestCl" -> ["QuestCl_none"] - "QuestIAdv" -> ["QuestIAdv_none"] - "QuestIComp" -> ["QuestIComp_none"] - "UseV" -> ["UseV_none"] - "ComplVS" -> ["ComplVS_none","UseV_s","LiftVS"] - "ComplVQ" -> ["ComplVQ_none","UseV_q","LiftVQ"] - "ComplVA" -> ["ComplVA_none","UseV_a","LiftVA"] - "ComplVV" -> ["ComplVV_none","UseV_v","LiftVV","InfVP_none"] - "ComplSlash" -> ["ComplV2_none"] - "UseComp" -> [] - "CompAP" -> ["UseAP_none","LiftAP"] - "CompAdv" -> ["UseAdv_none","LiftAdv"] - "CompCN" -> ["UseCN_none","LiftCN"] - "CompNP" -> ["UseNP_none"] - "CompVP" -> ["UseAP_none","InfAP_none"] - "CompQS" -> ["UseQ_none"] - "CompS" -> ["UseS_none"] - "SlashV2a" -> ["UseV_np","LiftV2"] - "ComplSlashPartLast" -> ["ComplV2_none"] - "ComplVPIVV" -> ["ComplVV_none","UseV_v","LiftVV","InfVP_none"] - "MkVPI" -> [] - "ConjVPI" -> ["UseVPC_none"] - "PassVPSlash" -> ["PassUseV_none","LiftV2"] ---- can be other V's - "PassAgentVPSlash" -> ["AgentPassUseV_none","LiftV2"] ---- can be other V's - "SlashV2S" -> ["SlashV2S_none","UseV_np_s","LiftV2S"] - "SlashV2Q" -> ["SlashV2Q_none","UseV_np_q","LiftV2Q"] - "SlashV2A" -> ["SlashV2A_none","UseV_np_a","LiftV2A"] - "SlashV2V" -> ["SlashV2V_none","UseV_np_v","LiftV2V","InfVP_none"] - "SlashVV" -> ["ComplVV_np","UseV_v","LiftVV","InfVP_none"] - "SlashVP" -> ["PredVP_np"] - "SlashPrep" -> ["AdvCl_np","LiftPrep"] - "SlashVS" -> [] ---- - "AdvSlash" -> [] ---- - "UseCl" -> [] - "UseQCl" -> [] - "UseSlash" -> [] - - t -> [t] diff --git a/src/experimental/transfer/New.gf b/src/experimental/transfer/New.gf deleted file mode 100644 index 6e4094c5..00000000 --- a/src/experimental/transfer/New.gf +++ /dev/null @@ -1,256 +0,0 @@ ---# -path=..:../../translator - -abstract New = - ---abstract NDTrans = - ----- Tense, - NDPred - [Pol,Tense], - NDLift [LiftV,LiftV2,LiftVS,LiftVQ,LiftVA,LiftVN,LiftVV, - LiftV3,LiftV2S,LiftV2Q,LiftV2A,LiftV2N,LiftV2V, - LiftAP,LiftA2,LiftCN,LiftN2,LiftAdv,LiftAdV,LiftPrep, - - AppAPCN - ], - Noun, - Adjective, ---- Numeral, - Conjunction, ----- Verb, - Adverb, - Phrase, ----- Sentence, - Question - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp], - Relative - [RelCl,RelVP,RelSlash], - Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], - - Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ---- why only these? - ----- Construction, ----- Extensions, ----- Documentation ; - ,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - -; - -{- -New> pg -cats -A A2 AP AdA AdN AdV Adv Ant CAdv CN Card Cl ClC_none ClC_np ClSlash Comp Conj Det Digits Float IAdv IComp IDet IP IQuant Imp Int Interj ListAP ListAdV ListAdv ListCN ListIAdv ListNP ListRS ListS N N2 N3 NP Num Numeral Ord PConj PN Phr Pol PrAP_none PrAP_np PrAdv_none PrAdv_np PrCN_none PrCN_np PrCl_none PrCl_np PrQCl_none PrQCl_np PrS PrVPI_none PrVPI_np PrVP_a PrVP_n PrVP_none PrVP_np PrVP_np_a PrVP_np_n PrVP_np_np PrVP_np_q PrVP_np_s PrVP_np_v PrVP_q PrVP_s PrVP_v PrV_a PrV_n PrV_none PrV_np PrV_np_a PrV_np_n PrV_np_np PrV_np_q PrV_np_s PrV_np_v PrV_q PrV_s PrV_v Predet Prep Pron QCl QS Quant RCl RP RS S SC SSlash String Subj Symb Temp Tense Text Utt V V2 V2A V2Q V2S V2V V3 VA VP VPC_none VPC_np VPSlash VQ VS VV Voc -0 msec -New> pg -funs -AAnter : Ant ; -ASimul : Ant ; -AdAP : AdA -> AP -> AP ; -AdAdV : AdA -> AdV -> AdV ; -AdAdv : AdA -> Adv -> Adv ; -AdNum : AdN -> Card -> Card ; -AdjCN : AP -> CN -> CN ; -AdjOrd : Ord -> AP ; -AdnCAdv : CAdv -> AdN ; -AdvAP : AP -> Adv -> AP ; -AdvCN : CN -> Adv -> CN ; -AdvCl_none : PrAdv_none -> PrCl_none -> PrCl_none ; -AdvCl_np : PrAdv_np -> PrCl_none -> PrCl_np ; -AdvNP : NP -> Adv -> NP ; -AdvQCl_none : PrAdv_none -> PrQCl_none -> PrQCl_none ; -AdvQCl_np : PrAdv_np -> PrQCl_none -> PrQCl_np ; -AgentPassUseV_a : Ant -> Tense -> Pol -> PrV_np_a -> NP -> PrVP_a ; -AgentPassUseV_n : Ant -> Tense -> Pol -> PrV_np_n -> NP -> PrVP_n ; -AgentPassUseV_none : Ant -> Tense -> Pol -> PrV_np -> NP -> PrVP_none ; -AgentPassUseV_np : Ant -> Tense -> Pol -> PrV_np_np -> NP -> PrVP_np ; -AgentPassUseV_q : Ant -> Tense -> Pol -> PrV_np_q -> NP -> PrVP_q ; -AgentPassUseV_s : Ant -> Tense -> Pol -> PrV_np_s -> NP -> PrVP_s ; -AgentPassUseV_v : Ant -> Tense -> Pol -> PrV_np_v -> NP -> PrVP_v ; -AgentPastPartAP_none : PrV_np -> NP -> PrAP_none ; -ApposCN : CN -> NP -> CN ; -ApposNP : NP -> NP -> NP ; -BaseAP : AP -> AP -> ListAP ; -BaseAdV : AdV -> AdV -> ListAdV ; -BaseAdv : Adv -> Adv -> ListAdv ; -BaseCN : CN -> CN -> ListCN ; -BaseIAdv : IAdv -> IAdv -> ListIAdv ; -BaseNP : NP -> NP -> ListNP ; -BaseRS : RS -> RS -> ListRS ; -BaseS : S -> S -> ListS ; -CAdvAP : CAdv -> AP -> NP -> AP ; -CNNumNP : CN -> Card -> NP ; -ComparA : A -> NP -> AP ; -ComparAdvAdj : CAdv -> A -> NP -> Adv ; -ComparAdvAdjS : CAdv -> A -> S -> Adv ; -ComplA2 : A2 -> NP -> AP ; -ComplAdv_none : PrAdv_np -> NP -> PrAdv_none ; -ComplN2 : N2 -> NP -> CN ; -ComplN3 : N3 -> NP -> N2 ; -ComplV2_none : PrVP_np -> NP -> PrVP_none ; -ComplVA_none : PrVP_a -> PrAP_none -> PrVP_none ; -ComplVN_none : PrVP_n -> PrCN_none -> PrVP_none ; -ComplVQ_none : PrVP_q -> PrQCl_none -> PrVP_none ; -ComplVS_none : PrVP_s -> PrCl_none -> PrVP_none ; -ComplVS_np : PrVP_s -> PrCl_np -> PrVP_np ; -ComplVV_none : PrVP_v -> PrVPI_none -> PrVP_none ; -ComplVV_np : PrVP_v -> PrVPI_np -> PrVP_np ; -CompoundCN : N -> CN -> CN ; -ConjAP : Conj -> ListAP -> AP ; -ConjAdV : Conj -> ListAdV -> AdV ; -ConjAdv : Conj -> ListAdv -> Adv ; -ConjCN : Conj -> ListCN -> CN ; -ConjIAdv : Conj -> ListIAdv -> IAdv ; -ConjNP : Conj -> ListNP -> NP ; -ConjRS : Conj -> ListRS -> RS ; -ConjS : Conj -> ListS -> S ; -ConsAP : AP -> ListAP -> ListAP ; -ConsAdV : AdV -> ListAdV -> ListAdV ; -ConsAdv : Adv -> ListAdv -> ListAdv ; -ConsCN : CN -> ListCN -> ListCN ; -ConsIAdv : IAdv -> ListIAdv -> ListIAdv ; -ConsNP : NP -> ListNP -> ListNP ; -ConsRS : RS -> ListRS -> ListRS ; -ConsS : S -> ListS -> ListS ; -ContClC_none : PrCl_none -> ClC_none -> ClC_none ; -ContClC_np : PrCl_np -> ClC_np -> ClC_np ; -ContVPC_none : PrVP_none -> VPC_none -> VPC_none ; -ContVPC_np : PrVP_np -> VPC_np -> VPC_np ; -CountNP : Det -> NP -> NP ; -DefArt : Quant ; -DetCN : Det -> CN -> NP ; -DetNP : Det -> NP ; -DetQuant : Quant -> Num -> Det ; -DetQuantOrd : Quant -> Num -> Ord -> Det ; -ExtAdvNP : NP -> Adv -> NP ; -FunRP : Prep -> NP -> RP -> RP ; -IdRP : RP ; -IndefArt : Quant ; -InfVP_none : PrVP_none -> PrVPI_none ; -InfVP_np : PrVP_np -> PrVPI_np ; -MassNP : CN -> NP ; -MkSymb : String -> Symb ; -NoPConj : PConj ; -NoVoc : Voc ; -NumCard : Card -> Num ; -NumDigits : Digits -> Card ; -NumNumeral : Numeral -> Card ; -NumPl : Num ; -NumSg : Num ; -OrdDigits : Digits -> Ord ; -OrdNumeral : Numeral -> Ord ; -OrdSuperl : A -> Ord ; -PConjConj : Conj -> PConj ; -PNeg : Pol ; -PPartNP : NP -> V2 -> NP ; -PPos : Pol ; -PartNP : CN -> NP -> CN ; -PassUseV_a : Ant -> Tense -> Pol -> PrV_np_a -> PrVP_a ; -PassUseV_n : Ant -> Tense -> Pol -> PrV_np_n -> PrVP_n ; -PassUseV_none : Ant -> Tense -> Pol -> PrV_np -> PrVP_none ; -PassUseV_np : Ant -> Tense -> Pol -> PrV_np_np -> PrVP_np ; -PassUseV_q : Ant -> Tense -> Pol -> PrV_np_q -> PrVP_q ; -PassUseV_s : Ant -> Tense -> Pol -> PrV_np_s -> PrVP_s ; -PassUseV_v : Ant -> Tense -> Pol -> PrV_np_v -> PrVP_v ; -PastPartAP_none : PrV_np -> PrAP_none ; -PhrUtt : PConj -> Utt -> Voc -> Phr ; -PositA : A -> AP ; -PositAdAAdj : A -> AdA ; -PositAdvAdj : A -> Adv ; -PossNP : CN -> NP -> CN ; -PossPron : Pron -> Quant ; -PredVP_none : NP -> PrVP_none -> PrCl_none ; -PredVP_np : NP -> PrVP_np -> PrCl_np ; -PredetNP : Predet -> NP -> NP ; -PrepNP : Prep -> NP -> Adv ; -PresPartAP_none : PrV_none -> PrAP_none ; -PresPartAP_np : PrV_np -> PrAP_np ; -QuestCl_none : PrCl_none -> PrQCl_none ; -QuestCl_np : PrCl_np -> PrQCl_np ; -QuestIAdv_none : IAdv -> PrCl_none -> PrQCl_none ; -QuestSlash_none : IP -> PrQCl_np -> PrQCl_none ; -QuestVP_none : IP -> PrVP_none -> PrQCl_none ; -ReflA2 : A2 -> AP ; -ReflVP2_np : PrVP_np_np -> PrVP_np ; -ReflVP_a : PrVP_np_a -> PrVP_a ; -ReflVP_n : PrVP_np_n -> PrVP_n ; -ReflVP_none : PrVP_np -> PrVP_none ; -ReflVP_np : PrVP_np_np -> PrVP_np ; -ReflVP_q : PrVP_np_q -> PrVP_q ; -ReflVP_s : PrVP_np_s -> PrVP_s ; -ReflVP_v : PrVP_np_v -> PrVP_v ; -RelCN : CN -> RS -> CN ; -RelCl : Cl -> RCl ; -RelNP : NP -> RS -> NP ; -RelSlash : RP -> ClSlash -> RCl ; -RelVP : RP -> VP -> RCl ; -SentAP : AP -> SC -> AP ; -SentCN : CN -> SC -> CN ; -SlashClNP_none : PrCl_np -> NP -> PrCl_none ; -SlashV2A_none : PrVP_np_a -> PrAP_none -> PrVP_np ; -SlashV2N_none : PrVP_np_n -> PrCN_none -> PrVP_np ; -SlashV2Q_none : PrVP_np_q -> PrQCl_none -> PrVP_np ; -SlashV2S_none : PrVP_np_s -> PrCl_none -> PrVP_np ; -SlashV2V_none : PrVP_np_v -> PrVPI_none -> PrVP_np ; -SlashV2V_np : PrVP_np_v -> PrVPI_np -> PrVP_np_np ; -SlashV3_none : PrVP_np_np -> NP -> PrVP_np ; -StartClC_none : Conj -> PrCl_none -> PrCl_none -> ClC_none ; -StartClC_np : Conj -> PrCl_np -> PrCl_np -> ClC_np ; -StartVPC_none : Conj -> PrVP_none -> PrVP_none -> VPC_none ; -StartVPC_np : Conj -> PrVP_np -> PrVP_np -> VPC_np ; -SubjS : Subj -> S -> Adv ; -SymbPN : Symb -> PN ; -TCond : Tense ; -TFut : Tense ; -TPast : Tense ; -TPres : Tense ; -Use2N3 : N3 -> N2 ; -Use3N3 : N3 -> N2 ; -UseA2 : A2 -> AP ; -UseAP_none : Ant -> Tense -> Pol -> PrAP_none -> PrVP_none ; -UseAP_np : Ant -> Tense -> Pol -> PrAP_np -> PrVP_np ; -UseAdvCl_none : PrAdv_none -> PrCl_none -> PrS ; -UseAdv_none : Ant -> Tense -> Pol -> PrAdv_none -> PrVP_none ; -UseAdv_np : Ant -> Tense -> Pol -> PrAdv_np -> PrVP_np ; -UseCN_none : Ant -> Tense -> Pol -> PrCN_none -> PrVP_none ; -UseCN_np : Ant -> Tense -> Pol -> PrCN_np -> PrVP_np ; -UseClC_none : ClC_none -> PrCl_none ; -UseClC_np : ClC_np -> PrCl_np ; -UseCl_none : PrCl_none -> PrS ; -UseComparA : A -> AP ; -UseN : N -> CN ; -UseN2 : N2 -> CN ; -UseNP_none : Ant -> Tense -> Pol -> NP -> PrVP_none ; -UsePN : PN -> NP ; -UsePron : Pron -> NP ; -UseQCl_none : PrQCl_none -> PrS ; -UseVPC_none : VPC_none -> PrVP_none ; -UseVPC_np : VPC_np -> PrVP_np ; -UseV_a : Ant -> Tense -> Pol -> PrV_a -> PrVP_a ; -UseV_n : Ant -> Tense -> Pol -> PrV_v -> PrVP_n ; -UseV_none : Ant -> Tense -> Pol -> PrV_none -> PrVP_none ; -UseV_np : Ant -> Tense -> Pol -> PrV_np -> PrVP_np ; -UseV_np_a : Ant -> Tense -> Pol -> PrV_np_a -> PrVP_np_a ; -UseV_np_n : Ant -> Tense -> Pol -> PrV_np_n -> PrVP_np_n ; -UseV_np_np : Ant -> Tense -> Pol -> PrV_np_np -> PrVP_np_np ; -UseV_np_q : Ant -> Tense -> Pol -> PrV_np_q -> PrVP_np_q ; -UseV_np_s : Ant -> Tense -> Pol -> PrV_np_s -> PrVP_np_s ; -UseV_np_v : Ant -> Tense -> Pol -> PrV_np_v -> PrVP_np_v ; -UseV_q : Ant -> Tense -> Pol -> PrV_q -> PrVP_q ; -UseV_s : Ant -> Tense -> Pol -> PrV_s -> PrVP_s ; -UseV_v : Ant -> Tense -> Pol -> PrV_v -> PrVP_v ; -UttAP : AP -> Utt ; -UttAdV : AdV -> Utt ; -UttAdv : Adv -> Utt ; -UttCN : CN -> Utt ; -UttCard : Card -> Utt ; -UttIAdv : IAdv -> Utt ; -UttIP : IP -> Utt ; -UttImpPl : Pol -> Imp -> Utt ; -UttImpPol : Pol -> Imp -> Utt ; -UttImpSg : Pol -> Imp -> Utt ; -UttInterj : Interj -> Utt ; -UttNP : NP -> Utt ; -UttPrS : PrS -> Utt ; -UttQS : QS -> Utt ; -UttS : S -> Utt ; -UttVP : VP -> Utt ; -VocNP : NP -> Voc ; - - --} - diff --git a/src/experimental/transfer/New2Old.hs b/src/experimental/transfer/New2Old.hs deleted file mode 100644 index f25b3f18..00000000 --- a/src/experimental/transfer/New2Old.hs +++ /dev/null @@ -1,110 +0,0 @@ - GAdvCl_none gPrAdv_none gPrCl_none -> t - GAdvCl_np gPrAdv_np gPrCl_none -> t - GAdvQCl_none gPrAdv_none gPrQCl_none -> t - GAdvQCl_np gPrAdv_np gPrQCl_none -> t - GAfterVP_none gPrVP_none gPrVPI_none -> t - GAgentPassUseV_a gAnt gTense gPol gPrV_np_a gNP -> t - GAgentPassUseV_n gAnt gTense gPol gPrV_np_n gNP -> t - GAgentPassUseV_none gAnt gTense gPol gPrV_np gNP -> t - GAgentPassUseV_np gAnt gTense gPol gPrV_np_np gNP -> t - GAgentPassUseV_q gAnt gTense gPol gPrV_np_q gNP -> t - GAgentPassUseV_s gAnt gTense gPol gPrV_np_s gNP -> t - GAgentPassUseV_v gAnt gTense gPol gPrV_np_v gNP -> t - GAgentPastPartAP_none gPrV_np gNP -> t - GBeforeVP_none gPrVP_none gPrVPI_none -> t - GByVP_none gPrVP_none gPrVPI_none -> t - GComplAdv_none gPrAdv_np gNP -> t - GComplV2_none gPrVP_np gNP -> t - GComplVA_none gPrVP_a gPrAP_none -> t - GComplVN_none gPrVP_n gPrCN_none -> t - GComplVQ_none gPrVP_q gPrQCl_none -> t - GComplVS_none gPrVP_s gPrCl_none -> t - GComplVS_np gPrVP_s gPrCl_np -> t - GComplVV_none gPrVP_v gPrVPI_none -> t - GComplVV_np gPrVP_v gPrVPI_np -> t - GCompoundCN gN gCN -> t - GContClC_none gPrCl_none gClC_none -> t - GContClC_np gPrCl_np gClC_np -> t - GContVPC_none gPrVP_none gVPC_none -> t - GContVPC_np gPrVP_np gVPC_np -> t - GInOrderVP_none gPrVP_none gPrVPI_none -> t - GInfVP_none gPrVP_none -> t - GInfVP_np gPrVP_np -> t - GNomVPNP_none gPrVPI_none -> t - GPPartNP gNP gV2 -> t - GPassUseV_a gAnt gTense gPol gPrV_np_a -> t - GPassUseV_n gAnt gTense gPol gPrV_np_n -> t - GPassUseV_none gAnt gTense gPol gPrV_np -> t - GPassUseV_np gAnt gTense gPol gPrV_np_np -> t - GPassUseV_q gAnt gTense gPol gPrV_np_q -> t - GPassUseV_s gAnt gTense gPol gPrV_np_s -> t - GPassUseV_v gAnt gTense gPol gPrV_np_v -> t - GPastPartAP_none gPrV_np -> t - GPrImpPl gPrVP_none -> t - GPrImpSg gPrVP_none -> t - GPredVP_none gNP gPrVP_none -> t - GPredVP_np gNP gPrVP_np -> t - GPresPartAP_none gPrV_none -> t - GPresPartAP_np gPrV_np -> t - GQuestCl_none gPrCl_none -> t - GQuestCl_np gPrCl_np -> t - GQuestIAdv_none gIAdv gPrCl_none -> t - GQuestIComp_none gAnt gTense gPol gIComp gNP -> t - GQuestSlash_none gIP gPrQCl_np -> t - GQuestVP_none gIP gPrVP_none -> t - GReflVP2_np gPrVP_np_np -> t - GReflVP_a gPrVP_np_a -> t - GReflVP_n gPrVP_np_n -> t - GReflVP_none gPrVP_np -> t - GReflVP_np gPrVP_np_np -> t - GReflVP_q gPrVP_np_q -> t - GReflVP_s gPrVP_np_s -> t - GReflVP_v gPrVP_np_v -> t - GRelCl_none gPrCl_none -> t - GRelSlash_none gRP gPrCl_np -> t - GRelVP_none gRP gPrVP_none -> t - GSlashClNP_none gPrCl_np gNP -> t - GSlashV2A_none gPrVP_np_a gPrAP_none -> t - GSlashV2N_none gPrVP_np_n gPrCN_none -> t - GSlashV2Q_none gPrVP_np_q gPrQCl_none -> t - GSlashV2S_none gPrVP_np_s gPrCl_none -> t - GSlashV2V_none gPrVP_np_v gPrVPI_none -> t - GSlashV2V_np gPrVP_np_v gPrVPI_np -> t - GSlashV3_none gPrVP_np_np gNP -> t - GStartClC_none gConj gPrCl_none gPrCl_none -> t - GStartClC_np gConj gPrCl_np gPrCl_np -> t - GStartVPC_none gConj gPrVP_none gPrVP_none -> t - GStartVPC_np gConj gPrVP_np gPrVP_np -> t - GUseAP_none gAnt gTense gPol gPrAP_none -> t - GUseAP_np gAnt gTense gPol gPrAP_np -> t - GUseAdvCl_none gPrAdv_none gPrCl_none -> t - GUseAdv_none gAnt gTense gPol gPrAdv_none -> t - GUseAdv_np gAnt gTense gPol gPrAdv_np -> t - GUseCN_none gAnt gTense gPol gPrCN_none -> t - GUseCN_np gAnt gTense gPol gPrCN_np -> t - GUseClC_none gClC_none -> t - GUseClC_np gClC_np -> t - GUseCl_none gPrCl_none -> t - GUseNP_none gAnt gTense gPol gNP -> t - GUseQCl_none gPrQCl_none -> t - GUseQ_none gAnt gTense gPol gPrQCl_none -> t - GUseS_none gAnt gTense gPol gPrCl_none -> t - GUseVPC_none gVPC_none -> t - GUseVPC_np gVPC_np -> t - GUseVP_none gAnt gTense gPol gPrVPI_none -> t - GUseV_a gAnt gTense gPol gPrV_a -> t - GUseV_n gAnt gTense gPol gPrV_v -> t - GUseV_none gAnt gTense gPol gPrV_none -> t - GUseV_np gAnt gTense gPol gPrV_np -> t - GUseV_np_a gAnt gTense gPol gPrV_np_a -> t - GUseV_np_n gAnt gTense gPol gPrV_np_n -> t - GUseV_np_np gAnt gTense gPol gPrV_np_np -> t - GUseV_np_q gAnt gTense gPol gPrV_np_q -> t - GUseV_np_s gAnt gTense gPol gPrV_np_s -> t - GUseV_np_v gAnt gTense gPol gPrV_np_v -> t - GUseV_q gAnt gTense gPol gPrV_q -> t - GUseV_s gAnt gTense gPol gPrV_s -> t - GUseV_v gAnt gTense gPol gPrV_v -> t - GUttPrS gPrS -> t - GWhenVP_none gPrVP_none gPrVPI_none -> t - GWithoutVP_none gPrVP_none gPrVPI_none -> t diff --git a/src/experimental/transfer/ONTransfer.hs b/src/experimental/transfer/ONTransfer.hs deleted file mode 100644 index b3704575..00000000 --- a/src/experimental/transfer/ONTransfer.hs +++ /dev/null @@ -1,8 +0,0 @@ -module Main where - -import qualified PGF -import Old2New - -main = interact (unlines . map trans . lines) - -trans = maybe "" (PGF.showExpr [] . transfer) . PGF.readExpr \ No newline at end of file diff --git a/src/experimental/transfer/Old.gf b/src/experimental/transfer/Old.gf deleted file mode 100644 index c1d990d5..00000000 --- a/src/experimental/transfer/Old.gf +++ /dev/null @@ -1,81 +0,0 @@ ---# -path=..:../../translator - -abstract Old = - ---- abstract ParseEngAbs = - Tense, - Cat, - Noun - [PPartNP], - Adjective, ----- Numeral, - Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], - Conjunction, - Verb - [SlashV2V, PassV2, UseCopula, ComplVV], - Adverb, - Phrase, - Sentence, - Question, - Relative, - Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- Construction, ---- Documentation, - ExtraEngAbs [NP, Quant, VPSlash, VP, GenNP, PassVPSlash, PassAgentVPSlash, - Temp, Tense, Pol, Conj, VPS, ListVPS, S, Num, CN, RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP, - VPI, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV, ComplSlashPartLast, - ClSlash, RCl, EmptyRelSlash, VS, V2S, ComplBareVS, SlashBareV2S] ----- Dictionary -** { - -flags - startcat=Phr; - heuristic_search_factor=0.60; - meta_prob=1.0e-5; - meta_token_prob=1.1965149246222233e-9; - -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 ; - ourselves_NP : NP ; - yourselfPl_NP : NP ; - themselves_NP : NP ; - OrdCompar : A -> Ord ; - - PositAdVAdj : A -> AdV ; - - UseQuantPN : Quant -> PN -> NP; - - SlashV2V : V2V -> Ant -> Pol -> VP -> VPSlash ; - SlashVPIV2V : V2V -> Pol -> VPI -> VPSlash ; - - SlashSlashV2V : V2V -> Ant -> Pol -> VPSlash -> VPSlash ; - - ComplVV : VV -> Ant -> Pol -> VP -> VP ; - - PredVPosv,PredVPovs : NP -> VP -> Cl ; - - that_RP : RP ; - who_RP : RP ; - - CompS : S -> Comp ; - CompQS : QS -> Comp ; - CompVP : Ant -> Pol -> VP -> Comp ; - - VPSlashVS : VS -> VP -> VPSlash ; - - PastPartRS : Ant -> Pol -> VPSlash -> RS ; - PresPartRS : Ant -> Pol -> VP -> RS ; - - ApposNP : NP -> NP -> NP ; - - AdAdV : AdA -> AdV -> AdV ; - - UttAdV : AdV -> Utt; - -} diff --git a/src/experimental/transfer/Old2New.hs b/src/experimental/transfer/Old2New.hs deleted file mode 100644 index 7650e71a..00000000 --- a/src/experimental/transfer/Old2New.hs +++ /dev/null @@ -1,182 +0,0 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} - -module Old2New (transfer) where -import PGF hiding (Tree) -import qualified PGF -import PGF.Data - -import Both - - -transfer :: PGF.Tree -> PGF.Tree -transfer = gf . onPhr . fg - -{- -transfer t = case unAppForm t of - (EMeta m, es) -> foldl EApp (EMeta m) (map transfer es) - _ -> gf $ on $ fg t --} - -onPhr :: Tree GPhr_ -> Tree GPhr_ -onPhr = on - -on :: forall a . Tree a -> Tree a -on t = case t of - ----- GEMeta m ts -> GEMeta m (map on ts) - - --- Utt - GUttImpPl pol (GImpVP vp) -> GPrImpPl (onVP GTPres GASimul pol vp) - GUttImpPol pol (GImpVP vp) -> GPrImpSg (onVP GTPres GASimul pol vp) ---- - GUttImpSg pol (GImpVP vp) -> GPrImpSg (onVP GTPres GASimul pol vp) - GUttQS qs -> GUttPrS (GUseQCl_none (onQS2QCl qs)) - GUttS s -> GUttPrS (onS s) - GUttVP s -> error "GUttPrVPI (GInfVP_none (onVP GTPres ant pol vp))" - --- RS - GUseRCl (GTTAnt t a) p (GRelVP rp vp) -> GRelVP_none rp (onVP t a p vp) - GUseRCl (GTTAnt t a) p (GRelSlash rp cls) -> GRelSlash_none rp (onClSlash t a p cls) - GUseRCl (GTTAnt t a) p (GRelCl cl) -> GRelCl_none (onCl t a p cl) - GPastPartRS _ _ _ -> error "PastPartRS : Ant -> Pol -> VPSlash -> RS" - GPresPartRS _ _ _ -> error "PresPartRS : Ant -> Pol -> VPSlash -> RS" - --- NP - --- Adv - GComparAdvAdjS cadv a s -> error "GComparAdvAdjS cadv a (onS s)" - GSubjS subj s -> error "AdvSubjS subj s" - --- AP ----- SentAP : AP -> SC -> AP - - _ -> composOp on t - - -onS :: Tree GS_ -> Tree GPrS_ -onS s = case s of - GUseCl (GTTAnt t a) p cl -> GUseCl_none (onCl t a p cl) - GAdvS adv s -> error "AdvS" - GExtAdvS adv s -> error "ExtAdvS" - GRelS s rs -> error "RelS" - GSSubjS s subj s2 -> error "SSubjS" - GConjS conj (GListS lists) -> GUseCl_none (GUseClC_none (mkClC conj [onS2Cl s | s <- lists])) - GPredVPS np vps -> GUseCl_none (GPredVP_none (on np) (onVPS2VP vps)) - -mkClC conj cls = foldr GContClC_none (GStartClC_none conj cl1 cl2) cls2 - where - (cls2,[cl1,cl2]) = splitAt (length cls - 2) cls - -onVPS2VP :: Tree GVPS_ -> Tree GPrVP_none_ -onVPS2VP vps = case vps of - GMkVPS (GTTAnt t a) p vp -> onVP t a p vp - GConjVPS conj (GListVPS vs) -> GUseVPC_none (mkVPC conj [onVPS2VP v | v <- vs]) - -mkVPC conj cls = foldr GContVPC_none (GStartVPC_none conj cl1 cl2) cls2 - where - (cls2,[cl1,cl2]) = splitAt (length cls - 2) cls - - -onCl :: GTense -> GAnt -> GPol -> Tree GCl_ -> Tree GPrCl_none_ -onCl t a p cl = case cl of - GPredVP np vp -> let (advs,vp0) = getAdvs vp in appAdvCl advs (GPredVP_none (on np) (onVP t a p vp0)) --- - ---- ExistNP : NP -> Cl ; - ---- PredSCVP : SC -> VP -> Cl ; - ---- PredVPosv : NP -> VP -> Cl ; - ---- PredVPovs : NP -> VP -> Cl ; - --- adverbs in New are attached to Cl, in Old to VP. New makes no distinction between Adv and AdV -getAdvs :: GVP -> ([GPrAdv_none],GVP) -getAdvs vp = case vp of - GAdvVP vp1 adv -> let (advs,vp2) = getAdvs vp1 in (advs ++ [GLiftAdv adv],vp2) - GAdVVP adv vp1 -> let (advs,vp2) = getAdvs vp1 in (advs ++ [GLiftAdV adv],vp2) - GExtAdvVP vp1 adv -> let (advs,vp2) = getAdvs vp1 in (advs ++ [GLiftAdv adv],vp2) ---- as a variant - - _ -> ([],vp) - -appAdvCl :: [GPrAdv_none] -> GPrCl_none -> GPrCl_none -appAdvCl advs cl = foldr GAdvCl_none cl advs - -onQCl :: GTense -> GAnt -> GPol -> Tree GQCl_ -> Tree GPrQCl_none_ -onQCl t a p qcl = case qcl of - GQuestVP ip vp -> GQuestVP_none ip (onVP t a p vp) - GQuestSlash ip cls -> GQuestSlash_none ip (GQuestCl_np (onClSlash t a p cls)) - GQuestCl cl -> GQuestCl_none (onCl t a p cl) - GQuestIAdv iadv cl -> GQuestIAdv_none iadv (onCl t a p cl) - GQuestIComp icomp np -> GQuestIComp_none a t p icomp np - GQuestQVP ip qvp -> error "QuestQVP" - -onVP :: GTense -> GAnt -> GPol -> Tree GVP_ -> Tree GPrVP_none_ -onVP t a p vp = case vp of - GUseV v -> GUseV_none a t p (GLiftV v) - GComplVS vs s -> GComplVS_none (GUseV_s a t p (GLiftVS vs)) (onS2Cl s) - GComplVQ vq q -> GComplVQ_none (GUseV_q a t p (GLiftVQ vq)) (onQS2QCl q) - GComplVA va ap -> GComplVA_none (GUseV_a a t p (GLiftVA va)) (GLiftAP ap) - GComplVV vv ant pol vp -> GComplVV_none (GUseV_v a t p (GLiftVV vv)) (GInfVP_none (onVP GTPres ant pol vp)) -- !! - GComplSlash vps np -> GComplV2_none (onVPSlash t a p vps) np - GUseComp comp -> case comp of - GCompAP ap -> GUseAP_none a t p (GLiftAP (on ap)) - GCompAdv adv -> GUseAdv_none a t p (GLiftAdv (on adv)) - GCompCN cn -> GUseCN_none a t p (GLiftCN (on cn)) - GCompNP np -> GUseNP_none a t p (on np) - GCompS s -> GUseS_none a t p (onS2Cl s) - GCompQS qs -> GUseQ_none a t p (onQS2QCl qs) - GCompVP ant pol vp -> GUseVP_none a t p (GInfVP_none (onVP GTPres ant pol vp)) -- !! - GComplSlashPartLast vps np -> GComplV2_none (onVPSlash t a p vps) np ---- as a variant - GComplVPIVV vv vpi -> GComplVV_none (GUseV_v a t p (GLiftVV vv)) (GInfVP_none (onVPI2VP vpi)) - GPassVPSlash vps -> onVPSlashPass t a p vps - GPassAgentVPSlash vps np -> onVPSlashPassAgent t a p vps np ----- ProgrVP : VP -> VP ; ----- ReflVP : VPSlash -> VP ; ----- SelfAdVVP : VP -> VP ; ----- SelfAdvVP : VP -> VP ; - -onVPI2VP :: Tree GVPI_ -> Tree GPrVP_none_ -onVPI2VP vpi = case vpi of - GMkVPI vp -> onVP GTPres GASimul GPPos vp - GConjVPI conj (GListVPI vs) -> GUseVPC_none (mkVPC conj [onVPI2VP v | v <- vs]) - -onVPSlash :: GTense -> GAnt -> GPol -> Tree GVPSlash_ -> Tree GPrVP_np_ -onVPSlash t a p vps = case vps of - GSlashV2a v2 -> GUseV_np a t p (GLiftV2 v2) - GSlashV2S v2s s -> GSlashV2S_none (GUseV_np_s a t p (GLiftV2S v2s)) (onS2Cl s) - GSlashV2Q v2q q -> GSlashV2Q_none (GUseV_np_q a t p (GLiftV2Q v2q)) (onQS2QCl q) - GSlashV2A v2a ap -> GSlashV2A_none (GUseV_np_a a t p (GLiftV2A v2a)) (GLiftAP ap) - GSlashV2V v2v ant pol vp -> GSlashV2V_none (GUseV_np_v a t p (GLiftV2V v2v)) (GInfVP_none (onVP GTPres ant pol vp)) -- !! - - GSlashVV vv vps -> GComplVV_np (GUseV_v a t p (GLiftVV vv)) (GInfVP_np (onVPSlash GTPres GASimul GPPos vps)) -- !! ---- GSlashSlashV2V vv ant pol vps -> GComplVV_np (GUseV_np_v a t p (GLiftV2V vv)) (GInfVP_np (onVPSlash GTPres ant pol vps)) - GSlashVPIV2V v2v pol vpi -> GSlashV2V_none (GUseV_np_v a t p (GLiftV2V v2v)) (GInfVP_none (onVPI2VP vpi)) - -onVPSlashPass :: GTense -> GAnt -> GPol -> Tree GVPSlash_ -> Tree GPrVP_none_ -onVPSlashPass t a p vps = case vps of - GSlashV2a v2 -> GPassUseV_none a t p (GLiftV2 v2) - GSlashV2S v2s s -> GComplVS_none (GPassUseV_s a t p (GLiftV2S v2s)) (onS2Cl s) - GSlashV2Q v2q q -> GComplVQ_none (GPassUseV_q a t p (GLiftV2Q v2q)) (onQS2QCl q) ----- GSlashV2A v2a ap -> (GPassUseV_np_a a t p (GLiftV2A v2a)) (GLiftAP ap) ----- GSlashV2V v2v ant pol vp -> (GPassUseV_np_v a t p (GLiftV2V v2v)) (GInfVP_none (onVP GTPres ant pol vp)) -- !! - --- GSlashVV vv vps -> GComplVV_np (GUseV_v a t p (GLiftVV vv)) (GInfVP_np (onVPSlash GTPres GASimul GPPos vps)) -- !! - -onVPSlashPassAgent :: GTense -> GAnt -> GPol -> Tree GVPSlash_ -> GNP -> Tree GPrVP_none_ -onVPSlashPassAgent t a p vps np = case vps of - GSlashV2a v2 -> GAgentPassUseV_none a t p (GLiftV2 v2) np - GSlashV2S v2s s -> GComplVS_none (GAgentPassUseV_s a t p (GLiftV2S v2s) np) (onS2Cl s) - -onClSlash :: GTense -> GAnt -> GPol -> Tree GClSlash_ -> Tree GPrCl_np_ -onClSlash t a p cls = case cls of - GSlashVP np vps -> GPredVP_np np (onVPSlash t a p vps) - GSlashPrep cl prep -> GAdvCl_np (GLiftPrep prep) (onCl t a p cl) ----- GSlashVS np vs sslash -> ----- GAdvSlash cls adv -> GAdvCl_none (GLiftAdv adv) (onClSlash t a p cls) - ----- UseSlash : Temp -> Pol -> ClSlash -> SSlash ; - -onS2Cl :: Tree GS_ -> Tree GPrCl_none_ -onS2Cl s = case s of - GUseCl (GTTAnt t a) p cl -> onCl t a p cl - -onQS2QCl :: Tree GQS_ -> Tree GPrQCl_none_ -onQS2QCl s = case s of - GUseQCl (GTTAnt t a) p qcl -> onQCl t a p qcl - diff --git a/src/experimental/transfer/TrainFreq.hs b/src/experimental/transfer/TrainFreq.hs deleted file mode 100644 index 3852b3c7..00000000 --- a/src/experimental/transfer/TrainFreq.hs +++ /dev/null @@ -1,31 +0,0 @@ -import Data.List -import qualified Data.Map - -main = do - - ws <- readFile "new-trees.txt" >>= return . words - - let freqs ws = Data.Map.fromListWith (+) [(w,1) | w <- ws] - - let freqmap = freqs ws - - fs <- readFile "all-ndfuns.txt" >>= return . lines - - let catf ws = case ws of f:ty -> (f,last(init ty)) - - let catmap = Data.Map.fromList [catf (words f) | f <- fs] - - let allist = [(f,(c,Data.Map.lookup f freqmap)) | (f,c) <- Data.Map.assocs catmap] - - let catlist = Data.List.sortBy (\(f,(c,_)) (_,(k,_)) -> compare c k) allist - - let gcatlist = Data.List.groupBy (\(f,(c,_)) (_,(k,_)) -> c==k) catlist - - let fcatfreqs fcs = let cat = fst (snd (head fcs)) in let tot = sum [maybe 0 id mn | (f,(c,mn)) <- fcs] in [(f,maybe 0 id mn, cat, tot) | (f,(c,mn)) <- fcs] - - let fcatfreqlist = map fcatfreqs gcatlist - - let relprobs cat = [(f, (fromIntegral i+1 :: Double) / (fromIntegral tot :: Double)) | (f,i,c,t) <- cat, let tot = t + length cat] - --- writeFile "allFunFreqs.txt" $ unlines $ [unwords [f,show i,c,show t] | (f,i,c,t) <- concat fcatfreqlist] - writeFile "NDPredTrans.probs" $ unlines $ [unwords [f,show n] | (f,n) <- concatMap relprobs fcatfreqlist] diff --git a/src/parametric/Parametric.gf b/src/parametric/Parametric.gf deleted file mode 100644 index a786c6a2..00000000 --- a/src/parametric/Parametric.gf +++ /dev/null @@ -1,58 +0,0 @@ -interface Parametric = { - -oper - --- primitive - - S : Type ; - NP : Type ; - CN : Type ; - AP : Type ; - - VPComp : Type ; - - ITense : Type ; - CCase : Type ; - Agr : Type ; - - V : Type ; - N : Type ; - A : Type ; - - agrNP : NP -> Agr ; - - PredVP : NP -> VP -> Cl ; - - mkVPComp : (Agr => Str) -> Str -> Str -> VPComp ; - - insertVPComp : VPComp -> VP -> VP ; - - insertNP : CCase -> NP -> VP -> VP ; - - iTense : Tense -> ITense ; - --- derived - - Cl : Type = {s : ITense => Polarity => S} ; - - VP : Type = { - verb : V ; - comp : VPComp - } ; - - VPSlash : Type = VP ** {c : CComp} ; - - UseV : V -> VP = \v -> { - verb = v ; - comp = mkVPComp (\\_ => []) [] [] - } ; - - SlashV : V -> (Agr => Str) -> Str -> Str -> CCase -> VPSlash = - \v,comp,adv,ext,c -> - insertVPComp (mkVPComp comp adv ext) (UseV v) ** {c = c} ; - - ComplSlash : VPSlash -> NP -> VP = \vp,np -> insertNP vp.c np vp ; - - UseCl : Tense -> Polarity -> Cl -> S = \t,p,cl -> cl.s ! iTense t ! p ; - -}